C
Charles E. Vopicka
my first question is simple. can i do it? the second is more
dificult potentialy. how?
so here it is...
i need to read in a string and create a button. so if the
initialization file said "button1" then a button called button1 would
be created. if things were easy then i would think something like
object("button1") = new button
then be able to do stuff like
object("button1").text = "Stuff"
is this possable or do i need to create a whole bunch of buttons then
make them when i need them. i only used a button as an example but i
will also need labels and textboxes. i assume that if i can do one i
can do the rest. but i don't want to create a lot of declarations
when not all of the items may be used.
then the second part is how do i do this if it is possable.
thanks for any help you can offer.
dificult potentialy. how?
so here it is...
i need to read in a string and create a button. so if the
initialization file said "button1" then a button called button1 would
be created. if things were easy then i would think something like
object("button1") = new button
then be able to do stuff like
object("button1").text = "Stuff"
is this possable or do i need to create a whole bunch of buttons then
make them when i need them. i only used a button as an example but i
will also need labels and textboxes. i assume that if i can do one i
can do the rest. but i don't want to create a lot of declarations
when not all of the items may be used.
then the second part is how do i do this if it is possable.
thanks for any help you can offer.