Blockland Forums > Modification Help
Indicator GUI
Port:
--- Quote from: ThinkInvisible on June 09, 2012, 02:47:18 PM ---anyways, it seems to want to take up the entire screen
--- End quote ---
That is happening because you're using canvas.add, canvas.pushDialog or canvas.setContent. Use playGUI.add.
ThinkInvisible:
Seems to work except the textctrl's aren't showing up. Are they behind it or something?
elm:
--- Quote from: ThinkInvisible on June 09, 2012, 02:51:11 PM ---Seems to work except the textctrl's aren't showing up. Are they behind it or something?
--- End quote ---
You probably dont have the children set correctly to their parents.
ThinkInvisible:
No, I just found out changing it to a bitmapctrl made them relative to it instead of to the playGUI.
elm:
--- Quote from: ThinkInvisible on June 09, 2012, 05:30:11 PM ---No, I just found out changing it to a bitmapctrl made them relative to it instead of to the playGUI.
--- End quote ---
Yeah, so I was correct.