Page 22 of 35
Posted: Fri Nov 30, 2007 10:02 am
by DoubleDutch
Umm.... I don't know... What is it?
:roll: 830 posts and you ask this?
Posted: Fri Nov 30, 2007 11:21 am
by gnozal
Update (all versions)
Changes :
- menus : fixed MenuBar() not ownerdrawn under Win9x
- menus : new function PureCOLOR_SetOfficeStyle()
Posted: Fri Nov 30, 2007 11:25 am
by gnozal
Rook Zimbabwe wrote:
Did you use the adapted subsystem ?
Umm.... I don't know... What is it?
Have a look at :
- PureCOLOR.chm : topic 'Unicode_Threadsafe'
- Purebasic.chm : topic 'Compiling your programs'
Posted: Fri Nov 30, 2007 11:10 pm
by oridan
Thanks gnozal,
PureCOLOR it is one of my preferred libraries!!

Posted: Sun Dec 02, 2007 7:42 am
by PB
Hi, any plans for PureCOLOR to support coloring the text of StatusBar fields?
Posted: Mon Dec 03, 2007 3:33 am
by Rook Zimbabwe
Gnozal Thanks!!! This is an excellent tool.
The problem cleared up when I made sure all programs were in default mode... one was in Unicode and one was in Ascii...
I sent a string to one and it showed up in the other as Japanese!!!!
All sorted out for now, but I do wish it autowrapped better!
That said I would still pay for this tool. The out of work, poor bastard with a cheap wife rates... but I would pay!!!
Posted: Mon Dec 03, 2007 11:34 am
by gnozal
PB wrote:Hi, any plans for PureCOLOR to support coloring the text of StatusBar fields?
Currently, no.
But I will have to rewrite some functions anyway, so maybe.
Posted: Mon Dec 03, 2007 12:23 pm
by Fangbeast
PB wrote:Hi, any plans for PureCOLOR to support coloring the text of StatusBar fields?
PB, I went rootling around MSDN to find out how to colour the statusbar and you cannot change the individual fields as they are not children. To be able to do this, you would have to ownerdraw a statusbar and add child objects accordingly.
You can colour the statusbar as a whole this way however.
Code: Select all
#SB_SETBKCOLOR = $2001; Statusbar colour constant
SendMessage_(StatusBarID(#MyStatusBar), #SB_SETBKCOLOR, 0, 16755370)
[/code]
Posted: Mon Dec 03, 2007 2:23 pm
by gnozal
Update
Changes :
- menu bars are now also ownerdrawn : office style looks better
- new function PureCOLOR_SetMenuItemSelectionCallback() : the callback is a procedure called each time a menu item is (un)selected. Example of use : display some context sensitive information in the statusbar while a menu item is selected.
Posted: Tue Dec 04, 2007 2:11 pm
by GG
Would it be possible to have a function which retrieves the PureColor version ?
For example : PureColor_GetVersion()
Posted: Tue Dec 04, 2007 2:15 pm
by gnozal
GG wrote:Would it be possible to have a function which retrieves the PureColor version ?
It's currently displayed by the installer (or the ReadMe.txt for the PB3.94 version).
Posted: Tue Dec 04, 2007 2:44 pm
by GG
Absolutely, but I would like to retrieve the PureColor version in my own program .
Posted: Tue Dec 04, 2007 2:47 pm
by gnozal
GG wrote:Absolutely, but I would like to retrieve the PureColor version in my own program .
Ok, I understand
Posted: Wed Dec 05, 2007 1:52 pm
by jpd
Hi Gnozal,
I have a strange behavior on my Vista system with PB 4.10 and PureColor for PB 41.10
after Installing I start the example file containend in the purecolor package and try to compiling this in Unicode mode.
If this modi on, then the GUI hang!
Any Idea?
in the purebasic folder I have the following purecolor Library:
\PureLibraries\UserLibraries\PureCOLOR 3. Dezember 2007 25,3 KB
\SubSystems\UserLibUnicode\PureLibraries\PureCOLOR 3. Dezember 2007 25,6 KB
\SubSystems\UserLibUnicodeThreadSafe\PureLibraries\PureCOLOR 3. Dezember 2007 25,7 KB
\Residents\PureCOLOR.res 2. Januar 2006 610 Bytes
Thanks
jpd
[edit]
found solution here!!
http://www.purebasic.fr/english/viewtop ... 742#220742
Posted: Mon Dec 17, 2007 11:06 pm
by mrjiles
Wow, just downloaded jaPBe and I have to say that it's great! Keep up the good work!!
Edit: Sorry, wrong forum!