Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Gui Control for a background? (https://forums.graalonline.com/forums/showthread.php?t=80054)

projectigi 06-12-2008 08:49 AM

Gui Control for a background?
 
Hi,

I just want a filled background with a border, but GuiControl seems to not provide a filled background, only the border

so how can i fill GuiControl or how what Control should i use?
I tried setting fillcolor in profile but that didnt work

cbk1994 06-12-2008 06:01 PM

Might try something like this:

PHP Code:

new GuiControl"test" )
{
  
useownprofile true;
  
profile.fillcolor = { 2550};



projectigi 06-12-2008 07:58 PM

thats basically what I did
well i'm using a guiscrollctrl for now...

cbk1994 06-12-2008 08:01 PM

Quote:

Originally Posted by projectigi (Post 1396574)
thats basically what I did
well i'm using a guiscrollctrl for now...

Sorry, didn't read your post carefully ^^


All times are GMT +2. The time now is 04:00 AM.

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