JavaDoc typo

2017-12-09 Thread 'Ahmed Ashour' via GWT Users
Hi all, In the JavaDoc sentence of JsonObject.getObject [1] , there are two consecutive commas. Appreciate removing one of them. Thanks, Ahmed [1] https://gwt.googlesource.com/gwt/+/master/elemental/src/elemental/json/JsonObject.java -- You received this message because you are subscribed

SplitLayoutPanel.animate()

2010-08-03 Thread Ahmed Ashour
Hi all, I am trying to have an animated effect that simulates 'maximization' with SplitLayoutPanel, in which clicking on the 'north' widget will maximizes it at the expense of 'center' and 'south' .animate() works only for the first time of showing the widgets, but is ignored afterwords. Even

Re: DockLayoutPanel: UIBinder and Style.Unit

2010-02-15 Thread Ahmed Ashour
Hi all, On Feb 15, 2:38 pm, Thomas Broyer t.bro...@gmail.com wrote:     - First, why Style.Unit [1] is not documenting the values? Why do you want the values? (and you're given the source, use it!) (btw, they're all the lowercase version of the enum's value name, except for PCT which is %)

DockLayoutPanel: UIBinder and Style.Unit

2010-02-14 Thread Ahmed Ashour
Hi all, - First, why Style.Unit [1] is not documenting the values? - How to make DockLayoutPanel fully occupies the screen (100% width, 100% height), I tried to use the far below example. - No matter what unit value is, I always get DIV style=POSITION: relative; WIDTH: 100px; HEIGHT:

[ANNOUNCE] HtmlUnit 2.6, a headless java browser, released

2009-09-03 Thread Ahmed Ashour
A new release of the Open Source java GUI-Less browser is available, which allows high-level manipulation of web pages, such as filling forms, clicking links, accessing attributes and values of specific elements within the pages, you do not have to create lower-level requests of TCP/IP or HTTP,

Module Inheritance in 1.7

2009-08-03 Thread Ahmed Ashour
Dear all, I wonder where is the .gwt.xml in 1.7, because I can only see 'build.xml'. What is needed is to inherit XML module, and on referencing any com.google.gwt.xml.client.* an error occurs No source code is available for type com.google.gwt.xml.client.Document; did you forget to inherit a

Re: Module Inheritance in 1.7

2009-08-03 Thread Ahmed Ashour
Please ignore this quesiton, I seem to be drowsy. the XML is found in /src/package/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

HtmlUnit 2.5, a headless java browser, released

2009-04-21 Thread Ahmed Ashour
A new release of the Open Source java GUI-Less browser is available, which allows high-level manipulation of web pages, such as filling forms, clicking links, accessing attributes and values of specific elements within the pages, you do not have to create lower-level requests of TCP/IP or HTTP,

ANNOUNCE: HtmlUnit 2.3 now supports GWT 1.5

2008-09-30 Thread Ahmed Ashour
Dear all, It is a pleasure to announce that HtmlUnit 2.3 is released, and GWT support is one of its main points. The other additions: - Better generics: which eliminates casting for the most commonly used 'get' methods. - Add Firefox 3 support, and making Internet Explorer 7 the default