Atozed Forums
IWTimer and CGDEVTOOLS - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: IWTimer and CGDEVTOOLS (/thread-2276.html)



IWTimer and CGDEVTOOLS - ozelaya - 02-07-2021

Hi,

I'm using CGDEVTOOLS components. I have IWTimer component on a frame, when the Interval is reached I get a "Callback method not found: undefinded" error message.

I have a breakpoint on the OnTimer(I have tested also with OnAsyncTimer) but the program execution doesnt execute the event code.

Any hints? I'm using IW 15.2.21.

Thanks in advance,

Omar Zelaya


RE: IWTimer and CGDEVTOOLS - Alexandre Machado - 02-09-2021

Can you recreate the same in a simple application without CG Dev Tools in it?


RE: IWTimer and CGDEVTOOLS - ozelaya - 02-10-2021

Hi,

If Enabled is true at design time it works ok. If I set Enabled to false at design time and set Enabled to true at run time on a button click event I get the error described above.

Any hints.

Thanks in advance,

Omar Zelaya