Computer Science Canada putting to GUI text fields |
Author: | hey_joe42 [ Mon Feb 24, 2003 7:30 am ] |
Post subject: | putting to GUI text fields |
K im using GUI and i have text fields okay, and i don't know how to have it get info from file and place it in text fields? that is the problem |
Author: | Catalyst [ Mon Feb 24, 2003 1:24 pm ] |
Post subject: | |
if ur using text boxes (the ones with the scrolls) use GUI.AddLine, then add each string one line at a time otherwise if u mean text fields, (as in the editable ones), use GUI.SetText |
Author: | hey_joe42 [ Tue Feb 25, 2003 8:36 am ] |
Post subject: | okay |
k i have text fields could you help me with this here is my program |