Search found 56 matches: hover

Return to advanced search

Bcc7 and Fivewin Crash

... link I get an exception error when the mouse is moved over the application. Anybody familiar with this problem, I am not sure how to debug. When I hover over it get a close error and it wants to launch a debugger, it attempts to launch Visual Studio. Thanks, Byron ...
by byron.hopp
Mon Jan 04, 2016 1:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc7 and Fivewin Crash
Replies: 5
Views: 946

Re: Black Square around BTNBMPs

... If the user prefers a border, then remove the NOBORDER clause. Don't you think? BTW- what I see here is a black rectangle/square as you hover over the button.
by reinaldocrespo
Thu Mar 12, 2015 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Black Square around BTNBMPs
Replies: 7
Views: 1770

Re: Black Square around BTNBMPs

Reinaldo,

reinaldocrespo wrote:Here is a self-contained reduced sample of the problem. All you have to do is hover over the btnbmp to see the [ugly] black square that gets drawn around the button:


I see no black square around the button.

EMG
by Enrico Maria Giordano
Thu Mar 12, 2015 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Black Square around BTNBMPs
Replies: 7
Views: 1770

Re: Black Square around BTNBMPs

... "Close" SIZE 60,14 PIXEL OF oDlg ACTION oDlg:End()   ACTIVATE DIALOG oDlg CENTEREDreturn nil  When the mose hovers over the btnbmp we see a rectagle around the border of the button. This change happend around 14.08 when the earlier unweildy paint method was ...
by nageswaragunupudi
Thu Mar 12, 2015 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Black Square around BTNBMPs
Replies: 7
Views: 1770

Re: Black Square around BTNBMPs

Here is a self-contained reduced sample of the problem. All you have to do is hover over the btnbmp to see the [ugly] black square that gets drawn around the button: #include "fivewin.ch"FUNCTION START()    LOCAL oDlg   DEFINE DIALOG oDlg NAME ...
by reinaldocrespo
Wed Mar 11, 2015 9:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Black Square around BTNBMPs
Replies: 7
Views: 1770

Re: 3 problems with touch.prg from the fwh/samples

... object. As TImage inherits from TBitmap, then we could do: oImgBack:bMove = { || If( oImgBack;cBmpFile != "..\bitmaps\metro\back-black-48-hover.png", ( oImgBack:LoadImage( nil, "..\bitmaps\metro\back-black-48-hover.png" ), oImgBack:Refresh() ), nil ) } oImgBack:bMLeave = ...
by Antonio Linares
Mon Feb 11, 2013 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3 problems with touch.prg from the fwh/samples
Replies: 18
Views: 3886

Re: 3 problems with touch.prg from the fwh/samples

Hello Antonio, hover effert I found a workaround for hover effert with inserting DrawEllipse method from an other class to TRBtn. -------------------- I can't find out how to make operable scrollpanel with finger. Hope you can help ...
by Otto
Sun Feb 10, 2013 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3 problems with touch.prg from the fwh/samples
Replies: 18
Views: 3886

Re: Changing Tab-text color on TRibbon?

Hello Uwe,

how can you change hover text colour on ribbon if

if nPrompt == oSelf:nStart
nClrTxt = CLR_WHITE
endif
id inside the painting method.

Best regards,
Otto
by Otto
Tue May 15, 2012 12:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing Tab-text color on TRibbon?
Replies: 5
Views: 2368

Re: Hover bitmap like WINDOWS 8

Hello Antonio,
great. Thank you.
Best regards,
Otto
by Otto
Wed May 02, 2012 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hover bitmap like WINDOWS 8
Replies: 6
Views: 1218

Re: Hover bitmap like WINDOWS 8

Otto,

Yes, we can try to find a way to implement it :-)
by Antonio Linares
Wed May 02, 2012 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hover bitmap like WINDOWS 8
Replies: 6
Views: 1218

Re: Hover bitmap like WINDOWS 8

Hello Antonio,
do you plan to extend fivewin-touch that we get this feature.
Best regards,
Otto
by Otto
Wed May 02, 2012 10:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hover bitmap like WINDOWS 8
Replies: 6
Views: 1218

Re: Hover bitmap like WINDOWS 8

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 ...
by Antonio Linares
Wed May 02, 2012 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hover bitmap like WINDOWS 8
Replies: 6
Views: 1218

Re: Hover bitmap like WINDOWS 8

Hello Antonio,
also in fivewin-touch-demo this hover effect is missing.
Best regards,
Otto

Image
by Otto
Wed May 02, 2012 4:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hover bitmap like WINDOWS 8
Replies: 6
Views: 1218

Re: Hover bitmap like WINDOWS 8

Hello, Background is painted in method paint with: GradientFill( ::hDC, 1, 1, ::nHeight, ::nWidth - If(::lRound,2,0), eval( ::bClrGradNormal, ::lPressed ) ) Is it possible to have a round gradient? Thanks in advance Otto if ::lMOver .and. nTypeButton != 3            do ...
by Otto
Tue May 01, 2012 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hover bitmap like WINDOWS 8
Replies: 6
Views: 1218

Hover bitmap like WINDOWS 8

Hello Antonio,
can you please show how to make a hover effect like in Windows 8.
Thanks in advance
Otto
Image
by Otto
Sun Apr 29, 2012 11:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hover bitmap like WINDOWS 8
Replies: 6
Views: 1218
PreviousNext

Return to advanced search