|
Pages: [1]
|
 |
|
Author
|
Topic: Populating a text list (Read 490 times)
|
|
Stoop
|
Not sure if what I need is a text list or an area, but here goes.
I have a layout with a text input box, a Go button and a text list. Initially the text list is empty.
The use enters info to the inout box, presses the Go button then my script goes off and does some processing.
I then want to write the results line by line into the text list, but I am not sure how to do that. I have the results appending to a list variable and that list variable is in the text list, but it doesn't update, I guess I have to force it back in somehow.
Can someone also tell me how to modify the text input box so that when I tab out or press return in there the script goes off and does its function without me having to call the function by pressing the Go button?
Thanks.
|
|
|
|
|
Logged
|
|
|
|
|
Graham
|
if you append put the action in the action block, you'll be fine
field 10 [ my-function ]
|
|
|
|
|
Logged
|
|
|
|
|
|
Pages: [1]
|
|
|
 |