Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-24-2006, 03:58 AM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
scrolling problem with containers

when you move the graalcontrol it causes scrolling problems... ie with this:
NPC Code:

//#CLIENTSIDE

function onCreated(){
drawGui();
}

function drawGui(){
TestWindow = new GuiWindowCtrl("TestWindow");
with (TestWindow){
profile = "GuiBlueWindowProfile";
x=0;
y=0;
width=screenwidth;
height=64;
visible=true;
canresize=false;
canmove=false;
canclose=false;
canmaximize=false;
canminimize=false;
}
GUIContainer.addControl(TestWindow);
GraalControl.height=GUIContainer.height-64;
GraalControl.y=64;
GraalControl.horizSizing = "width";
GraalControl.vertSizing = "height";
TestWindow.vertSizing = "left";
}


this should display a screenwidth wide and 64 pixel high blue indow at the top and move the graal control down 64 (and shrinking its height 64 to fit) which it does but it has scrolling problems at the bottom
Attached Thumbnails
Click image for larger version

Name:	scrollproblems.png
Views:	96
Size:	27.2 KB
ID:	35662  
Reply With Quote
  #2  
Old 02-24-2006, 04:01 AM
Maniaman Maniaman is offline
Registered User
Join Date: Aug 2005
Posts: 326
Maniaman is on a distinguished road
I have noticed this too, wasn't sure if it was a bug or me just not doing it right.
__________________

Current Maloria Event: (click to go to it)
Reply With Quote
  #3  
Old 02-24-2006, 06:28 PM
Ajira Ajira is offline
Poont.
Join Date: Oct 2004
Location: NY, USA
Posts: 477
Ajira is on a distinguished road
Ya fix this please. >.>
__________________
Liek omigosh.

Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 02:37 PM.


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