07-31-2008 12:59 AM
07-31-2008 01:04 AM
Hi Anders,
your vi contains only 50 buttons and an event structure.
Why do you need to save this for previous version?
Mike
07-31-2008 01:36 AM
Hi Mike,
The event structure is not available in the version of LV 6.1 I am working with, but i think it is in LV 6.1 Professional. Unfortunaltely, I do not got LV 6.1 Pro or a later version of LabView. A friend helped me edit a case structure with 50 buttons in LV 7.1, but none of us had LV 7.0 for the conversion back to 6.1.
I am able to open and compile a VI with an event structure in it, but i cannot edit a case or make any new cases. (I can edit code in the structure)
I feel that my programming would be a lot easier if it is event driven. I do not got much experience with LV, but i try my best to get things working.
This forum has helped me a lot ![]()
Anders
07-31-2008 12:55 PM
07-31-2008 01:11 PM
08-01-2008 01:43 AM
Hi,
Thanks for the replies.
I want to use all those buttons in a GUI, and every case will do different things like open file, save file, serial port write and so on. I thought it would be easiest to use 50 different cases as I would put code in every case.
I do want to point out that I have not really used the event case before, so I made what I managed to get to work.
If I would use an array of booleans, and use the mouse down event on the array. Am I correct if I say I still need the event structure?
I guess this means that I could, by my own, choose how many buttons I need without edit cases of event structure? If so, I would then be able to be resonably free in terms of edit my code as I want, even if I cannot edit the event structure.
Thanks,
Anders
08-01-2008 09:20 AM
I guess this means that I could, by my own, choose how many buttons I need without edit cases of event structure? If so, I would then be able to be resonably free in terms of edit my code as I want, even if I cannot edit the event structure.Why can't you edit the event structure? Aren't you designing and writing the code?
08-03-2008 03:19 PM
08-04-2008 10:58 AM
08-04-2008 01:41 PM