| Cheat sheets and Properties dialog [message #660825] |
Mon, 21 March 2011 15:14  |
Mary Huang Messages: 1 Registered: July 2009 |
Junior Member |
|
|
I am creating a cheat sheet where I need to guide users through the
configuration of the build path for a Java project. This requires the user
to bring up the properties dialog for a Java project and then follow a
series of steps to add external jars, etc. The problem I am running into is
that once the user brings up the properties dialog, which is a modal dialog,
they are no longer able to go back to the cheat sheet to continue reading
the steps.
With other modal dialogs (e.g. New Wizard dialogs), I've been able to
introduce a command in the cheat sheet to bring up the dialog and then use
dialog=true attribute to get the cheat sheet to "follow" the dialog. I can't
seem to be able to use a command to bring up the properties dialog for a
project and do the same.
Any tips or ideas?
Thanks,
Mary
|
|
|