Re: Size and position of console window

From: Jeremy Russell <jeremyr_at_no-spam-today-thanks.dircon.co.uk>
Date: Thu, 01 Oct 1998 04:54:46 GMT
Message-ID: <36130ad8.1362623_at_news.dircon.co.uk>


Yeah, well duh me - I suspect that a) I was having an off day and b) fourteen hours playing with the keyboard is a little too long.

Basically, thanks - it worked fine.

JR

joebrownNO_SPAM_me_very_MUCH_at_leading.net (Joe Brown) wrote:

>> /* w_screen_width := GET_APPLICATION_PROPERTY('Display_Width');
>> */
>> /* w_screen_height := GET_APPLICATION_PROPERTY('Display_Height');
>Remove the single quotes (') from around
>DISPLAY_WIDTH & DISPLAY_HEIGHT
>
>so it's like:
>w_screen_width := GET_APPLICATION_PROPERTY( DISPLAY_WIDTH );
>
>I'd also declare w_screen_width & height as number... But that's my
>preference.
>--
>joebrown
>_at_leading.net
Received on Thu Oct 01 1998 - 06:54:46 CEST

Original text of this message