Blockland Forums > Modification Help
Gui Scroll Controll
Greek2me:
--- Quote from: otto-san on October 22, 2011, 12:07:35 PM ---i think you can do control.setVisible(0); and control.setVisible(1);
but im not sure if that works on TGE
--- End quote ---
That works, but both windows have to be defined in the same GUI. If they're in different GUIs, you use the canvas.pushDialog method.
jes00:
--- Quote from: Greek2me on October 23, 2011, 09:54:28 PM ---That works, but both windows have to be defined in the same GUI. If they're in different GUIs, you use the canvas.pushDialog method.
--- End quote ---
They are both defined in the same GUI.