Enhancement short description:
user interface for accessing cloverleaf from a remote system
Date:
8/18/2005
Operating System:
all
Version of OS
all
Cloverleaf version:
all
Revision:
all
Tool:
user interface toolkit
Enhancement long description:
Provide a tool kit that allows users to extend the IDE gui so that they can
simply add their home grown enhancements to the IDE and have the standard IDE handle all the security, etc.
On the cloverleaf side the tool would allow for tcl code to send data to the gui. For example, there may be a special file holding configuration details for a tcl proc. Using the toolkit the user would be able to extend the gui so that an configuration specific editor could be written in tcl and controlled by the gui. The gui would present and allow for data editing while the tcl code would handle reading and writing of the configuration file, error checks, data presentation to the gui,data formatting, etc.