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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 413 - 442 of 610   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
413
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...
raffael.maio
Offline Send Email
Feb 3, 2009
8:38 pm
414
Hi, ... The standard way for retrieving a nonmodal window is the following; Window window = WindowInterceptor.run(new Trigger() { public void run() { ...
Regis Medina
regis_medina
Offline Send Email
Feb 3, 2009
9:07 pm
415
Hi Regis, thanks for the response. Unfortunately it did not help. Indeed, i tried this code exactly: Window window = WindowInterceptor.run(new Trigger() { ...
raffael.maio
Offline Send Email
Feb 3, 2009
9:46 pm
416
Hi All, I am using UISpec4j to test my tool bar i need to right click on the JToolbar. Please any body can help on this issue........ Adavnce Thanks...
lads_vasu
Offline Send Email
Feb 9, 2009
7:05 am
417
Hello All I am new to UISpec4J and facing the problem that my main Swing Application frame is not being popped up(frame.setVisible(true);). While searching the...
rahulekbote
Offline Send Email
Feb 10, 2009
7:01 am
418
Hi, Unfortunately, there aren't yet any API in the Panel class for reaching the Toolbar (although this may be a possible improvement in the future) To help...
Pascal PRATMARTY
pratmartyp
Offline Send Email
Feb 10, 2009
8:19 am
419
I tried to debug this a bit on my own and here is what it looks like: my code is just a test snippet as suggested in the forum: ...
rahulekbote
Offline Send Email
Feb 10, 2009
10:00 am
420
Hi, ... Just to make sure I correctly understand the problem, what are you observing? - you run the test and no frame is displayed on the screen? - you run the...
Regis Medina
regis_medina
Offline Send Email
Feb 10, 2009
10:19 am
421
The frame does not get displayed. The NetBeans framework shows that the App is running but nothing visible. I just posted a call stack on the same message...
rahulekbote
Offline Send Email
Feb 10, 2009
10:40 am
422
... This is a normal behaviour for this library. When using UISpec4J, we replace Swing's display mechanisms with an internal one that causes the windows to...
Regis Medina
regis_medina
Offline Send Email
Feb 10, 2009
12:36 pm
423
Oops!! Actually, I thought that the GUI testing of Swing App would involve the app being run as usual and thru the test code, various GUI controls would be set...
rahulekbote
Offline Send Email
Feb 10, 2009
1:11 pm
424
Hi All, I am creating Toolbar which extends AbstractUIComponent and even i have followed these steps to create a custom component the code looks like Step1: ...
lads_vasu
Offline Send Email
Feb 11, 2009
9:12 pm
425
Hi lads_vasu, We appreciate very much your feedback on the extension mechanism. We will look into this issue, and get back soon with a response. Am I right in...
Pascal PRATMARTY
pratmartyp
Offline Send Email
Feb 11, 2009
10:39 pm
426
Hi Pascal,   Thanks  a lot for Very qucik reply. We solve this issue using Extension Generator. Really its good mechanism.   We are able to find the...
sri nivas
lads_vasu
Offline Send Email
Feb 12, 2009
8:50 pm
427
Hi, 1.5 is the latest version of uispec4j that I can find a Maven artifact for. (http://mvnrepository.com/artifact/uispec4j/uispec4j/) I'm new to this project,...
boron512
Offline Send Email
Feb 23, 2009
10:17 pm
428
Hi Brian, Welcome to the UISpec4J community. You're right, we haven't published yet any Maven archive for UISpec4J 2.0. So far, nobody has reported any issue...
Pascal Pratmarty
pratmartyp
Offline Send Email
Feb 24, 2009
10:28 pm
429
Hi all, I'm looking for a GUI test library to test our application, and was giving a try to UISpec4J. I tested with a really simple sample app with one button...
esguitester
Offline Send Email
Feb 27, 2009
10:15 am
430
Hi, ... The MainClassAdapter class you are using is not designed to handle a sequence of windows - it just expects a single main frame to be shown when you run...
Regis Medina
regis_medina
Offline Send Email
Feb 27, 2009
11:09 am
431
Hi, First of all, thanks for your fast reply! ... shown when ... Nice. That's solved now, it was something due to the classpath order and some checks performed...
esguitester
Offline Send Email
Feb 27, 2009
1:36 pm
432
Well, it seems I'm getting closer. I did some modifications to the adapter, based on some suggestion I saw this morning while browsing the forum for hints on...
esguitester
Offline Send Email
Feb 27, 2009
2:37 pm
433
... That window.dispose() was not there initially, since the splash screen closes automatically. I added it there in case it helped......
esguitester
Offline Send Email
Feb 27, 2009
2:45 pm
434
... If the first frame closes automatically, it's probably safer not to call dispose(). Do you think that what you are trying to achieve is really different...
Regis Medina
regis_medina
Offline Send Email
Feb 27, 2009
3:29 pm
435
Thanks for the response. I know all about struggling with maven. I started using it last year - it was a mental shift. However, now that I made it, I can't see...
Brian Lee
boron512
Offline Send Email
Feb 28, 2009
10:34 am
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
Messages 413 - 442 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