Hi Nascif, ... Actually, this particular service retrieves the information directly from the table model. The header visibility is thus not taken into account....
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...
OK Nascif, I understand ;o) Thank you for your help. Pascal. ... De : uispec4j@yahoogroups.com [mailto:uispec4j@yahoogroups.com]De la part de Nascif...
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...
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...
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? ...
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...
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...
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"...
In the same category, The method assertTrue(Assertion) does not returns much information, only "assertionFailed". I know that I can use assertTrue(String,...
Hello Etienne, In the same category, The method assertTrue(Assertion) does not returns much information, only "assertionFailed". I know that I can use...
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...
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...
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...
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...
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 ...
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...
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. ...
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...
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...
... 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...
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...
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...
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...
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...
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...