1. Please implement OnPlayFrame in TImageEnView, as TImageEnView does not have an OnPlayFrame event (like TImageEnMView).
2. Please implement a ButtonCursor property so the user has visual feedback when hovering the mouse pointer over one of the buttons. Also, the button could change its color when hovering the mouse pointer over one of the buttons. UI guidelines recommend visual feedback when hovering interactive elements. Currently, there is no usual visual feedback when hovering the mouse pointer over one of the buttons.
1. Can you explain your usage here so I can understand the requirement better?
2. For TImageEnView Buttons, in the current beta, it switches to the default cursor when hovering and you can use the OnSetCursor event to customize the behavior.