Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-06-2010, 03:09 AM
DrakilorP2P DrakilorP2P is offline
Registered User
DrakilorP2P's Avatar
Join Date: Apr 2006
Posts: 755
DrakilorP2P is just really niceDrakilorP2P is just really nice
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.

Last edited by DrakilorP2P; 02-06-2010 at 03:10 AM.. Reason: Rewording
Reply With Quote
  #2  
Old 02-06-2010, 11:57 AM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
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.
__________________
Reply With Quote
  #3  
Old 02-14-2010, 02:00 PM
xXziroXx xXziroXx is offline
Master of Puppets
xXziroXx's Avatar
Join Date: May 2004
Location: Sweden
Posts: 5,288
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Send a message via AIM to xXziroXx Send a message via MSN to xXziroXx
Bump - we're still having trouble with this.
__________________

"A delayed game is eventually good, but a rushed game is forever bad." - Shigeru Miyamoto
Reply With Quote
  #4  
Old 08-03-2010, 02:39 PM
DrakilorP2P DrakilorP2P is offline
Registered User
DrakilorP2P's Avatar
Join Date: Apr 2006
Posts: 755
DrakilorP2P is just really niceDrakilorP2P is just really nice
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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 11:48 PM.


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