say and get on the screen

say and get on the screen

Postby kajot » Sat Jun 09, 2007 3:33 pm

while say and get aren't in the same line on the screen ?

@ 1, 1 SAY "&Dzień:" OF oDlg
@ 1, 6 GET tDZIEN OF oDlg
@ 2, 1 SAY "&Godziny:" OF oDlg
@ 2, 6 GET tGODZINY OF oDlg SIZE 40, 10 PICTURE "999.99"
User avatar
kajot
 
Posts: 339
Joined: Thu Nov 02, 2006 6:53 pm
Location: Poland

Postby Antonio Linares » Sat Jun 09, 2007 6:50 pm

Because FWH calculates virtual coordinates on the screen based on the height of each different type of control. Please try it this way:

@ 1, 1 SAY "&Dzien:" OF oDlg
@ 1.2, 6 GET tDZIEN OF oDlg
@ 2, 1 SAY "&Godziny:" OF oDlg
@ 2.4, 6 GET tGODZINY OF oDlg SIZE 40, 10 PICTURE "999.99"
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42078
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 51 guests