It is currently Thu Jun 20, 2013 2:33 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 1533 posts ]  Go to page Previous  1 ... 91, 92, 93, 94, 95, 96, 97 ... 103  Next
Author Message
 Post subject: Pureform + containers + background colour
PostPosted: Sat Oct 22, 2011 12:26 am 
Offline
Addict
Addict
User avatar

Joined: Wed Feb 17, 2010 12:00 am
Posts: 1008
Location: Anderson Island, WA
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.


Top
 Profile  
 
 Post subject: Re: Pureform + containers + background colour
PostPosted: Sat Oct 22, 2011 8:57 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
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.
This is a PureCOLOR issue.
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).


Top
 Profile  
 
 Post subject: Re: PureFORM 1.99 (yet another FORM designer)
PostPosted: Sun Oct 23, 2011 12:17 pm 
Offline
Enthusiast
Enthusiast

Joined: Mon Feb 19, 2007 5:47 pm
Posts: 130
Location: Luxemburg
Hello Gnozal,

When do you plan to extend PureForm to the new features of PB4.6 (canvas gadet etc)

michel


Top
 Profile  
 
 Post subject: Re: PureFORM 1.99 (yet another FORM designer)
PostPosted: Mon Oct 24, 2011 8:12 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
michel wrote:
When do you plan to extend PureForm to the new features of PB4.6 (canvas gadet etc)
When I have time to upgrade the code to PB4.xx...
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).


Top
 Profile  
 
 Post subject: Re: PureFORM 1.99 (yet another FORM designer)
PostPosted: Mon Oct 24, 2011 11:45 am 
Offline
Enthusiast
Enthusiast

Joined: Mon Feb 19, 2007 5:47 pm
Posts: 130
Location: Luxemburg
Hello Gnozal,

:oops:

I had forgotten this option

Michel


Top
 Profile  
 
 Post subject: PureForm: Wishlist - copy gadget group or template ...
PostPosted: Fri Nov 11, 2011 1:39 am 
Offline
Addict
Addict
User avatar

Joined: Wed Feb 17, 2010 12:00 am
Posts: 1008
Location: Anderson Island, WA
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.


Top
 Profile  
 
 Post subject: PureForm Crash report
PostPosted: Fri Nov 11, 2011 3:57 am 
Offline
Addict
Addict
User avatar

Joined: Wed Feb 17, 2010 12:00 am
Posts: 1008
Location: Anderson Island, WA
Was editting a container and some objects, hit save and...
Image


Top
 Profile  
 
 Post subject: Re: PureForm Crash report
PostPosted: Fri Nov 11, 2011 8:41 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
jassing wrote:
Was editing a container and some objects, hit save and ...

Unfortunately, the crash is at the end of the window callback, so not very informative.

Btw, the latest build is 425.

_________________
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


Top
 Profile  
 
 Post subject: PureForm Crash report
PostPosted: Fri Nov 11, 2011 5:49 pm 
Offline
Addict
Addict
User avatar

Joined: Wed Feb 17, 2010 12:00 am
Posts: 1008
Location: Anderson Island, WA
Was editting a container and some objects, hit save and...
Image

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?


Top
 Profile  
 
 Post subject: Re: PureForm Crash report
PostPosted: Mon Nov 14, 2011 9:22 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
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?
I can't reproduce it, sorry...
(Btw, the latest build is 425).
jassing wrote:
Also -- a while ago; I showed how selecting a colour background for a container caused problems, any chance that'll get addressed?
I already answered this one, iirc.

_________________
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


Top
 Profile  
 
 Post subject: Re: PureForm Crash report
PostPosted: Sat Nov 19, 2011 6:16 pm 
Offline
Addict
Addict
User avatar

Joined: Wed Feb 17, 2010 12:00 am
Posts: 1008
Location: Anderson Island, WA
gnozal wrote:
(Btw, the latest build is 425).

I "get latest" every few days...

gnozal wrote:
I already answered this one, iirc.

thanks; I missed it.


Top
 Profile  
 
 Post subject: PureFORM 1.99 more safety for code
PostPosted: Sun Jan 22, 2012 8:04 pm 
Offline
Enthusiast
Enthusiast

Joined: Mon Feb 19, 2007 5:47 pm
Posts: 130
Location: Luxemburg
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.


Top
 Profile  
 
 Post subject: Re: PureFORM 1.99 (yet another FORM designer)
PostPosted: Sat Feb 04, 2012 1:53 pm 
Offline
Enthusiast
Enthusiast

Joined: Tue Oct 31, 2006 4:34 am
Posts: 429
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.


Top
 Profile  
 
 Post subject: Re: PureFORM 1.99 (yet another FORM designer)
PostPosted: Mon Feb 06, 2012 12:57 pm 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
Update (build 426)

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).


Top
 Profile  
 
 Post subject: Re: PureFORM 1.99 (yet another FORM designer)
PostPosted: Mon Feb 06, 2012 6:45 pm 
Offline
Enthusiast
Enthusiast

Joined: Mon Feb 19, 2007 5:47 pm
Posts: 130
Location: Luxemburg
Hello Gnozal,

Perfect, thank you

Michel


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1533 posts ]  Go to page Previous  1 ... 91, 92, 93, 94, 95, 96, 97 ... 103  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

 


Powered by phpBB © 2008 phpBB Group
subSilver+ theme by Canver Software, sponsor Sanal Modifiye