picyka Posted April 19, 2012 Posted April 19, 2012 These events will be [OnEnter, OnExit] implemented in TUnipanel? Thank you for your attention. Quote
Administrators Farshad Mohajeri Posted April 19, 2012 Administrators Posted April 19, 2012 These events will be [OnEnter, OnExit] implemented in TUnipanel? OnEnter for a Panel? How do you "enter" into a panel?! We have OnMouseEnter/Leave for UniPanel. Quote
picyka Posted April 19, 2012 Author Posted April 19, 2012 Can be implemented native what you think, if I can extend it and create one that contains the event .. Quote
Administrators Farshad Mohajeri Posted April 19, 2012 Administrators Posted April 19, 2012 Can be implemented native what you think, if I can extend it and create one that contains the event .. OnEnter is only meaningful for controls which can accept focus. Panels can not be focused hence OnEnter is meaningless. Quote
picyka Posted April 19, 2012 Author Posted April 19, 2012 is why I use several controls in a panel, when i get updated these controls in the panel, so I would need this event. Quote
Administrators Farshad Mohajeri Posted April 19, 2012 Administrators Posted April 19, 2012 Then you need to use OnEnter event for each field on the form. Quote
picyka Posted April 19, 2012 Author Posted April 19, 2012 Then you need to use OnEnter event for each field on the form. The idea is to work with inheritance form, form does not have a standard routine to do the pros Bind the object fields was set to leave the panel of the code ... I will investigate more fine shape. thank you Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.