Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hello,
Is it possible to drive the Integrity desktop client (the Java Swing GUI)?
Example:
I would like to tell the Integrity desktop client to perform operations, for example to
- to open/view a certain project
- to open/view a certain sandbox
- to select/highlight a certain member of the project or sandbox
Thanks !
Hello Alexandru Matei
Alexandru Matei wrote:
Is it possible to drive the Integrity desktop client (the Java Swing GUI)?
I would like to tell the Integrity desktop client to perform operations, for example to
- to open/view a certain project
- to open/view a certain sandbox
- to select/highlight a certain member of the project or sandbox
You can't "automate" this from the Integrity client, but you can simulate many behaviors from the command line:
- to open/view a certain project
si viewproject --gui <project>
- to open/view a certain sandbox
si viewsandbox --gui <sandboxLocation>
- to select/highlight a certain member of the project or sandbox
I can't think of a way to do this from the command line.
Regards,
Kael