pkt1583 / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

Adding to gwt client side. #551

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. adding the text.jar as an external library
2. if added as source link, objects are fine, till constructor call
3.

What is the expected output? What do you see instead?

... tried to make a button, which is changing the background color....
seen at: http://www.gwt-ext.com/demo/#colorPicker

... compyling is nice
... if the site loads, the message... comes up:
... the module cant be loaded...

Please use labels and text to provide additional information.

Textfield tx; is fine
Textfield tx = new Textfield();   ...module cant be load

...?

Original issue reported on code.google.com by andyhube...@gmail.com on 29 Mar 2014 at 6:31