Search found 13 matches: metrics

Return to advanced search

Re: Buscando funciones/propiedades...

Saludos, talves te sirva la función GETSYSMETRICS(N) GetSysMetrics() Retrieves the system metrics Syntax: GetSysMetrics( <nIndex> ) --> nValue Parameters: <nIndex> System measurement to retrieve. Puede ser uno de los siguientes valores. SM_CXBORDER 5 Width ...
by cuatecatl82
Sun Dec 24, 2017 9:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buscando funciones/propiedades...
Replies: 2
Views: 969

Re: Default font under Win 8 and 10

When a dialog is created from resource and no font is assigned, the GetFont() method tries to created a font object based on the font-metrics of the font contained in the resource. Theoretically the created font object should be identical to the font defined in the resource. But there is ...
by nageswaragunupudi
Sun Aug 14, 2016 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Default font under Win 8 and 10
Replies: 11
Views: 3472

Re: Bug in TXBrowse?

... that window's GetFont() method. In case of a dialog created from resource, it tries to create and assign a font object to it on the basis of font metrics of the dialog. Theoretically this assigned font object should be identical to the hFont of the dialog when created from resource. The relevant ...
by nageswaragunupudi
Sat Jul 16, 2016 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TXBrowse?
Replies: 16
Views: 2572

Re: Alguien hizo funcionar FiveWeb con Dolphin

Buen dia Antonio, Estoy usando xampp para probar fiveweb. Ya hize algunos cambios en datepick.prg, cambiado el idioma a español y el formato de fecha a 'dd/mm/yy', hasta ahi todo bien. Ahora estoy intentado trabajar una funcion contenida en un archivo JS, lo cargo desde WriteHeader() y lo gurda en e...
by albeiroval
Thu Aug 14, 2014 6:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alguien hizo funcionar FiveWeb con Dolphin
Replies: 20
Views: 3554

Re: Has anyone done this ?

... with X/FDF Data and/or Flatten Forms * Generate FDF Data Stencil from PDF Forms * Apply a Background Watermark or a Foreground Stamp * Report PDF Metrics such as Metadata and Bookmarks * Update PDF Metadata * Attach Files to PDF Pages or the PDF Document * Unpack PDF Attachments * Burst a PDF ...
by Richard Chidiak
Mon Jun 03, 2013 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Has anyone done this ?
Replies: 1
Views: 818

Re: Re:

... );        lf = ncm.lfMessageFont;        }  *********************************** from MSDN: SPI_GETNONCLIENTMETRICS 0x0029 Retrieves the metrics associated with the nonclient area of nonminimized windows. The pvParam parameter must point to a NONCLIENTMETRICS structure that receives the ...
by Bayron
Tue Feb 01, 2011 11:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: height of taskbar
Replies: 11
Views: 3270

Browsing generally

... oWinDlg:GetCliRect():nRight - ABS( oCtrl:nLeft ), ; oWinDlg:GetCliRect():nBottom - nTop - nMsgHeight ; ) RETU NIL Maybe you should consider DIALOG metrics (borders, title-bar, etc.) and subtract them from total size. -------------------------------------------------------------------------------- ...
by Antonio Linares
Wed Aug 27, 2008 7:35 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65035

AVI files

... solves the problem of the transparent color in the AVI. The trick was resizing the oBmp after the Activate because the SIZE x,y doesn't use pixel metrics before the paint. Cool!! Group: attached is a bmp, try with Jeff's module. ( MOVING.ZIP ) How do we convert bitmaps into a single bitmap ? Do ...
by Antonio Linares
Wed Aug 27, 2008 7:33 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65035

Marc,

thanks for your response, but I talk about other metrics, like the caption of dialog

regards

Marcelo

Marc Vanzegbroeck wrote:Marcelo,

You can change the height and witdth of a dialog with oDlg:nWidth and oDlg:nHeight
You can also get the height and witdth of the dialog calling those.

Regards,
Marc
by Marcelo Via Giglio
Fri Jul 18, 2008 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Width of border dialog
Replies: 7
Views: 1129

Hello,

with GetSysMetrics() we can get metrics values about dialog, how we can set these values,
is it possible?

regards

Marcelo
by Marcelo Via Giglio
Fri Jul 18, 2008 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Width of border dialog
Replies: 7
Views: 1129

Re: say and get

Because unfortunately they have different metrics (ask MS for the reason of such stupid thing).

EMG
by Enrico Maria Giordano
Sat Feb 23, 2008 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: say and get
Replies: 2
Views: 658

I think it could be difficult because the metrics for the preview are taken from the current default printer driver. To choose the printer AFTER the preview is shown, you need an "independent" device, which is difficult to implement since you ...
by R.F.
Wed Sep 26, 2007 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Setup
Replies: 5
Views: 1294

Interesting facts about Aero Basic in Vista

... to the Minimize and Maximize buttons, like in Aero? In pre-DWM Windows, all buttons must have the same size, because there's only one set of metrics to query the size of a button (SM_CXSIZE and SM_CYSIZE, see GetSystemMetrics()). If you look at the TITLEBARINFO structure returned by GetTitleBarInfo(), ...
by modicr
Fri Oct 13, 2006 3:26 pm
 
Forum: Off Topic / Otros temas
Topic: Interesting facts about Aero Basic in Vista
Replies: 0
Views: 1015

Return to advanced search