PDA

View Full Version : y lps3 has no graphic support ?


faisalbhagat
04-13-2005, 04:57 AM
hi dears
i have just downloaded lps-3 but found no graphic support in it?. i have heard that it supports graphic but i dont find any extra lzx file in it. please can any body can guide me as soon as possible.

faisal

hqm
04-13-2005, 05:25 AM
The drawing API is supported by a new class which is built into the runtime base library. You may instantiate a "drawview" instance in your app

<drawview id="foo"/>

and then you can call the drawing API methods on that view.

faisalbhagat
04-13-2005, 05:30 AM
thanks for response sir
but how can i know what drawview can do for me is their any documentation?

faisal

hqm
04-13-2005, 05:45 AM
There is some info in the release notes:

http://www.openlaszlo.org/download/notes/b2.html

faisalbhagat
04-13-2005, 05:55 AM
sir
can u please send me a sample code for creating charts and graphs.
i will be much thankful

faisal

hqm
04-13-2005, 06:06 AM
I believe there is a chart and graphing library which is planned for some time in the future, but I don't know when the planned release date is.

d~l
04-13-2005, 07:28 AM
this API might help you (http://openlaszlo.org/wiki/Charting_Components_API)