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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 217 - 246 of 610   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
228
Hi, ... We are using a generic UNIX AWT toolkit that works on Solaris but seemingly not on Linux. Could you please try to set the "awt.property" to...
Regis Medina
regis_medina
Offline Send Email
Jun 15, 2006
10:48 pm
229
found it static { Properties prop = new Properties( System.getProperties() ); prop.setProperty("awt.property","gnu.awt.gtk.GtkToolkit"); } but it isn't...
benno.markiewicz
benno.markie...
Offline Send Email
Jun 19, 2006
9:58 am
230
The same error occurs on JDK1.5@SuseLinux 10.1. How do i set the "awt.property" to "gnu.awt.gtk.GtkToolkit"? Thanks, Benno ... "gnu.awt.gtk.GtkToolkit"...
benno.markiewicz
benno.markie...
Offline Send Email
Jun 19, 2006
9:58 am
231
Hi Regis, sorry for the delay. I was out of town for some days. I have tried what you suggested but another exception arose in the UISpecToolkit: "Unable to...
Yana Stamcheva
yana_stamcheva
Offline Send Email
Jun 19, 2006
9:58 am
232
Hi, I thought that everything works ok when running in "headless" mode, but there are some tests not working. For example CalculatorTest and AddressBookTest...
Yana Stamcheva
yana_stamcheva
Offline Send Email
Jun 19, 2006
3:17 pm
233
Hi Yana ... In order to run without showing the GUI, we have had to do some tricky things in low-level Swing code, and it may happen that this causes some ...
Regis Medina
regis_medina
Offline Send Email
Jun 19, 2006
4:28 pm
234
Hi Regis, Thank you for your quick reply! Here is the exception I got when running ContactCreationTest: java.lang.RuntimeException: java.awt.HeadlessException ...
Yana Stamcheva
yana_stamcheva
Offline Send Email
Jun 19, 2006
8:06 pm
235
Hi, ... Oops ! I'm sorry, I wrote 'awt.property" instead of "awt.toolkit". Hum... Please note however that using a static initializer may not always work, ...
Regis Medina
regis_medina
Offline Send Email
Jun 19, 2006
8:48 pm
236
Hi Yana, At first sight, I would think that this exception stems from the usage of the option '-Djava.awt.headless=true'. We have no experience with using the...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jun 22, 2006
9:59 pm
237
Hi Yana, Unfortunately our Linux workstation has been unavailable for the whole last week. We have thus had no opportunity yet to give it a try, but I hope...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jun 30, 2006
10:01 pm
238
Hi UiSpec guys, I'm in trouble theses days. UiSpec4J is in conflict with one of our test. In addition, the thing is happening at the wrong time. It's this guy...
Etienne Charignon
ALCarrez
Offline Send Email
Jul 19, 2006
8:35 pm
239
Hi Etienne, We are doing some printing in Java. The only way we found to print Html ... But what about the Java Printing API ? Doesn't it work ? If we run the...
Regis Medina
regis_medina
Offline Send Email
Jul 19, 2006
9:05 pm
240
Hi Regis, ... That's what we are doing... but this api is not able to print HTML directly. I'll try to make up a test reproducing the problem when I find the...
Etienne Charignon
ALCarrez
Offline Send Email
Jul 20, 2006
12:02 pm
241
Hello there ... public class GetInputTextBoxTest extends UISpecTestCase { public GetInputTextBoxTest(String nom) { super(nom); } public void...
Etienne Charignon
ALCarrez
Offline Send Email
Jul 31, 2006
7:39 pm
242
Hi Etienne, Thank you very much for that one! We have obviously missed a test. Fortunately, the scope of this bug is limited to the usage of an empty string...
Pascal Pratmarty
pratmartyp
Offline Send Email
Aug 1, 2006
6:50 pm
243
Hello, I am fairly new to Java but I know the basic. I have a Swing application that I want to automate and I am just testing right now something really simple...
robbinsm101
Offline Send Email
Aug 15, 2006
9:21 am
244
Hi Matt, ... Good news, welcome to the UISpec4j community! Do not hesitate to ask new questions, or bring suggestions. Your inputs are really appreciated for...
Pascal Pratmarty
pratmartyp
Offline Send Email
Aug 15, 2006
2:17 pm
245
Hello Pascal, Thanks for your response. It helped me get further in trying to understand and implement UISpec4j. I will give suggestions as I understand it...
robbinsm101
Offline Send Email
Aug 16, 2006
5:29 am
246
Hi Matt, ... For your test to know which program it is running upon, the role of the Adapter is to provide it with the minimal information, i.e., the startup ...
Pascal Pratmarty
pratmartyp
Offline Send Email
Aug 16, 2006
6:44 am
Messages 217 - 246 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