context menu... no txt
#1
Hi,

I'm having one of those day and i'm missing something very simple, i'm sure!

I'm coding a context menu however the text is missing. The top, middle, bottom is showing ok however it's not stretched out.

Here's context code...

PHP Code:
<window id="106">
    <
defaultcontrol always="true">1000</defaultcontrol>
    <
allowoverlay>yes</allowoverlay>

    <
coordinates>
        <
origin x="440" y="80" />
    </
coordinates>

    <
controls>

        <!-- 
Context Menu -->    
        <
control type="image">
            <
posx>-440</posx>
            <
posy>-80</posy>
            <
width>1280</width>
            <
height>720</height>
            <
texture border="2">common/background_overlay.png</texture>                
        </
control>
        
        <
control type="image" id="997">
            <
description>background top image</description>
            <
posx>0</posx>
            <
posy>-54</posy>
            <
width>400</width>
            <
height>54</height>
            <
texture border="22,22,22,0">common/dialog_context_top.png</texture>
        </
control>
        <
control type="image" id="999">
            <
description>background image</description>
            <
posx>0</posx>
            <
posy>0</posy>
            <
width>400</width>
            <
texture border="22,0,22,0">common/dialog_context_middle.png</texture>
        </
control>
        <
control type="image" id="998">
            <
description>background bottom image</description>
            <
posx>0</posx>
            <
width>400</width>
            <
height>50</height>
            <
texture border="22,0,22,22">common/dialog_context_bottom.png</texture>
        </
control>

        <
control type="button" id="1000">
            <
description>buttons</description>
            <
posx>30</posx>
            <
posy>40</posy>
            <
width>340</width>
        </
control>
        <!-- 
Context Menu (End) -->    
        
        
    </
controls>
</
window

Is the txt labeled pulled from defaults or somewhere else?

Thanks
Reply
#2
Ignore me, i've figured it out... muppet!
Reply
#3
aww it seems you had your kitchen installed and have now time to work on Welo...

Great (balls of fire)! Image
Reply

Logout Mark Read Team Forum Stats Members Help
context menu... no txt0