Graal Forums  

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

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #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
 


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 08:25 AM.


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