-
Notifications
You must be signed in to change notification settings - Fork 9
This is a extended version of fpGUI uidesigner.
License
LGPL-2.1, Unknown licenses found
Licenses found
LGPL-2.1
COPYING.txt
Unknown
COPYING.modifiedLGPL
fredvs/uidesigner_ext
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
designer_ext is the extended version of fpGUI uiDesigner. With : voice assisted, auto-add units in uses section, run-only-once option, window list, undo's feature, integration into IDE, editor launcher, for Unix OS : dynamically load of XOrg and TThreads dependencies, lot of new themes-styles, and much more... There are also patches for integration with fpc, Lazarus, Typhon, Geany,... Added /sakit (speecher assistive kit) => to make designer_ext "assistivized". Here compiled release with sakit included: => https://github.com/fredvs/uidesigner_ext/releases/tag/1.9 Designer_ext needs fpGUI => https://github.com/graemeg/fpgui/ If you use the develop branch of fpGUI, please uncomment, in define.inc {$DEFINE fpgui-develop} // uncomment for building with fpgui-develop -> Fred van Stappen => fiens@hotmail.com fpGUI's Visual User Interface Designer ====================================== Introduction ============ fpGUI Designer is a port of a product called VFD written by Nagy Viktor in 2003. I ported VFD to fpGUI because I thought it would add a lot to the framework as a whole. I could see it has lots of potential and could easily be extended to become a great tool. What I immediately liked about VFD is that it used the same source unit and writes actual code describing the UI like I would have done manually. This departs from the GUI designers used in Lazarus or Delphi where they save the UI code to external files (*.lfm or *.dfm respectively). Features ======== * It uses the same source unit where your normal code lives. No external GUI files. * It can handle "unknown" or "custom" components and properties. Whenever the designer finds a component it doesn't natively know it paints a green rectangle in it's place. Whenever it finds properties it doesn't know it adds them "as is" to the Unknown section memo in the Properties window. Any code in the Unknown memo will be written back to the source unit "as is". * The designer can handle more that one form in a unit. * When creating a new form, that form can be merged into an existing unit or the designer will create a new unit for it. * The designer uses comment markers in the code to define what parts it will maintain. Existing code (Forms) can be easily amended (manually by the programmer) so that the designer can start managing it. No need to redesign Forms from scratch. Graeme Geldenhuys - September 2007 ============================================
About
This is a extended version of fpGUI uidesigner.
Resources
License
LGPL-2.1, Unknown licenses found
Licenses found
LGPL-2.1
COPYING.txt
Unknown
COPYING.modifiedLGPL
Stars
Watchers
Forks
Packages 0
No packages published