Originally posted by: Mark
Reply
Originally posted by: Alex
This library want not compile
with _UNICODE option.
Put all strings in _T("")
ReplyOriginally posted by: Doc Marcus
I think the shadow of the CheckBox isn't correct.
In CoolControlManager.cpp at Line 1125 COLOR_3DDKSHADOW
Draw3dBorder( hDC, rc, COLOR_3DSHADOW, COLOR_3DHIGHLIGHT,
After that the CheckBox looks correct.
cu
Hi,
should be exchanged with COLOR_3DSHADOW at Line 1126.
COLOR_3DDKSHADOW, COLOR_3DFACE );
Marcus
Reply
Originally posted by: Olivier RAMAT
First, I would like to the author that I really enjoyed
his cool controls library, it helped me to
give my application a fancy look.
However I noticed two bugs :
First, the library eats more an more
memory (4K every two seconds)
on my Pentium Pro 200 with NT Server service pack3)
while my application isn't being used (understand
the user doesn't do anything with my appliaction).
I noticed it with the task manager looking at the
memory used by my application.
I removed the call to GetCtrlManager().InstallHook()
which solved the problem.
Second, when I try editing the labels in my treectrl,
the edit control is hidden.
Originally posted by: Vlad Bychkoff
I found a little bug while using CListCtrl with extended style LVS_EX_HEADERDRAGDROP. This happend after changing headers order - the header repainted at sizes of previous column.
Good job! Thanks a lot!
ReplyOriginally posted by: Rainer Bauer
I installed the tooltips on my custom dialog bars (derived from CDialogBar).
However after adding the Activate() call in PreTranslateMessage()
if (msg.hwnd)
Just thought, that maybe someone will get the same problem.
Rainer
Hi,
The tooltips work until I open any dialog, then no tooltip appears anymore.
it does work correctly.
{
m_wndToolTip.Activate( TRUE );
m_wndToolTip.RelayEvent(&msg);
}
Reply
Originally posted by: Andrew Bryan
no really, they are cool
ReplyOriginally posted by: Mike Flood
My compiler can not find control types such as CComboBoxEx. I have not
installed any service packs. Any Ideas?
Originally posted by: Chris Montgomery
Very Cool and easy to add to an existing project!!!
???
Originally posted by: Plamen Parvanov
Excellent work! I've been impressed from the Corel controls too, and wished to use them in my own programs; now it is possible. Thanks!
Reply