[Laszlo-dev] For Review: Change change.JufED3088.txt Summary: Remove warnings from LFC. Update LzCanvas to new class system (WITH ATTACHMENT)
Philip Romanik
promanik at laszlosystems.com
Fri Aug 25 15:53:59 PDT 2006
>
>2) This:
>
> > // Install the default menu onto MovieClip, so it shows up
> > everywhere by default
> > - if (__LZDefaultCanvasMenu)
> > - MovieClip.prototype.menu =
> > __LZDefaultCanvasMenu.__LZcontextMenu();
> > + if (cproto.__LZDefaultCanvasMenu)
> > + MovieClip.prototype.menu =
> > cproto.__LZDefaultCanvasMenu.__LZcontextMenu();
>
>would imply default canvas menus never worked. Is there a bug on that?
The bug got introduced when LaszloCanvas.lzs was created from
LaszloCanvas.as. I asked henry about haven't checked it in (until now).
>3) Since LzText inherits from LzView, why do we need to duplicate
>SetFontName?
Good point. I'll remove it.
More information about the Laszlo-dev
mailing list