Popup missing component creation

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 7.

Moderator: Benj

Post Reply
sundgau
Posts: 78
Joined: Mon Sep 26, 2011 4:18 pm
Has thanked: 5 times
Been thanked: 10 times
Contact:

Popup missing component creation

Post by sundgau »

Hello evrybody,
Can you explain to me why I get a popup for UART channel selector with flowcode6 and not with flowcode7 with the same program?
Has anyone come across this problem before? And especially how to fix it!
I have the same problem with 2 differents PC on windows 10.

Thank you in advance.

Bruno (Flowcode V7.3.0.5)

Screen Shot 03-05-18 at 05.57 PM.PNG
(31.37 KiB) Downloaded 1594 times
Screen Shot 03-05-18 at 06.08 PM 001.PNG
(25.32 KiB) Downloaded 1594 times
UARTsimple.fcfx
(9.81 KiB) Downloaded 195 times

sundgau
Posts: 78
Joined: Mon Sep 26, 2011 4:18 pm
Has thanked: 5 times
Been thanked: 10 times
Contact:

Re: Popup missing component creation

Post by sundgau »

Surprising!
I just opened my file created under flowcode6 with flowcode7 and ... it works!
Flowcode7 bug?
I am attaching the two files create with both versions of flowcode.
The file "UARTsimple V6" created with Flowcode6 works with V6 and V7 but the file "UARTsimple V7" only works with V6!

Can someone give me feedback?

Thank you

Bruno
Attachments
UARTsimple V7.fcfx
(9.76 KiB) Downloaded 188 times
UARTsimple V6.fcfx
(6.16 KiB) Downloaded 180 times

gdt
Posts: 71
Joined: Thu Aug 10, 2017 2:04 pm
Has thanked: 25 times
Been thanked: 36 times
Contact:

Re: Popup missing component creation

Post by gdt »

Hello Bruno,
I just noticed that (in FC7) if you right click on Properties->Channel->Edit->Property Type->Fixed List of hints and select Bit Mask->Cancel, it will show correctly Software/Channel1!
Yeah it needs some software fix!

Regards
Giuseppe

sundgau
Posts: 78
Joined: Mon Sep 26, 2011 4:18 pm
Has thanked: 5 times
Been thanked: 10 times
Contact:

Re: Popup missing component creation

Post by sundgau »

Thank you Giuseppe!
I already spotted this problem with other components such as injector "Flowcode Vnet" or others that do not want to take into account (popup empty) a modification of programming or hardware. So I tested with a change of ownership but I had not tested with "Bit mask"!
Before modify "Bit mark"
Screen Shot 03-06-18 at 07.12 AM 001.JPG
Screen Shot 03-06-18 at 07.12 AM 001.JPG (61.46 KiB) Viewed 3093 times
After modify "Bit mark"
Screen Shot 03-06-18 at 07.12 AM.JPG
Screen Shot 03-06-18 at 07.12 AM.JPG (71.06 KiB) Viewed 3093 times
For example for the UART, just switch the UART channel selector (and switch again) for popups to activate for "Data Source" and "COM Port"; changing a property updates the popup windows!

On the "COM Injector" component, there is the possibility of refreshing the hardware modifications with a "Refresh COM Ports" property but it was possible to refresh the ports by changing the "Baud Rate" property and switch back to the correct speed. transmission before there is this property ...

Post Reply