Re: Custom XML Menu Button Event Handling
I will try out the debugging and in-session consoles to see what information I get.
Moderator: MiRai
League of Extraordinary Multiboxers
Posts: 4652
Joined: Sat Feb 15, 2014 11:14 am
Location: In the dining room, with the lead pipe.
League of Extraordinary Multiboxers
Posts: 4652
Joined: Sat Feb 15, 2014 11:14 am
Location: In the dining room, with the lead pipe.
<ISUI>
<template name='btnStd'>
<X>2</X>
<Y>2</Y>
<Width>50</Width>
<Height>26</Height>
<Border>1</Border>
<BackgroundColor>ff000000</BackgroundColor>
<BorderColor>ffffffff</BorderColor>
<Font Template='button.Font'>
<Color>ffffffff</Color>
<Name>palantino linotype</Name>
<Size>14</Size>
</Font>
<Text>D/M1</Text>
<Texture/>
<TexturePressed/>
<TextureHover/>
<!-- <OnMouseEnter>noop ${MenuMan:OnMenuButtonState["${This.GetMetadata[menu].Escape}","${This.GetMetadata[menu_button].Escape}","Enter"]}</OnMouseEnter>
<OnMouseExit>noop ${MenuMan:OnMenuButtonState["${This.GetMetadata[menu].Escape}","${This.GetMetadata[menu_button].Escape}","Exit"]}</OnMouseExit>
<OnLeftDown>noop ${MenuMan:OnMenuButtonState["${This.GetMetadata[menu].Escape}","${This.GetMetadata[menu_button].Escape}","Press",Mouse1]}</OnLeftDown>
<OnLeftClick>noop ${MenuMan:OnMenuButtonState["${This.GetMetadata[menu].Escape}","${This.GetMetadata[menu_button].Escape}","Release",Mouse1]}</OnLeftClick>
--> </template>
<Window Name='EQ Action Menu'>
<Width>150</Width>
<Height>230</Height>
<BackgroundColor>00000000</BackgroundColor>
<Visible>1</Visible>
<Border>0</Border>
<Children>
<TabControl Name='buttons'>
<Width>100%</Width>
<Height>100%</Height>
<Tabs>
<Tab Name='Combat'>
<Button Name='btn1' Template='btnStd'>
<Text>D/M1</Text>
</Button>
<Button Name='btn2' Template='btnStd'>
<Y>30</Y>
<Text>D/M2</Text>
</Button>
<Button Name='btn3' Template='btnStd'>
<Y>58</Y>
<Text>D/M3</Text>
</Button>
<Button Name='btn4' Template='btnStd'>
<Y>86</Y>
<Text>D/M4</Text>
</Button>
<Button Name='btn5' Template='btnStd'>
<Y>114</Y>
<Text>D/M5</Text>
</Button>
<Button Name='btn6' Template='btnStd'>
<Y>142</Y>
<Text>D/M6</Text>
</Button>
<Button Name='btn7' Template='btnStd'>
<Y>170</Y>
<Text>GAE</Text>
</Button>
</Tab>
<Tab Name='Utility'>
<Button Name='btn8' Template='btnStd'>
<X>50</X>
<Y>5</Y>
<Width>64</Width>
<Height>48</Height>
<Text>Test</Text>
</Button>
</Tab>
</Tabs>
</TabControl>
</Children>
</Window>
</ISUI>
League of Extraordinary Multiboxers
Posts: 4652
Joined: Sat Feb 15, 2014 11:14 am
Location: In the dining room, with the lead pipe.
<template name='description.button' template='MenuMan.Button'>
<Width>30</Width>
<Height>200</Height><Alpha>1.0</Alpha>
<Border>0</Border>
<BorderColor>FF646464</BorderColor>
<Texture/><TexturePressed/><TextureHover/>
<BackgroundColor>00999999</BackgroundColor>
<Alignment>Center</Alignment>
<VerticalAlignment>Center</VerticalAlignment>
<Wrap>1</Wrap>
<Font>
<Name>Tahoma</Name>
<Size>72</Size>
<Color>FF870011</Color>
</Font>
</template>
<ISUI>
<template name='btnStd' Template='MenuMan.Button'>
<X>2</X>
<Y>2</Y>
<Width>50</Width>
<Height>26</Height>
<Border>1</Border>
<BackgroundColor>ff000000</BackgroundColor>
<BorderColor>ffffffff</BorderColor>
<Font Template='button.Font'>
<Color>ffffffff</Color>
<Name>palantino linotype</Name>
<Size>14</Size>
</Font>
<Text>D/M1</Text>
<Texture/>
<TexturePressed/>
<TextureHover/>
</template>
<Window Name='EQ Action Menu'>
<Width>150</Width>
<Height>230</Height>
<BackgroundColor>00000000</BackgroundColor>
<Visible>1</Visible>
<Border>0</Border>
<Children>
<TabControl Name='buttons'>
<Width>100%</Width>
<Height>100%</Height>
<Tabs>
<Tab Name='Combat'>
<Button Name='btn1' Template='btnStd'>
<Text>D/M1</Text>
</Button>
<Button Name='btn2' Template='btnStd'>
<Y>30</Y>
<Text>D/M2</Text>
</Button>
<Button Name='btn3' Template='btnStd'>
<Y>58</Y>
<Text>D/M3</Text>
</Button>
<Button Name='btn4' Template='btnStd'>
<Y>86</Y>
<Text>D/M4</Text>
</Button>
<Button Name='btn5' Template='btnStd'>
<Y>114</Y>
<Text>D/M5</Text>
</Button>
<Button Name='btn6' Template='btnStd'>
<Y>142</Y>
<Text>D/M6</Text>
</Button>
<Button Name='btn7' Template='btnStd'>
<Y>170</Y>
<Text>GAE</Text>
</Button>
</Tab>
<Tab Name='Utility'>
<Button Name='btn8' Template='btnStd'>
<X>50</X>
<Y>5</Y>
<Width>64</Width>
<Height>48</Height>
<Text>Test</Text>
</Button>
</Tab>
</Tabs>
</TabControl>
</Children>
</Window>
</ISUI>
League of Extraordinary Multiboxers
Posts: 4652
Joined: Sat Feb 15, 2014 11:14 am
Location: In the dining room, with the lead pipe.
Users browsing this forum: No registered users and 5 guests