Gosub pulldown list not stored to ".cad" file

Dr_John

Member
Flowcharter:
It seems that the pulldown list used when constructing a gosub block is
not filled with subroutines that are reloaded from file, and not accessed
during the current editing session.

This makes it awkward to save work and resume later, as you have
to go round the flowchart clicking on all the subroutine starts to freshen
the pulldown.

At school, it makes it awkward to issue students with a part-completed
flowchart for them to complete.

Is there a better workround?

Regards
John F

=======================================
How to re-create the problem:
1)New flowchart.
2)Add a subroutine "Test" with a delay block and return. Add no other blocks.
3)Save as file test.cad
4)shut down programming editor.

5)Restart programming editor, load test.cad.
6)Add gosub block. Look at the pulldown list to select
the destination: it is blank.
=======================================
 
Top