Re: Getting text from variable number of Text Entries



"Pierce Ward" <pierceward gmail com> writes:

Is there a way to iterate through every Entry box

You can get started by keeping them in an array in a global variable
ready for later use.

After that you can think about something more sophisticated like keeping
them in private data, or looking through the widget tree with
$button_box->children for what you added before, or thusfar, etc.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]