I am using the Enterprise skin in SmartGWT 1.1.
I have been experimenting with programmatically disabling items in a DynamicForm. When I set any TextItem fields to disabled in Internet Explorer 7, a small red cross appears over the item. It appears that it is looking for the file \sc\skins\standard\images\blank.gif.
I have tried creating the required directories (standard and images) and copying the Enterprise blank.gif to the above location within my compiled webapp’s directory structure. That’s a work-around for the problem.
Is this a bug in SmartGWT?
I have been experimenting with programmatically disabling items in a DynamicForm. When I set any TextItem fields to disabled in Internet Explorer 7, a small red cross appears over the item. It appears that it is looking for the file \sc\skins\standard\images\blank.gif.
I have tried creating the required directories (standard and images) and copying the Enterprise blank.gif to the above location within my compiled webapp’s directory structure. That’s a work-around for the problem.
Is this a bug in SmartGWT?
Comment