Newbe here.
I thought this would be a good thread to add this to instead of starting a new one.
Similar to the question above, I want to
display a second panel (Panel2) with a list of buttons as "options" for the user to click on
when they click the main widget or first panel (I'm actually using a Label on Panel1 and the click event for that.)
My Panel1 is "button" sized; but I want my second panel to appear larger.
They only way I've found to make Panel2 appear is to make it a child of Panel 1, then use code like this:
rv.SetVisible("Panel2",True)
rv.UpdateWidget
But how can I make it larger? I can't find a way to set Width and Height, say on Panel1 temporarily, to allow me to see my large Panel2.
Thanks in advance for your help. If I'm going about this the wrong way, any help / lessons are much appreciated.