I am testing Codejock SkinFramework and this happening a strange bug with buttonbmp.
The buttons that possess Tooltip when moving the mouse the bitmaps disappear, this only happens in the buttons that he/she has tooltip.
He/she would like to know somebody already tried to use this.
Portugues:
Estou testando Codejock SkinFramework e esta acontecendo um bug estranho com buttonbmp.
Os botões que possuem Tooltip ao movimentar o mouse os bitmaps desaparecem, isto acontece somente nos botões que tem tooltip.
Gostaria de saber se alguem ja tentou usar isto.
Code Skin:
Code: Select all
if !IsActiveX("Codejock.SkinFramework.13.0.0")
RegisterServer(DIR_PROG()+"RECURSOS\Codejock.SkinFramework.v13.0.0.ocx")
IF !IsActiveX("Codejock.SkinFrameWork.13.0.0")
MsgStop("Gerenciador dos skins não foi instalado","Erro...")
Return .F.
ENDIF
endif
cStyle := CONFIG_TERMINAL_VARS(37)+".cjstyles"
oActivexSystem:= TActiveX():New( xWin, "Codejock.SkinFrameWork.13.0.0",0,0,.2,.2 )
oActivexSystem:Do( "EnableThemeDialogTexture", xWin:hWnd,6 )
oActivexSystem:Do( "LoadSkin", cStyle, "" )
oActivexSystem:SetProp("ApplyOptions",nor(1,2,4,8))
oActivexSystem:Do( "ApplyWindow", xWin:hWnd )
oActivexSystem:Do("RemoveWindowClass","Edit")
oActivexSystem:Do("AddWindowClass","Static","ThunderRT6TextBox")
Quando passo o mouse sobre o botão que tem tooltip
Quando o botão não tem tooltip não o bitmap não desaparece.