10-04-2013 01:49 AM
Yes you understand now
10-04-2013 01:49 AM
Slate wrote:And if I unterstand well, it's the same for an array of buttons !!
No, an array of buttons will work (within reason, dont try to create a million buttons!). Resize the container and write to a local variable of the array to initialze all the extra buttons. What have you tried?
10-04-2013 01:58 AM - edited 10-04-2013 01:58 AM
10-04-2013 02:07 AM
Yes I unterstand and you have right. It will be a good solution !
Thanks you for this !
So it's impossible to create buttons dinamically in the run mode ? shame ...
10-04-2013 02:13 AM - edited 10-04-2013 02:13 AM
@Slate wrote:
Yes I unterstand and you have right. It will be a good solution !
Thanks you for this !
So it's impossible to create buttons dinamically in the run mode ? shame ...
Dear friend,
Its not shame. labview needs to know in the before run time from where it is getting inputs. if is not defined then it will be great problem to manage. If somewhere it is expecting some input from control and of haven't created then it will be problem for LV to execute the VI.
Be practical friend as LV is not magician to know all this in advance
10-04-2013 02:21 AM
You are right I know, I just like to search some new methods when I do something to learn more !!
And I don't know why but I liked this one ! 🙂
Thank you all for your answers !!