quote:
Originally posted by blessedguy
geez...it is...remember how you've done with the skinops button?
so...in the 923 definition, add a URLElement together with the other dashboard elements, with Class="TransparentButton"
like :
code:
<UrlElem ID=http..... Layout=VerticalFlowLayout(0,0,3,0) Direction=ltr Padding=Rect(0,0,0,0)>
<Button cmdid=7460 id=atom(skinbtn) AccRole=57 Class="TransparentButton" Layout=flowlayout(0,2,0,2) Active=MouseandKeyboard|NoSyncFocus Padding=rect(5,4,5,4)>
<element class="ToolbarIcon" content=rcimg(59045)/>
</UrlElem>
or something like that
but why don't you just add a alink control on your Custom SkinOps or about wdn?
Indeed thats done in the options window, the final purpose of this button is to be customizable, i mean i want to add an option that allows the user to modify the link of this button, i donīt know if thatīs "utopic" jejeje. thanks man!
quote:
Originally posted by felipEx
@LuckyMe: you can do it by specifying some attributes
code:
<Button AccRole=57 Class="TransparentButton" Layout=flowlayout(0,2,0,2) Active=MouseandKeyboard|NoSyncFocus Padding=rect(5,4,5,4)>
<urlelem AccDesc="whatever =P" AccName="whatever =P" Tooltip=true class="CommonLink" url="http://foro.msgpluslive.es/" layout=flowlayout(0,2,0,2) AccRole=57>
<element class="ToolbarIcon" content=rcimg(59001)/>
</urlelem>
</Button>
mmm, you add the urlem, inside the Button tag , now i got it.
Yep those options work fine guys, Thanks A LOT!