| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 803 |
|
Some types of interaction with applications are still lacking.
The main GUI interface is basically satisfactory. The scheme of an autogui controlled by meta-information seems to work for many different contexts. The Copy-Paste idiom for passing information around seems to be viable for simple entities. One problem is that the GUI widgets are incomplete. We need a wide range of more useful widgets:
Passing information around the user interface is still quite clumsy. For example, to get a region from an image on disk requires far too many operations. Part of this is due to the confusion between e.g. disk image file or Glish image tool. One obvious approach is that since we know the type of a table (e.g. Image, MeasurementSet, Calibration), we should automatically open the corresponding tool when an image is needed; Thus the catalog should be extended to show the connection between a Table and the corresponding tool. In general, converting from a data file to a tool should be a one-click operation both in the catalog and in the spanner.
We are still missing a high-level concept to bind the interface together. We've called this a workspace in previous discussions.