Form Designer 5.10

You need some new stunning features ? Tell us here.
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 »

lakomet wrote:Polo
Form Designer which here ->http://www.gdpcomputing.co.uk/formdesigner.html does not work in Linux. Form Designer which is located in the distribution 5.00b2 -> works. :?
You apparently have to rightclick on the executable and select "allow to execute as program" or something like this. Not sure why you have to do that...
morosh wrote:Hi Polo:
Thanks for your great job!!!
I noticed that version 4.70 beta1 supported unicode, but the one included with the latest PB 5.00 does not.
am I wrong?

Regards
Fred compiled the 5.00 version through makefiles and probably didn't select unicode. I'll see if we can change that! :)
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

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

Post by ts-soft »

lakomet wrote:Polo
Form Designer which here ->http://www.gdpcomputing.co.uk/formdesigner.html does not work in Linux. Form Designer which is located in the distribution 5.00b2 -> works. :?
Have you changed the properties (attributes) of formdesigner to executable?
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
lakomet
User
User
Posts: 53
Joined: Mon Apr 04, 2011 3:56 am
Location: Russia,Angarsk

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

Post by lakomet »

Polo wrote:You apparently have to rightclick on the executable and select "allow to execute as program" or something like this. Not sure why you have to do that...
ts-soft wrote:Have you changed the properties (attributes) of formdesigner to executable?
Yes.

ImageImage

This form designer from distribution 5.00b2

Image
Linux Mint Maya(Mate), x86, PureBasic 5.00(5.10b1)
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 »

Oh that's because I compiled in x64.
I don't have a x86 image sorry.
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 »

I'm slowly working on the Undo/Redo feature (at least...!) - this is probably the most boring part of the FD development, and quite annoying too!
It's an essential feature, so I had to do it at some point :wink:

It's coming along nicely, I hope to be finished with it by tonight or tomorrow, as I'd like to have some testing on this and make sure it doesn't crash!
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 »

Hello Polo,
here another crash.
Goto Preferences, change to Costum Gadgets and click with Mouse right in the white aray.
Then press any key. Here a picture from this crash. I hope, this can help.

Image

Greetings - Falko
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 »

Fixed, thanks! :)
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 »

Undo / Redo is added :)
For now it will not take into account status bar / menu / toolbar.

I changed some stuffs internally to make it working nicely, hope this won't introduce too much problem.
Warmonger
Enthusiast
Enthusiast
Posts: 156
Joined: Wed Apr 20, 2011 4:24 pm

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

Post by Warmonger »

Polo wrote:
Warmonger wrote:
Polo wrote:So the problem is only the grid not drawn correctly?
Because the actual gadgets both in the FD and in your compiled example looks correctly positionned.
The grid drawing should be fixed for next version (only happened on the Windows skin)
No the problem is when resizing the window you're function adds +2 onto the Width and Height.
You should have said it's when resizing the window :oops:
Fixed.

Thanks for the comment guys!

The ribbon has been criticised a lot and I can understand why, as it's not really easy to switch from gadgets to gadgets, so I've added a gadget list under the property grid for next version. The ribbon buttons will remain as well for now, so you'll just use whichever you like best! :)
Yea, its only with the Windows designs that it seems to tack on 2px to the width and height. It doesn't do it with Mac or Linux visual styles.
Its Not A Bug, Its An Undocumented Feature!
Relax Its All Just Ones And Zeros
There Is No Place Like 127.0.0.1 Except ::1
I do things TO my computer, not WITH my computer... I am a nerd.
User avatar
Bisonte
Addict
Addict
Posts: 1305
Joined: Tue Oct 09, 2007 2:15 am

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

Post by Bisonte »

If you change the backgroundcolor of a window, you can see the change only after resizing the Designer Window or change the views (codeview and back)
PureBasic 6.21 (Windows x64) | Windows 11 Pro | AsRock B850 Steel Legend Wifi | R7 9800x3D | 64GB RAM | RTX 5080 | ThermaltakeView 270 TG ARGB | build by vannicom​​
English is not my native language... (I often use DeepL.)
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 »

Bisonte wrote:If you change the backgroundcolor of a window, you can see the change only after resizing the Designer Window or change the views (codeview and back)
Thanks, this has been reported and fixed :)

I've reworked all skins to remove the positioning error.

Also, I made some small optimizations that should provide faster moving and resizing actions :)
User avatar
Kiffi
Addict
Addict
Posts: 1485
Joined: Tue Mar 02, 2004 1:20 pm
Location: Amphibios 9

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

Post by Kiffi »

Hello Polo,

* starting FormDesigner.exe
* Click on "Duplicate"
Form Designer 5.00 beta 2 wrote:A program error was detected:

Error Message: Invalid memory access
Error Code: -1073741819
Code Address: 4339280
Target Address: 83
Sourcecode line: Enable OnError lines support to get code line information.
Apart from that: Keep up the good work! Image

Greetings ... Kiffi
Hygge
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 »

Kiffi wrote:Hello Polo,

* starting FormDesigner.exe
* Click on "Duplicate"
Fixed, many thanks!! :)
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 »

Here's the new UI, I got rid of the ribbon icons and instead created a toolbox which is always visible. Gadgets are sorted by alphabetical order so it's quite easy to find what you want to add.

Image

(yes this is the actual preference window of the Form Designer app :P )

You can of course make suggestions, and continue to test, you've all been very helpful so far to make the app better :)
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

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

Post by ts-soft »

Polo wrote:Here's the new UI, I got rid of the ribbon icons and instead created a toolbox which is always visible.
Thanks, this make the work much easier :D
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Post Reply