| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| generate.xsl | 2002-05-12 | 2.7 kB | |
| test.xml | 2002-05-12 | 1.9 kB | |
| src.zip | 2002-05-12 | 33.6 kB | |
| README | 2002-05-12 | 776 Bytes | |
| Totals: 4 Items | 39.0 kB | 0 | |
instructions: - import the source from src.zip in a java project - put the file test.xml in the "eclipse" directory. It contains a sample form design. The design is read at startup in the class DialogVCE, in method loadModel(), and saved in save(). - The file generate.xsl can be used to transform the test.xml into java code. Using e.g. XMLSpy or little Xalan program - to start: run TestDialogVCE as a standalone SWT program - one can: - drag Widgets from the palette (top left) onto the tree - delete a widget by rightcliking it qnd selecting "remove" (if the preview doesn't get updqted, select the parent of the deleted component in the tree view) - update the widget's propeties in the detail view - save the form design with the "save" button