Ahh -- it's LzEventable This is not associated with a tag.
Commented in http://jira.openlaszlo.org/jira/browse/LPP-9835
On Mar 17, 2011, at 1:38 PM, P T Withington wrote:
> I still get the:
>
>> Warning: with(this) added in execute: unknown parts of class hierarchy:
>> [Callback->LzEventable] and unaccounted refs: [undefined]
>
> warnings with your latest version.
>
> I wonder if this has to do with the app being compiled against .lzo's of the
> libraries? Or because this class is defined in a script block?
>
> The Callback class is (trimmed to relevant parts):
>
>> <script when="immediate">
>> class Callback extends LzEventable {
>> function execute(singleArg:*) {
>> if (singleArg !== undefined) return super.execute(singleArg);
>> }
>> }
>> </script>
>
> But, given the results that Max is seeing, let's check this in, and file an
> improvement to worry about these warnings.
>
> Approved!
--
Don Anderson
Java/C/C++, Berkeley DB, systems consultant
voice: 617-306-2057
email: [email protected]
www: http://www.ddanderson.com
blog: http://libdb.wordpress.com