ButtonBmp + Skins CodeJock Solved

ButtonBmp + Skins CodeJock Solved

Postby Giovany Vecchi » Tue Mar 16, 2010 3:22 pm

Ja so long that I had the problem with buttons ButtonBmp skins using Codejock.
When passing the mouse over the button bitmaps were not shown, after times could solve this.
In mousemove method must be called again display, however, this only if the button has Tooltip.
The changes are below:

In class TButtonBmp

METHOD MouseMove( nRow, nCol, nFlags ) INLINE Super:MouseMove( nRow, nCol, nFlags ),;
::oWnd:SetMsg( ::cMsg ), ::Refresh() ,;
If(SetSkins() .and. !Empty(::cToolTip), ::Display(), Nil)

:D
User avatar
Giovany Vecchi
 
Posts: 207
Joined: Mon Jun 05, 2006 9:39 pm
Location: Brasil

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 10 guests