Age | Commit message (Collapse) | Author |
|
changes are required to change all componens from 1-based indexing to 0-based indexing.
|
|
GUI Designer: Enabled the Boolean properties of the supported widgets
|
|
when you load a form that contains a TfpgPageControl.
* GUI Designer: Added a example project showing how you would design a for that contains a
Page Control and a few TabSheets. The GUI Designer will be improved later to make it
more WYSIWYG.
|
|
* Fixed a minor bug in ComboBox that maintained it's own Width property. This also fixed the
issue in the uiDesigner loading forms with comboboxes and not painting the internal button.
|
|
form designer.
* Fixed the initial state of scrollbars for various components.
* Implemented more fine grained cursors. Used by the designer for
the resizer buttons.
* Components can now be moved around in the designer form.
* Components can now be placed inside container components like TfpgBevel.
* Treeview doesn't crash the GUI designer anymore, yet the painting is
still not working for it.
* Tab and reverse Tab now work in the GUI designer.
* GUI Designer title bar is now consistent in text format.
|
|
* GUI: minor amendments in basegrid and listbox to work correctly in the GUI Designer.
|
|
* Added a new example project. A fpGUI visual form designer. Still not working 100% but it is getting there.
|