Search found 51 matches: mouseover

Return to advanced search

Change cursor to hand when mouseover desired columns

Dear All,

I need to change cursor to Hand when MouseOver on desired columns for notify user that which columns can click.

Thanks in advance for any help or ideas.
by dutch
Thu Jan 24, 2019 5:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change cursor to hand when mouseover desired columns
Replies: 0
Views: 433

BTNBMP from resource missing command COLOR ?

... ; [ <pixel: PIXEL> ] ; [ <design: DESIGN> ] ; [ <lGDIP: GDIP, GDIPLUS> ]; Question 2 how to change the color ( NO gradient ) on mouseover ? I couldn't find any sample. for gradient it works ( using vars from a dbf ) like GRADIENT { | lMouseOver | If( ! lMouseOver,; { { nBPos[5], ...
by ukoenig
Sat Nov 25, 2017 6:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP from resource missing command COLOR ?
Replies: 5
Views: 925

New FTDN July 2017 (FWH 17.07)

... possible to add 4 bitmaps to BtnBmp control. The class decides which bitmap to be shown based on the state of the control i.e., Active, Pressed, MouseOver. If bBmpNo is specified the bitmap number returned by the codeblock when evaluated with oBtn as parameter is displayed. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=34383 ...
by Antonio Linares
Sun Aug 13, 2017 8:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2017 (FWH 17.07)
Replies: 5
Views: 2899

La RibbonBar de Fivewin

... estilos ( 2007,2010,2013,2015... ) queda muy bien la barra, pero no cambian los colores de los grupos acorde a los estilos, ni de los botones y el mouseover sobre los mismos se planea agregar estas funcionalidades? Yo ajusté sin problemas los colores de los grupos, y el color de los botones pero ...
by jose_murugosa
Fri Jun 16, 2017 5:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: La RibbonBar de Fivewin
Replies: 2
Views: 565

Re: Btnbmp in GET ACTION show border on MouseOver

Dear Antonio & Rao,

I've fixed it already as Mr.Rao recommendation.

Thanks a lot.
by dutch
Sun Dec 18, 2016 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Btnbmp in GET ACTION show border on MouseOver
Replies: 9
Views: 1351

Re: Btnbmp in GET ACTION show border on MouseOver

Dutch,

thanks

Rao has shown the right way to do it now
by Antonio Linares
Fri Dec 16, 2016 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Btnbmp in GET ACTION show border on MouseOver
Replies: 9
Views: 1351

Re: Btnbmp in GET ACTION show border on MouseOver

Antonio Linares wrote:Dutch,

Could you please post the same screenshots built with the previous version that you are using ?

Here it is. FWH13.12
Imageimage hosting over 10mb
by dutch
Fri Dec 16, 2016 3:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Btnbmp in GET ACTION show border on MouseOver
Replies: 9
Views: 1351

Re: Btnbmp in GET ACTION show border on MouseOver

  DEFINE DIALOG oDlg   @ 2, 2 GET oGet VAR cTest ACTION MsgInfo( "ok" ) COLOR 0, CLR_WHITE ;      BITMAP "bdate"   oGet:lBtnTransparent := .t.   ACTIVATE DIALOG oDlg CENTERED ;      ON INIT ( oGet:oBtn:...
by nageswaragunupudi
Fri Dec 16, 2016 1:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Btnbmp in GET ACTION show border on MouseOver
Replies: 9
Views: 1351

Re: Btnbmp in GET ACTION show border on MouseOver

Dutch,

Could you please post the same screenshots built with the previous version that you are using ?
by Antonio Linares
Thu Dec 15, 2016 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Btnbmp in GET ACTION show border on MouseOver
Replies: 9
Views: 1351

Re: Btnbmp in GET ACTION show border on MouseOver

Dear Antonio, I need the bitmap button with transparent and noborder while MouseOver. In older version is working fine. https://s29.postimg.org/oojh9pnpj/getaction.png image hosting site #include "FiveWin.ch"function Main()  ...
by dutch
Thu Dec 15, 2016 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Btnbmp in GET ACTION show border on MouseOver
Replies: 9
Views: 1351

Re: Btnbmp in GET ACTION show border on MouseOver

Dutch,

the manifest file seems fine

Have you tested the example that I posted ? Does it behave fine ?
by Antonio Linares
Thu Dec 15, 2016 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Btnbmp in GET ACTION show border on MouseOver
Replies: 9
Views: 1351

Re: Btnbmp in GET ACTION show border on MouseOver

Dear Antonio, What manifest file are you using ? This is manifest that I use. <?xml version="1.0" encoding="UTF-8" standalone="yes"?><assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"><assemblyIdentity    version=...
by dutch
Thu Dec 15, 2016 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Btnbmp in GET ACTION show border on MouseOver
Replies: 9
Views: 1351

Re: Btnbmp in GET ACTION show border on MouseOver

Dutch, This example seems to work fine: #include "FiveWin.ch"function Main()   local oDlg, cTest := Space( 10 )   DEFINE DIALOG oDlg   @ 2, 2 GET cTest ACTION MsgInfo( "ok" ) COLOR 0, CLR_WHITE   ACTIVATE DIALOG oDlg...
by Antonio Linares
Tue Dec 13, 2016 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Btnbmp in GET ACTION show border on MouseOver
Replies: 9
Views: 1351

Btnbmp in GET ACTION show border on MouseOver

Dear Antonio,

I use 16.11 build 1 and it shows border of Btnbmp (GET ACTION clause) when MouseOver as picture. It doesn't show in previous version.
Imageposted image
by dutch
Tue Dec 13, 2016 6:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Btnbmp in GET ACTION show border on MouseOver
Replies: 9
Views: 1351

Re: New FWH 16.02

On xBrowse: Colums with styles LISTBOX or BUTTON: If mouseover on the buttons a fine ellipse is showing inside the buttons!?
by byte-one
Tue Mar 01, 2016 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 16.02
Replies: 4
Views: 699
Next

Return to advanced search