Slides from the talk I gave to the SD Forum Java SIG are here:
dbentrance.com/misc/javasig.pdf
Even if you aren't a Java developer, you may want to check
out the plotql (i.e. Entrance scripting) examples.
There are examples showing how to resize a chart for a cell phone
from a script written for the desktop screen. (The trick is to use
PAGE and FRAME INSETS)
They also show how black backgrounds make Entrance graphics
"pop". To get a black background like the slides, use:
BACKGROUND BLACK
FOREGROUND WHITE
LIGHT GRAY GRIDLINES
Finally, there were fragments of code showing how to embed
plotql in Java applications.
- Tod