Re: [Wtr-general] I can use the DBI now

2005-09-07 Thread Dave Burt
That's interesting that you got DBI working with Ruby-Mysql, the pure Ruby MySQL interface. I would like to see that updated for MySQL 4.1 and 5. Cheers, Dave - Original Message - From: jim che To: wtr-general@rubyforge.org Sent: Wednesday, September 07, 2005 3:24 PM Subject: [Wtr-ge

[Wtr-general] WIN32OLE doesn't seem to support UTF-8.

2005-09-07 Thread Bret Pettichord
Has anyone been able to use WIN32OLE with international characters? I would like to access international text from Excel and Explorer using WIN32OLE. But whenever i do this in Ruby, i get "". (This code works fine for English). data = $sheet.cells(1, 'b').value $sheet.cells(2, 'b'

Re: [Wtr-general] WIN32OLE doesn't seem to support UTF-8.

2005-09-07 Thread Alexey Verkhovsky
Bret Pettichord wrote: I'd appreciate any insight into this matter that you might have. I've spent a couple days reading up on UTF-8 and Unicode, but don't really have any experience with these things. Bret, hi Try to add this to your code: # Enable UTF-8 support $KCODE = 'u' require 'jcode

RE: [Wtr-general] Unicode and Watir

2005-09-07 Thread Bret Pettichord
What i am trying to do is be able to read text from a page encoded in UTF-8. I can see the Japanese text in the browser and can copy it into Excel or WordPad. So i figure i have the fonts i need. But when i use Ruby WIN32OLE to get the text from Excel or IE, i only get "". If it were in

RE: [Wtr-general] Need help on button that can onlybeactivated by mouse

2005-09-07 Thread Kim P. Hoy
I tried ie.form(:action, "adm_sdrinfo.php").submit but it did not work. I also tried ie.button(:name, /save/).fire_event('onMouseDown') sleep 1 ie.button(:name, /save/).fire_event('onMouseUp') but it did not work neither. --Kim -Original Message- From: [EMAIL PROTECTED] [mailto

Re: [Wtr-general] WIN32OLE doesn't seem to support UTF-8.

2005-09-07 Thread Bret Pettichord
At 12:14 AM 9/8/2005, Alexey Verkhovsky wrote: Bret Pettichord wrote: I'd appreciate any insight into this matter that you might have. I've spent a couple days reading up on UTF-8 and Unicode, but don't really have any experience with these things. Bret, hi Try to add this to your code: #

Re: [Wtr-general] WIN32OLE doesn't seem to support UTF-8.

2005-09-07 Thread saud aziz
Have you guys tried checking Yoshidam's page?   http://www.yoshidam.net/Ruby.html   Following text is from there. Also, notice there is a Perl module as well, and i wonder if that could be reused to make Watir use Perl's Win32 module for popup's handling?   2. Uconv module XMLParser module can pr