Re: ProgressBar for GWT 2.3

2011-07-31 Thread Nick
I have been using this simple css based cell widget progress bar:

http://code.google.com/p/gwt-cell-widgets/source/browse/trunk/GWT-Cell-Widgets-Example/src/com/siderakis/gwt/cellwidgets/client/StatusCell.java

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/k74A97YLE74J.
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.



ProgressBar for GWT 2.3

2011-07-29 Thread Ahmed
Hello,
I need a progressbar for my application developed with GWT 2.3. after
searching I found a widget realizing exactly what I want:http://
code.google.com/p/google-web-toolkit-incubator/
But the problem is that this project is no longer maintained and uses
deprecated methods that are reported during the execution of my
application.
[WARN] [testProgressBar] - Line 30: Referencing deprecated class
'com.google.gwt.user.client.impl.DocumentRootImpl'
[WARN] [testProgressBar] - Line 122: Referencing deprecated class
'com.google.gwt.widgetideas.table.client.overrides.HTMLTable'
[WARN] [testProgressBar] - Line 103: Referencing deprecated class
'com.google.gwt.widgetideas.table.client.overrides.Grid'

is there any other progressbar widget that are compatible gwt 2.3?
Thanks in advance for your help
Ahmed

-- 
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.