Page 83 of 103
Re: PureFORM 1.99 (yet another FORM designer)
Posted: Mon Aug 09, 2010 7:42 am
by gnozal
Update (build 398)
Changes :
- improved splittergadget management and code generation
Re: PureFORM 1.99 (yet another FORM designer)
Posted: Mon Aug 09, 2010 8:53 pm
by Kurzer
Yeah, it was a hard work, wasn't it?
But the 'gruesome' Kurzer is back... with a minor issue in his luggage.
If you change the current selected entry in the gadgetlist (Integrator) by cursor up/own, then the gadget properties will not be refreshed (at the bottom of the Integrator).
Only when you activate an entry by mouseclick, then the properties will be refreshed.
(I think if I were you, I would have killed the silly green frog already)
ciao, Kurzer
Btw: The new PureFORM.flag feature works great!
Re: PureFORM 1.99 (yet another FORM designer)
Posted: Tue Aug 10, 2010 9:52 am
by gnozal
kurzer wrote:But the 'gruesome' Kurzer is back... with a minor issue in his luggage.
kurzer wrote:If you change the current selected entry in the gadgetlist (Integrator) by cursor up/own, then the gadget properties will not be refreshed (at the bottom of the Integrator).
Fixed in build 399.
Re: PureFORM 1.99 (yet another FORM designer)
Posted: Tue Aug 10, 2010 9:44 pm
by Kurzer
Thank you gnozal - this works great now.
But I would not called Kurzer, if I had no new bug for you.
Gadgetproperties -> Extra -> Font
It seems your generated values for the font style are not longer valid.
You should generate the constance instead (#PB_Font_Bold, #PB_Font_Italic, #PB_Font_Underline, #PB_Font_StrikeOut, #PB_Font_HighQuality)
Bye Kurzer (never getting bored with Kurzer)

Re: PureFORM 1.99 (yet another FORM designer)
Posted: Wed Aug 11, 2010 8:10 am
by gnozal
kurzer wrote:... You should generate the constance instead (#PB_Font_Bold, #PB_Font_Italic, #PB_Font_Underline, #PB_Font_StrikeOut, #PB_Font_HighQuality)
Added #PB_Font_* flags in generated code in build 400.
Re: PureFORM 1.99 (yet another FORM designer)
Posted: Fri Aug 13, 2010 7:57 pm
by linkerstorm
Hi gnozal.
A little issue in PureFORM.
When I use "Save as code..." from "Project" menu, two types of file are available : "pb" and "pbi".
I choose "pbi", I use PureFORM and when I want to update code in source, the following error message appears : "Could not read file D:\Developpement\Projets\PureBasic\400\TestPureForm.pb".
PureFORM wants a "pb" file, despite the fact I choosed a "pbi" file for saving the code.
Re: PureFORM 1.99 (yet another FORM designer)
Posted: Sat Aug 14, 2010 8:43 am
by gnozal
linkerstorm wrote:When I use "Save as code..." from "Project" menu, two types of file are available : "pb" and "pbi".
I choose "pbi", I use PureFORM and when I want to update code in source, the following error message appears : "Could not read file D:\Developpement\Projets\PureBasic\400\TestPureForm.pb".
PureFORM wants a "pb" file, despite the fact I choosed a "pbi" file for saving the code.
Actually, PureFORM saves this information in the PBF file ('SaveAsCode' field), but for some reason I forgot to use this information in the 'Update code in source' function.
This should be fixed in build 402.
Re: PureFORM 1.99 (yet another FORM designer)
Posted: Sat Aug 14, 2010 12:54 pm
by linkerstorm
Thanks, it works.
Another issue : the "Update window / gadget props in source" option in the "Project" menu does not work with a "pbi" file (this works with a "pb" file).
Re: PureFORM 1.99 (yet another FORM designer)
Posted: Mon Aug 16, 2010 8:11 am
by gnozal
linkerstorm wrote:Another issue : the "Update window / gadget props in source" option in the "Project" menu does not work with a "pbi" file (this works with a "pb" file).
Same issue.
Should be fixed in build 403.
Adresses of icons in Tab doesn't work with absolute path
Posted: Thu Sep 02, 2010 7:05 pm
by DoMi
Adresses of icons in Tab gadget doesn't work with absolute path
There the generated code for 3 Tab icons well selected with PureForm selector but not recognized when compiling and running (F6):
Code: Select all
DataSection
Image_PnlReglages_1:
; ORIGINAL FILE NOT FOUND : "D:\Data\Programmation\PureBasic\Musique\Lecture\02\shell32_engrenage.ico"
IncludeBinary "D:\Data\Programmation\PureBasic\Musique\Lecture\02\shell32_engrenage.ico"
Image_PnlReglages_2:
; ORIGINAL FILE NOT FOUND : "D:\Data\Programmation\PureBasic\Musique\Lecture\02\Note.ico"
IncludeBinary "D:\Data\Programmation\PureBasic\Musique\Lecture\02\Note.ico"
Image_PnlReglages_3:
; ORIGINAL FILE NOT FOUND : "D:\Data\Programmation\PureBasic\Musique\Lecture\02\Croches.ICO"
IncludeBinary "D:\Data\Programmation\PureBasic\Musique\Lecture\02\Croches.ICO"
EndDataSection
Re: Adresses of icons in Tab doesn't work with absolute path
Posted: Fri Sep 03, 2010 8:44 am
by gnozal
DoMi wrote:Adresses of icons in Tab gadget doesn't work with absolute path
I can't reproduce the issue.
Could you test the latest PureFORM build (404) and post your form ?
Re: Adresses of icons in Tab doesn't work with absolute path
Posted: Fri Sep 03, 2010 9:16 am
by DoMi
Thanks for your reply
1) I just downloaded and intalled the latest build (404)
2) I delete the 3 references to the icon files in the tab gadget
3) I reload the same references
4) It works now!
However I'm not sure of what corrected the issue!?
- new build
- resetting the icon files adresses in the PureForm editor...
... sorry
Thanks a lot
P.S.: do you consider a x64 version of JaPPe?
I do appreciate your helpfull tools for PB!
Re: Adresses of icons in Tab doesn't work with absolute path
Posted: Fri Sep 03, 2010 9:52 am
by gnozal
DoMi wrote:However I'm not sure of what corrected the issue!?
Neither do I.
DoMi wrote:P.S.: do you consider a x64 version of JaPBe?
Not at the moment, because : jaPBe is written in PB3.94, I don't have a Processor / 64bit OS, not too much time for this ....
Re: PureFORM 1.99 (yet another FORM designer)
Posted: Thu Sep 23, 2010 5:42 pm
by Vitor_BossĀ®
Hi, I'm new on PB but i come from VB6, using this Form designer i found a BUG when translate from source.
My source are using Multi Language support and all Gadget are show like 'Language$(x)'.
Another thing is Font size, my source have some predefined Fonts and PureFORM ignore all.
Great job, keep working.
Thank you in advance.
Re: PureFORM 1.99 (yet another FORM designer)
Posted: Fri Sep 24, 2010 7:47 am
by gnozal
Hi Vitor_BossĀ®,
as stated in the help file, the 'Translate from source' feature is incomplete, it only imports windows and gadgets (missing : statusbar / menu / tooltips / etc...) .
It may be improved, but it will never be perfect, as PureFORM handles some data it's own way.