FAQ  •  Register  •  Login

Repeater Regions - disable alpha box

Moderator: MiRai

<<

Xiopath

Posts: 3

Joined: Fri Sep 10, 2010 8:02 pm

Post Fri Sep 10, 2010 8:08 pm

Repeater Regions - disable alpha box

Is there a way to disable the alpha box on the screen where repeater regions are configured? I'm doing some frappsing with the GUI disabled and would really like it i could turn those off. ;)

thanks
-X
<<

lax

User avatar

Site Admin

Posts: 7301

Joined: Tue Nov 17, 2009 9:32 pm

Post Fri Sep 10, 2010 8:40 pm

Re: Repeater Regions - disable alpha box

Open up IS\Scripts\isboxerui.xml

Find
Code:
<frame name='isboxerrepeaterregion'>
        <Visible>0</Visible>
        <Border>0</Border>
    <OnUnload>noop ${MouseRepeater:ExitRegion[${This.ID}]}</OnUnload>
        <BackgroundColor>33333333</BackgroundColor>
        <OnMouseEnter>noop ${MouseRepeater:EnterRegion[${This.ID}]}</OnMouseEnter>
        <OnMouseExit>noop ${MouseRepeater:ExitRegion[${This.ID}]}</OnMouseExit>
        <X>200</X>
        <Y>200</Y>
        <Width>200</Width>
        <Height>60</Height>
    </frame>

This is used for each repeater region in use.

Change
Code:
        <BackgroundColor>33333333</BackgroundColor>

It's AARRGGBB (hex), so 00000000 is transparent black
<<

Xiopath

Posts: 3

Joined: Fri Sep 10, 2010 8:02 pm

Post Fri Sep 10, 2010 10:25 pm

Re: Repeater Regions - disable alpha box

Thanks much!

Return to Repeater

Who is online

Users browsing this forum: No registered users and 0 guests