Search found 713 matches: nleft

Return to advanced search

Re: MsgList() y tecla ESC

Carlos, Prueba a proporcionar .T. en el parámetro lCancel: function MsgList( aData, cTitle, nTop, nLeft, nBottom, nRight, cBtnTitle, nItem, lCancel, cCapCan ) En ese caso, MsgList() devuelve cero al salir cancelando Gracias Antonio. Si se pulsa 'Cancelar' sí que devuelve ...
by FiveWiDi
Tue Jul 13, 2021 6:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MsgList() y tecla ESC
Replies: 5
Views: 1101

Re: MsgList() y tecla ESC

Carlos,

Prueba a proporcionar .T. en el parámetro lCancel:

function MsgList( aData, cTitle, nTop, nLeft, nBottom, nRight, cBtnTitle, nItem, lCancel, cCapCan )

En ese caso, MsgList() devuelve cero al salir cancelando
by Antonio Linares
Tue Jul 13, 2021 3:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MsgList() y tecla ESC
Replies: 5
Views: 1101

Re: Perdida de recursos en Laout, Folderex

... lo defino por código desde el main, este esta dentro de un Panel: @01,01 FOLDEREX oFldGral PIXEL PROMPT '&Inicio' SIZE oPanel2:nRight-oPanel2:nLeft-9, oPanel2:nBottom-oPanel2:nTop-5 ACTION DelFld() OF oPanel2 y voy agregando folders cada vez que el usuario ejecuta una opción del menú: AddFld(Nombre ...
by Joel Andujo
Wed Jul 07, 2021 6:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Perdida de recursos en Laout, Folderex (Resuelto)
Replies: 9
Views: 1073

Re: Print Problem with FWH2104

... to function the same till now. Syntax of methods Line(), Box() and RoundBox(), Arc(), Chord(), Ellipse(), Pie() have the first 4 parameters nTop, nLeft, nBottom, nRight. METHOD Line(     nTop, nLeft, nBottom, nRight, oPen )METHOD Box(      nRow, nCol, nBottom, ...
by nageswaragunupudi
Wed Jun 09, 2021 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2680

Re: Draw on top of a photo

I forgot to adjust the glow-effect-section ( 3D - look ) nlinetype 2 = glow FREE_LINE(Object, hDC, nTop, nLeft, nBottom, nRight, nLineType , nColor, nPensize, nTransp ) the used values with calculated size ( 10 = the given distance from border ) oImage:bPainted    := < |hDC| ...
by ukoenig
Wed May 12, 2021 5:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Draw on top of a photo
Replies: 3
Views: 559

Re: Dialogos en Cascada

Bastaria con que la siguiente ventana reciba como parámetro la anterior y

oDlgActual:nTop:= oDlgAnterior:nTop+ 50
oDlgActual:nLeft:= oDlgAnterior:nLeft+ 50
by hmpaquito
Wed Apr 07, 2021 8:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dialogos en Cascada
Replies: 2
Views: 516

Re: New FTDN February/Febrero 2021 (FWH 21.02)

... INCHES/CM/MM - Nuevo método de acceso aTable. - Revisa el ejemplo fwh\samples\graphprn.prg * Nueva función de mapa de bits HDCBITMAP( hDC, nTop, nLeft, nBottom, nRight ) --> hBmp Puede extraer cualquier parte de HDC como mapa de bits. * FWMARIALIB: * FWMariaConnection and FWMariaRowSet (ambas) ...
by Antonio Linares
Mon Apr 05, 2021 6:43 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2021 (FWH 21.02)
Replies: 2
Views: 1494

New FTDN February/Febrero 2021 (FWH 21.02)

... oGraph SIZE nWidth,nHeight INCHES/CM/MM - New Access Method aTable - see fwh\samples\graphprn.prg * New bitmap function HDCBITMAP( hDC, nTop, nLeft, nBottom, nRight ) --> hBmp Can extract any part of HDC as bitmap. * FWMARIALIB: * FWMariaConnection and FWMariaRowSet (both) New Data aSql ...
by Antonio Linares
Wed Mar 24, 2021 8:56 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2021 (FWH 21.02)
Replies: 2
Views: 1494

Re: Bug en TGroup ?

... que en el área del TGroup tengo controles que 'cuelgan' de la MDICHILD no del TGroup. Le estoy dando vueltas. Jugaré con WndBoxClr( ::hDC, nTop, nLeft, nBottom, nRight, hPen ) y un SAY. Son 4 pantallas. Un poco bruto pero con menos riesgo que empezar a modificar controles. Gracias de nuevo.
by FiveWiDi
Sun Feb 28, 2021 5:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug en TGroup ?
Replies: 2
Views: 263

Re: XBROWSE transparente

Mr Rao. Encontré la solución. ::bPaintBack := {|| aOrg := SetBrushOrgEx( ::hDC, nBmpWidth( ::oWnd:oBrush:hBitmap ) - ::nLeft, nBmpHeight( ::oWnd:oBrush:hBitmap ) - ::nTop ), FillRect( ::hDC, GetClientRect( ::hWnd ), ::oWnd:oBrush:hBrush ), SetBrushOrgEx( ::hDC, aOrg[ 1 ], aOrg[ 2 ...
by Modesto
Thu Feb 11, 2021 1:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE transparente
Replies: 4
Views: 545

Re: Cambiar el borde a un Get *SOLUCIONADO*

... al generar el borde, pero no hay forma de poder cambiar el color del borde, lo estoy haciendo de está forma: oGet:oWnd:Box ( oGet:nTop - 1,; oGet:nLeft - 1,; oGet:nTop + oGet:nHeight ,; oGet:nLeft + oGet:nWidth ,; { nRgb(255,0,0), 1 } ) oGet:Refresh() Lo quiero poner un borde en rojo, he cambiado ...
by hmpaquito
Sun Jan 31, 2021 10:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar el borde a un Get *SOLUCIONADO*
Replies: 22
Views: 2339

Re: Cambiar el borde a un Get *SOLUCIONADO*

... al generar el borde, pero no hay forma de poder cambiar el color del borde, lo estoy haciendo de está forma: oGet:oWnd:Box ( oGet:nTop - 1,; oGet:nLeft - 1,; oGet:nTop + oGet:nHeight ,; oGet:nLeft + oGet:nWidth ,; { nRgb(255,0,0), 1 } ) oGet:Refresh() Lo quiero poner un borde en rojo, he cambiado ...
by nageswaragunupudi
Sun Jan 31, 2021 6:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar el borde a un Get *SOLUCIONADO*
Replies: 22
Views: 2339

Re: Cambiar el borde a un Get *SOLUCIONADO*

... al generar el borde, pero no hay forma de poder cambiar el color del borde, lo estoy haciendo de está forma: oGet:oWnd:Box ( oGet:nTop - 1,; oGet:nLeft - 1,; oGet:nTop + oGet:nHeight ,; oGet:nLeft + oGet:nWidth ,; { nRgb(255,0,0), 1 } ) oGet:Refresh() Lo quiero poner un borde en rojo, he cambiado ...
by jgabri
Sun Jan 31, 2021 5:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar el borde a un Get *SOLUCIONADO*
Replies: 22
Views: 2339

Re: Use PNG image

... or bmp file name. If you want to just display the image on any window, dialog, control, you can use [code] oWnd:DrawImage( cResource, { nTop, nLeft, Bottom, nRight } ) // OR FW_DrawImage( hDC, cResource, { nTop, nLeft, Bottom, nRight } ) [/code[ In other words, you can use the resource name ...
by ctoas
Mon Jan 25, 2021 9:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Use PNG image (Solved)
Replies: 8
Views: 1126

Re: Use PNG image

... or bmp file name. If you want to just display the image on any window, dialog, control, you can use [code] oWnd:DrawImage( cResource, { nTop, nLeft, Bottom, nRight } ) // OR FW_DrawImage( hDC, cResource, { nTop, nLeft, Bottom, nRight } ) [/code[ In other words, you can use the resource name ...
by nageswaragunupudi
Mon Jan 25, 2021 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Use PNG image (Solved)
Replies: 8
Views: 1126
PreviousNext

Return to advanced search