• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Notifying a message in Action center.


Commit MetaInfo

Révision5c89e8118e913499a2aaa20ea6cb82213b5df45d (tree)
l'heure2015-09-10 12:34:52
AuteurJeffyTS <JeffyTS@outl...>
CommiterJeffyTS

Message de Log

Some bug fixed

Change Summary

Modification

--- a/VMwPlayerTaskTray/MainFormSub.cs
+++ b/VMwPlayerTaskTray/MainFormSub.cs
@@ -178,14 +178,14 @@ namespace VMwPlayerTaskTray
178178 if (state == CtrlVix.Constants.VMSTATE.ERROR) return false;
179179 System.Threading.Thread.Sleep(3000);
180180 }
181- if (mode == VMCTRL.GO_GUI)
181+ if (mode == VMCTRL.GO_GUI && Program.moveWindow == true) // GO_GUIの時だけPlayer Windowを移動する
182182 {
183183 /***
184184 while(CtrlVix.Constants. TOOLS_RUNNING.NOT_RUNNING == Vix.CheckToolsRunning(vmxFilePath)){
185185 System.Threading.Thread.Sleep(3000);
186186 }
187187 ***/
188- movePlayerWindow(); // Player Windowを移動する
188+ movePlayerWindow(Program.moveWindow_left, Program.moveWindow_top); // Player Windowを移動する
189189 }
190190 break;
191191 case VMCTRL.GO_ACPI_RESET:
@@ -497,7 +497,7 @@ namespace VMwPlayerTaskTray
497497 MessageBox.Show(message, PROGRAM_NAME, MessageBoxButtons.OK, MessageBoxIcon.Information);
498498 }
499499
500- private bool movePlayerWindow()
500+ private bool movePlayerWindow(int left, int top)
501501 {
502502 CtrlVIX Vix = new CtrlVIX();
503503
@@ -505,7 +505,7 @@ namespace VMwPlayerTaskTray
505505
506506 if (pid != 0)
507507 {
508- if (move_window(pid, Program.moveWindow_left, Program.moveWindow_top)) // Windowを移動する
508+ if (move_window(pid, left, top)) // Windowを移動する
509509 {
510510 return true;
511511 }
--- a/readme.txt
+++ b/readme.txt
@@ -48,7 +48,7 @@ Rlease & modify
4848 VMware Workstation Player 12.0.0 and VMware VIX 1.15.0
4949 Visual Studio Community 2015
5050 Windows10 Professional 64bit.
51- 2015/02/02 1.1.4 Add /pos option.
51+ 2015/09/10 1.1.4 Add /pos option.
5252
5353
5454