Graal Forums  

Go Back   Graal Forums > Development Forums > Graphic Design
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-02-2008, 12:34 AM
Gothika Gothika is offline
Global News Team
Gothika's Avatar
Join Date: Mar 2006
Location: Newcastle, England
Posts: 2,425
Gothika is a splendid one to beholdGothika is a splendid one to beholdGothika is a splendid one to beholdGothika is a splendid one to beholdGothika is a splendid one to behold
GUI Style

I don't know if this is right forum to post it on. But I've been making a GUI style for a server I'm working at and I've encountered a problem. I can't seem to find which part of the style is ment to be the textbox. I thought it was block on the bottom left of the scroll style, but when I try it with my style is just shows the background from the window style.
I'm sorry if I can't explain this very well. Hopefully these screenshots will show what I mean. The first 2 styles are mine, and the other 2 are the default ones. And if you look at the screenshots you will see that textbox on the default verson is using the image from the defaultscroll. But my verson isn't using the image from my scroll.
Basicly I want to know which control is the text box. Thanks in advanced.
Attached Thumbnails
Click image for larger version

Name:	graal_1228171091.png
Views:	184
Size:	122.8 KB
ID:	46679   Click image for larger version

Name:	graal_1228171331.png
Views:	153
Size:	147.5 KB
ID:	46680  
Attached Images
    
__________________



Last edited by Gothika; 12-02-2008 at 01:00 AM..
Reply With Quote
  #2  
Old 12-02-2008, 01:26 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
The text box doesn't have an image you edit. This article should help you with what you're trying to accomplish.

EDIT: I think I misunderstood you. Can you explain a bit better which control and what you're trying to do, and show the script you're using?
__________________
Reply With Quote
  #3  
Old 12-02-2008, 01:36 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
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
Irrelevant, but you might be interested in knowing that you can resize any of the sections of the GUI template to be as big or small as you want, and it will still work. The only thing you can't do is rearrange their positions.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
  #4  
Old 12-02-2008, 02:08 AM
cyan3 cyan3 is offline
Registered User
cyan3's Avatar
Join Date: Nov 2005
Location: England
Posts: 2,919
cyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant future
Quote:
Originally Posted by cbk1994 View Post
The text box doesn't have an image you edit. This article should help you with what you're trying to accomplish.

EDIT: I think I misunderstood you. Can you explain a bit better which control and what you're trying to do, and show the script you're using?
PHP Code:
     new GuiScrollCtrl("News_Scroll") {
       
useownprofile true;
       
profile.bitmap "guiso_scroll.png";
       
height 220;
       
width 470;
       
hscrollbar "alwaysOff";
       
vscrollbar "dynamic";
       
10;
       
30;
     
     new 
GuiMLTextCtrl("News_TextList") {
       
useownprofile true;
       
profile.bitmap "guiso_scroll.png";
       
height 32;
       
width 470;
       
horizsizing "width";
       
text = ("Testing this gui style");
       
1;
       
1;
      }
    } 
Reply With Quote
  #5  
Old 12-02-2008, 02:10 AM
Gothika Gothika is offline
Global News Team
Gothika's Avatar
Join Date: Mar 2006
Location: Newcastle, England
Posts: 2,425
Gothika is a splendid one to beholdGothika is a splendid one to beholdGothika is a splendid one to beholdGothika is a splendid one to beholdGothika is a splendid one to behold
Quote:
Originally Posted by cbk1994 View Post
TI think I misunderstood you. Can you explain a bit better which control and what you're trying to do, and show the script you're using?
What I'm trying to do is make the text box a different colour than the background. Like it is while using the default skin. In the default one you'll see the background is yellow, and the text box is red. What I want is to have the text box the darker verson of background that is shown as the bottom left command in my verson of the scroll skin.
__________________


Reply With Quote
  #6  
Old 12-02-2008, 03:13 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
GuiMLTextCtrl does not have a background as part of the profile, nor an image. You need to change the one for the scroll that the text is inside for it to work. I believe this can be accomplished by either an image or a profile.fillcolor; the link I provided originally will help you with that.
__________________
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 04:04 AM.


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