Search found 51 matches: orect

Return to advanced search

Problem in xBrowse FWH 16.11

... ) Called from: C:\FWH_16\my_fw\XBROWSE.PRG => TXBRWCOLUMN:PAINTCELL( 11898 ) temporarily I solved in this way if HB_IsNumeric(nBmpWidth) .And. oRect:nWidth >= nBmpWidth //aBitmap[ BITMAP_WIDTH ] Regards Maurizio http://www.nipeservice.com
by Maurizio
Wed Dec 07, 2016 3:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in xBrowse FWH 16.11
Replies: 14
Views: 3042

Re: New FWH 15.02

... CLASS TBtnBmp from Mr. Rao, to change the textcolor on button-focus is still missing and I'm getting errors : Old ::SayText( ::cCaption, oRect:aRect, cAlign, ::oFont, nClr ) Changes from Rao ::SayText( ::cCaption, oRect:aRect, cAlign, ::oFont , XEval( nClr , ::lMover ) ) As well in the ...
by ukoenig
Sun Mar 01, 2015 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 15.02
Replies: 4
Views: 1115

Re: Save dialog coordinates then redisplay same place

... I will give them a shot. James I also discovered this, below is the code to the Method "SetCoors" in the TWindow class: METHOD SetCoors( oRect ) CLASS TWindow SetWindowPos( ::hWnd, 0, oRect:nTop, oRect:nLeft,; oRect:nRight - oRect:nLeft + 1,; oRect:nBottom - oRect:nTop + 1, 4 ) // Important: ...
by byron.hopp
Sat Dec 06, 2014 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save dialog coordinates then redisplay same place
Replies: 26
Views: 5264

Re: "Snap" for Clipper

...  3857  3857  3859  3859  3924  3932  3932  3934  3934 OREAD()                (function  in WINDOW.PRG)    WINDOW.PRG     2221  2341! 3410  3412 ORECT                  WINDOW.PRG      819  2683  2685  2685  2686  2686  2687  2687  2689  2690                   2691  2692 ORIBBON               ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6734

Re: Get en multi o 2 lineas

Prueba segun este ejemplo.
@2.7, 18 GET oConceptG[1] VAR aConceptG[1] OF oRect SIZE 550,68 MULTILINE NO VSCROL FONT oFont1
Saludos.
by FranciscoA
Thu Oct 24, 2013 7:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Get en multi o 2 lineas
Replies: 3
Views: 445

Re: RPreview mal en xp

Antonio, a rolando le dan estos valores:
oRect:nWidth: 13668.00
oRect:nHeight: 2097.00
cBuf:

en los casos de los valores de oRect:nWidth y oRect:nHeigh, no son valores mas altos de los esperados?
y el caso de cBuf, por que lo muestra vacio?

salu2
carlos vargas
by carlos vargas
Fri Oct 11, 2013 6:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPreview mal en xp - SOLUCIONADO (a medias)
Replies: 52
Views: 11595

Re: RPreview mal en xp

veamos el contenido de cbuf y oRect:nWidth y oRect:nHeight OutputDebugString( "GetDesktopWindows: " + alltrim( str( GetDesktopWindow() ) ) )OutputDebugString( "hEMF: " + alltrim( ...
by carlos vargas
Fri Oct 11, 2013 6:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPreview mal en xp - SOLUCIONADO (a medias)
Replies: 52
Views: 11595

Re: RPreview mal en xp

... ya validamos el valor del primer parametro pasado, veamos la validacion de los dos ultimos parametros. es muy probable que en la estructura oRect sea el problema a falta de saber el valor de cBuf    ...   oRect        := TRect():New( 0, ...
by carlos vargas
Fri Oct 11, 2013 6:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPreview mal en xp - SOLUCIONADO (a medias)
Replies: 52
Views: 11595

Re: RPreview mal en xp

... "hBmp: " + alltrim( str( hBmp ) ) ) OutputDebugString( "hOldBmp: " + alltrim( str( hOldBmp ) ) ) OutputDebugString( "oRect:nWidth: " + alltrim( str( oRect:nWidth ) ) ) //NEW OutputDebugString( "oRect:nHeight: " + alltrim( str( oRect:nHeight ) ) ) //NEW ...
by carlos vargas
Fri Oct 11, 2013 6:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPreview mal en xp - SOLUCIONADO (a medias)
Replies: 52
Views: 11595

Re: RPreview mal en xp

Carlos: Pasó 1 hBmp No Valido Pasó 2 hDib No Valido Siguiento tu ejemplo agregué: cBuf         := MemoRead( cEMF )   oRect        := TRect():New( 0, 0, Bin2L( SubStr( cBuf, 21, 4 ) ) / 2, ;                                  Bin2L( SubStr( cBuf, ...
by rolando
Fri Oct 11, 2013 5:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPreview mal en xp - SOLUCIONADO (a medias)
Replies: 52
Views: 11595

Re: Use xBrowse with object instead of array

... in the top left browse. Double click on the value of oFont displays Browse of the Font object ( See top right ) Again double click on the value of oRect object in Browse of Font object, we see browse of data and values of TRect object. All this without long lines of coding.
by nageswaragunupudi
Tue Feb 07, 2012 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Use xBrowse with object instead of array
Replies: 10
Views: 3466

Re: Clase tpreview para Windows 7

Antonio ¿Y como sería en el caso de la siguiente línea del metodo Paintmeta(): METHOD PaintMeta() CLASS TPreview . . . oRect:nBottom -= ( IfNil( ::oWnd:oMsgBar, ::oWnd:oBottom ):nHeight + 4 + 5 ) // 5 shadow depth <<-- no existe . . return nil Saludos Armando
by Armando Picon
Fri Oct 07, 2011 6:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase tpreview para Windows 7
Replies: 36
Views: 11546

Re: como hago esto: window get say

... oBrw, oFont1, oBotModi local dFechemis := cTod(" / / "), oFechemis Local oConceptG, cConceptG:="ESTO ES UNA PRUEBA" LOCAL oRect, oRectClr1, oRectClr2, nRectClrTxt1,nRectClrTxt2 oRectClr1:= 12961221 oRectClr2:= 16777215 nRectClrTxt1:=0 nRectClrTxt2:=0 DEFINE FONT oFont1 ...
by FranciscoA
Thu Aug 18, 2011 4:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: como hago esto: window get say
Replies: 6
Views: 1534

Re: como hago esto: window get say

... este pequeño codigo puede servirte de partida. (Yo aun no uso la TPANEL) //----------------------------// Function Prueba() local oChild, oBrw, oRect local dFechemis := cTod(" / / "), oFechemis DEFINE WINDOW oChild MDICHILD OF oWnd TITLE "Prueba" oRect:=TPanel():New( 0, 0, ...
by FranciscoA
Wed Aug 17, 2011 9:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: como hago esto: window get say
Replies: 6
Views: 1534

Re: Window question

GetWndRect( oWnd:hWnd ) --> gives the correct coordinates at any time.
We may use this one function instead of using combination of many methods/functions.

Alternatively, we can use oWnd:GetRect() -> oRect ( TRect object )
by nageswaragunupudi
Wed Jun 08, 2011 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window question
Replies: 8
Views: 1831
PreviousNext

Return to advanced search