Form Designer 5.10

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

When I installed PB 5 , the link in the ide still opened the old VD, I had to correct it manually.
I suppose that some users never realized that there was a new software hidden in the folder.
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 »

Andre wrote:...
Many people, even if they don't post any comments on the forum, are happy to see that the "official" GUI designer is developing... :D
+1

Let not discourage. Every other one
Improvement is a progress.

Translate with Promt.

regards from germany,
Falko
www.falko-pure.de
Win11 Pro 64-Bit, PB_6.11b1
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 »

Falko wrote:
Andre wrote:...
Many people, even if they don't post any comments on the forum, are happy to see that the "official" GUI designer is developing... :D
@Polo
+1

Let not discourage. Every other one
Improvement is a progress.

Translate with Promt.

regards from germany,
Falko
www.falko-pure.de
Win11 Pro 64-Bit, PB_6.11b1
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: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.

Normal: 600x400
Resize: 700x500 => 702x502

It doesn't need the 2 extra pixels. And no the form is not even its too wide on the right side like I shown you in the last photo (look closer the form is wider on the right side of the progress control then the left). That is because you are padding the form 2px in Height and Width. This causes the form to stick out +2px from the controls on your form. To fix this all you have to do is remove the +2px your designer adds when resizing the window. Then it will be perfect, instead of resizing like 600x400 => 612x412 => 622x422 => etc.
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.
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 »

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! :)
c4s
Addict
Addict
Posts: 1981
Joined: Thu Nov 01, 2007 5:37 pm
Location: Germany

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

Post by c4s »

Andre wrote:Many people, even if they don't post any comments on the forum, are happy to see that the "official" GUI designer is developing... :D
Yes, me for example. ;-)

I was astonished myself when I saw the thread in the German forum... pretty negative comments about the designer. Is it the famous "German mentality"?!
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
User_Russian
Addict
Addict
Posts: 1518
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

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

Post by User_Russian »

If there are two or more windows and "FormDesigner" mode "Code View" and if you remove one window, it displays the form, not "Code View".

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 »

User_Russian wrote:If there are two or more windows and "FormDesigner" mode "Code View" and if you remove one window, it displays the form, not "Code View".
Fixed, thanks! :)
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 »

If I want to change the colour in the window, it is not enough them
To change colour. One must give afterwards every time with Caption a new name for the window once more. Is this right?
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 »

Falko wrote:If I want to change the colour in the window, it is not enough them
To change colour. One must give afterwards every time with Caption a new name for the window once more. Is this right?
I'm not sure I understand that? Are you using the latest version? (ie the one on my website?)

Changing window colour or window caption works fine 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 »

Sorry my english. This ist the new version.
I've seen, if i change color to blue, but this windows is white.
If i resize your FormDesigner, color change into this Window from
white to blue.

Here an AVI - Video from my Windows7pro.
www.falko-pure.de/Tests/FD5b02.avi
www.falko-pure.de
Win11 Pro 64-Bit, PB_6.11b1
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 »

Some more bugreport (linux!)

- The GUI ignores sometimes the release of mouse, so i have problems to resize a gadget like on windows.
(PB-Problem?)
- The Font in CodeView is to big.
- Scrolling the source in CodeView is extrem slow.

Greetings - Thomas

// edit
confirmed the bug from falko, the same on linux!
Last edited by ts-soft on Mon Sep 03, 2012 1:11 pm, edited 1 time in total.
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
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 »

Falko wrote:Sorry my english. This ist the new version.
I've seen, if i change color to blue, but this windows is white.
If i resize your FormDesigner, color change into this Window from
white to blue.

Here an AVI - Video from my Windows7pro.
http://www.falko-pure.de/Tests/FD5b02.avi
Thanks, a good example speaks for everything, fixed :)
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:- The GUI ignores sometimes the release of mouse, so i have problems to resize a gadget like on windows.
(PB-Problem?)
Thanks Thomas.
I'm aware of the mouse release problem, however I cannot do much about it, might be a bug in the Linux canvas?
ts-soft wrote:- The Font in CodeView is to big.
- Scrolling the source in CodeView is extrem slow.
Should be fixed in next release! :)
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:
ts-soft wrote:- The GUI ignores sometimes the release of mouse, so i have problems to resize a gadget like on windows.
(PB-Problem?)
Thanks Thomas.
I'm aware of the mouse release problem, however I cannot do much about it, might be a bug in the Linux canvas?
Okay, i think better keyboard-support like Shift+Right to change the width or Shift+Down to change the height
is an alternate for this problem?
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