im trying to create a skin options button i have successfully done so but theres a few problems, my code for the button in the 923 defiunitions file is
quote:
<Button cmdid=7460 AccRole=57 Class="TransparentButton" Layout=flowlayout(0,2,0,2) Active=MouseandKeyboard|NoSyncFocus Padding=rect(5,4,5,4)>
<element class="ToolbarIcon" ID=Atom(ai208)/>
</Button>
it creates the button but it has the same image as the smsbutton, but atleast it works, the problems are i want to use a custom image for this buttons icon and dont know how to do it, also i cannot make the button optional as i need something like
{quote}
<Button cmdid=7460 id=atom(skinops) AccRole=57 Class="TransparentButton" Layout=flowlayout(0,2,0,2) Active=MouseandKeyboard|NoSyncFocus Padding=rect(5,4,5,4)>
<element class="ToolbarIcon" ID=Atom(ai208)/>
</Button>
and would declare my plusking round the "id=atom(skinops)" block, of course if i actually try to do that i get a skin trace file and while messenger will load when you double click the icon in the system tray messenger wont load, id probably still be able to receive inbound conversations but could never access the contact list to ever start them.
could somebody please advise me on how i solve this problem please?