Re: GWT 2.3 / Whats New

2011-04-02 Thread Jan Mostert
Happy to see formal support for IE9, gone are the days when you have
to spend ages to update all your applications every time a new browser
/ version tags along :-)





On Sat, Apr 2, 2011 at 12:10 AM, Thomas Broyer t.bro...@gmail.com wrote:
 http://code.google.com/p/google-web-toolkit/issues/list?can=1q=milestone=2_3 is
 a good start.

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: shuttle component

2011-04-02 Thread El Mentecato Mayor
No, but it's very easy to create one.


On Mar 30, 4:11 am, Vik vik@gmail.com wrote:
 right so is this available in gwt?

 Thankx and Regards

 Vik
 Founderhttp://www.sakshum.orghttp://blog.sakshum.org

 On Wed, Mar 30, 2011 at 1:12 PM, nino ekambi 
 jazzmatad...@googlemail.comwrote:







  Do you mean something like this ?:

 http://www.sencha.com/examples/explorer.html#duallistfield

   http://www.sencha.com/examples/explorer.html#duallistfield

  2011/3/30 Vik vik@gmail.com

   anyone on this please?

  Thankx and Regards

  Vik
  Founder
 http://www.sakshum.org
 http://blog.sakshum.org

  On Sun, Mar 27, 2011 at 3:31 PM, Vik vik@gmail.com wrote:

  Hie

  Does gwt has any shuttle component in which we can chose options from
  left and move to right as selected? If no then whatis the alternative?
  Thankx and Regards

  Vik
  Founder
 http://www.sakshum.org
 http://blog.sakshum.org

   --
  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To post to this group, send email to google-web-toolkit@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

  --

  GWT API for the Flash Platform
 http://code.google.com/p/gwt4air/
 http://www.gwt4air.appspot.com/

   --
  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To post to this group, send email to google-web-toolkit@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Show progress of RPC call

2011-04-02 Thread Michael
In my app I make an RPC call that results in a return of a large
amount of data.  I would like to show the progress to the user of the
download, is there a way to do that?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



seem to be getting a 15 row limit?

2011-04-02 Thread Tony Kennah
Hi

I have a little piece of code which populates a CellTableT from a
Type T by adding the table as a DataProviders DataDisplay and by
using the DataProviders list to create a ColumnSortHandler and
corresponding Comparators...  so each time the user clicks next I
populate the table in this manner with the next set of data.  It all
works great apart from when the number of elements in my set of data
is greater than 15.  In this case only the top 15 (ordered) elements
are displayed I.E. only 15 rows of the CellTable are visible within
the VerticalDialog.  Is this a default somewhere or can I configure
this row limit.  I've looked around my code and I can see places where
I have instantiated a list and this will default to 10 elements but 15
has me baffled.

I can provide code but thought this would jog a memory without the
need for boring old code.

Many thanks

Tony

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



HorizontalSplitPanel with hide mechanism and no live update?

2011-04-02 Thread Andrew Green
Hi,

I need a panel like SplitLayoutPanel, but with the following features:

- Some friendly way to hide and show a side panel (in my application,
the West panel), such as a hide/show button.

- Disable live resizing of the panels while the user drags the
splitter---that is, when the user clicks on the splitter and moves the
mouse, a semi-transparent line should appear and move with the mouse,
and the actual panels should only resize when the user releases the
mouse, but not during the dragging. (I need this because the size and
nature of the content in my panels makes live resizing sluggish.)

I expect the easiest way to do this is to subclass DockLayoutPanel,
reusing what I can from SplitLayoutPanel. (SplitLayoutPanel itself is
a subclass of DockLayoutPanel.)

If anyone has any experience doing something similar, or has any
suggestions or code samples for this, I'd really appreciate it.

(I know such functionality is available with ext GWT and SmartGWT, but
I'm not sure I'm ready to commit to a heavyweight JS framework---my
app is quite light with plain GWT, which provides enough functionality
in most cases.)

Many thanks in advance! Greetings,
Andrew

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



wait cursor when calling RPC

2011-04-02 Thread jonty
Hi, I'm in the middle of a project and would like to display the wait
cursor when until RPC onSuccess is called. I've tried directly setting
and removing the style name of my panel with .waitCursor { cursor:
wait;}. But it seems very glitchey(I'm using Chrome). Then I tried
DOM.setStyleAttribute(RootPanel.get().getElement(), cursor,wait);
but this again maybe only works once! Any suggestions guys?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT + MVP + Spring + Hibernate

2011-04-02 Thread Zaur Guliyev
Hello,

I'm newbie in GWT and as well as to Spring, Hibernate and MVP
framework. Is there any tutorial or project example on which I can
learn all this GWT integration stuff with above mentioned frameworks?

Any help is appretiated...

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Vertical Tab Bar

2011-04-02 Thread New GWT User
Hi

I am new to GWT, Trying to get hands dirty on it.I am looking for a
Vertical Tab Bar. I see GWT has Horizontal Tab Bar readily available,
Is there anything like that for Vertical Tab Bar.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



CellTree question about varying cell composition

2011-04-02 Thread tomInNewEngland
Hi All:

I have a CellTree and I want to use two different cells for the leaf
and branch nodes.  The leaf nodes are all to have a checkbox and the
brances are not.  Leaves and branches appear on the same levels.

I constructed a CompositeCell out of a CheckboxCell and a homegrown
cell (based on AbstractCellT), and I put a test in the
CompositeCell.render() method, that looked something like this:

if (cell instanceof CheckboxCell) {
  if (value.isLeaf()) {
cell.render(context, hasCell.getValue(value), sb);
  }
}

With this code, the checkbox cell wasn't rendered at all for the
branch nodes.  This appeared to work at first, but selecting a branch
node would give me an error that seemed to be at the Javascript
level.  It read: (Typeerror) elem is null.  None of my code was
identified in the stack trace, so I don't get what was wrong.

Can someone suggest what that error might have meant, or better,
suggest the right way to go about designing a cell that's different
for leaf and branch nodes that might be siblings in the CellTree.

Another question: when designing a cell to use, what is the right way
to test the values that will be displayed in that cell?  Besides
including the checkbox or not, I'd like to vary the look based on
other parameters.

Many thanks,

 -Tom

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: seem to be getting a 15 row limit?

2011-04-02 Thread Y2i
Try setVisibleRange()
http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/user/cellview/client/AbstractHasData.html#setVisibleRange(int,
 
int)

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT + MVP + Spring + Hibernate

