Page 1 of 1

1.3.2 pre2 - File / Open Script problem

Posted: 19.02.2004, 10:22
by don
1.3.2 pre2 WinXP

1. File / Open Script
2. Double-click a script file name

When you double-click a filename in the Open dialog box, Celestia / OpenGL reads the double-click as a "center the display" operation. This does not seem right.

Can anyone confirm on Windows / Linux?

-Don G.

Posted: 19.02.2004, 12:06
by selden
I can't confirm it because the scripts I have promptly take me somewhere else. Do you have a trivial script that could be used to demonstrate the bug?

Posted: 19.02.2004, 12:28
by don
Here ya go...

Code: Select all

{
  print { text "Test line 1" row -3 duration 3 }
  wait {duration 3 }

  print { text "Test line 2" row -3 duration 3 }
  wait {duration 3 }

  print { text "Test line 3" row -3 duration 3 }
  wait {duration 3 }
}

Posted: 19.02.2004, 12:48
by selden
Well, I can't confirm the detail of "centers the display", but the viewpoint does change if the cursor's click on the open-script menu is over Celestia's window.

If the menu is dragged somewhere else, so the cursor click isn't over Celestia's window, then the viewpoint doesn't change.

This is with Celestia 1.3.2pre2 (repaired) under Windows XP Pro SP1.

Posted: 19.02.2004, 13:38
by don
Thank you Selden.