I have a TDPFLabel that has two child controls, TDPFButton. Both these buttons have OnClick event handlers and they used to work fine. They used to get executed appropriate whenever they were touched.
However, I just got the latest code from the trunk using svn, and now the event handlers are not getting invoked when the buttons are touched.
Has anything changed recently that could have caused this change in the behavious?
BTW, If I move the buttons to the top level, then their OnClick handlers are invoked properly. I will appreciate any help. Thank you!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a TDPFLabel that has two child controls, TDPFButton. Both these buttons have OnClick event handlers and they used to work fine. They used to get executed appropriate whenever they were touched.
However, I just got the latest code from the trunk using svn, and now the event handlers are not getting invoked when the buttons are touched.
Has anything changed recently that could have caused this change in the behavious?
BTW, If I move the buttons to the top level, then their OnClick handlers are invoked properly. I will appreciate any help. Thank you!
Hi, Kaarigar
No significant change in the button class, can you attach a sample project to reproduce this issue ?,
regards
This has been fixed - thanks!