2011-04-02 Thread Jan Mostert
Spring Roo will integrate all that stuff for you.

--
Jan Vladimir Mostert
BEngSci

MyCee Technologies


On Sat, Apr 2, 2011 at 11:14 AM, Zaur Guliyev mr.zau...@gmail.com wrote:

 Hello,

 I'm newbie in GWT and as well as to Spring, Hibernate and MVP
 framework. Is there any tutorial or project example on which I can
 learn all this GWT integration stuff with above mentioned frameworks?

 Any help is appretiated...

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: wait cursor when calling RPC

2011-04-02 Thread Jan Mostert
Setting the cursor is not the best design pattern for RPC calls, what if you
have 10 widgets all making RPC calls, will each of them try to set and unset
the cursor?
Also expect some quirkiness between browsers if you set the cursor via the
DOM.

This is probably a better solution, show and hide some animation over a
component that is busy: http://www.ajaxload.info/

--
Jan Vladimir Mostert
BEngSci

MyCee Technologies


On Sat, Apr 2, 2011 at 5:24 PM, jonty johnwildo...@gmail.com wrote:

 Hi, I'm in the middle of a project and would like to display the wait
 cursor when until RPC onSuccess is called. I've tried directly setting
 and removing the style name of my panel with .waitCursor { cursor:
 wait;}. But it seems very glitchey(I'm using Chrome). Then I tried
 DOM.setStyleAttribute(RootPanel.get().getElement(), cursor,wait);
 but this again maybe only works once! Any suggestions guys?

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Can Editor/Driver framework be used in place of Colum/EditTextCell in Cell widgets?

2011-04-02 Thread JosephLi
While testing own CellTable widget in my pet project, and painfully
going thru initializing the Column with EditTextCell together with
hand coded getters and updaters. I can't help but thinking it would be
really nice if I can just drop the editor  driver framework directly
to the cellTable, and went on to layout the column thru the designer
instead of hand coding all the columns with getters and updaters.

The CellTable  / cell widgets would also take a requestContext/
requestContextFactory so it can semi-automatically fire an update
request through a given RequestContext to update the backend
asynchronously without too much hand coding.

What do u guys think?

Joseph

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: [gwt-contrib] RR: Promoting RequestFactory to a higher package

2011-04-02 Thread Ray Ryan
We were only concerned about public api. Do you see anything we're missing
there?
On Apr 1, 2011 3:09 PM, Thomas Broyer t.bro...@gmail.com wrote:
 Note that AutoBeanUtils uses WeakMapping which lives in
 com.google.gwt.core.client (yes, this is a client class used in
shared,
 and thus server code; WeakMapping is also directly referenced through
 server code, namely in ProxyAutoBean)

 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adds a no-op emulation of TestSuite, to prevent error spam (or outright (issue1399803)

2011-04-02 Thread rjrjr

r9933

http://gwt-code-reviews.appspot.com/1399803/

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors


[gwt-contrib] Re: Fix ICE in GenerateJavaAST (issue1400801)

2011-04-02 Thread jbrosenberg

LGTM

http://gwt-code-reviews.appspot.com/1400801/

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors


[gwt-contrib] Temporarily introduces configuration property UiBinder.xssSafe to (issue1402801)

2011-04-02 Thread rjrjr

Reviewers: sbrubaker,

Description:
Temporarily introduces configuration property UiBinder.xssSafe to
allow UiBinder's SafeHtml integration to be disabled while the last
couple of kinks are worked out.


Please review this at http://gwt-code-reviews.appspot.com/1402801/

Affected files:
  M user/src/com/google/gwt/uibinder/UiBinder.gwt.xml
  M  
user/src/com/google/gwt/uibinder/elementparsers/AttributeMessageInterpreter.java

  M user/src/com/google/gwt/uibinder/elementparsers/WidgetInterpreter.java
  M  
user/src/com/google/gwt/uibinder/elementparsers/WidgetPlaceholderInterpreter.java

  M user/src/com/google/gwt/uibinder/rebind/UiBinderGenerator.java
  M user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java
  M user/test/com/google/gwt/uibinder/elementparsers/MockUiBinderWriter.java


--
http://groups.google.com/group/Google-Web-Toolkit-Contributors


[gwt-contrib] Re: Temporarily introduces configuration property UiBinder.xssSafe to (issue1402801)

2011-04-02 Thread rjrjr

Ready for review.

http://gwt-code-reviews.appspot.com/1402801/

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors


[gwt-contrib] Re: Temporarily introduces configuration property UiBinder.xssSafe to (issue1402801)

2011-04-02 Thread rjrjr

http://gwt-code-reviews.appspot.com/1402801/

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors