I am loading a Query Widget in the Flex Viewer. Flash Builder gives the following warning on load:
warning: The class widgets.Query.QueryResult has been used in a call to net.registerClassAlias() in _QueryWidget_FlexInit. This will cause widgets.Query:QueryWidget to be leaked. To resolve the leak, define widgets.Query.QueryResult in the top-level application.
It relates to the following line in QueryResult.as:
[Bindable][RemoteClass (alias="widgets.Query.QueryResult")]
Wondered if anybody had a fix?
Thanks
--Rory