mischka202
Stamm User
- Registriert
- 6. Oktober 2009
- Beiträge
- 1.012
- Reaktionspunkte
- 3.602
- Punkte
- 373
AW: Info GoPal 7.0 !
Problem mit Audiofile beim starten aus einem Menü gelöst.
Ich habe die (original) Menu.exe in den Ordner Navigation verschoben und in GoPal.exe umbenannt. Um das Menü zu starten ist ja eine (Mortscript) Menu.exe in My Flash Disk.
GoPal start:
GoPal beenden:
Problem mit Audiofile beim starten aus einem Menü gelöst.
Ich habe die (original) Menu.exe in den Ordner Navigation verschoben und in GoPal.exe umbenannt. Um das Menü zu starten ist ja eine (Mortscript) Menu.exe in My Flash Disk.
GoPal start:
Run "\My Flash Disk\Navigation\GoPal.exe"
WaitForActive ( "GoPal Navigator",12000)
Repeat (10)
If not ( ColorAt ( 478, 270 ) = RGB ( 0, 0, 0 ))
Sleep (2000)
EndIf
EndRepeat
MouseClick( 450, 230 )
MouseClick( 450, 230 )
WaitForActive ( "GoPal Navigator",12000)
Repeat (10)
If not ( ColorAt ( 478, 270 ) = RGB ( 0, 0, 0 ))
Sleep (2000)
EndIf
EndRepeat
MouseClick( 450, 230 )
MouseClick( 450, 230 )
Kill ("\My Flash Disk\Navigation\mnavdce.exe")
Kill ("\My Flash Disk\Navigation\audiomanager.exe")
Kill ("\My Flash Disk\Navigation\ssp.exe")
Kill ("\My Flash Disk\Navigation\GoPal.exe")
Kill ("\My Flash Disk\Navigation\audiomanager.exe")
Kill ("\My Flash Disk\Navigation\ssp.exe")
Kill ("\My Flash Disk\Navigation\GoPal.exe")