pixles or mm

pixles or mm

Postby kajot » Sat Jun 09, 2007 1:54 pm

Could You tell me , if x1,x2,x3,x4 are in pixles or mm ?

DEFINE DIALOG oDlg FROM x1, x2 TO x3, x4 ;
TITLE If( lAppend, "New Customer", "Customer Update" )

@ x1, x2 SAY "&Name:" OF oDlg
@ x1, x2 GET cName OF oDlg
User avatar
kajot
 
Posts: 339
Joined: Thu Nov 02, 2006 6:53 pm
Location: Poland

Re: pixles or mm

Postby Enrico Maria Giordano » Sat Jun 09, 2007 2:52 pm

Neither. They are dialog units. If you want pixels then resize the dialog in the ON INIT clause. Example:

Code: Select all  Expand view
ACTIVATE DIALOG oDlg;
         ON INIT oDlg:Move( 0, 0, 1280, 1024 )


EMG
User avatar
Enrico Maria Giordano
 
Posts: 8710
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 64 guests