PHP Code:
new GuiPopUpMenuCtrl( Dropdown) {
x = sx + 224;
y = sy + 37;
width = 128;
height = 18;
for ( t: thiso.draw_icons[ thiso.caction][ 7][ 0])
addText( t, 1);
}
When I draw this for the first time, it works just fine. When I do; Dropdown.hide(); and later try to redraw it again, it doesn't show up.
Anyone knows why?