Hi, ... from ... Not really different, but I'm having problems with getting a handle for the second window. I have this code: WindowInterceptor.init(new...
Me again... I don't know really how, but now I get to the window handler with pretty much the same code. Now the main problem is that the execution reaches the...
Hi, Where do you stand regarding this issue? Can you elaborate on the last sentence so I can try to help? ("But when... everything works fine...") Do you mean...
Hi Pascal, First, many thanks for your help again. I'll try to answer your questions. My program has two (slightly) different stratup paths. First, it starts...
Hi @all, thank you first of all for UISpec4J. I like it's simplicity. Anyway, I have some trouble with the FileChooserHandler. When I run the code snippet...
Hi, Sorry for not having been able to reply sooner! ... Indeed, it does! Thanks for those explanations. I just tried a similar scenario on my side, by...
Hi Manuel, Thanks for your positive feedback! The problem in your code lies in the first method call of the sequence: please use 'init' instead of 'run'. ...
Hi Pascal, thank you, that fixed it! - Manuel On Tue, 10 Mar 2009 01:29:38 +0100, Pascal Pratmarty ... JavaDoc) ... -- Website: http://www.manuelm.org Blog:...
Hi all, i have a question regarding FileChooserHandler. Indeed, in my use case, i have to open a wrong type of file and catch the error window. To open the...
Hi Raffael, Please note that the Swing JFileChooser class offers an API (setFileFilter) for filtering acceptable files. It disables all forbidden options...
Hi Pascal, Thanks for your reply, it help a lot. It works perfectly fine by adding these two lines. .process( FileChooserHandler.init().titleEquals("Import...
I recently downloaded the new uispec4j-java6.jar i.e RC3.jar from uispec4j website. i was able to setup re ran it successfully. but starting test case are...
Hi, This is very surprising. Are you saying that whatever your test suite, the first test case *only* is consistently failing? Can you tell us a little more...
I'm using UISpec4J in a Maven project using Maven's default copy of the library. As a result, I can't build on the library using Extension Generator, nor do I...
Hi, I'm not sure that I understand your situation completely, but if you want UISpec4J to return a Spreadsheet object, you need to let it know about your class...
It's a little bit of a pain, especially since there are quite a few components being developed and modified iteratively. I might end up using it for the final...
Hi Mike, For your information, the UISpec4J extension JAR only contains an updated Panel class definition (with dedicated methods to reach your new ...
Hi All, Can any one help me in setup a uispec4j in linux. and to run test cases successful. when i am executing in linux env i was getting a unsatisfiedlink...
Hello Mike, I didn't manage to reproduce the problem. Can you please provide more details? What is your JDK? Am I right in guessing the 'requestFocus' is...
Hi, I assume you had a look at the troubleshooting page, where there is a section on Linux (http://www.uispec4j.org/troubleshooting), and that Motif isn't...
... If it helps, I have been using uispec4j with XToolkit rather than MToolkit on Linux. The company I work for has a number of junit tests that the continuous...
Hi Campbell, If it helps, I have been using uispec4j with XToolkit rather than MToolkit on Linux. The company I work for has a number of junit tests that the ...
Hi, Thanks for the prompt reply. The problem is quite large and difficult to specify, but another member of the team is having a look at it. I'm using 1.5....
Hi, I temporarily avoided the problem by commenting out my call to requestFocus, but I am facing this same error in a different context. This time it's when I...
Hi, ... This looks like a misalignment between the UISpec4J library and the version of JDK. What specific JDK version are you using (besides just 1.5), and...
Thank you so much for your help. It was a versioning issue. We are using a custom built version of UISpec4J (any changes we make will be sent back as a patch)....
Hello Pascal, I'm happy to use your wonderful library, but our project entirely relies on Maven central repo and I'd like to include the lastest version of the...
Hi Ivan, Thank you for your interest in UISpec4J and reminding us about this. There has been no date set for publishing the final UISpec4J 2.0 (it has to be...