video_screen = 0 has some text hidden

Posted By: SchokoKeks

video_screen = 0 has some text hidden - 06/24/10 09:47

Code:
video_screen = 0;
video_window(NULL, NULL, (16+32+64), "Server");



Since 7.85, using video_windows to add a frame to the video_screen=0 window results in the last line being hidden by the frame. This wasn't the case before.
Screenshot is on Windows XP, but this also happens on Win 7, although more of that line is visible there.



Edit: the messages are displayed with diag(..), application has -diag command line.
Posted By: jcl

Re: video_screen = 0 has some text hidden - 06/30/10 08:33

The engine can not control if text is hidden or not. The frame and title bar width is given in the desktop theme setting and the window size is given in the starter definition.
Posted By: SchokoKeks

Re: video_screen = 0 has some text hidden - 07/01/10 20:47

Thank you for looking into it.
But how come that this worked with the previous versions before 7.85?
I don't have the Pro edition, so I can't change the starter window.
Posted By: jcl

Re: video_screen = 0 has some text hidden - 07/02/10 07:55

The problem is related to the title bar and border width. It does not happen on my PC, but my title bar is anyway different. But I see no difference between 7.84 and 7.85. Are you sure that 7.84 behaves different, or have you changed your desktop theme inbetween?
© 2024 lite-C Forums