Hello,
i didnt find a way to attach a vee-file here so i uploaded it to a file hoster:
http://www.file-upload.net/download-217 ... s.vee.html
In the programm i have a dropdown-box, two buttons, a numeric control and an indicator.
Now i try to disable and enable the box and buttons at different states.
I have more description inside in the panel.
It sounds eays but after hours i tried 1000 things but now i have no ideas anymore
Perhaps someone can help me.
Thank you very much
i didnt find a way to attach a vee-file here so i uploaded it to a file hoster:
http://www.file-upload.net/download-217 ... s.vee.html
In the programm i have a dropdown-box, two buttons, a numeric control and an indicator.
Now i try to disable and enable the box and buttons at different states.
I have more description inside in the panel.
It sounds eays but after hours i tried 1000 things but now i have no ideas anymore
Perhaps someone can help me.
Thank you very much
Give the two Toggle controls a name (Declared name property) like Toggle1 and Toggle2 (they will then show up as varaibles in Program Explorer). Then you use Formula objects to enable/disable them as needed: Toggle1.EnableEditing=TRUE (or FALSE)
Your code will be much cleaner and easier to follow/debug. And you dont need to use the awful Contol-input pins!
User interface logic is one scenario where 'normal' data-flow programming is not a perfect fit.
Dont know why it isnt possible to attach files, it used to be possible