Bug: Imagebutton does not trigger pressed notification

Discuss GUI programming with the MUI Royale plugin here
Post Reply
p-OS
Posts: 167
Joined: Mon Nov 01, 2010 11:56 pm

Bug: Imagebutton does not trigger pressed notification

Post by p-OS »

I wanted to have a button with the builtin image for "Play" so that I use the symbol defined in MUI Prefs by the user instead of my own custom image.

Code: Select all

<imagebutton id="myimgbut" notify="pressed" source="TapePlay"/>             
But I never get a "pressed" notification....
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Bug: Imagebutton does not trigger pressed notification

Post by airsoftsoftwair »

Which platform? Works here on MorphOS...
p-OS
Posts: 167
Joined: Mon Nov 01, 2010 11:56 pm

Re: Bug: Imagebutton does not trigger pressed notification

Post by p-OS »

MorphOS.I try to isolate it in a simple example.
Post Reply