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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 472 - 501 of 610   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
472
Hi !! First of all, thanks you for your test library which is very usefull. At this time, i'm testing a big MMI with your library. Everything goes well. ...
java140585
Offline Send Email
Jun 1, 2009
1:42 pm
473
Hi, Thanks a lot for your warm support! In the case of a MDI application, the method 'getMainWindow' gives access to the main frame. From there, use...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jun 1, 2009
5:59 pm
474
I have an OrderEntry class as: public class OrderEntry implements ActionListener, PropertyChangeListener { private static final Log LOG =...
gjaya26
Offline Send Email
Jun 1, 2009
9:08 pm
475
Hi, thank you for your help. I try the method you gave but it doesn't work. I've the message : "No component of type Destock found" It's normal because the...
java140585
Offline Send Email
Jun 2, 2009
1:23 pm
476
Hi, ... If it's not an MDI application, you can use the following AWT method: Frame[] Frame.getFrames() which will return all the top-level frames owned by...
Regis Medina
regis_medina
Offline Send Email
Jun 2, 2009
1:29 pm
477
I have been having some issues with the FileChooserHandler. Below is the error trace and some code that replicates the issue. I have seen it both on Windows...
jvanhill2
Offline Send Email
Jun 2, 2009
5:00 pm
478
Hi Jayashree, UISpec4J is aimed at interacting and checking contents of actual UI components. The OrderEntry class being an Event Listener, I presume it is...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jun 3, 2009
9:41 pm
479
Hello, It looks like there is indeed a weird behavior here. On the other hand, the following test should pass: public void testCancelSelection() throws...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jun 3, 2009
11:28 pm
480
Thank you so much...i will try this out and will keep you posted. Thank you, Jayashree....
gjaya26
Offline Send Email
Jun 6, 2009
7:32 am
481
My last response must have either gotten lost or I messed up with the post, so I will post again. Your test does indeed work, however, the code I need to test...
jvanhill2
Offline Send Email
Jun 6, 2009
7:32 am
482
Hi, I'm new to the UISpec4J framework, and I've been enjoying it so far, but I've run into a problem I can't figure out... I have a table in which each cell...
Bassam Islam
bassamislam78
Offline Send Email
Jun 6, 2009
7:32 am
483
Hi Bassam, ... There's nothing wrong in your code as far as I can see. In your production code, what is the event that actually applies the change to your data...
Regis Medina
regis_medina
Offline Send Email
Jun 6, 2009
7:46 am
484
Hi, Indeed, the FileChooserHandler.titleEquals() currently behaves correctly only if the title has been customized (cal to JFileChooser.setDialogTitle()). ...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jun 6, 2009
5:33 pm
485
Hi Pascal, I had this problem too. Perhaps the sample in the API should be changed to avoid confusion? ...
allstarenterprises1
allstarenter...
Offline Send Email
Jun 9, 2009
6:05 am
486
Hi, it's ok ! thanks you very much...
java140585
Offline Send Email
Jun 9, 2009
6:05 am
487
Hi, I'm having a very strange problem with a FileChooser dialog. With the following code: WindowInterceptor.init(menuBar.getMenu( "Script").getSubMenu("Run...
allstarenterprises1
allstarenter...
Offline Send Email
Jun 9, 2009
6:05 am
488
Hi, I tried out your suggestion. Your suggestion works, if my class extends any component, however, it does not work with the OrderEntry. I tried out - ...
gjaya26
Offline Send Email
Jun 9, 2009
6:06 am
489
Sorry I wanted to reply my previous post, but it hasn't appeared yet. The reason the dialog was appearing was because the dialog was awt and not swing. ...
allstarenterprises1
allstarenter...
Offline Send Email
Jun 9, 2009
6:06 am
490
Dear UISpec4J users, After some additional testing on the various 2.0 Release Candidates, we are happy to announce the release of UISpec4J 2.0: ...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jun 9, 2009
10:35 pm
491
Thanks for noticing this Mike!We will change the API doc accordingly. Cheers, Pascal 2009/6/9 allstarenterprises1 <allstarenterprises@...> ... -- A+ -...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jun 9, 2009
10:37 pm
492
Hi, This (not very user-friendly) result suggests that your application triggers the opening of a new window if the user selects a file and clicks the OK ...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jun 9, 2009
11:07 pm
493
Hi Jayashree, I am not sure I do understand your issue. 'myPanel' is an instance of the UISpec4J Panel class, so you should have the API for accessing your...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jun 9, 2009
11:19 pm
494
Hi, ... Are you sure that UISpec4J.init() is being called early enough in your test? I don't think that once the UISpec4J toolkit is installed it is possible...
Regis Medina
regis_medina
Offline Send Email
Jun 10, 2009
8:43 am
495
Hi Pascal, Here is the code - public JPanel createPanel() { JPanel main = new JPanel(new GridLayout(3,1)); //Top Panel JPanel o = new JPanel(new FlowLayout());...
gjaya26
Offline Send Email
Jun 10, 2009
3:13 pm
496
Hi Pascal, To give you more idea, the OrderEntry form is defined as a bean in an xml file and is initialized by Spring ApplicationContext. So, the following...
gjaya26
Offline Send Email
Jun 10, 2009
8:42 pm
497
Hello all! I'm new to UISpec4j, and am trying to figure out testing with a JFileChooser. I can get this sample program to display the chooser, but it never...
ed314159
Offline Send Email
Jun 13, 2009
6:01 am
498
Never mind, I just didn't know I had to call UISpec4J.init() before my tests. Thanks, Ed...
ed314159
Offline Send Email
Jun 13, 2009
4:53 pm
499
Hi there, I've been scratching my head about testing a program that uses a JOptionPane dialog. When running the test, the dialog gets displayed but the...
rcraflores
Offline Send Email
Jun 13, 2009
8:54 pm
500
Hi, ... Are you sure that UISpec4J.init() was called before Swing was initialized and your test was called? (see http://www.uispec4j.org/intercepting-windows) ...
Regis Medina
regis_medina
Offline Send Email
Jun 13, 2009
9:11 pm
501
hello there, i was trying to use UISpec4J in my swing application for the last 1 weeks, now i come across several problems and hope you guys could help me out,...
shelleyguo80
Offline Send Email
Jun 14, 2009
9:35 am
Messages 472 - 501 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