Search the web
Sign In
New User? Sign Up
uispec4j
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 436 - 465 of 610   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
436
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...
esguitester
Offline Send Email
Mar 2, 2009
8:25 am
437
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...
esguitester
Offline Send Email
Mar 2, 2009
8:42 am
438
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...
Pascal Pratmarty
pratmartyp
Offline Send Email
Mar 4, 2009
11:23 pm
439
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...
esguitester
Offline Send Email
Mar 5, 2009
11:08 pm
440
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...
manuelmoeller1981
manuelmoelle...
Offline Send Email
Mar 9, 2009
11:10 pm
441
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...
Pascal Pratmarty
pratmartyp
Offline Send Email
Mar 10, 2009
12:24 am
442
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'. ...
Pascal Pratmarty
pratmartyp
Offline Send Email
Mar 10, 2009
12:29 am
443
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:...
Manuel Moeller
manuelmoelle...
Offline Send Email
Mar 10, 2009
4:18 pm
444
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...
raffael.maio
Offline Send Email
Mar 13, 2009
2:22 pm
445
Hi Raffael, Please note that the Swing JFileChooser class offers an API (setFileFilter) for filtering acceptable files. It disables all forbidden options...
Pascal Pratmarty
pratmartyp
Offline Send Email
Mar 14, 2009
10:38 am
446
Hi Pascal, Thanks for your reply, it help a lot. It works perfectly fine by adding these two lines. .process( FileChooserHandler.init().titleEquals("Import...
raffael.maio
Offline Send Email
Mar 16, 2009
2:32 pm
447
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...
lads_vasu
Offline Send Email
Mar 17, 2009
6:49 am
448
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...
Pascal Pratmarty
pratmartyp
Offline Send Email
Mar 17, 2009
9:26 pm
449
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...
allstarenterprises1
allstarenter...
Offline Send Email
Mar 24, 2009
7:50 am
450
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...
Regis Medina
regis_medina
Offline Send Email
Mar 24, 2009
10:43 am
451
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...
allstarenterprises1
allstarenter...
Offline Send Email
Mar 31, 2009
5:30 am
452
Hi Mike, For your information, the UISpec4J extension JAR only contains an updated Panel class definition (with dedicated methods to reach your new ...
Pascal Pratmarty
pratmartyp
Offline Send Email
Mar 31, 2009
6:07 am
453
I'm getting the following error: java.lang.AbstractMethodError:...
allstarenterprises1
allstarenter...
Offline Send Email
Mar 31, 2009
6:08 am
454
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...
lads_vasu
Offline Send Email
Mar 31, 2009
1:55 pm
455
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...
Pascal Pratmarty
pratmartyp
Offline Send Email
Mar 31, 2009
10:50 pm
456
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...
Pascal Pratmarty
pratmartyp
Offline Send Email
Mar 31, 2009
11:02 pm
457
... 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...
bramblevines
Offline Send Email
Apr 1, 2009
5:43 am
458
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 ...
Pascal Pratmarty
pratmartyp
Offline Send Email
Apr 1, 2009
6:19 am
459
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....
allstarenterprises1
allstarenter...
Offline Send Email
Apr 7, 2009
5:46 am
460
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...
allstarenterprises1
allstarenter...
Offline Send Email
Apr 15, 2009
7:12 am
461
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...
Regis Medina
regis_medina
Offline Send Email
Apr 15, 2009
7:16 am
462
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)....
allstarenterprises1
allstarenter...
Offline Send Email
Apr 21, 2009
7:39 am
463
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...
waxsinner
Offline Send Email
Apr 24, 2009
7:11 am
464
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...
Pascal Pratmarty
pratmartyp
Offline Send Email
Apr 24, 2009
10:45 pm
465
Hi Pascal, To say the truth I'm not a big Maven specialist. So I barely could be considered as an expert. Sorry....
waxsinner
Offline Send Email
Apr 28, 2009
8:16 pm
Messages 436 - 465 of 610   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help