Form Designer 5.10
Re: Form Designer for Mac/Windows/Linux - beta 9
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.
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.
Re: Form Designer for Mac/Windows/Linux - beta 9
Both fixed, the source code is growing too fastluciano 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.

Thanks for the report!
I'll have a look thanks!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.
Added a Google checkout button for those who can't use Paypal, hope that works, was a pain to set up

Re: Form Designer for Mac/Windows/Linux - beta 9
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
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

Re: Form Designer for Mac/Windows/Linux - beta 9
caption of button gadget now returns a black rectangle
Re: Form Designer for Mac/Windows/Linux - beta 9
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:I noticed you are making many uses of your 'grid' still no intention to sell it separate!
Didn't know that, thanks I'll add a Google checkout!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 !

How much is 'expensive' ? and thanks for adding google checkout ...
Re: Form Designer for Mac/Windows/Linux - beta 9
This is fixed (for next beta)michel wrote:caption of button gadget now returns a black rectangle

Re: Form Designer for Mac/Windows/Linux - beta 9
http://www.gdpcomputing.co.uk/formdesigner.html
Small fixes version (still beta 9). Flickering should be reduced, and buttons corrected.
Small fixes version (still beta 9). Flickering should be reduced, and buttons corrected.
Re: Form Designer for Mac/Windows/Linux - beta 9
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.
Re: Form Designer for Mac/Windows/Linux - beta 9
Fixed, thanks!KJ67 wrote:Changing panel from left to right (and vs) crashes the program. After restart is on the new side thue.
Re: Form Designer for Mac/Windows/Linux - beta 9
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
and this works:
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)
Code: Select all
Result = FontRequester(FontName$, FontSize,0,0,#PB_Font_Bold| #PB_Font_Italic)
Re: Form Designer for Mac/Windows/Linux - beta 9
Fixed - I actually forgot to convert the internal font flags to PB flagsluciano 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.

Re: Form Designer for Mac/Windows/Linux - beta 9
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
Re: Form Designer for Mac/Windows/Linux - beta 9
preferences -> custom gadget -> any definitions => CRASH
Re: Form Designer for Mac/Windows/Linux - beta 9
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.
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.
Re: Form Designer for Mac/Windows/Linux - beta 9
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