Hello Antonio,
can you please show how to make a hover effect like in Windows 8.
Thanks in advance
Otto

can you please show how to make a hover effect like in Windows 8.
Thanks in advance
Otto


if ::lMOver .and. nTypeButton != 3
do case
case nTypeButton == TYPE_NORMAL
if ::lSelected
GradientFill( ::hDC, 1, 1, ::nHeight, ::nWidth - If(::lRound,2,0), eval( ::bClrGradSelectPress, ::lPressed ) )
else
GradientFill( ::hDC, 1, 1, ::nHeight, ::nWidth - If(::lRound,2,0), eval( ::bClrGradNormal, ::lPressed ) )
endif
Otto,
The hover effect is when the mouse is over the text or simply when the mouse is over the image ?
I am afraid two images may be needed to switch them, or to modify the function DrawTransparent() to apply a filter to the transparent area. Some research would be needed for this, to find the right way to do it.
Hello Antonio,
do you plan to extend fivewin-touch that we get this feature.
Best regards,
Otto
Otto,
Yes, we can try to find a way to implement it ![]()
Hello Antonio,
great. Thank you.
Best regards,
Otto