<expression alias="School Name" textsearchlabel="Search Elementary Name:" userlist="Croyden Ele,Rosewood Ele,Tidwell Ele" >upper(Name) = upper('[value]')</expression>
ArgumentError: $someTempUICToRemoveAfterFinished is not found in this Group. at spark.components::Group/getElementIndex() at spark.components::Group/removeElement() at spark.components::SkinnableContainer/removeElement() at widgets.eSearch::SearchWidgetFloatDG/onTempUICCreated()at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.core::UIComponent/dispatchEvent() at mx.core::UIComponent/set initialized() at mx.managers::LayoutManager/doPhasedInstantiation() at mx.managers::LayoutManager/doPhasedInstantiationCallback()
I tried to add a drop down list in SearchWidget.xml,<expression alias="School Name" textsearchlabel="Search Elementary Name:" userlist="Croyden Ele,Rosewood Ele,Tidwell Ele" >upper(Name) = upper('[value]')</expression>
After that I open the widget, when switch the items in dropdown list, the followig error always appear. Anyone has any idear what's going on? Thanks a lot!ArgumentError: $someTempUICToRemoveAfterFinished is not found in this Group. at spark.components::Group/getElementIndex() at spark.components::Group/removeElement() at spark.components::SkinnableContainer/removeElement() at widgets.eSearch::SearchWidgetFloatDG/onTempUICCreated()at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.core::UIComponent/dispatchEvent() at mx.core::UIComponent/set initialized() at mx.managers::LayoutManager/doPhasedInstantiation() at mx.managers::LayoutManager/doPhasedInstantiationCallback()
For the first time I open dropdown list, it is normal--the float grid pops up, everything is OK; after that if I switch to another item, the error message will pop up. Thanks!
If I remove userlist="Croyden Ele,Rosewood Ele,Tidwell Ele", just use text search, it works well.
For the first time I open dropdown list, it is normal--the float grid pops up, everything is OK; after that if I switch to another item, the error message will pop up. Thanks!
If I remove userlist="Croyden Ele,Rosewood Ele,Tidwell Ele", just use text search, it works well.