Hi Kenny,

Kenny Tilton wrote:
> But this made qooxdoo complain about a null property:
> 
>    properties :
>    {
>      appearance : null
>    }
> 
> I'll dig into the appearance mechanism now, but any hints are welcome.
Your example has a syntax error in it.
Since each property itself is defined as a map you have to write

--snip--
properties :
{
    appearance :
    {
        init : null
    }
}
--snip--

instead of
--snip--
properties :
{
    appearance : null
}
--snip--

cheers,
   Alex

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to