Shade/Fade Issue
#1
Alright so I am trying to add a black background basically to the options context we are using for view select and so on. The include works everywhere else but here and i have no idea why. EVERY thing I can think of doesn't work.

Code:
<!-- Fade for Context Menus -->
        <include name="Contextmenubackground">
                <control type="image">
                        <posx>0</posx>
                        <posy>0</posy>
                        <width>1280</width>
                        <height>720</height>
                        <texture>windows\common\black.png</texture>
                        <colordiffuse>AAFFFFFF</colordiffuse>
                        <aspectratio>stretch</aspectratio>
                        <include>ContextMenuBackgroundAnimations</include>
                        <visible>Window.IsVisible(106)</visible>
                </control>
        </include>

Adding the include name doesn't work, adding the control itself doesn't work and even changing the visible # doesn't change anything.

I can provide the other XML i am trying to edit on pastebin if someone would like a look at it.

Thanks for any help.
Reply
#2
You going to have to be more specific
Do you mean adding it to DialogContextMenu.xml and it won't show ?
If so at a guess the x,y of that window is determined by the list position so having it a x=0 y=0 doesnt' mean it will be at the top corner of the window
Reply
#3
Sorry it is for this xml: http://pastebin.com/d5a8a20aa group 9000 to be specific. It is an options window for view/sort/files .etc
Reply
#4
Just tried visible(9000) still not showing for me. Is this something that can't be done?

thanks to equinox i have been informed that the code isnt set as a dialog. will change the control to a dialog and should be fine.
Reply

Logout Mark Read Team Forum Stats Members Help
Shade/Fade Issue0