The main feature is that the application should allow in-place editing of the form fields, good rendering quality, and be able to zoom in/out within the form.
If wxpython or wxwindows can't do this, does anybody know how to do it?
The main feature is that the application should allow in-place editing of the form fields, good rendering quality, and be able to zoom in/out within the form.
If wxpython or wxwindows can't do this, does anybody know how to do it?
There is no built-in support for that, but it should be doable. One way would be to have a way to define precise locations and sizes of the editable areas of the form, and then make a custom control that displays the form in a scrollable window as a background image and handles the keybord events, allowing movement from field to field, keyboard entry, and drawing of the entered text on the background image.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!