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 400 - 429 of 610   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
400
Hi,   I am able to open JFilehooser and able to catch it using UISPEC4J API's. ... I am unable to catch ... text field in JFileChooser.   Description: ...
sri nivas
lads_vasu
Offline Send Email
Dec 29, 2008
9:42 am
401
Hi All,     I have to test array of buttons using uispec4j. Can anyone help me !   Description:   I have a array buttons.but i dont have a any label to...
sri nivas
lads_vasu
Offline Send Email
Dec 29, 2008
9:42 am
402
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...
Regis Medina
regis_medina
Offline Send Email
Dec 29, 2008
10:03 am
403
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, ...
Regis Medina
regis_medina
Offline Send Email
Dec 29, 2008
10:09 am
404
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...
robert.greiner@...
robert.grein...
Offline Send Email
Jan 7, 2009
8:03 pm
405
Hi Robert, ... That's quite strange. Could you please check if this simple test works with your configuration? Window mainWindow = WindowInterceptor.run(new...
Regis Medina
regis_medina
Offline Send Email
Jan 7, 2009
8:36 pm
406
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...
robert.greiner@...
robert.grein...
Offline Send Email
Jan 7, 2009
9:13 pm
407
I did this and got my window just fine. Window intWindow = mainWindow.getDesktop().getWindow("Interface Configuration"); this solves my problem, I now have a...
robert.greiner@...
robert.grein...
Offline Send Email
Jan 7, 2009
9:13 pm
408
... 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...
Regis Medina
regis_medina
Offline Send Email
Jan 7, 2009
9:33 pm
409
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...
robert.greiner@...
robert.grein...
Offline Send Email
Jan 7, 2009
9:59 pm
410
Hi, ... Usually, when retrieving TextBoxes, I either: - use the "inner name" (as given with JComponent.setName(String) in the production code) - if possible,...
Regis Medina
regis_medina
Offline Send Email
Jan 7, 2009
10:04 pm
411
Thanks. I understand now, worked like a charm :) ... the production code) ... TextBox, and then use ... but over time we have ... more stable than the...
robert.greiner@...
robert.grein...
Offline Send Email
Jan 7, 2009
10:50 pm
412
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...
Regis Medina
regis_medina
Offline Send Email
Jan 20, 2009
8:15 pm
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
Messages 400 - 429 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