Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
benjykid
Posted - Oct 06 2014 : 08:03:43 Is it possible to add a "Handled" parameter to TIEImageEnGestureEvent?
TImageEnView.WMGesture and TImageEnView.DoImageEnGestureEvent already implement the "Handled" parameter the way I'd need it. But this parameter needs to be added to TIEImageEnGestureEvent in order to complete the current implementation. Can you also add "virtual" to TImageEnView.DoImageEnGestureEvent and make it protected so it can be overridden?
Background: My application shows the ImageEnView in full screen. I'd like use a zoom out gesture to close the form with the ImageEnView. So with the Handled parameter I could simply use the existing implementation, but handle it myself instead of letting ImageEn do a zoom.
1 L A T E S T R E P L I E S (Newest First)
xequte
Posted - Oct 15 2014 : 02:46:34 Thanks, we will add this in the next update.