Search found 34 matches: lmover

Return to advanced search

Re: btnbmp captions

... build a dialog for the modifiers of each product the test show 8 btnbmp the problem are : 1. the little caption at right is not printed 2. the lmOver make error 3. the back color RGB( 120,136,85 ) is not colorized https://s10.postimg.org/knkm0q0vd/var.jpg On my sample test there ...
by Silvio.Falconi
Fri Jun 02, 2017 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmp captions
Replies: 16
Views: 3159

Re: FWH 17.04 : Group Labels on ButtonBars

... RESOURCE 0x1005D ACTION oDlg:End() BTNRIGHT TOOLTIP "Exit" AEval( oBar:aControls, { |oBtn| oBtn:bColorMap := { |o| If( o:lMOver, { CLR_BLACK, CLR_HRED }, nil ) } } ) RETURN NIL ----------------- regards Uwe :?:
by ukoenig
Sun May 14, 2017 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.04 : Group Labels on ButtonBars
Replies: 13
Views: 4082

Re: FWH 17.04 : Group Labels on ButtonBars

... 0x30050 DEFINE BUTTON OF oBar PROMPT "Setup" RESOURCE 0x1005D BTNRIGHT AEval( oBar:aControls, { |oBtn| oBtn:bColorMap := { |o| If( o:lMOver, { CLR_BLACK, CLR_HRED }, nil ) } } ) RETURN NIL -------------- http://www.pflegeplus.com/IMAGES/Samples2.jpg best regards Uwe :?:
by ukoenig
Fri May 12, 2017 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.04 : Group Labels on ButtonBars
Replies: 13
Views: 4082

Re: New FTDN January/Enero 2016 (FWH 16.01)

... @ 20,40 BTNBMP oBtn PROMPT "Left" SIZE 64, 96 PIXEL OF oDlg ; RESOURCE { 48, 48, aArrowLeft } TOP GDIPLUS oBtn:bColorMap := { |o| If( o:lMOver, {{ CLR_HBLUE, CLR_HRED}}, nil ) } ACTIVATE DIALOG oDlg CENTERED return nil * adofuncs.prg: In function FW_ValToSQL() double quotes were not ...
by Antonio Linares
Fri Jan 29, 2016 8:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2236

New FTDN January/Enero 2016 (FWH 16.01)

... @ 20,40 BTNBMP oBtn PROMPT "Left" SIZE 64, 96 PIXEL OF oDlg ; RESOURCE { 48, 48, aArrowLeft } TOP GDIPLUS oBtn:bColorMap := { |o| If( o:lMOver, {{ CLR_HBLUE, CLR_HRED}}, nil ) } ACTIVATE DIALOG oDlg CENTERED return nil * adofuncs.prg: In function FW_ValToSQL() double quotes were not ...
by Antonio Linares
Sun Jan 24, 2016 8:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2236

Re: O.T. - ResEdit problema con Splitter

Mario,

Añade esto:

oSplit:lMover = .F.
by Antonio Linares
Sat Jul 04, 2015 3:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. - ResEdit problema con Splitter
Replies: 6
Views: 630

Re: O.T. - ResEdit problema con Splitter

... (!.F.) .OR. .T., {oLst1}, !.F., {oLst2}, !.F.,,, oDlg,, .T.,, .F. )oSplit:lStyle= .T. El error es al evaluar ::lMOver Descripción de Error generado: ___________________________________________________ Error BASE/1066 Error de argumento: conditional Args: [ 1] ...
by MarioG
Sat Jul 04, 2015 12:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. - ResEdit problema con Splitter
Replies: 6
Views: 630

New FTDN March/Marzo 2015 (FWH 15.03)

... fonts, though they are more meaningful in LEFT and RIGHT layouts. - If nClrText is a codeblock, it is now evaluated with two parameters, oBtn:lMOver and oBtn object. This enables changing colors on different states of the button. - New FLAT clause in the command: This creates the button similar ...
by Antonio Linares
Fri Mar 20, 2015 10:22 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2015 (FWH 15.03)
Replies: 16
Views: 7438

Re: New FWH 15.02

... ::SayText( ::cCaption, oRect:aRect, cAlign, ::oFont, nClr ) Changes from Rao ::SayText( ::cCaption, oRect:aRect, cAlign, ::oFont , XEval( nClr , ::lMover ) ) As well in the metro-sample, there is no return from the directory-list ( using menu ) back to oMetro. I'm still testing. :? After changing ...
by ukoenig
Sun Mar 01, 2015 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 15.02
Replies: 4
Views: 1121

Re: Possible a text-adjust of BTNBMP NO image ?

Mr. Rao, is it possible, to add a ACCELERATOR like on a normal button ? oBtn:bPainted := { || ( nColor := If( oBtn:lMOver, 255, 0 ), ; oBtn:Say( 5, 5, "Test", nColor, NIL, oFont, .T., .T. ) ) } instead of a normal text, I added a second button-column getting a image- AND ...
by ukoenig
Sun Feb 22, 2015 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible a text-adjust of BTNBMP NO image ?
Replies: 14
Views: 3624

Re: Possible a text-adjust of BTNBMP NO image ?

... Thanks to Mr. Rao for the info. added : @ 90,30 BTNBMP oBtn2 SIZE 200,20 PIXEL OF oDlg TRANSPARENT oBtn2:bPainted := { || ( nColor := If( oBtn2:lMOver, 255, CLR_YELLOW ), ; oBtn2:Say( 4,10,"Mouse over", nColor, nil, oFont, .t., .t. ) ) } http://www.pflegeplus.com/IMAGES/Btnleft2.jpg ...
by ukoenig
Sat Feb 21, 2015 1:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible a text-adjust of BTNBMP NO image ?
Replies: 14
Views: 3624

Re: Error in FW 14.09 with SPLITTER Class

Maurizio,

Please make this change in source\classes\splitter.prg line 32:

DATA lStatic, l3D, lMoving, lStyle, lMOver INIT .F.

thanks for your feedback :-)
by Antonio Linares
Sun Nov 23, 2014 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in FW 14.09 with SPLITTER Class
Replies: 1
Views: 503

Error in FW 14.09 with SPLITTER Class

...  Called from: .\source\classes\SPLITTER.PRG => TSPLITTER:HANDLEEVENT( 218 )  The problem are the the new DATA ::lStyle ::lMover := .t. ::aGradientOver ::aGradient = METHOD ReDefine( nId, lVertical, aPrevCtrols, lAdjPrev, aHindCtrols, lAdjHind, ;      ...
by Maurizio
Fri Nov 21, 2014 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in FW 14.09 with SPLITTER Class
Replies: 1
Views: 503

Re: El ratón al moverse deja "rastro" en las reglas

... WM_MOUSELEAVE return ::MouseLeave( nHiWord( nLParam ), nLoWord( nLParam ), nWParam ) endif ... METHOD MouseLeave( nRow, nCol, nFlags ) CLASS ... ::lMOver = .F. ::Refresh() return nil Lo único que como son ventanas MDICHILD vamos a tener que derivar ó añadir esos métodos dinamicamente (no se si ...
by Antonio Linares
Sat Aug 16, 2014 11:25 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: El ratón al moverse deja "rastro" en las reglas
Replies: 34
Views: 13294

Re: BtnBmp

That Made it with the painting!!! But is there any way to detect any changes in the control??? For Example, when the mouse is over it (lMOver becomes .T.), is there a way to detect this and run an action for it??? What I will like to do is set a Text color for every state of the control : ...
by Bayron
Sun Sep 04, 2011 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp (SOLVED)
Replies: 11
Views: 2608
PreviousNext

Return to advanced search