Re: [Wtr-general] radio button support

2005-07-29 Thread Sean Gallagher
Check your HTML. The first line is missing a closing ''. On 7/29/05, Shao Kang Tat [EMAIL PROTECTED] wrote: Hey, I got the latest version of watir from the tarball (thanks Zeljko). I currently have a page that has 3 radio buttons..here's the html: input type=radio name=AssociateWith

Re: [Wtr-general] radio button support

2005-07-29 Thread Shao Kang Tat
Actually it's not missing, I just deleted it by mistake :) I deleted extra stuff since the radios are inside a table. Here I'll put the exact html here :) table cellSpacing=5 cellPadding=0 trtdinput type=radio name=AssociateWith value=Outlet/tdtdAssociate with an Outlet/td/tr trtdinput

RE: [Wtr-general] radio button support

2005-07-29 Thread Zeljko Filipin
@rubyforge.org Subject: Re: [Wtr-general] radio button support Actually it's not missing, I just deleted it by mistake :) I deleted extra stuff since the radios are inside a table. Here I'll put the exact html here :) table cellSpacing=5 cellPadding=0 trtdinput type=radio name=AssociateWith value

RE: [Wtr-general] radio button support

2005-07-29 Thread Zeljko Filipin
-general] radio button support I'm following the steps to install watir from here: http://wtr.rubyforge.org/watir_user_guide.html ...I'm assuming I don't have to delete the existing folder in order to install on top of it? Seems like I'm not the only one to get this exact error..I've asked my QA head

Re: [Wtr-general] radio button support

2005-07-29 Thread Shao Kang Tat
Actually, rdoc does exist: C:\ruby\lib\ruby\1.8\rdoc or should it exist else where too? ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] radio button support

2005-07-29 Thread Shao Kang Tat
oops, nevermind.I added it to the tarball and it installs now :) ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

RE: [Wtr-general] radio button support

2005-07-29 Thread Paul Rogers
Sorry, I meant where you unpack the tarball, there should be a subdir called rdoc Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shao Kang Tat Sent: 29 July 2005 11:34 To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] radio button support

RE: [Wtr-general] radio button support

2005-07-29 Thread Paul Rogers
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shao Kang Tat Sent: 29 July 2005 11:48 To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] radio button support Installation now successful, because the message appears, but when I try to access the radio I still