I have set Windows default properties like this in the entry point class:
Now when I try to open hilite editor of a ListGrid, I am seeing this warning when I click on ColorPicker icon in the editor window and crashes. Here is the log:
Other windows works fine. So I think this is a bug.
I am using SmartGWT 2.4 and also tried with latest nightly build.
Code:
Window w = new Window(); w.setShowShadow(true); Window.setDefaultProperties(w);
Code:
15:12:59.791:MUP4:WARN:Log:ClassFactory.addGlobalID: ID:'' for object '[ColorPicker ID:]' collides with ID of existing object '[Window ID:]'. The pre-existing widget will be destroyed.
I am using SmartGWT 2.4 and also tried with latest nightly build.
Comment