Page 43 of 103

Posted: Fri Jun 29, 2007 10:50 am
by BoyMark
Thank you very much gnozal. PureFORM is THE Visual Tool. It makes clean stable source code fast and easy way.

Posted: Sun Jul 01, 2007 7:52 pm
by neotoma
Hi,

at fiirst - i love PureFORM !!

But i get some Problems when using CodeInfusion. If i change the code for 2 or more Events at once (wothout closing the CodeInfusion-Editor after each change), it takes only the last Change.

Also it would be a great point for CodeInfusion - after Gadget-Creation.

Keep up the good Work !

Mike

Posted: Sun Jul 01, 2007 9:00 pm
by Molchyn
gnozal
in last version String gadget if I add PATH in Default gadget text- it's remove all slashes
its mean c:\Program Files\PureBasic\Examples\PureZIP\_TEST_4.pb
looks like c:Program FilesPureBasicExamplesPureZIP_TEST_4.pb

Posted: Sun Jul 01, 2007 11:11 pm
by neotoma
Sorry, some more (small) bugs :

* There is a difference between the Code when save and when use 'complete code'. So i use this completed code mostly. But then all my windows are opened, disable image-gadgets are enabled....

* When using #PB_Any for Gadget-creation, i became probs with the results. (Pb4.10B2) So after open and close - and open again - The Background of my Text-Gadgets are not more transparent. Looks like a bug in PureColor...

One idea to make the Coding in PureForm easier is to add all Procedures as entry in the CodeFusion-Overview. So i can find my procedure with a simple click.

Mike

Posted: Mon Jul 02, 2007 2:58 pm
by gnozal
Molchyn wrote:gnozal
in last version String gadget if I add PATH in Default gadget text- it's remove all slashes its mean c:\Program Files\PureBasic\Examples\PureZIP\_TEST_4.pb
looks like c:Program FilesPureBasicExamplesPureZIP_TEST_4.pb
It's not a bug.
The escape characters \n [CRLF] and \t [TAB] are supported (handy for multiline gadgets), so if you want a '\' you have to enter '\\'.

Posted: Mon Jul 02, 2007 3:08 pm
by gnozal
neotoma wrote:* There is a difference between the Code when save and when use 'complete code'. So i use this completed code mostly. But then all my windows are opened, disable image-gadgets are enabled....
Yes, it's by design.
The complete code in the codeview opens all windows, for test purpose when you use F6/F7.
The complete saved code only opens the first window or the main window (if defined).
neotoma wrote:* When using #PB_Any for Gadget-creation, i became probs with the results. (Pb4.10B2) So after open and close - and open again - The Background of my Text-Gadgets are not more transparent. Looks like a bug in PureColor...
Can't confirm this here.
Maybe some code would help.

Posted: Mon Jul 02, 2007 3:48 pm
by gnozal
Update (build 206)

Changes :
- fixed potential crash in 'Include images as hexadecimal data' feature
- fixed lost code changes in code infusion in some particular cases

Posted: Mon Jul 02, 2007 4:40 pm
by Cruster
The download is showing as build 205 and the date is 30/06/07. Or am I being too quick to download this? :D

Posted: Mon Jul 02, 2007 4:56 pm
by neotoma
gnozal wrote:
neotoma wrote:* There is a difference between the Code when save and when use 'complete code'. So i use this completed code mostly. But then all my windows are opened, disable image-gadgets are enabled....
Yes, it's by design.
The complete code in the codeview opens all windows, for test purpose when you use F6/F7.
The complete saved code only opens the first window or the main window (if defined).
That give some problems, when using codefusion. If i use the GadgetEvent (click) for a Button, to open the next Window - i can't test it.
Maybe it's a general problem. But in best case i thoght to code the main-window-flow in PureFORM and that covers the complete VIEW+CONTROL. And add some Main-Logic (Businesslogic) as MODEL vie PureBasic/JjaPBe. So i can have a strict sepearation between GUI and the Main-Code.
gnozal wrote:
neotoma wrote:* When using #PB_Any for Gadget-creation, i became probs with the results. (Pb4.10B2) So after open and close - and open again - The Background of my Text-Gadgets are not more transparent. Looks like a bug in PureColor...
Can't confirm this here.
Maybe some code would help.
I tried to reproduce that problem, but without success.

BTW: One 'nice-to-have' thing would be a Color-Map for each Project. That stores the Colors in the Projevct. So i can use the same Colour for each button/Window ect. withot writing down the Hex-Code.....

Nike

Posted: Mon Jul 02, 2007 4:58 pm
by gnozal
Cruster wrote:The download is showing as build 205 and the date is 30/06/07. Or am I being too quick to download this? :D
I just tried and it's ok

Code: Select all

c:\Internet.tmp\PureFORM.zip\PureFORM.chm	325 797	09/06/2007 10:45	-a--c:\Internet.tmp\PureFORM.zip\PureFORM.exe	256 060	02/07/2007 16:36	-a--
Maybe some cache problem ?

Posted: Mon Jul 02, 2007 5:40 pm
by Cruster
gnozal wrote:Maybe some cache problem ?
Absolutely right! many thanks! :D

Posted: Wed Jul 04, 2007 4:20 pm
by gnozal
Update

Changes :
- the complete code in the codeview opens all project windows, except if some code has been defined in code infusion (then only the first or main window is opened).
- the color requester custom colors (16) are now saved for each project (if defined)

Posted: Thu Jul 05, 2007 7:43 pm
by neotoma
Great Update - this helps a lot !

Another mini-bug - if i use a image as Background for more than one Window, PureForm generates a IncludeBinary for each Window, but it is the same File.... This makes the Application really fat ;-)

Code: Select all

  IncludeBinary "T:\Images\Gui\_wizard.jpg"
  BackgroundImage_WindowNewProject:
  IncludeBinary "T:\Images\Gui\_wizard.jpg"
  BackgroundImage_WindowSettings:
  IncludeBinary "T:\Images\Gui\_wizard.jpg"
Mike

Posted: Fri Jul 06, 2007 3:01 am
by GeoTrail
neotoma wrote:Great Update - this helps a lot !

Another mini-bug - if i use a image as Background for more than one Window, PureForm generates a IncludeBinary for each Window, but it is the same File.... This makes the Application really fat ;-)

Code: Select all

  IncludeBinary "T:\Images\Gui\_wizard.jpg"
  BackgroundImage_WindowNewProject:
  IncludeBinary "T:\Images\Gui\_wizard.jpg"
  BackgroundImage_WindowSettings:
  IncludeBinary "T:\Images\Gui\_wizard.jpg"
Mike
It's always been that way ;)

Posted: Fri Jul 06, 2007 1:32 pm
by naw
gnozal, pureFORM looks great - well done