OSDN Git Service

123
[psychlops/silverlight.git] / test4 / MainPage.xaml.cs
index 036c20d..a53999f 100644 (file)
@@ -30,6 +30,7 @@ namespace PsychlopsSilverlight4test
                        //main_routine.RunWorkerAsync();\r
 \r
                        main = new PsychlopsMain();\r
+//                     Psychlops.AppState.statusBar.\r
                        Psychlops.Internal.Main.routine = new System.Threading.Thread(main.psychlops_main);\r
                        Psychlops.Internal.Main.routine.Start();\r
                        //main.initialize();\r
@@ -37,7 +38,7 @@ namespace PsychlopsSilverlight4test
 \r
                        Psychlops.Internal.Main.statusBar = AppStatusBar;\r
                        Psychlops.Internal.Main.widgetStack = Controller;\r
-                       AppStatusBar.Text = System.Windows.Application.Current.Host.Settings.EnableGPUAcceleration.ToString();\r
+                       AppStatusBar.Text = "Now starting Psychlops environment... please wait a minute";\r
                }\r
                protected void getFocusMouseEnter(object sender, System.Windows.Input.MouseEventArgs e) {\r
                        this.Focus();\r