Hi,
David your code is working, but it is redundant - > et_Item_Pressed will only be fired when the button is enabled.
My advice would be to not catch click event ( you can picture it as a mouse event on that item ) but instead item pressed.
regards,
Maik