Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Tech Support (https://forums.graalonline.com/forums/forumdisplay.php?f=7)
-   -   scrolling problem with containers (https://forums.graalonline.com/forums/showthread.php?t=64318)

Warcaptain 02-24-2006 03:58 AM

scrolling problem with containers
 
1 Attachment(s)
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

Maniaman 02-24-2006 04:01 AM

I have noticed this too, wasn't sure if it was a bug or me just not doing it right.

Ajira 02-24-2006 06:28 PM

Ya fix this please. >.>


All times are GMT +2. The time now is 07:53 AM.

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