[wtr-general] Re: show form select_list objects text

2009-04-27 Thread jason
Thanks for the suggestion. unfortunately it dont work :-( contents = ff.form(:index, 1).select_list(:index, 1).getAllObjects returns a empty string. On 26 Apr., 00:21, George george.sand...@gmail.com wrote: Hi there, If you're looking to get all the options in a select list and put it

[wtr-general] Re: show form select_list objects text

2009-04-27 Thread jason
Ah getAllContents Thanks!! works. On 27 Apr., 10:11, jason jason.franklin.sto...@gmail.com wrote: Thanks for the suggestion. unfortunately it dont work :-( contents = ff.form(:index, 1).select_list(:index, 1).getAllObjects returns a empty string. On 26 Apr., 00:21, George

[wtr-general] Re: show form select_list objects text

2009-04-27 Thread George
Oops, my bad...sorry about that! Glad it worked out for you though... On Apr 27, 1:20 am, jason jason.franklin.sto...@gmail.com wrote: Ah getAllContents Thanks!! works. On 27 Apr., 10:11, jason jason.franklin.sto...@gmail.com wrote: Thanks for the suggestion. unfortunately it

[wtr-general] Re: show form select_list objects text

2009-04-25 Thread George
Hi there, If you're looking to get all the options in a select list and put it into an array, you can use this: contents = ff.form(:index, 1).select_list[1].getAllObjects -George On Apr 25, 1:25 pm, jason jason.franklin.sto...@gmail.com wrote: I have looked around and found no love on this