Re: Getting text from variable number of Text Entries



Thanks, using an array works fine for now :)

On Wed, Aug 27, 2008 at 1:24 AM, Kevin Ryde <user42 zip com au> wrote:
"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]