> >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. _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
