Recently, Keith Clarke wrote:

> So, I have created my first UI 'menu tab' button, with idle, hilite, armed and
> hover icons set as the imported image snapshots of graphics. I can't seem to
> align the button's name text correctly within the imported graphics, so I've
> added an overlaying field for the tab title. The only problem now is that the
> mouse location is not being passed to the underlying button when the mouse is
> over this Title field. I've tried adding the following script to the Title
> field but it's not working - any ideas?
> 
> on mouseEnter
>    pass mouseEnter
> end mouseEnter
> 
> on mouseLeave
>    pass mouseLeave
> end mouseLeave  

Try disabling the field.

Regards,

Scott Rossi
Creative Director
Tactile Media, UX Design



_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to