Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Pixel size of screen

Former Member
0 Kudos
573

Hi,

When developing dialog programs can I specify the dimensions of the screen in terms of pixels? How do I do that?

Regards,

Vijay

Edited by: Vijay Iyengar on Dec 27, 2007 3:33 PM

3 REPLIES 3

naimesh_patel
Active Contributor
0 Kudos
264

No, You can't specify in terms of Pixel. You need to specify in Lines and Columns. You can get the fields in the Attributes of the Screen.

Regards,

Naimesh Patel

0 Kudos
264

Agreed on the lines and columns. But like If I specify the max lines and columns, would it automatically readjust itself on depending on my screen resolution. I want to cover my whole monitor screen with the dialog screen, just wondering if I could specify max. pixel dimension size, or it would automatically readjust itself?

Regards,

Vijay

0 Kudos
264

Ok.. Now, I understood your problem.

If you have the table control in the screen than your screen will be automatically adjust the screen resolution becuase Table control visible lines are vary based on the screen resolution. For example Go to VA03.. open any order and the press the RESTORE button in the RIGHT TOP corner. You will notice the change in the screen apperance.

So, the best way is to make maximum use of the space on the screen to put your fields. If you have only the fixed fields than your screen will not shrink to show small fields on the screen.

Regards,

Naimesh Patel