Can't center the icon on an icon-only button
has had problem?
i want link button displays image icon (like arrow or something) , no text.
<mx:linkbutton icon="@embed('myarrow.png')" />
however, depending "labelplacement" property, icon gets off center. not issue flex 1.5. missing here? there other way this?
by way, checkbox has had problem.
i want link button displays image icon (like arrow or something) , no text.
<mx:linkbutton icon="@embed('myarrow.png')" />
however, depending "labelplacement" property, icon gets off center. not issue flex 1.5. missing here? there other way this?
by way, checkbox has had problem.
this on our to-do list. work-around explicitly set width:
<mx:linkbutton icon="@embed('myarrow.png')" width="40" />
<mx:linkbutton icon="@embed('myarrow.png')" width="40" />
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment