Timer Property & Event (OpenInsight 32-Bit)
At 31 MAY 2002 04:40:38PM Rick Todd wrote:
I have a strange problem. It work on one computer and not another. I created a form with one button containging this code;
DECLARE FUNCTION SET_PROPERTY
X=SET_PROPERTY(@WINDOW,"TIMER",9000:@FM:0)
RETURN 0
And on the TIMER event of the form I have this code;
CALL MSG(@WINDOW,"HERE")
RETURN 0
On one computer (a desktop) it works fine displaying the popup message about every 10 seconds. But on the other computer (a laptop) it only works the initial time. Both computers have Windows ME.
Does anyone have an idea?
Thanks
Rick
At 31 MAY 2002 05:14PM Pat McNerthney wrote:
Rick,
Do you have the very latest version on both machines? I did fix a bug in this area at one point...Pat
At 31 MAY 2002 06:10PM Rick Todd wrote:
I have version 4.0 on both. Is there a new version? If so, where do I go to get it?
Thanks
Rick
At 31 MAY 2002 07:03PM Sean FitzSimons wrote:
Rick,
In the downloads section of OI Works there is OI 4.0.2
Sean
At 31 MAY 2002 08:29PM Rick Todd wrote:
That solved the problem.
Thank you very much.
Rick