Hi Lordfox, re: tooltips - MoI's standard UI is intentionally designed not to have tooltips since it already has text labels underneath each button.
But it is possible to add a tooltip to any MoI control by putting in a title="" attribute, like:
code:
<moi:CommandButton title="This is a tooltip"></moi:CommandButton>
- Michael
|