I have a frame with index = 0 that contains a button also with an index = 0.
If I call the functions at run time :
Load MyFrame(1)
Load MyButton(1)
Both buttons are located in MyFrame(0) and MyFrame(1) is empty.
Is there a way to make the MyButton(1) sit inMyFrame(1) at run time ?
Thank You
Nicolas Poirier
If I call the functions at run time :
Load MyFrame(1)
Load MyButton(1)
Both buttons are located in MyFrame(0) and MyFrame(1) is empty.
Is there a way to make the MyButton(1) sit inMyFrame(1) at run time ?
Thank You
Nicolas Poirier
Comment