Lookout

cancel
Showing results for 
Search instead for 
Did you mean: 

How to dynamically posit pushbutton

I need to place a pushbutton on various places on screen.
Anyy solutions..
0 Kudos
Message 1 of 2
(3,031 Views)
I do not know of any way to do what you are asking, but I think you can simualte it. Instead of repositioning a single pushbutton, use a different pushbutton for each place on the screen you want one to appear. You must first create an object to control which pushbutton will be available at a given time, I suggest a sequencer. Now, by connecting the "visible" and "enable" data members for each push button to a particular state of your sequencer, you can make one button disappear and another appear.

Hope this helps,
Carl
0 Kudos
Message 2 of 2
(3,031 Views)