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 - beta 9

Post by luciano »

Really impressive release.

I see two bugs at present:
-trackbar min and max are not stored (they return to 0); I think they worked in the preceding beta
-I cannot see caption on button, Just a black rectangle, but generated code is correct.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by Polo »

luciano wrote:-trackbar min and max are not stored (they return to 0); I think they worked in the preceding beta
-I cannot see caption on button, Just a black rectangle, but generated code is correct.
Both fixed, the source code is growing too fast :P
Thanks for the report!
Shield wrote:Polo, it's flickering like hell on my Win7.
I didn't test all the releases but it didn't happen on the last release I tried.
I'll have a look thanks!

Added a Google checkout button for those who can't use Paypal, hope that works, was a pain to set up ;)
luciano
Enthusiast
Enthusiast
Posts: 151
Joined: Wed Mar 09, 2011 8:25 pm

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by luciano »

I have no flicker on windows XP (SP3).

Microsoft recently announced the end of XP support life, but the date is in year 2014 (I think April 2014); maybe it was a move to sell some windows seven, now that 8 is ready ;-)
michel
Enthusiast
Enthusiast
Posts: 142
Joined: Mon Feb 19, 2007 5:47 pm
Location: Luxemburg

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by michel »

caption of button gadget now returns a black rectangle
said
Enthusiast
Enthusiast
Posts: 342
Joined: Thu Apr 14, 2011 6:07 pm

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by said »

said wrote:I noticed you are making many uses of your 'grid' still no intention to sell it separate!
Haven't gotten round compiling it to release it, not feasible through DLL/Dylib, and it's a pain maintaining the Tailbite library. It's still available as a source code version but then it's expensive.
said wrote:Paypal is good and easy for donation, but is not accessible from many countries, can you add one more button thru Google Checkout !
Didn't know that, thanks I'll add a Google checkout! ;)[/quote]


How much is 'expensive' ? and thanks for adding google checkout ...
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by Polo »

michel wrote:caption of button gadget now returns a black rectangle
This is fixed (for next beta) :)
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by Polo »

http://www.gdpcomputing.co.uk/formdesigner.html

Small fixes version (still beta 9). Flickering should be reduced, and buttons corrected.
User avatar
KJ67
Enthusiast
Enthusiast
Posts: 218
Joined: Fri Jun 26, 2009 3:51 pm
Location: Westernmost tip of Norway

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by KJ67 »

Changing panel from left to right (and vs) crashes the program. After restart is on the new side thue.
The best preparation for tomorrow is doing your best today.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by Polo »

KJ67 wrote:Changing panel from left to right (and vs) crashes the program. After restart is on the new side thue.
Fixed, thanks!
luciano
Enthusiast
Enthusiast
Posts: 151
Joined: Wed Mar 09, 2011 8:25 pm

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by luciano »

Not really a bug, but something useful:
after you have chosen a font for any gadget, if you re-open the Font requester, the font name and size are retained, but style (bold, etc.) is not passed back and it reverts to normal.
So if you simply change the size and press OK without reselectig the style, you lose it.

Edit:
here is a possible clue:
this does not show the style

Code: Select all

Result = FontRequester(FontName$, FontSize,0,#PB_Font_Bold| #PB_Font_Italic)
and this works:

Code: Select all

Result = FontRequester(FontName$, FontSize,0,0,#PB_Font_Bold| #PB_Font_Italic)
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by Polo »

luciano wrote:Not really a bug, but something useful:
after you have chosen a font for any gadget, if you re-open the Font requester, the font name and size are retained, but style (bold, etc.) is not passed back and it reverts to normal.
So if you simply change the size and press OK without reselectig the style, you lose it.
Fixed - I actually forgot to convert the internal font flags to PB flags ;)
User avatar
falsam
Enthusiast
Enthusiast
Posts: 632
Joined: Wed Sep 21, 2011 9:11 am
Location: France
Contact:

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by falsam »

Whaouuuuuu Polo, place the design on the left is a good idea. The flicker effect has disappeared quasiement. Congratulations for this new version and thank you for the time you devoted to this project.

➽ Windows 11 64-bit - PB 6.21 x64 - AMD Ryzen 7 - NVIDIA GeForce GTX 1650 Ti

Sorry for my bad english and the Dunning–Kruger effect 🤪
michel
Enthusiast
Enthusiast
Posts: 142
Joined: Mon Feb 19, 2007 5:47 pm
Location: Luxemburg

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by michel »

preferences -> custom gadget -> any definitions => CRASH
luciano
Enthusiast
Enthusiast
Posts: 151
Joined: Wed Mar 09, 2011 8:25 pm

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by luciano »

I have just discovered CTRL-D, very very useful.
I found out that repeated objects are not reported in the init_window procedure until you add a new object.

I am also having difficulties with Select all / Copy in code window now, but I remember I had used it many times before.
User avatar
falsam
Enthusiast
Enthusiast
Posts: 632
Joined: Wed Sep 21, 2011 9:11 am
Location: France
Contact:

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by falsam »

Bug : Run Form Designer and look at the source code of the current window. You forgot InitWindow_0()

➽ Windows 11 64-bit - PB 6.21 x64 - AMD Ryzen 7 - NVIDIA GeForce GTX 1650 Ti

Sorry for my bad english and the Dunning–Kruger effect 🤪
Post Reply