Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2094
UltraWinEditors EventManager Missing
posted

Hi,

  • Can someone please tell me why the ALL UltraWinEditors seemingly do not implement an EVENTMANAGER?
  • Will this be added in future versions? (I'm using 2007.3)
  • How can "workaround" this problem? I need to disable events firing for instance during the loading of a form. At the moment i have to implement a crappy boolean flag and check it each time one of the events I want to block fires. This is far from ideal... but is this the only workaround???
Cheers
Aaron

 

  • 469350
    Verified Answer
    Offline posted

    Hi Aaron,

        The WinEditors are made to be a bit lighter than some of the bigger controls like the tree or the grid. You could just unhook the event handlers.