That is really what I try to do I don't like to bug people. I striped apart some UI pieces and this is what I came up with.
Code:
<Icon Location="150,250" Onpress="say test" framecolor="#B5B5B5" iconframepadding="0" iconpadding="0" iconstyle="/IconStyles.button" Name="B1" renderframe="true" renderoutlines="true" ShadowStyle="/ShadowStyles.Outline1" Size="30,30" textcolor="#FFFFFF" treatasbutton="true" />
Now nothing visibly is wrong with the icon it looks perfect, you can click it it gets smaller just like a hotkey. I even made my own Iconstyles.button just for testing appearance figured it all out. But Onpress doesn't work. Also if you could specify a UI piece that does this id appreciate it and be able to figure it out on my own.