05-06-2008, 01:28 PM
Well I looked at OpenLive today...and it seemed like there were differences in hiding things like the Windows Live Today button...
Would it be correct to have this:
Would it be correct to have this:
Code:
<*PlusSkin Conditions(sms = false)*><Button cmdid=40236 id=atom(smsbtn) 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>
</*PlusSkin*>
instead of...
Code:
<*PlusSkin Conditions(HideMobile= false) *> <Button cmdid=40236 id=atom(smsbtn) Class="TransparentButton" Layout=flowlayout(0,2,0,2) AccRole=57 Active=MouseandKeyboard|NoSyncFocus Padding=rect(5,4,5,4)></*PlusSkin*>
<*PlusSkin Conditions(HideMobile= true) *> <Button AccRole=57 width=0 Active=MouseandKeyboard|NoSyncFocus Padding=rect(5,4,5,4)></*PlusSkin*>
<element class="ToolbarIcon" ID=Atom(ai208)/>
</Button>