Hello,
I have a dynamic shape and form items.
The positive items have to be invisible when the form is opened.
That's why I put the values of form items to invisible
After the push of a button, all fields are displayed.
That is why I set the values for the button to visible.
But I always get the following error message.
"
com.smartgwt.client.core.JsObject$SGWT_WARN: 12:39:36.947:TMR6[E]:WARN:HTMLPane:isc_HTMLPane_1:This widget has overflow specified as "clip_h". This overflow setting is not supported - defaulting to overflow:"visible".
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)"
What does this mean?
How to bring the fields of state is not displayed to displayed ?
I have a dynamic shape and form items.
The positive items have to be invisible when the form is opened.
That's why I put the values of form items to invisible
After the push of a button, all fields are displayed.
That is why I set the values for the button to visible.
But I always get the following error message.
"
com.smartgwt.client.core.JsObject$SGWT_WARN: 12:39:36.947:TMR6[E]:WARN:HTMLPane:isc_HTMLPane_1:This widget has overflow specified as "clip_h". This overflow setting is not supported - defaulting to overflow:"visible".
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)"
What does this mean?
How to bring the fields of state is not displayed to displayed ?
Comment