http://127.0.0.1:8080/lps-3.2.x/docs/guide/performance-tuning.html#inlined-c lasses
-----Original Message----- From: P T Withington [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006 8:32 AM To: William Krick Cc: Laszlo-User Subject: Re: [Laszlo-user] inlined classes: inline vs inline-only Er, I don't think this is implemented. What docs are you reading? On 2006-04-11, at 10:18 EDT, William Krick wrote: > I'm trying to inline classes in our app to save a little more memory. > > The docs are a little unclear about the compiler directives for > 'inline' vs > 'inline-only'. > > I'm assuming that we need to use 'inline-only'. Is this correct? > > > > Also, I think I found a typo in the following section: > > > ---------------------------------------------------------------- > ...so that this > > <?lzc class="c1" inline-only="true"?> > <?lzc class="c1" inline-only="true"?> > > can be abbreviated as this: > > <?lzc classes="c1 c2" inline-only="true"?> > ---------------------------------------------------------------- > > > I think that the second compiler directive should actually be... > > <?lzc class="c2" inline-only="true"?> > > > > _______________________________________________ > Laszlo-user mailing list > [email protected] > http://www.openlaszlo.org/mailman/listinfo/laszlo-user _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
