Search found 407 matches: nbottom

Return to advanced search

Re: vertical position in preview

use this
oPrn:PrintImage( nTop, nLeft,cFile,nRight,nBottom, lStretch, nAlpha, lTransp, lGray )

see on email
by Silvio.Falconi
Thu May 12, 2022 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: vertical position in preview
Replies: 15
Views: 900

Re: say border RESOLVED

... wich is the @x,y @ 22, 10 say oSay[1] PROMPT "Denominazione:" SIZE 100,20 PIXEL OF oFolder:adialogs[1] oLine1:=TSLines():New(oSay[1]:nbottom, 15, oSay[1]:nWidth+19, 2, "HLINE",oFolder:adialogs[1],nRgb(233,229,206) ,,, .t., , , , , , ) I have no reference even with the gets
by Silvio.Falconi
Thu Nov 18, 2021 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: say border RESOLVED
Replies: 32
Views: 2350

Re: Size of the window

I found this in my notes: Note that this method updates the instance vars containing the coordinates of the client area of the window, nTop,nBottom,nWidth, and nHeight. These are NOT the coordinates of the window itself. To get the coordinates of the window you will have to add the width or ...
by James Bott
Wed Oct 06, 2021 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Size of the window
Replies: 4
Views: 682

Re: Rectangle as bitmap

Code: Select all  Expand view
oDlg:SaveAsImage( cImageFile, aRect )


cImageFile can be .bmp, .jpg. ,png, etc.
aRect is the rectangle you want to crop and save. : { nTop, nLeft, nBottom, nRight }

This works with Window, Dialog or any Control, to crop a rectangle inside and save.
by nageswaragunupudi
Thu Sep 16, 2021 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rectangle as bitmap
Replies: 35
Views: 2078

Re: New FTDN June/Junio (FWH 21.06)

... los ejemplos proporcionados, por favor ejecute go.bat o goh32.bat desde samples\EasyReport * function MsgList( aData, cTitle, nTop, nLeft, nBottom, nRight, cBtnTitle, nItem, lCancel, cCapCan, oFont ) --> SelectedItemNumber - Corrección: salir del cuadro de diálogo presionando la tecla ...
by Antonio Linares
Wed Jul 28, 2021 2:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2221

New FTDN June/Junio (FWH 21.06)

... To properly execute the provided examples, please run go.bat or goh32.bat from samples\EasyReport * function MsgList( aData, cTitle, nTop, nLeft, nBottom, nRight, cBtnTitle, nItem, lCancel, cCapCan, oFont ) --> SelectedItemNumber - Fix: Exiting the dialog by pressing Esc key was not returning ...
by Antonio Linares
Tue Jul 27, 2021 4:47 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2221

New FTDN June/Jnio (FWH 21.06)

... To properly execute the provided examples, please run go.bat or goh32.bat from samples\EasyReport * function MsgList( aData, cTitle, nTop, nLeft, nBottom, nRight, cBtnTitle, nItem, lCancel, cCapCan, oFont ) --> SelectedItemNumber - Fix: Exiting the dialog by pressing Esc key was not returning ...
by Antonio Linares
Tue Jul 27, 2021 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Jnio (FWH 21.06)
Replies: 0
Views: 478

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 '0', ...
by FiveWiDi
Tue Jul 13, 2021 6:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MsgList() y tecla ESC
Replies: 5
Views: 1120

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: 1120

Re: Perdida de recursos en Laout, Folderex

... 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 de la opción ...
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: 1083

Re: Print Problem with FWH2104

... 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, nRight, ...
by nageswaragunupudi
Wed Jun 09, 2021 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2736

Re: error on btnbmp with fwh 21.04

...    return NIL  and this evening I 'm using this menu when is go out the error But the error is go out to another line 154 where I have this @ oBrw:nBottom+2, oBrw:nWidth-20 BTNBMP aBtnBrow[4] ; FLAT SIZE 30, 30 OF oDlg PIXEL ; COLOR nRgb(238,236,219),nRgb(238,236,219) ; BITMAP ".\bitmaps\impostazioni.bmp" ...
by Silvio.Falconi
Sun Jun 06, 2021 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on btnbmp with fwh 21.04
Replies: 8
Views: 787

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: 562

A little adjustment in class tSay

... heightvalue the bottom-space is to small :!: http://www.service-fivewin.de/IMAGES/Sayheight1.jpg I adjusted in method NEW //::nBottom = ::nTop + nHeight - 1 ::nBottom = ::nTop + nHeight + nHeight * 0.2 regards Uwe :D
by ukoenig
Thu Apr 22, 2021 9:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A little adjustment in class tSay
Replies: 0
Views: 339

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

... - 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) Nueva ...
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: 1499
PreviousNext

Return to advanced search