Page 1 of 1

Bug: Imagebutton does not trigger pressed notification

Posted: Sun Feb 14, 2021 3:37 am
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....

Re: Bug: Imagebutton does not trigger pressed notification

Posted: Mon Feb 15, 2021 2:24 pm
by airsoftsoftwair
Which platform? Works here on MorphOS...

Re: Bug: Imagebutton does not trigger pressed notification

Posted: Mon Feb 15, 2021 5:52 pm
by p-OS
MorphOS.I try to isolate it in a simple example.