Search found 16 matches: nheigth

Return to advanced search

Re: Gluing images

... SRCCOPY 13369376 local hDC := oDlg:GetDC() local hDCMem := CreateComtatibleDC( hDC ) local hBitmap := CreateCompatibleBitmap( hDCMem, nWidth, nHeigth ) local hPrev := SelectObject( hDCMem, hBitmap ) local hBmp, hDib now you paint your bitmaps on hDCMem this way: hBmp = ReadBitmap( 0, "name.bmp" ...
by Antonio Linares
Tue Oct 12, 2021 5:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gluing images
Replies: 8
Views: 679

Re: Combobox / Combometro

Cristobal, Tienes un ejemplo de uso de ComboMetro en FWH\samples\touch.prg Antonio, ya lo habia mirado, pero se me habia pasado el detalle que el nHeigth que ponemos en el comando corresponde a la altura del "antiguo Get del Combobox" y no a la altura total del control como era antes, ...
by cnavarro
Tue Oct 08, 2013 11:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combobox / Combometro
Replies: 9
Views: 2348

Re: Clausula "ON CHANGE" en xbrowse

... COLUMNS> <aCols,...> ] ; [ <idx: SORT,ORDERS> <aSort,...> ] ; [ JUSTIFY <aJust,...> ] ; [ SIZE <nWidth>, <nHeigth> ] ; [ ID <nID> ] ; [ <dlg:OF,DIALOG> <oWnd> ] ; [ SELECT <cField> FOR <uValue1> [ TO <uValue2> ] ] ; ...
by MarioG
Wed Aug 01, 2012 2:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clausula "ON CHANGE" en xbrowse
Replies: 5
Views: 1324

XBROWSE : SELECT clausule in xbrowse.ch

... .... in field's. The translation from the ch-file ( <oBrw> := XbrowseNew( <oWnd>, <nRow>, <nCol>, <nWidth>, <nHeigth>,...) Has no refererences to cField , uValue1 or uValue2. Xbrowsenew has no parameters for this purpose. When and how is this clausule used ...
by Demont Brecht
Fri Mar 30, 2012 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : SELECT clausule in xbrowse.ch
Replies: 1
Views: 533

Re: Insert waterImage and other into Ttaskpanel class

... MODIFIES ADD ON YOUR CH #xcommand PANELITEM ; [ <of: OF> <oPanel> ]; [PROMPT <cPrompt> ]; [ FONT <oFont> ] ; [ HEIGHT <nHeigth> ] ; [ LEFT <nLeft> ] ; [ BITMAP <cBitmap> ] ; [ ACTION <uAction> ] ; =>; <oPanel>:AddLink( <(cPrompt)>,; ...
by Silvio
Sat Nov 20, 2010 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert waterImage and other into Ttaskpanel class
Replies: 2
Views: 892

Re: need tcrw.prg for 32 bit

