quote:
Originally posted by wudstikk
Thanks for responding..
I'm using 8.5 and it worked.. The color button is removed! Thanks..
But is it possible to put the ShowMenu button on the left side? Near the Stuffplug button?
Tomorrow i will try the Changing Multi-Images..
It looks difficult.. Hehe..
Thanks for your help!
Yeah it's possible to move the buttons. Same definition file, look for the code:
code:
<Button class="TransparentDropdownButton" layout=borderlayout() layoutpos=right margin=rect(0,0,0,0) cmdid=20002 id=atom(showmenubtn) AccRole=57 active=MouseAndKeyboard|NoSyncFocus><element layoutpos=client layout=flowlayout(0,3,1,2) contentalign=middlecenter> <element class="ToolbarIcon" Padding=rect(3,0,0,0) ID=Atom(ai211)/>
</element>
<element layoutpos=right Class="TransparentDropdownButtonCaret" padding=rect(0,4,4,4)/>
</Button>
Take that code (it's for the menu button) and move it right before this code:
code:
</MToolbar>
The MToolbar are the dashboard buttons. It's nice that they are all within the MToolbar tags. It makes adding/removing/relocating them easy
.
Good luck ^_^. And yeah, I still need to tackle the multi images thing. Their explinations are great, but I am gonna work on other things in my skin first
.