Page 1 of 1
FrameWindow: setCaptionColour()
Posted: Mon Mar 07, 2005 02:12
by walaber
I can't seem to get this function to work... I'm using WindowsLook, with a modified imageset (no changes to the xml, just changed the .tga itself).
however, calling this function on a FrameWindow seems to have no affect, the text is always black, no matter what.
I'm simply calling the function like this:
mWindow->setCaptionColour( colour(1,1,1) );
am I dong something wrong?
Re: FrameWindow: setCaptionColour()
Posted: Mon Mar 07, 2005 09:43
by CrazyEddie
I have not checked the code yet, but it's probably a stupid bug on my part

I'll have a look later on and report back.
CE.
Re: FrameWindow: setCaptionColour()
Posted: Wed Mar 09, 2005 14:15
by CrazyEddie
This was indeed a silly bug. I have fixed the bug in CVS, please allow a few hours for anonymous access to sync up.
CE.
Re: FrameWindow: setCaptionColour()
Posted: Wed Mar 09, 2005 18:11
by Lucky_Luciano
Very off-topic, but I don't want to start a new thread for this: how do you use the WindowsLook please?
I can only use the TaharezLook at the moment...
Re: FrameWindow: setCaptionColour()
Posted: Wed Mar 09, 2005 20:42
by spannerman
Lucky_Luciano wrote:
Very off-topic, but I don't want to start a new thread for this: how do you use the WindowsLook please?
I can only use the TaharezLook at the moment...
If you are already using TaharezLook, then its just a case of replacing TaharezLook specific things with the WindowsLook version. So instead of using the TaharezLook.scheme and TaharezLook.imageset, try using the WindowsLook.scheme and WindowsLook.imageset. Look in your code and resources, and see where you have 'Taharez' things referenced, and use the 'Windows' type instead.
If you have any questions a bit more specifc, just ask and we'll try help you out

Re: FrameWindow: setCaptionColour()
Posted: Thu Mar 10, 2005 03:42
by walaber
CrazyEddie- thanks! now I just need to get internet back on my home PC, and I'll update to the CVS version
