I encounter the problem : org.uispec4j.interception.InterceptionError: java.lang.ClassCastException: org.uispec4j.interception.toolkit.UISpecToolkit cannot be...
Hi, You can download the UISpec4J library for jdk6 from the download page (http://uispec4j.org/download.html ). Regards, Pascal ... Hi, You can download the...
Who have this jar file:uispec4j-java6.jar ? I always cann't open the download page. I don't know why Can you help me ? Thank you very much again. ... ...
Hello, I just tried this link, and it works for me: http://www.uispec4j.org/uispec4j-java6.jar Anyway, I will send this file to your email address. Cheers, ...
Hi All, I don't know why I can not open the download link (http://uispec4j. org/download. html) , because of my urgent project, I need this uispec4j-java6.jar...
hello Pascal, Thank you for your reply . But I can't open (http://uispec4j.org/download.html) this download page,can you open this link now? If you have...
Dear All, First, I thank Regis Medina and Pascal very much for their warm-heart help. and Finally I got the uispec4j-java6.jar file. But unfortunately I change...
Hi Jin, Could you let us know the errors that you are encountering with Java 1.6 (stack trace), that you don't meet with Java 5? If I'm not able to help...
Hi pascal, Thank you for your concern. I found the structure of uispec4j-java6.jar file is not same as the old jar file ,so after I change structure of...
Hi Jin, Please note that the current Jar for java6 is officlal. The information displayed in the download web page wasn't accurate. We are very sorry about...
Hello Pascal, Oh, yes, I see the update on uispec4j.org website now. Thank you very much for your warmly help. I think you are the expert of the uispec4j. I am...
Hello Pascal, I have one suggestion about the uispec4j-java6.jar file. I found the structure of uispec4j-1.5 jar(org.uispec4j.*) is different with the struture...
Hi Jin, Thank you for noticing that and for your prompt feedback. We indeed did include by mistake the AddressBook sample code along in the library jar. This...
Hello Pascal, I notice your update in www.uispc4j.org Thank you for your quick response. Thank you for your help again. glad to make friend with all of you. ...
... For what it's worth, I'd like to disagree with the idea of screenshots being of "limited value". Use cases can be intricate and/or lengthy. The beauty of...
Hello, ... I agree with you. Even though I don't really feel the need for this on my current project, I know at least of one project where the application...
Hello, ... But I face a problem when I need to select a file using JFileChooser. I am unable to catch components inside JFileChooser. Usually you don't have to...
Hello, ... I'm not sure whether your problem is dealing with an array of buttons or finding buttons with their tooltips. Since I only understand the second, ...
Hi, I was wondering if you could answer a quick question for me. I am probably missing something simple. here is a snipped of my code............... public...
Hi Robert, ... That's quite strange. Could you please check if this simple test works with your configuration? Window mainWindow = WindowInterceptor.run(new...
Thanks for the quick reply. here is the information you requested. OS: Windows XP JDK: 1.6.0 UISpec4J: 2.0-RC1 I tried your test and it worked just fine. I...
I did this and got my window just fine. Window intWindow = mainWindow.getDesktop().getWindow("Interface Configuration"); this solves my problem, I now have a...
... No problem. I understand that it's not always easy to explore a new API, and there are probably a few shortcomings in UISpec4J itself in this area. Feel...
hey again, another question if you don't mind. Is there a way to get a text box without having to type in the text currently contained in the box? One of the...
Hi, ... Usually, when retrieving TextBoxes, I either: - use the "inner name" (as given with JComponent.setName(String) in the production code) - if possible,...
Thanks. I understand now, worked like a charm :) ... the production code) ... TextBox, and then use ... but over time we have ... more stable than the...
Hello! We are happy to announce the release of UISpec4J 2.0-RC2, with a brand new website: http://www.uispec4j.org This Release Candidate is a preview of...
Hi all, I would like to know if it is possible to get a windows without having a program with Main class. Indeed, I'm using Netbeans RCP framework, and modules...