I should add that I am using 2006r2 and the timers period is 200. Also
I have tried it with and without the MDI. Same result each time.
Carl
On Jul 20, 2006, at 13:00, [EMAIL PROTECTED]
wrote:
Subject: Problem with msgbox on Win32(XP)
From: Carl Adler <[EMAIL PROTECTED]>
Date: Thu, 20 Jul 2006 10:33:19 -0400
I have a test application using RBSpace. In the keydown event
I have
----\ select case Asc(Key)
case 30 //forward
if keyboard.AsyncOptionKey then
Rb3DSpace1.camera.MoveForward 1
elseif keyboard.AsyncControlKey then
Rb3DSpace1.camera.MoveForward 10
else
Rb3DSpace1.camera.MoveForward 100
end if
if rb3dspace1.camera.position.x>100 then
timer1.mode=2
end if
-----
and timer1.mode=0 at start up and in its action I have
-----
if rb3dspace1.camera.position.x<200 then
else
msgbox "Duh"
quit
end if
-----
Everything works as expected on OSX(10.3.9) but on XP once x>200 about
100 msgboxes are instantly opened and the only thing I can do is
restart. What is going on?
Carl
--
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>