Search found 25 matches: lrepaint

Return to advanced search

TsBrowse(320) Warning W0001 Ambiguous reference 'SUPER'

Una molestia más:

Al crear la lib tsbrowse, me carca error con Harbour 3.2, y con la version Harbour 3.0 no lo hace

TsBrowse(320) Warning W0001 Ambiguous reference 'SUPER'

la linea es:

METHOD BeginPaint() INLINE If( ::lRepaint, Super:BeginPaint(), 0 )

Ayuda.
by noe aburto
Wed Aug 26, 2020 12:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TsBrowse(320) Warning W0001 Ambiguous reference 'SUPER'
Replies: 4
Views: 529

Re: Buttonbar help

cnavarro wrote:I think method Move allow change size, not?

Move( nTop, nLeft, nWidth, nHeight, lRepaint )


Thank you! It's work! Do you know how i display the buttonbar with border? oBar10:nStyle := WS_BORDER not work.
by wartiaga
Wed Dec 11, 2019 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Buttonbar help
Replies: 6
Views: 930

Re: Buttonbar help

I think method Move allow change size, not?

Move( nTop, nLeft, nWidth, nHeight, lRepaint )
by cnavarro
Tue Dec 10, 2019 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Buttonbar help
Replies: 6
Views: 930

Re: FUNCTION DISPLAY 3.0 DISPONIBLE !!

... @nWidth, @nHeight ) // referencia If lAutoresize .and. nOriHeight+nOriWidth != nHeight+nWidth // altera essa linha, como mostra agora ... .. . If lRepaint // referencia oWnd:Hide() // referencia EndIf // referencia If nFactorHeight > 1 .or. nFactorWitdh > 1 // talvez esta linha tambem, não ...
by Sistem
Mon Aug 05, 2019 8:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FUNCTION DISPLAY 3.0 DISPONIBLE !!
Replies: 36
Views: 9727

Re: "Snap" for Clipper

...   2387 LPREVIOUS              WINDOW.PRG      206   212   410   416 LREGISTERED            WINDOW.PRG      459   927   929   947   950   955  1155 LREPAINT                WINDOW.PRG      718   849   850  3004  3010  3012 LRIBBON                WINDOW.PRG     2844  2876  2890 LSHOW               ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6698

Re: change a get with on execution

... inside the BUTTON-action ! Just add the line < oGet:bPainted > next to Your defined get. You don't need a function for oGet:bPainted ! lRepaint := .F. REDEFINE GET oGet1 VAR nWColorF ID 120 OF oDlg4 PICTURE "999999999" FONT oFont1 // only resized with lRepaint := .T. and oGet:Refresh() ...
by ukoenig
Fri Apr 26, 2013 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change a get with on execution
Replies: 5
Views: 1044

Re: change a get with on execution

Sorry here not run ok Function Calc_Scentifica(oDlg,oGet) lRepaint:=.t. oGet:bPainted := { |hDC| IIF( lRepaint , oGet:Move( , , 100, 50, .f. ), NIL ) } oGet:refresh() RETURN NIL the error pplication===========   Path and name: C:\Work\Prg\msgcalc\msgcalc.Exe ...
by Silvio.Falconi
Fri Apr 26, 2013 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change a get with on execution
Replies: 5
Views: 1044

Re: change a get with on execution

Silvio, tested with a big font : http://www.pflegeplus.com/pictures/getresize.jpg lRepaint := .F. REDEFINE GET oGet1 VAR nWColorF ID 120 OF oDlg4 PICTURE "999999999" FONT oBigFont REDEFINE BTNBMP oBtn1 OF oDlg4 ; ID 130 PIXEL 2007 ; NOBORDER ; PROMPT ...
by ukoenig
Fri Apr 26, 2013 8:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change a get with on execution
Replies: 5
Views: 1044

Re: Como se crea una CLASE para dibujar líneas.

... _New #endif //----------------------------------------------------------------------------// CLASS TSLines FROM TControl DATA aRect DATA lRounded, lRepaint DATA cType, cLabel DATA nClrLite, nClrDark, nTextClr, nSAlign CLASSDATA lRegistered AS LOGICAL METHOD New( nTop, nLeft, nBottom, nRight, cType, ...
by QAZWSX2K
Tue May 25, 2010 7:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como se crea una CLASE para dibujar líneas.
Replies: 8
Views: 1761

Re: How to Resize Button in program?

Dutch,

oButton:SetSize( nWidth, nHeight [, lRepaint ] )

or:

oButton:nWidth := nNewWidth
oButton:nHeight := nNewHeight
by Antonio Linares
Mon May 17, 2010 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Resize Button in program?
Replies: 11
Views: 1493

Re: Problem linking with Xharbour commercial

... #ifdef __HARBOUR__ HB_FUN_SETSCROLLRANGE( PARAMS ) // ( hWnd, nFlags, nMin, nMax, lRepaint, lDisable, l32Bit ) #else CLIPPER SETSCROLLR( PARAMS ) // ANGE() #endif { SCROLLINFO si ; si.cbSize = sizeof( si ) ; si.fMask = SIF_RANGE ; ...
by Massimo Linossi
Thu Nov 12, 2009 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem linking with Xharbour commercial
Replies: 11
Views: 2416

Re: BtnBmp from resource, how to resize at runtime ?

Uwe,

You may also use:

oControl:SetSize( nWidth, nHeight [, lRepaint ] )
by Antonio Linares
Thu May 07, 2009 2:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp from resource, how to resize at runtime ?
Replies: 3
Views: 605

Re: How to resize a listbox

Otto,

You can use:

oControl:SetSize( nWidth, nHeight [, lRepaint ] )

or

oControl:nHeight = nNewHeight
oControl:nWidth = nNewWidth
by Antonio Linares
Sun Apr 05, 2009 8:56 am
 
Forum: FiveWin for Pocket PC
Topic: How to resize a listbox
Replies: 8
Views: 1387

Al crear lib SBrowseX marca error Scroll.c

... #ifdef __HARBOUR__ HB_FUN_SETSCROLLRANGE( PARAMS ) // ( hWnd, nFlags, nMin, nMax, lRepaint, lDisable, l32Bit ) #else CLIPPER SETSCROLLR( PARAMS ) // ANGE() #endif { SCROLLINFO si ; si.cbSize = sizeof( si ) ; si.fMask = SIF_RANGE ; ...
by noe aburto
Wed Dec 17, 2008 2:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Al crear lib SBrowseX marca error Scroll.c
Replies: 0
Views: 675

Re: HOLA

... función Auto800() que es la que utilizo con éxito: ////////////////////////////////////////////////////////////////////// FUNCTION Auto800 ( oWnd, lRepaint, lFolder ) Local nOriWidth := 800, nOriHeight := 600, nWidth := 0, nHeight := 0, ; nContador, nRancho, nRalto DEFAULT lRepaint := .T., lFolder ...
by Manuel Valdenebro
Thu Nov 20, 2008 6:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: oTop, oLeft, oBottom, oRight, oClient para redimensionar ??
Replies: 19
Views: 4080
Next

Return to advanced search