Hello,
I run into a problem,
I have a main panel with some EasyTabs on it and also a Timer (which is placed on the main panel, not on one of the easytabs...).
The timer is set to every 100 miliseconds, and sends a message (like 20 bytes) over the serial RS232 port.
The problem occurres while the application is running and I am leafing through the tabs, after a short while the application breaks at RunUserInterface(). and reports FATAL RUN TIME ERROR.
I believe there is a connection between the easytabs and the timer because when I disable only the timer (while the rest of the app. continues) it does not happend.
Any help?
Thanks.