Page 1 of 2
Features
Posted: Sun Jun 15, 2014 2:24 pm
by Polo
Hi all,
If there's a feature you really need or something you think would be quick to add and useful could you please let me know here (you can also post a link to something you've requested before).
It's unlikely any of it can be ready for 5.30 but we can already think about next version.
I've added the 2 missing gadgets for 5.30 as that was urgent so at least it's done!
Remember you can also donate to support the form designer development using the link below!
http://www.gdpcomputing.co.uk/
Thanks all for your support!
Re: Features
Posted: Sun Jun 15, 2014 2:36 pm
by Bisonte
A missed feature is to add own gadgets, like PureForm by gnozal.
Re: Features
Posted: Sun Jun 15, 2014 11:25 pm
by Neil
Hi Polo,
The "donate" button on your page goes to a French language form !!
Also, I couldn't see a "top menu" on your page !!

Re: Features
Posted: Mon Jun 16, 2014 12:12 pm
by IdeasVacuum
Hi Polo - how about a mind reading function, so we don't have to type any more?

Re: Features
Posted: Mon Jun 16, 2014 4:22 pm
by Polo
Neil wrote:
Hi Polo,
The "donate" button on your page goes to a French language form !!
I have no idea how to change it!
IdeasVacuum wrote:Hi Polo - how about a mind reading function, so we don't have to type any more?

Re: Features
Posted: Tue Jun 17, 2014 10:20 am
by Kiffi
* select multiple gadgets with the mouse
* add an allways visible thin border to the gadget to see their boundaries
* display the gadgets with its selected fonts
* remove a selected color / font without modifying the source
Thanks in advance & Greetings ... Peter
Re: Features
Posted: Tue Jun 17, 2014 11:39 pm
by Neil
Re: Features
Posted: Tue Jun 17, 2014 11:53 pm
by Kiffi
thanks, but i know the possibility to select multiple gadgets with Ctrl & Mouseclick.
What i mean is to select the gadgets with a 'mouse frame'.
Greetings ... Peter
Re: Features
Posted: Wed Jun 18, 2014 12:38 am
by Neil
Kiffi wrote:
What i mean is to select the gadgets with a 'mouse frame'.
Greetings ... Peter
Hey, that would be nice !!
Cheers,
Neil
cool graphic BTW !!
Re: Features
Posted: Sun Jun 22, 2014 4:21 pm
by Lothar Schirm
Automatic generation of BindMenuEvent() / BindGadgetEvent() and callback procedures, based on the gadget names. Example:
Code: Select all
Procedure Button_Ok_Event()
....
EndProcedure
....
BindGagdetEvent(Button_Ok, @Button_Ok_Event())
Re: Features
Posted: Sat Nov 01, 2014 7:42 pm
by swhite
Hi
When I select more than one gadget and then set the font , height, width, readonly etc. I would like to have all the controls to be changed. When I try it now it appears that only one control gets the changes. I think if the gadgets all share the same property then you should be able to set it once for the selected controls and they should all get the change.
The other suggestion I have is to have the ability to not lose code when switching from Design to Code views. The way I suggest this to be handled is to put a specially formatted comment after the form designer generated code. Anything following this comment would not be lost.
Thanks,
Simon
Re: Features
Posted: Mon Nov 03, 2014 3:32 pm
by swhite
Hi
Another feature would be "Run Form" which would compile and run the form so you can see the form running and be able to interect with it. Currently you must add some code such as WaitWindowEvent otherwise the form is not displayed and execution completes.
Simon
Re: Features
Posted: Mon Nov 03, 2014 5:30 pm
by Polo
swhite wrote:Hi
Another feature would be "Run Form" which would compile and run the form so you can see the form running and be able to interect with it. Currently you must add some code such as WaitWindowEvent otherwise the form is not displayed and execution completes.
Simon
This should already be working?
Re: Features
Posted: Mon Nov 03, 2014 5:47 pm
by IdeasVacuum
When a gadget is placed in the Designer, the extents of any other gadgets already there is not shown, making it to easy to accidentally overlap them. I suggest showing a faint grey rectangle around each gadget.
Option to switch off Snap-to-Grid (without going to File/Preferences etc).
New gadget should become the active one for the attributes list.
Gadget Size inputs via Spin Gadgets instead of String Gadgets.
Instead of the OS Skin being an option in preferences, have a toggle button so that the developer can quickly see the form in each OS style.
If a gadget is moved from the Window to a Container, retain it's displayed position relative to the Window.
Re: Features
Posted: Mon Jan 05, 2015 10:52 am
by Maitre_Kanter
Hello Everybody and Happy new year.
Is it possible to add Popup Menu creation in Form Designer ?
thank you,
Arnaud