Blockland Forums > Modification Help

GUI help

Pages: (1/2) > >>

DYLANzzz:

Lets say I have a gui named MyGui.

Now I have a TextListCtrl named MyList Parented to a ScollCtrl Parented to a WindowCtrl.

How would I get the ID of TextListCtrl to do like MyList.addRow()

And also how would I make a gui do something (say add stuff to the TextListCtrl) when the gui is pushed onto the screen

Chrono:


--- Quote from: DYLANzzz on August 08, 2010, 05:53:07 PM ---How would I get the ID of TextListCtrl to do like MyList.addRow()
--- End quote ---
Because it has a name, you can just use the name, as you did in your example.

herb:


--- Quote from: DYLANzzz on August 08, 2010, 05:53:07 PM ---And also how would I make a gui do something (say add stuff to the TextListCtrl) when the gui is pushed onto the screen

--- End quote ---

package onwake and textlistctrl.setValue(%this);

name of your textlistctrl

MegaScientifical:


--- Quote from: herb on August 08, 2010, 08:09:30 PM ---package onwake and textlistctrl.setValue(%this);

name of your textlistctrl

--- End quote ---

Dude, you don't need to package every command. In fact, why are you just restating what Chrono said, but in a more confusing way because you're not even making full sentences that make sense.

If you name the GUI object "TextListCtrl", then doing "TextListCtrl.addRow(%text);" will work without the need for an ID.

ZSNO:


--- Quote from: herb on August 08, 2010, 08:09:30 PM ---package onwake and textlistctrl.setValue(%this);

name of your textlistctrl

--- End quote ---
I like it how he doesn't even know how to add a row to the list.

Pages: (1/2) > >>

Go to full version