Search found 3 matches

by HughSenior
Thu Jun 09, 2011 3:48 pm
Forum: Talking LiveCode
Topic: Prepare sophisticated graphs and reports
Replies: 3
Views: 3556

Re: Prepare sophisticated graphs and reports

As BvG says, do-able but not built into LiveCode per se and you will need to do some (perhaps quite advanced)scripting. You can try ChartMaker which takes care of all the heavy-lifting for you, leaving you with 'point and click' design options to create sophisticated presentations of your data. Avai...
by HughSenior
Thu Jun 09, 2011 3:36 pm
Forum: Talking LiveCode
Topic: make a jpg file
Replies: 5
Views: 3855

Re: make a jpg file

For completeness, ChartMaker supports export to pdf, image file, the clipboard, and as a LiveCode object. If the 'interactive' option is selected, all this is available by a right-click popup menu in the chart itself; otherwise a scripted solution is also available using built-in syntax options.
by HughSenior
Thu Jun 09, 2011 3:29 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Charts in Rev?
Replies: 5
Views: 4786

Re: Charts in Rev?

Charts in LiveCode can be created using ChartMaker . The wizard quickly sets up the data and the display settings and it really is a 'point and click' solution. You can also script charts in your own work using css-style keyValue pairs to define the data display. Full documentation is built in with ...