****************************************************
PLEASE REPORT ANY BUGS NOT LISTED BELOW TO:

   designer-support@gnuenterprise.org

Include as much detail about your computer setup as
possible. If you can reliably reproduce the bug,
please include each step involved. Does the problem
only occur when working on a particular form (but
not other similar forms?)
****************************************************



Also, check the TODO file.  If something is not working as you'd expect, 
it is quite possible that it is not a bug at all, but simply a feature 
that is not fully implemented yet.


***************
WARNING: Python 2.2.0 has a bug in its Unicode support that will
scramble your saved XML files. DO NOT USE DESIGNER WITH PYTHON 2.2.0. 
Either downgrade to 2.1.2 or upgrade to 2.2.1 (when it's available.) 

This will affect you whether you are an international customer or not!
Python's XML services use Unicode internally even if the form is a 
basic ASCII form!!!
**************


These are known issues with Designer 0.4.3  

* On the Property Editor: You cannot change a value and then click to another
  window/frame without first pressing enter. The value will revert back to
  the original because one of wxPython's focus listener isn't being called.
  Not sure if this is a limitation of the way we implemented the Grid editor
  or a limitation of wxPython.

* Designer currently redraws the entire layout screen whenever a property
  is modified and whenever an object is deleted or modified. This may
  make designer run noticably slow on older computers.

* Designer loses custom xml encoding= attribute and defaults back to utf-8.
  If you manually specify in your GFD file, for example:
      <?xml version="1.0" encoding="iso-1859-2"?>
  then save it, the form will be written as:
      <?xml version="1.0"?>
  This will affect our international customers.

* You cannot delete an object (Page or Block) as long as it has child 
  objects;  i.e., to delete a page, you must first delete all blocks and 
  labels.

* Wizards have a few issues: 

    * Running a wizard and then running the wizard again without first 
      exiting will cause the selections from the first wizard to reappear.  
      This is mostly an inconvenience -- it shouldn't cause you to crash. 


The following aren't technically bugs, but may bite none-the-less:

* If you hand-edit a form definition and comment out sections using
  <!-- -->, then open this form definition in designer and save, you
  will lose your commented sections.  This is due to designer's XML
  parser which does not save XML comments.

