PureFORM 1.99 (yet another FORM designer)
Moderator: gnozal
Pureform + containers + background colour
Using PureForm -- open a window, add a container, now add a 2nd container.
Then set the back colour of the second one to white
Now uncheck/recheck "background" and Enable purecolor.... they seem to have minds of their own.
Then set the back colour of the second one to white
Now uncheck/recheck "background" and Enable purecolor.... they seem to have minds of their own.
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: Pureform + containers + background colour
This is a PureCOLOR issue.jassing wrote:Using PureForm -- open a window, add a container, now add a 2nd container.
Then set the back colour of the second one to white
Now uncheck/recheck "background" and Enable purecolor.... they seem to have minds of their own.
PureFORM uses PureCOLOR internally (as it is compiled with PB3.94, which does not support gadget colors).
Like stated in the PureCOLOR help file : "Class issues : for better result (less flickering), PureCOLOR uses SetClassLong() to color PanelGadgets, ContainerGadgets and PureScrollAreaGadgets. This means that if you colorize one gadget, all gadgets within the same class will have the same colors".
You may switch to the PB genuine coloring functions for the generated code though. (see Preferences)
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Re: PureFORM 1.99 (yet another FORM designer)
Hello Gnozal,
When do you plan to extend PureForm to the new features of PB4.6 (canvas gadet etc)
michel
When do you plan to extend PureForm to the new features of PB4.6 (canvas gadet etc)
michel
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: PureFORM 1.99 (yet another FORM designer)
When I have time to upgrade the code to PB4.xx...michel wrote:When do you plan to extend PureForm to the new features of PB4.6 (canvas gadet etc)
Anyway, did you check the custom gadgets feature ? You can easily add the Canvas Gadget...
Custom Gadget Settings For Canvas Gadget wrote: Name : CanvasGadget
Init code :<empty>
Create code : CanvasGadget(%id%, %x%, %y%, %w%, %h%, %[flags]%)
Free code : <empty>
Flags : #PB_Canvas_Border|#PB_Canvas_ClipMouse|#PB_Canvas_Keyboard|#PB_Canvas_DrawFocus
Comment : CanvasGadget [Gadget Library, Purebasic 4.60+]
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Re: PureFORM 1.99 (yet another FORM designer)
Hello Gnozal,
I had forgotten this option
Michel

I had forgotten this option
Michel
PureForm: Wishlist - copy gadget group or template ...
It would be nice if there was a way to save a "template" group; and have it keep the text in the gadget, and all "code infusion" along with it.
I have a set of gadgets i use that is in a container, it would be nice to be able to save the container & code & sub-objects.
I have a set of gadgets i use that is in a container, it would be nice to be able to save the container & code & sub-objects.
PureForm Crash report
Was editting a container and some objects, hit save and...


-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: PureForm Crash report
Unfortunately, the crash is at the end of the window callback, so not very informative.jassing wrote:Was editing a container and some objects, hit save and ...
Btw, the latest build is 425.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
PureForm Crash report
Was editting a container and some objects, hit save and...

It keeps happening - is there some way to avoid it, other than the obvious?
Also -- a while ago; I showed how selecting a colour background for a container caused problems, any chance that'll get addressed?

It keeps happening - is there some way to avoid it, other than the obvious?
Also -- a while ago; I showed how selecting a colour background for a container caused problems, any chance that'll get addressed?
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: PureForm Crash report
I can't reproduce it, sorry...jassing wrote:Was editting a container and some objects, hit save and...
It keeps happening - is there some way to avoid it, other than the obvious?
(Btw, the latest build is 425).
I already answered this one, iirc.jassing wrote:Also -- a while ago; I showed how selecting a colour background for a container caused problems, any chance that'll get addressed?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Re: PureForm Crash report
I "get latest" every few days...gnozal wrote: (Btw, the latest build is 425).
thanks; I missed it.gnozal wrote:I already answered this one, iirc.
PureFORM 1.99 more safety for code
Hello Gnozal,
Working a lot with PureFORM and the PBeditor, i find that the menu points:
-> save as code
-> update code in source
are too close.
In order to increase safety I suggest to move one of both, or another idea:
when hitting save as code a popup should remind the user that this command erases all code in the source.
Working a lot with PureFORM and the PBeditor, i find that the menu points:
-> save as code
-> update code in source
are too close.
In order to increase safety I suggest to move one of both, or another idea:
when hitting save as code a popup should remind the user that this command erases all code in the source.
Re: PureFORM 1.99 (yet another FORM designer)
michel, that is a good suggestion, because you can easily loose your extra work. It reminds me of the PB IDE
problem with the X box too close to the up arrow on the code view slide bar. Your looking at the code, and you
accidentally click the x box when your hand slips a little, and poof! - your code you've been looking at is closed.
Fortunately, it does have the MessageRequester box the allow you to cancel if you changed any code - but it's
irritating.
But at any rate, Gnozal, this sure is an excellent and useful program!
Thank you many many times for for sharing this program.
problem with the X box too close to the up arrow on the code view slide bar. Your looking at the code, and you
accidentally click the x box when your hand slips a little, and poof! - your code you've been looking at is closed.
Fortunately, it does have the MessageRequester box the allow you to cancel if you changed any code - but it's
irritating.
But at any rate, Gnozal, this sure is an excellent and useful program!
Thank you many many times for for sharing this program.
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: PureFORM 1.99 (yet another FORM designer)
Update (build 426)
Changes :
- 'Save as code' will ask for confirmation before replacing an existing file.
Changes :
- 'Save as code' will ask for confirmation before replacing an existing file.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Re: PureFORM 1.99 (yet another FORM designer)
Hello Gnozal,
Perfect, thank you
Michel
Perfect, thank you
Michel