PDA

View Full Version : drawview tip


jsundman
06-25-2005, 05:16 AM
There's a tip out about using drawview over on openlaszlo:

http://openlaszlo.org/tips/2005/introduction-to-drawing/

Enjoy,

John,
The doc guy

whisperstorm
11-16-2006, 01:05 PM
This is excellent - will drawview use canvas when you use the DHTML runtime?

alanro
04-25-2007, 05:44 AM
Yes, Drawview class extends the view class. Thus, it inherits all the view properties; a drawview tag creates a rectangular view.

It is really good example, Thanks.

qman
04-25-2007, 01:52 PM
i found different behavior of drawview under swf and dhtml by running the last example under both runtimes. the out most circle is bigger and incomplete, and the inner circle is filled black when R changes under dhtml. i also have problems in my existing application with the shapes created by drawview when i try to shift from flash to dhtml.