SmartGWT 3.1p 03-12-2013
GWT 2.5
FF 17.0.2 ESR
Windows 7
Locale: en-us
---
Is it normal to see these warnings when applying a Changed Handler to a RelativeDateItem?
I believe this happens because the code tries to apply event handlers to some of the auto-children. Knowing this, should SmartGWT still show the warnings?
For code, please refer to my previous question on RelativeDateItem.
GWT 2.5
FF 17.0.2 ESR
Windows 7
Locale: en-us
---
Is it normal to see these warnings when applying a Changed Handler to a RelativeDateItem?
Code:
08:43:23.000:TMR7:WARN:StaticTextItem:isc_StaticTextItem_2:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 08:43:23.009:TMR7:WARN:StaticTextItem:isc_StaticTextItem_4:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 08:43:23.502:RDQ2:WARN:StaticTextItem:isc_StaticTextItem_2:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 08:43:23.512:RDQ2:WARN:StaticTextItem:isc_StaticTextItem_4:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 08:43:52.376:IFCS8:WARN:StaticTextItem:isc_StaticTextItem_2:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 08:43:56.504:RDQ6:WARN:StaticTextItem:isc_StaticTextItem_2:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element
For code, please refer to my previous question on RelativeDateItem.