0
votes
4answers
84 views
SmartGWT with GWT ?
Greetings ,
I have been using GWT for few weeks and wanted a rich Table widget.I came across with SmartGWT library.
Can I use SmartGWT widgets same way I develop using GWT or is there any special …
0
votes
0answers
23 views
upgrading some code from gwt to gwtext
I have a finished project of which i used GWT for, and I would like to change some of the ui to use the gwtext framework. One would think this is simple or maybe I am just the simple one. I cannot …
0
votes
3answers
161 views
Why does GWT sometimes successfully compile and other times just stall?
I am working on a demo for a client of what's possible with GWT-Ext for GWT. After browsing for the simplest way to get up and running, I decided on installing the Google Plugin for Eclipse and using …
32
votes
15answers
5k views
Biggest GWT Pitfalls?
I'm at the beginning/middle of a project that we chose to implement using GWT. Has anyone encountered any major pitfalls in using GWT (and GWT-EXT) that were unable to be overcome? How about from a …
0
votes
1answer
215 views
Handle callback for ENTER key in GWT-Ext’s NumberField
I use GWT-Ext library for building GUI for a webapp.
I'd like to process an ENTER key press inside of the NumberField.
It should be like this:
final NumberField requiredHeight = new …
0
votes
1answer
183 views
How can I replace a div with a widget when it is already contained in another widget?
context: I'm using Ext-GWT and I think ListView is the right layout for what I need. My problem is that I have to use a HTML template for all of my items, but I want to build GWT/Ext-GWT widgets …
0
votes
1answer
144 views
gwt widget - mutually-exclusive toggle button
I want a hybrid of a ToggleButton and RadioButton.
I want the "mutually-exclusive" part of RadioButton, and the gui look and behavior of ToggleButton(up and down states).
Does one already exist?
0
votes
0answers
88 views
GWT DateField - ‘ExceptionInInitializerError’
Hello,
I am new to GWT. I am trying to develop a GWT application. In my project I am using a 'DateField' as follows,
DateField dob = new DateField("Birthday", "d/m/y");
When I am trying to run …
1
vote
2answers
317 views
gwt generate html for seo? what do u think?
i found this article http://docs.google.com/Doc?id=dcsq25m_04k4cmgfd . generate html on server side for spider. what do you folks think about using this technique to serve different content depending …
1
vote
2answers
532 views
md5 hash for password string in GWT/GWT-Ext?
Hi everyone,
I am currently trying to modify an existing GWT-Ext application, that is using plain text passwords in its MySql database.
My plan was to use md5 hashes, as the existing passwords can …
4
votes
4answers
1k views
GWT Themes and Component Libraries
Are there any good themes or component libraries for GWT? The built-in themes are rather plain for my purposes. I've seen gwt-ext and smartgwt, but those aren't that great looking. Are there any …
2
votes
2answers
463 views
Difference between gwt-ext and ext-gwt
Am I taking crazy pills, or are these two things pretty much identical?
0
votes
1answer
270 views
GWT Incubator Glass Panel not implementing ClickHandler
Hi everyone,
I have an app that uses the GWT-Incubator GlassPanel class.
I extended it to form a custom one that implemented a ClickListener. I upgraded to GWT1.7 and GWT-Incubator 1.7, and it …
1
vote
2answers
117 views
Best Practices: How to build your UI depending on the logged user
Hi:
I m trying to find the best way to build my UI based on whos logged in.
The scenario is, there are (at the moment) 2 types of user normal and super-user the super-user will normally see more …
1
vote
3answers
343 views
Which GWT libraries are fast, mature and good for a desktop feel?
I have read that gwt-ext is slow and it seems too bulky. How does this compare with Ext-GWT? Are there any other libraries out that can easily handle dragging, resizing, minimizing?
