autodemonstrating app

A

Adam

Hi,

I have a GUI application and I wish it to be able to
autodemontrate itself.
Say, user clicks 'Show demo', then
demo engine moves the mouse cursor to File->New...
chooses some options, enters some keyboard input,
edits some content of the project using mouse cursor
and keybuard input.

I know it would be the easiest to prepare some animation
showing it, but I don't want that.

I also thought about using awt.Robot for this.
But I would also like to have an option
of loading different 'demo scenarios'
into the demo engine to follow.
(Like 'New project demo' or
'Using Help demo' or
'Performing XXX operation demo')
So I would have to write a simple scripting
language for defining the scenarios,
prepare a demo-scenario-script, load it,
parse it and use the parsed data as input
for awt.Robot methods.

But do I really need to define a new scripting
language for that? Maybe there is something ready
I could use.
How about using www.lua.org as the scripting language,
or maye as the whole demo engine.
How hard is it to use that in Java?

Any comments? other ideas? Thnx in advance.

regards,
Adam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top