Form Designer 5.10

You need some new stunning features ? Tell us here.
User avatar
Falko
Enthusiast
Enthusiast
Posts: 271
Joined: Sat Oct 04, 2003 12:57 pm
Location: Germany
Contact:

Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)

Post by Falko »

+1 :D
www.falko-pure.de
Win11 Pro 64-Bit, PB_6.11b1
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)

Post by Polo »

ts-soft wrote:Thanks, this make the work much easier :D
Yeah, I must admit myself it's much easier :lol:

This is basically the layout chosen by Microsoft for their Visual products and Apple for XCode, can't be wrong! :)
luciano
Enthusiast
Enthusiast
Posts: 151
Joined: Wed Mar 09, 2011 8:25 pm

Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)

Post by luciano »

(yes this is the actual preference window of the Form Designer app :P )
Nice, you are using FD as a building tool for FD itself!
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)

Post by Polo »

luciano wrote:
(yes this is the actual preference window of the Form Designer app :P )
Nice, you are using FD as a building tool for FD itself!
It's so much easier than to input manually everything that I didn't resist :P
ebs
Enthusiast
Enthusiast
Posts: 557
Joined: Fri Apr 25, 2003 11:08 pm

Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)

Post by ebs »

Polo,

Here's a quick bug I found with the latest version:

I added a StringGadget to the form and entered the caption in the properties panel.
In the Code View, the InitWindow_1() procedure doesn't put the caption in quotes:

Code: Select all

String_1 = StringGadget(#PB_Any, 100, 40, 240, 30, Hello There!)
Keep up the good work!

Regards,
Eric
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)

Post by Polo »

ebs wrote:Polo,

Here's a quick bug I found with the latest version:

I added a StringGadget to the form and entered the caption in the properties panel.
In the Code View, the InitWindow_1() procedure doesn't put the caption in quotes:

Code: Select all

String_1 = StringGadget(#PB_Any, 100, 40, 240, 30, Hello There!)
Keep up the good work!

Regards,
Eric
Maybe you've checked "Caption is a variable"?
Should this be a bug it doesn't happen in next version ;)
ebs
Enthusiast
Enthusiast
Posts: 557
Joined: Fri Apr 25, 2003 11:08 pm

Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)

Post by ebs »

Maybe you've checked "Caption is a variable"?
Boy, you're fast!
I just figured that out and was about to edit or delete my message when I saw your reply.

Thanks,
Eric
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)

Post by Polo »

New cool feature: toolbars are now managed inside the main window, the property grid is used to change values, and drag and drop to reorder. Inspired from Visual C# :P

Image
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)

Post by Polo »

Just done the same for StatusBar. It's sooo much easier to create/edit them now! :)
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)

Post by Polo »

Removed Z Order window. Gadget order can now be changed in the main gadget list through drag and drop (doesn't work on OSX yet due to a bug in Cocoa drag and drop).
User avatar
Kurzer
Enthusiast
Enthusiast
Posts: 670
Joined: Sun Jun 11, 2006 12:07 am
Location: Near Hamburg

Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)

Post by Kurzer »

Hello Polo,

thank you very much for your effort. *thumbsup*

I have one small suggestion.

Is it possible to run the FormDesigner in a "portable mode"? Maybe like the PureBasic IDE using a "/PORTABLE" commandparameter.

In portable mode the PB-IDE saves the configfile directly to the path where the PB.exe is located (on a german PC ist is "C:\Programme\PureBasic\") . It would be nice if FD do it the same way if called with a /PORTABLE parameter.

Kind Regards,
Kurzer
PB 6.02 x64, OS: Win 7 Pro x64 & Win 11 x64, Desktopscaling: 125%, CPU: I7 6500, RAM: 16 GB, GPU: Intel Graphics HD 520, User age in 2024: 56y
"Happiness is a pet." | "Never run a changing system!"
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)

Post by Polo »

Sure, added to todo list :)
User avatar
Shardik
Addict
Addict
Posts: 2058
Joined: Thu Apr 21, 2005 2:38 pm
Location: Germany

Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)

Post by Shardik »

Gaetan,

thank you for your persistent heavy work on the new cross-platform Form Designer.

But I am still missing a feature which I liked on the old Visual Designer: to add new columns to a ListIconGadget. I think it is more important to add new columns and to edit existing ones than to add only new entries as the Form Designer currently does.

Another nice feature would be to be able to add subnodes to the TreeViewGadget.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)

Post by Polo »

Shardik wrote:Gaetan,

thank you for your persistent heavy work on the new cross-platform Form Designer.

But I am still missing a feature which I liked on the old Visual Designer: to add new columns to a ListIconGadget. I think it is more important to add new columns and to edit existing ones than to add only new entries as the Form Designer currently does.

Another nice feature would be to be able to add subnodes to the TreeViewGadget.
Well you can edit entries as well - however, yeah, you cannot add new columns or subnodes (yet) ;)
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)

Post by Polo »

New look! The ribbon is gone as the least I can say is it wasn't popular. The new UI is pretty much the same as PB IDE...
On a side note I added toolbars/statusbar support for undo/redo.
I still need to rework the menu editing, and then add other features maybe :)

Image
Post Reply