Depending on what you're trying to do, you may find drawviews useful: http://www.openlaszlo.org/lps-latest/docs/guide/drawview-intro.html
Regards, jrs On Sep 14, 2006, at 10:17 PM, Rodrigo Vera wrote: > Hi all > > i need to create non-rectangular views, but it seems that it`s not > implemented, how can i make something like this? > > i was thinking to create new classes: one named polyview and other > named > polynode (better names as sugestion acepted) but y don`t know how > to tell > poliview that conects all the polynodes inside it, this way: > > <polyview name="triangle"> > <polynode x="10" y="20"> > <polynode x="10" y="10"> > <polyview> > > this may create a triangular view with the same properties as a > normal view, > excepting that is not rectangular. > > anyone has tried to do this before?, who else want a feature like > this?? > > greetings, laszlo RIA warriors! > > _______________________________________________ > 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
