Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   screenwidth not going below 762 (https://forums.graalonline.com/forums/showthread.php?t=134257906)

DrakilorP2P 02-06-2010 03:09 AM

screenwidth not going below 762
 
When I resize the Graal window on a particular server the screenwidth variable doesn't go below 762, which causes some GUI controls to not follow the right edge of the screen correctly.
Same thing for screenheight, except the number is 265.

I couldn't find any obvious assignments.
I've also searched scripts for 'screenwidth', 'GraalControl.width', and some numbers around 762 and 265.

I thought that if anyone have had this problem before they'd know what to look for.

Crow 02-06-2010 11:57 AM

I indeed did encounter this one before, but it was just an accident, basically, and I didn't really care. No idea what you could possibly do.

xXziroXx 02-14-2010 02:00 PM

Bump - we're still having trouble with this.

DrakilorP2P 08-03-2010 02:39 PM

A GUI control had this in it.
PHP Code:

this.9;
this.horizsizing "left"

When it should be:
PHP Code:

this.9;
this.horizsizing "right"

Which also fixes the problem described in this thread.

Also, the screenwidth limit changes when you relog, plus this error also causes the screen to not center on the player properly, making it possible to walk outside the screen without leaving the level bounds.


All times are GMT +2. The time now is 09:17 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.