+1 :)

I'd also put in a request for table cells...sometimes I work with
tables that have more rows/columns than the row_count and column_count
say they do.  When I try a table[x][y].exists? I get an error


On 8/3/05, Bret Pettichord <[EMAIL PROTECTED]> wrote:
> At 10:42 PM 8/2/2005, Jeff Wood wrote:
> >Iterators on ALL of the browser objects would be good. (frames,
> >buttons, text_input,  images, etc. ).
> 
> Most of these are already in place.
> 
> I have a question of my own. Would you like to see kind of thing work?
> 
>   target = nil
>   ie.text_fields.each {| tf | target = tf if tf.name == "foo" and tf.title
> == "bar"}
>   target.set("hooray") if target
> 
> Bret
> 
> 
> _____________________
>  Bret Pettichord
>  www.pettichord.com
> 
> _______________________________________________
> Wtr-general mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/wtr-general
>

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to