Search found 413 matches: nbottom

Return to advanced search

Re: Save dialog to Jpg

... "TopTen_Lotto_Frequenti.jpg" local oRect:= oDlg:GetCliRect() If nType=1 oDlg:SaveAsImage( cFileJpg1, { oRect:nTop, oRect:nLeft, oRect:nbottom, oRect:nright-100 } ) else oDlg:SaveAsImage( cFileJpg2, { oRect:nTop, oRect:nLeft, oRect:nbottom, oRect:nright-100 } ) endif return nil[/img]
by Silvio.Falconi
Fri Nov 15, 2024 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save dialog to Jpg RESOLVED
Replies: 3
Views: 422

Re: Save dialog to Jpg

... local cFileJpg2:= "TopTen_Lotto_Frequenti.jpg" If nType=1 oDlg:SaveAsImage( cFileJpg1, { 0, 0, oDlg:nbottom, oDlg:nright-100 } ) else oDlg:SaveAsImage( cFileJpg2, { 0, 0, oDlg:nbottom, oDlg:nright-100 } ) endif return nil Problems when the nType=1 ...
by Silvio.Falconi
Fri Nov 15, 2024 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save dialog to Jpg RESOLVED
Replies: 3
Views: 422

Re: how to close downloaded files window in webview2

... afecta a Tgroup bloquear asi /* if !lPixel if nTop >= 1.0; nTop *= GRP_CHARPIX_H; endif if nLeft >= 1.0; nLeft *= GRP_CHARPIX_W; endif if nBottom >= 1.0; nBottom *= GRP_CHARPIX_H; endif if nRight >= 1.0; nRight *= GRP_CHARPIX_W; endif endif ::CalcSize( @nTop, @nLeft, @nWidth, @nHeight, ...
by russimicro
Mon Nov 11, 2024 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to close downloaded files window in webview2
Replies: 13
Views: 1194

Re: ERROR. FWH 24_09 METROBUTTON-METROPANEL (solucion temporal)

... afecta a Tgroup bloquear asi /* if !lPixel if nTop >= 1.0; nTop *= GRP_CHARPIX_H; endif if nLeft >= 1.0; nLeft *= GRP_CHARPIX_W; endif if nBottom >= 1.0; nBottom *= GRP_CHARPIX_H; endif if nRight >= 1.0; nRight *= GRP_CHARPIX_W; endif endif ::CalcSize( @nTop, @nLeft, @nWidth, @nHeight, ...
by russimicro
Sat Nov 09, 2024 1:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR. FWH 24_09 METROBUTTON-METROPANEL (solucion temporal)
Replies: 1
Views: 176

Re: Edit cell on xbrowse

... } Not Work https://i.postimg.cc/gcNG9HWx/nofunciona.png I made @ 80, 10 XBROWSE oBrw SIZE 455,oDlg:nBottom-200 PIXEL OF oDlg ; DATASOURCE aData AUTOCOLS CELL LINES NOBORDER FASTEDIT SetupBrowseMatrix(oBrw) oBrw:RecSelShowKeyNo() oBrw:CreateFromCode() ...
by Silvio.Falconi
Tue Oct 29, 2024 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Edit cell on xbrowse
Replies: 5
Views: 424

error on Xbrowse

https://i.postimg.cc/W3cN53Fp/error-xbrowse.png on First column see the data why ? I made @ oBar:nbottom+6, 10 XBROWSE  oBrw ;        COLUMNS 1,2,3,4,5,6;        HEADERS  "Puntata","Costo giocata","Spesa","Vincita","Utile","Utile%";  ...
by Silvio.Falconi
Mon Oct 21, 2024 7:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on Xbrowse
Replies: 2
Views: 307

Re: Small RPreview

... for exit and one for print how I can make ? If I use @ nTop + nMargineSuperiore,nLeft + nMargineSinistro PRINT TO oPrn IMAGE cFile ; SIZE nRight, nBottom CM ALIGN "T" and I have this result https://i.postimg.cc/v8NDg6Nd/4.jpg the image is not printed correctly in the ...
by Silvio.Falconi
Fri Oct 11, 2024 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small RPreview
Replies: 4
Views: 502

Re: Get infield

Puedes probar con estas claúsulas:

[INRECT <aInRect>];
aRect for paint: coordinates relative to nTop and nBottom of get

[INSIZE <nInWidth>, <nInHeight> ];
Width and Height for box paint
by Antonio Linares
Mon May 13, 2024 4:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Get infield
Replies: 4
Views: 562

Re: how to change the size of an xbrowse in runtime

I'm trying to raise the xbrowse but I don't understand how to do it, I tried both with nHeight and with NBottom

Image


I put the checkboxes in a panel under the browse
if I click on the first check I have to raise the xbrowse
by Silvio.Falconi
Thu May 02, 2024 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 1570

Re: New FTDN April 2024 (FWH 24.04)

... tiempo de ejecución. * Función RoundBox() nuevo undecimo parámetro nPenStyle, por defecto PS_SOLID. Sintaxis: RoundBox( hDC, nLeft, nTop, nRight, nBottom, ; nRound1, nRound2, nPenColor, nPenSize, ; nFillColor, nPenStyle ) * BtnBmp: Soporte de color Alfa. Soporte para fondos de color alfa. - bClrGrad ...
by Antonio Linares
Wed May 01, 2024 7:04 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 2436

New FTDN April 2024 (FWH 24.04)

... be toggled during runtime also. * function RoundBox() new 11th parameter nPenStyle, default PS_SOLID Syntax: RoundBox( hDC, nLeft, nTop, nRight, nBottom, ; nRound1, nRound2, nPenColor, nPenSize, ; nFillColor, nPenStyle ) * BtnBmp: Alpha Color support Support for alpha color backgrounds. - bClrGrad ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 2436

Re: Another for Btnbmp

... brush or pen color. Otto local hPen, oCli := ::GetCliRect() hPen = CreatePen( PS_SOLID, 1, nRGB( 255, 0, 0 ) ) WndBoxClr( ::GetDC(), 1, 1, oCli:nBottom - 2, oCli:nRight - 2, hPen ) DeleteObject( hPen )
by Otto
Tue Mar 26, 2024 12:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 7723

Re: GROUPBOX

... ] <nTop> , <nLeft> To specify the top and left coordinates. <oGroup> The variable to containt the object. <nRight>, <nBottom> To specify the right and bottom coordinates. <cLabel> The caption of the group. <oWnd> The window or dialogbox container of ...
by TimStone
Tue Feb 27, 2024 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 413

Re: nYoffset and nXoffset

I do not see that method box supports: nXoffset or nYottset. Look into printer.prg. METHOD Box( nRow, nCol, nBottom, nRight, oPen ) INLINE ; Rectangle( ::hDCOut, nRow, nCol, nBottom, nRight,; If( oPen != nil, oPen:hPen, 0 ) ) it's not the problem of oPrn:Box, but I think you ...
by Silvio.Falconi
Mon Jan 15, 2024 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nYoffset and nXoffset
Replies: 11
Views: 1290

Re: nYoffset and nXoffset

I do not see that method box supports: nXoffset or nYottset.
Look into printer.prg.
METHOD Box( nRow, nCol, nBottom, nRight, oPen ) INLINE ;
Rectangle( ::hDCOut, nRow, nCol, nBottom, nRight,;
If( oPen != nil, oPen:hPen, 0 ) )
by Otto
Mon Jan 15, 2024 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nYoffset and nXoffset
Replies: 11
Views: 1290
Next

Return to advanced search

cron