Re: Javascript and Microsoft Windows
In message <9WMEg.895$Tl4. 547@dukeread06> , Peter Olcott <olcott@att.net >
writes
between a
patterns.
>But, when is this ever a problem is actual GUI scripting?
When you are trying to control the GUI components created by the GUI
scripting language of choice, as you have been clearly trying to do, as
evidenced by your questioning elsewhere in this thread. You need to be
able to locate these controls. This is particularly a problem when such
controls are not native controls but created by the host (Firefox just
draws them as it sees fit) or by a host runtime (the Java runtime just
draws them as it sees fit, and Swing under Java does it a different
way), etc.
If you can't locate them, you can't do what you are proposing. Hence my
comments in other replies.
Stephen
--
Stephen Kellett
Object Media Limited http://www.objmedia.demon.co.uk/software.html
Computer Consultancy, Software Development
Windows C++, Java, Assembler, Performance Analysis, Troubleshooting
In message <9WMEg.895$Tl4. 547@dukeread06> , Peter Olcott <olcott@att.net >
writes
>Matching pixel patterns won't work. You can't tell the difference
>screen shot of an input button and an input button based on pixel
>>
scripting language of choice, as you have been clearly trying to do, as
evidenced by your questioning elsewhere in this thread. You need to be
able to locate these controls. This is particularly a problem when such
controls are not native controls but created by the host (Firefox just
draws them as it sees fit) or by a host runtime (the Java runtime just
draws them as it sees fit, and Swing under Java does it a different
way), etc.
If you can't locate them, you can't do what you are proposing. Hence my
comments in other replies.
Stephen
--
Stephen Kellett
Object Media Limited http://www.objmedia.demon.co.uk/software.html
Computer Consultancy, Software Development
Windows C++, Java, Assembler, Performance Analysis, Troubleshooting
Comment