Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   GUI frame bitmap? (https://forums.graalonline.com/forums/showthread.php?t=81349)

DustyPorViva 08-20-2008 04:28 AM

GUI frame bitmap?
 
Does a frame GUI use any sort of bitmap? I was messing with frames earlier and I can't seem to figure out what profile/bitmap it uses, if any. I was hoping to have mines have some sort of image instead of a single color.

cbk1994 08-20-2008 05:00 AM

You add a scroll control inside of the frame set.

DustyPorViva 08-20-2008 05:03 AM

I don't want to change the interior bitmap, I want to change the frames themselves. The bit between the interior controls.

cbk1994 08-20-2008 05:15 AM

Quote:

Originally Posted by DustyPorViva (Post 1415949)
I don't want to change the interior bitmap, I want to change the frames themselves. The bit between the interior controls.

Oh, I see what you mean. I'm not sure, sorry.

DustyPorViva 08-20-2008 07:03 AM

Also looking for the bitmap's used for menu's(row of dropdowns, like file/help and so on).
I can't find any of the images used for it, and I'm trying to recreate a lot of stuff but I need the layouts.

Admins 08-21-2008 08:31 PM

You mean GuiFrameSetCtrl?
It's only using the profile for drawing a border or filling the backgroung (by default turned off). To change the stuff in the middle (the bevel) you can set the "bordercolor" of the GuiFrameSetCtrl. To change the size of the bevel change "borderwidth" of the frames[].

DustyPorViva 08-21-2008 08:36 PM

Hmm, and what about menus?

Admins 08-21-2008 08:46 PM

Menus are just drawing rectangles and text. You can however change the background with graphics by using a "style" (style = "toon.wba") where it's using "Menubar" defined in "Personality" section (you could make a very small fake wba if needed).


All times are GMT +2. The time now is 04:44 PM.

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