Hi all, for my first post , i have a question about a problem
I made a new skin under the WLM 8.5, and i want to add a button on the top of tchat windows, on the right of the blockbutton.
In the uifil 4004 920 i'va add this :
quote:
<Button AccRole=43 class="Buttonspyone" Layout=flowlayout(0,2,0,2) id=atom(spyone) tooltip=true Active=MouseandKeyboard|NoSyncFocus>
<urlelem layout=borderlayout() url="http://www.spyoneradio.com/Lecteur/media_player.wax">
<ButtonIcon class="ToolbarIcon" contentalign=middlecenter ID=Atom(bouspy)/>
</urlelem>
</Button>
and in the 4005 920
quote:
Button[id=atom(spyone)]
{
padding:rcrect(20211);
accdesc:"Kouté Spy One Radio";
}
ButtonIcon[ID=Atom(bouspy)]
{
Content:rcimg(782);
}
i have already add the PNG 782, but
the button don't appear (the same code work on the wlm 8.1)
Thx u