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 197 - 227 of 610   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
197
Hi Nascif, ... Actually, this particular service retrieves the information directly from the table model. The header visibility is thus not taken into account....
Pascal Pratmarty
pratmartyp
Offline Send Email
Apr 2, 2006
11:18 am
198
I forgot the "javadoc:" prefix suggested by Regis in a previous e-mail. :-) I think a check would be in order. But whatever the choice, some documentation on...
Nascif Abousalh-Neto
nascif2
Offline Send Email
Apr 2, 2006
5:09 pm
199
OK Nascif, I understand ;o) Thank you for your help. Pascal. ... De : uispec4j@yahoogroups.com [mailto:uispec4j@yahoogroups.com]De la part de Nascif...
Pascal Pratmarty
pratmartyp
Offline Send Email
Apr 2, 2006
5:20 pm
200
Hi, Is the new time delay mechanism being used for popup interception as well? UISpec4J is failing to capture a popup, but I know from debugging the code that...
Nascif Abousalh-Neto
nascif2
Offline Send Email
Apr 3, 2006
2:13 pm
201
Hi Nascif, Is the new time delay mechanism being used for popup interception as well? UISpec4J is failing to capture a popup, but I know from debugging the...
Pascal Pratmarty
pratmartyp
Offline Send Email
Apr 3, 2006
8:40 pm
202
Hi there I am new to UISpec4J. Is there a support for the remaining Swing components like JSpinner, JSlider aso? When will these components be integrated? ...
daniel.frey
Offline Send Email
Apr 4, 2006
6:23 pm
203
Hello Daniel, ... There is no support for these components in the current load, but we wish to complete the set of natively managed Swing components in the...
Pascal Pratmarty
pratmartyp
Offline Send Email
Apr 4, 2006
7:01 pm
204
Hello Pascal Thanks for the hint. My question then would be (for anybody), does anybody already have extended UISpec4J to the complete Swing component set? If...
Daniel Frey
daniel.frey
Offline Send Email
Apr 4, 2006
8:49 pm
206
Hi, After several tweaks and some Javadoc updates, UISpec4J 1.0 is now released. You can download it - as always - from this page: ...
Regis Medina
regis_medina
Offline Send Email
Apr 17, 2006
6:53 pm
207
Hi guys, Just a little feedback, the method getTextBox(String message) when not finding a text box containing the message, gives the list of "available names"...
Etienne Charignon
ALCarrez
Offline Send Email
Apr 25, 2006
11:46 am
208
Hi Etienne, ... OK, we are going to create an issue for that and fix it soon. Regards, Régis....
Regis Medina
regis_medina
Offline Send Email
Apr 26, 2006
8:07 pm
209
In the same category, The method assertTrue(Assertion) does not returns much information, only "assertionFailed". I know that I can use assertTrue(String,...
Etienne Charignon
ALCarrez
Offline Send Email
Apr 27, 2006
7:37 pm
210
Hello Etienne, In the same category, The method assertTrue(Assertion) does not returns much information, only "assertionFailed". I know that I can use...
Pascal Pratmarty
pratmartyp
Offline Send Email
Apr 27, 2006
10:02 pm
211
Hi there I think I have found a bug: final Panel p = new Panel(new JTree()); p.getTree(); does throw a org.uispec4j.ComponentNotFoundException: No component of...
Daniel Frey
daniel.frey
Offline Send Email
Apr 30, 2006
4:20 pm
212
Hi there The method Panel.getTree().select(String) does implicitly expect the path to be given without the root element. To my eyes this should not be the...
Daniel Frey
daniel.frey
Offline Send Email
Apr 30, 2006
4:20 pm
213
Hi Daniel, Hi there The method Panel.getTree().select(String) does implicitly expect the path to be given without the root element. To my eyes this should not...
Pascal Pratmarty
pratmartyp
Offline Send Email
Apr 30, 2006
5:47 pm
214
Hi Daniel, I think I have found a bug: final Panel p = new Panel(new JTree()); p.getTree(); does throw a org.uispec4j.ComponentNotFoundException: No component...
Pascal Pratmarty
pratmartyp
Offline Send Email
Apr 30, 2006
6:13 pm
215
Hi Pascal I think your experiences are right. Heavy testing on trees makes selecting root as part of each path anoying. So lets combine clear and consistent ...
Daniel Frey
daniel.frey
Offline Send Email
May 1, 2006
6:53 am
216
Hi Pascal As a beginner to UISpec4j, I start (as usual) trying to use the api intuitively. If the "natural" way of usage does not as expected, I look at the...
Daniel Frey
daniel.frey
Offline Send Email
May 1, 2006
6:55 am
217
Hi Daniel, We understand your point. We will thus create an issue and fix it soon. Thank you for your suggestions to make UISpec4J still more intuitive. ...
Pascal Pratmarty
pratmartyp
Offline Send Email
May 1, 2006
8:21 pm
218
Hi there, I'm missing some information on the error report of TextBox.isIconeEquals (Icone). The error message is telling what is the expecting icon and what...
Etienne Charignon
ALCarrez
Offline Send Email
May 5, 2006
3:00 pm
219
Hi, Are there any plans to port UISpec4J to work with SWT? Thanks, Nascif...
Nascif Abousalh-Neto
nascif2
Offline Send Email
May 15, 2006
2:30 pm
220
Hi Nascif, ... No, we have no real plans for supporting SWT at the moment. I don't know SWT very well, but at first glance it seems we would have to more or...
Regis Medina
regis_medina
Offline Send Email
May 15, 2006
7:06 pm
221
... Let me chime in to say that yes, I'd like to see an SWT port, but unfortunately I'm already buried both work and spare time wise (I do participate in quite...
aaime74
Online Now Send Email
May 17, 2006
2:59 pm
222
Hi, Here are two comments about the Table API : 1/ I notticed that the failure report of Table.getHeader().contentEquals(String [] ) is not as nice as the one...
Etienne Charignon
ALCarrez
Offline Send Email
Jun 6, 2006
1:48 pm
223
Hi Etienne, 1/ It's right. We could have something exactly as the failure report in Table.getContentEquals(Object[][]) to have the actual header contents. What...
Sylvain Rousseau
syalve
Offline Send Email
Jun 6, 2006
5:05 pm
224
... That would be perfect....
Etienne Charignon
ALCarrez
Offline Send Email
Jun 6, 2006
9:00 pm
225
Hi, A new release of UISpec4J is available. You will find a summary of changes in the following page: http://www.uispec4j.org/changes-report.html Please do not...
Régis Medina
regis_medina
Offline Send Email
Jun 11, 2006
9:53 pm
226
Hi all, I need your help! I'm under linux, I'm using eclipse and when I'm running the example CalculatorTest, I get the following exception: Exception in...
yana_stamcheva
Offline Send Email
Jun 14, 2006
5:24 am
227
Hi Yana, We have tried UISpec4J on Windows, MacosX, UNIX/Solaris, but not Linux yet. We will perform some tests and keep you informed ASAP. Does anybody on...
Regis Medina
regis_medina
Offline Send Email
Jun 15, 2006
4:25 pm
Messages 197 - 227 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