index



modules



license
coding style
to do



Things which need to be done / changed in Uni-d

Towards a more usable gui

We need to be able to specify pages, using a syntax like :

<uni-d>
     <database name="IC-trace">
         <table dir="."/>
     </database>

<user-interface start="main"> <menu> <!-- … parts snipped … --> </menu>

<!-- pages can be defined externally --> <page file="main.page"/> <page dir="pages/*.page/> </user-interface> </uni-d>

  • The pages themselves are described in separate files, and should have a structure as provisionally described in
GuiPageStructure (This way there is no need to include the page description in the dtd).
  • The pages which are now being generated should all generate pages in this format (in a generate subdir to allow
replacing, see GuiCustomTable.html). This makes it easier for users to customize.
  • the description of the object model should allow specifying the default label/caption/help texts to generate more
complete/correct messages_gui.xml file.

Some questions


$Id: ToDo.wiki 1688 2005-10-13 08:05:24Z triathlon98 $