... := GetProc32( ::hDll, cFunc, .T., _INT,; // nRetVar LONG,; // nHandle LPSTR,; // cReport LONG,; // nTop LONG,; // nLeft LONG,; // nWidth LONG,; // nHeigth LONG,; // nStyle LONG ) // hWnd // nRet := CallDll32( cFarProc, ::nJobHandle, ::cReport, 0, 0, vWnd:nWidth, vWnd:nHeight, 0, vWnd:hWnd ) // ...
by jll-fwh
Sun Feb 14, 2010 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need tcrw.prg for 32 bit
Replies: 1
Views: 1316

Re: Bitmap en Folder

... @ 2.0 (o las coordenadas que sean) me debe convertir a <oBrw> := XbrowseNew( <oWnd>, <nRow>, <nCol>, <nWidth>, <nHeigth>,;....etc Pues bien, eso da un error de compilación C:\PROYEC~1\Xbrowse\xbrowse.prg(44) Error E0030 Syntax error: "syntax error at , ...
by Pedro
Sun Jan 04, 2009 1:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bitmap en Folder
Replies: 14
Views: 2703

... = NIL && Somente para REDEFINES && By Rossine ::nTop := aRect[1] && By Rossine ::nLeft := aRect[2] && By Rossine ::nHeigth := ( aRect[3] - aRect[1] ) / 2 && By Rossine ::nWidth := (( aRect[4] - aRect[2] ) / 2 ) + VSCROLL_WIDTH && By ::nBottom := aRect[3] ...
by tomafa
Thu Sep 18, 2008 9:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: wBrowse de Hernan
Replies: 14
Views: 1801

... = NIL && Somente para REDEFINES && By Rossine ::nTop := aRect[1] && By Rossine ::nLeft := aRect[2] && By Rossine ::nHeigth := ( aRect[3] - aRect[1] ) / 2 && By Rossine ::nWidth := (( aRect[4] - aRect[2] ) / 2 ) + VSCROLL_WIDTH && By Rossine ::nBottom ...
by tomafa
Thu Sep 18, 2008 4:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: wBrowse de Hernan
Replies: 14
Views: 1801

... class) DATA uBmpSel // bitmap to show in selected records DATA uLastTag // last TagOrder before losing focus METHOD New( nRow, nCol, nWidth, nHeigth, bLine, aHeaders, ; aColSizes, oWnd, cField, uVal1, uVal2, bChange, ; bLDblClick, bRClick, oFont, oCursor, aColors, ; cMsg, lUpdate, uAlias, ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5459

Ayuda con la clase TCRW

... := GetProc32( ::hDll, cFunc, .T., _INT,; // nRetVar LONG,; // nHandle LPSTR,; // cReport LONG,; // nTop LONG,; // nLeft LONG,; // nWidth LONG,; // nHeigth LONG,; // nStyle LONG ) // hWnd // nRet := CallDll32( cFarProc, ::nJobHandle, ::cReport, 0, 0, vWnd:nWidth, vWnd:nHeight, 0, vWnd:hWnd ) nRet ...
by Ramón J.
Sat May 31, 2008 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con la clase TCRW
Replies: 3
Views: 2520

xBrowse.ch

... SIZES, COLSIZES> <aColSizes,...> ] ; [ <head:HEAD,HEADER,HEADERS> <aHeaders,...> ] ; [ SIZE <nWidth>, <nHeigth> ] ; [ <dlg:OF,DIALOG> <oWnd> ] ; [ SELECT <cField> FOR <uValue1> [ TO <uValue2> ] ] ; [ <change: ON CHANGE, ...
by FiveWiDi
Thu Feb 28, 2008 11:28 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: xBrowse.ch
Replies: 1
Views: 1000

... DATA lLogicPos INIT .T. // CeSoTech DATA lGoTop INIT .F. DATA lGoBottom INIT .F. CLASSDATA lRegistered AS LOGICAL METHOD New( nRow, nCol, nWidth, nHeigth, bLine, aHeaders, ; aColSizes, oWnd, cField, uVal1, uVal2, bChange,; bLDblClick, bRClick, oFont, oCursor, nClrFore,; nForeBack, cMsg, lUpdate, ...
by FWHISHOW
Wed Dec 12, 2007 4:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWBROWSE - bkeydown não aceita VK_UP?
Replies: 9
Views: 4168

Inherit a class from another to add new methods for FW WIKI

... SIZES, COLSIZES> <aColSizes,...> ] ; [ <head:HEAD,HEADER,HEADERS,TITLE> <aHeaders,...> ] ; [ SIZE <nWidth>, <nHeigth> ] ; [ <dlg:OF,DIALOG> <oDlg> ] ; [ SELECT <cField> FOR <uValue1> [ TO <uValue2> ] ] ; [ ON CHANGE <uChange> ...
by Otto
Sat Oct 27, 2007 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inherit a class from another to add new methods for FW WIKI
Replies: 2
Views: 1429

Twbrowse de Rossine

... = NIL && Somente para REDEFINES && By Rossine ::nTop := aRect[1] && By Rossine ::nLeft := aRect[2] && By Rossine ::nHeigth := ( aRect[3] - aRect[1] ) / 2 && By Rossine ::nWidth := (( aRect[4] - aRect[2] ) / 2 ) + VSCROLL_WIDTH && By Rossine ::nBottom ...
by Frafive
Wed Apr 26, 2006 9:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Twbrowse de Rossine
Replies: 0
Views: 487
Next

Return to advanced search