Form Designer 5.10
Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)
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.
I suppose that some users never realized that there was a new software hidden in the folder.
Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)
+1Andre 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...
Let not discourage. Every other one
Improvement is a progress.
Translate with Promt.
regards from germany,
Falko
Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)
Falko wrote:@PoloAndre 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...
+1
Let not discourage. Every other one
Improvement is a progress.
Translate with Promt.
regards from germany,
Falko
Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)
No the problem is when resizing the window you're function adds +2 onto the Width and Height.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)
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.
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.
Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)
You should have said it's when resizing the windowWarmonger wrote:No the problem is when resizing the window you're function adds +2 onto the Width and Height.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)

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!

Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)
Yes, me for example.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...

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!
-
- Addict
- Posts: 1518
- Joined: Wed Nov 12, 2008 5:01 pm
- Location: Russia
Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)
Fixed, thanks!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".

Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)
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?
To change colour. One must give afterwards every time with Caption a new name for the window once more. Is this right?
Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)
I'm not sure I understand that? Are you using the latest version? (ie the one on my website?)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?
Changing window colour or window caption works fine here.
Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)
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
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
Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)
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!
- 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.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)
Thanks, a good example speaks for everything, fixedFalko 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

Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)
Thanks Thomas.ts-soft wrote:- The GUI ignores sometimes the release of mouse, so i have problems to resize a gadget like on windows.
(PB-Problem?)
I'm aware of the mouse release problem, however I cannot do much about it, might be a bug in the Linux canvas?
Should be fixed in next release!ts-soft wrote:- The Font in CodeView is to big.
- Scrolling the source in CodeView is extrem slow.

Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)
Okay, i think better keyboard-support like Shift+Right to change the width or Shift+Down to change the heightPolo wrote:Thanks Thomas.ts-soft wrote:- The GUI ignores sometimes the release of mouse, so i have problems to resize a gadget like on windows.
(PB-Problem?)
I'm aware of the mouse release problem, however I cannot do much about it, might be a bug in the Linux canvas?
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.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
