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 »

luciano wrote:Gaetan, I have been fully immersed in your latest release.
WWWWOOOOOWWWW
It is a resized wow :-)
:)
The "custom gadget" is broken on this release but already fixed for next version.
ts-soft wrote:
Polo wrote:By the way, the preferences window in next version will be a .pbf file :P
Okay, a Template-File, good idea! :D
Much more easier to update :mrgreen:
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 »

Next Bugreport :wink:

Linux: Preferences/Language
Combobox to small and change of language doesn't work

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

ts-soft wrote:Next Bugreport :wink:

Linux: Preferences/Language
Combobox to small and change of language doesn't work

Greetings - Thomas
You have to restart FD so that the language is fully updated (I should add a message telling that).
(Language will work only if you put the executable in the purebasic package as I didn't include the catalog files in this intermediate release)

I changed the combobox height to 30 in next version, can't remember the height in this version.
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:You have to restart FD so that the language is fully updated (I should add a message telling that).
(Language will work only if you put the executable in the purebasic package as I didn't include the catalog files in this intermediate release)
I can't select any language other than english. Catalogfiles are on the right place, like on windows.
I have replaced the englishfile with german language, but no changes at all. I don't think the linux version make
any usage of the languagefile.

I think you have a path or a name (linux is casesensitiv) problem!

// edit
I have found the problem. You can't use GetCurrentDirectory or anythink, the path is not set, if i load the formdesigner
from the IDE! Use a Path based on "GetPathPart(ProgramFilename())"
Last edited by ts-soft on Sun Sep 02, 2012 5:58 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 »

ts-soft wrote:
Polo wrote:You have to restart FD so that the language is fully updated (I should add a message telling that).
(Language will work only if you put the executable in the purebasic package as I didn't include the catalog files in this intermediate release)
I can't select any language other than english. Catalogfiles are on the right place, like on windows.
I have replaced the englishfile with german language, but no changes at all. I don't think the linux version make
any usage of the languagefile.

I think you have a path or a name (linux is casesensitiv) problem!
Can't be case sensitive problem as the directories are dynamically parsed. I'll have a look!
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 »

I have edit my post :wink:
It is a Pathproblem when running from IDE
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 »

I'll be setting the current directory then ;)
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 »

Still a few bugs like reported before.

Sliding the properties slider all the way to the left causes 100% cpu.
The form properties is padding the window Width and Height by 2 when it shouldn't be (if you started the grid at the top left corner then you would have to be padded 1-2 px to get a proportionate window).

Also looks like the resize function for resizing the window inside the designer eats 100% cpu when resizing the window. Might need a Delay(1) in there somewhere to keep it from eating so much resources.
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:Still a few bugs like reported before.

Sliding the properties slider all the way to the left causes 100% cpu.

Also looks like the resize function for resizing the window inside the designer eats 100% cpu when resizing the window. Might need a Delay(1) in there somewhere to keep it from eating so much resources.
Is that important? It's using the available resources.
Warmonger wrote:The form properties is padding the window Width and Height by 2 when it shouldn't be (if you started the grid at the top left corner then you would have to be padded 1-2 px to get a proportionate window).
Can you be a little bit clearer or give an example as I can't see what you mean :)

Thanks for testing! :)
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:Still a few bugs like reported before.

Sliding the properties slider all the way to the left causes 100% cpu.

Also looks like the resize function for resizing the window inside the designer eats 100% cpu when resizing the window. Might need a Delay(1) in there somewhere to keep it from eating so much resources.
Is that important? It's using the available resources.
Warmonger wrote:The form properties is padding the window Width and Height by 2 when it shouldn't be (if you started the grid at the top left corner then you would have to be padded 1-2 px to get a proportionate window).
Can you be a little bit clearer or give an example as I can't see what you mean :)

Thanks for testing! :)
Image

As you can see based on how you setup your grid you don't need to add the extra 2 pixels to the width and height. All that is doing is making the window too wide and tall by 2 pixels.
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 »

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)
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2137
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: Form Designer for Mac/Windows/Linux -5.00b2

Post by Andre »

Polo wrote: Please test! :)
(Andre, let me know if this version works for you, I've still not been able to install OSX Leopard).
Sorry, but no it doesn't.

Again the error message
A program error was detected:

Error Message: Segmentation violation
Error Code: 11
Code Address: 914837
Sourcecode line: 3546
Sourcecode file: /Users/gaetandupont-panon/Documents/gdpcomputing/Purebasic/FormDesigner/mainevents.pb
directly after starting....
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
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 »

Weird, as the error line is in a drawing procedure.
I really need to get a setup of leopard working quickly :)
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 »

Wow, just had a look to the german forums, thankfully I can't read German, as all I could see through google translation was thoughtless non constructive comments about my app.
Unbelievable to have that kind of feedback for a free software.
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2137
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

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

Post by Andre »

Polo wrote:Wow, just had a look to the german forums, thankfully I can't read German, as all I could see through google translation was thoughtless non constructive comments about my app.
Unbelievable to have that kind of feedback for a free software.
Yes, that's it.

But Polo, don't think too much about comments of people, which are frustrated (for different reasons), haven't installed the right version and so mixed up the old VD with your new FormDesigner, etc.
One reason (beside my limited time), that I don't post on german forum most of the time...

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
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
Post Reply