Silvio,
statusbar bitmaps support is not implemented yet
Silvio,
statusbar bitmaps support is not implemented yet
ok
but I have a tmsgitem and msgbar modified and they not run ok ...
if you see the picture perhaps you can see what I want ....
Silvio,
You may provide us a self contained sample to test
Silvio,
Have you asked Jose Luis from Alanit ?
Dear Antonio,
No,
but this morning i have correct the error .....
I modify your msgitem and insert WndBoxRaised instead of WndBoxin function..perhaps the command NOINSET not run ok
Now run ok !!!!!!!!!!!!!!!!!!!!!!!
Can I insert a bitmap on : oMsgbar:dateon() ?
Can I fill with blue color tabs control ?
thanks
Silvio,
> Can I insert a bitmap on : oMsgbar:dateon() ?
It should work fine
> Can I fill with blue color tabs control ?
Tabs control is a FW own class, not a system control, so it can be fully modified including the colors
DrawMsgItem( hDC, ::cMsg,;
{ 5, nLeft + nBmpWidth - 4, ::oMsgBar:nHeight-6, nLeft + ( ::nWidth - 7 ) },;
If( ::lActive, ::nClrText, ::nClrDisabled ),;
::nClrPane, ::oFont:hFont )
//WndBoxIn( hDC, 0, nLeft - 9, ::oMsgBar:nHeight, nLeft - 8 )
//WndBoxRaised( hDC, 0, nLeft - 8, ::oMsgBar:nHeight, nLeft + ::nWidth - 5 )
//WndBoxIn( hDC, 0, nLeft - 9, ::oMsgBar:nHeight, nLeft - 8 )
WndBoxIn( hDC, 0, nLeft - 8, ::oMsgBar:nHeight - 1, nLeft - 7 )thanks Josè