711child / robotframework-swinglibrary

Automatically exported from code.google.com/p/robotframework-swinglibrary
Other
0 stars 0 forks source link

Using Keyword "Select Window" or "Select Dialog" or "Select Main Window" can not select JFrame #164

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Python : 2.6.4
Jython : 2.5.0
RF : 2.1.2
OS : Microsoft Windows Server 2003
SwingLibrary : 1.1

I use "remote_applications_example-1.0.1" and modify it for my use.
My Java Swing Application started by a JFrame(java.swing.JFrame),I use 
Keyword "Select Window" or "Select Dialog" or "Select Main Window" to select 
the frame, but run failed

details shown in the attachment("log.html")

Original issue reported on code.google.com by zhizhong...@gmail.com on 21 Feb 2010 at 4:02

Attachments:

GoogleCodeExporter commented 9 years ago
the scene up is that i start application with java web start;
Then i start application with "java" command, it works

Original comment by zhizhong...@gmail.com on 21 Feb 2010 at 6:57

GoogleCodeExporter commented 9 years ago
The SwingLibrary needs to be taken into use on the other jvm. Please use the 
'Take
Library Into Use'-keyword to provide the SwingLibrary. See the example (e.g.
javaws_application.tsv) and jvmconnector documentation for more information. 
(Just
replace the jnlp-url and update 'Use Application'-keyword in the example with 
your
own stuff.)

Original comment by KariH...@gmail.com on 22 Feb 2010 at 8:26