billouetaudrey
12th January 2009, 02:15 PM
Hello,
I need your help smile.gif
I explain
With this script ( mortscript ):
flag = Question ( "Do you want to launch TouchFLO?", "Startup", "YesNo" )
if ( flag = 0 )
RotAngle = -1
endif
While (RotAngle > -1)
RotAngle = RegRead ("HKLM", "\system\GDI\Rotation", "Angle" )
if ( RotAngle <> PrevAngle )
if ( RotAngle > 0 )
flag = ProcExists ("Manila2d.exe")
if ( flag eq TRUE )
Kill ("Manila2d.exe")
endif
Sleep (10)
else
mywindow = ActiveWindow ()
if ( mywindow eq "Desktop" )
if ( ProcExists ("Manila2d.exe") ne TRUE )
Run "\windows\Manila2d.exe"
endif
Sleep (20)
endif
endif
else
if ( RotAngle = 0 )
mywindow = ActiveWindow ()
if ( mywindow eq "Desktop" )
if ( ProcExists ("Manila2d.exe") ne TRUE )
Run "\windows\Manila2d.exe"
endif
Sleep (20)
endif
endif
endif
PrevAngle = RotAngle
Sleep (10)
endwhile
When i rotate my screen, TouchFlo Disable
But
I want when rotate my screen, TouchFlo Reduce
I can do it with Manila Control ( MastSogo_MC_WWE ) and the M2D_Ctrl file's !
Can you help me please ?
I need your help smile.gif
I explain
With this script ( mortscript ):
flag = Question ( "Do you want to launch TouchFLO?", "Startup", "YesNo" )
if ( flag = 0 )
RotAngle = -1
endif
While (RotAngle > -1)
RotAngle = RegRead ("HKLM", "\system\GDI\Rotation", "Angle" )
if ( RotAngle <> PrevAngle )
if ( RotAngle > 0 )
flag = ProcExists ("Manila2d.exe")
if ( flag eq TRUE )
Kill ("Manila2d.exe")
endif
Sleep (10)
else
mywindow = ActiveWindow ()
if ( mywindow eq "Desktop" )
if ( ProcExists ("Manila2d.exe") ne TRUE )
Run "\windows\Manila2d.exe"
endif
Sleep (20)
endif
endif
else
if ( RotAngle = 0 )
mywindow = ActiveWindow ()
if ( mywindow eq "Desktop" )
if ( ProcExists ("Manila2d.exe") ne TRUE )
Run "\windows\Manila2d.exe"
endif
Sleep (20)
endif
endif
endif
PrevAngle = RotAngle
Sleep (10)
endwhile
When i rotate my screen, TouchFlo Disable
But
I want when rotate my screen, TouchFlo Reduce
I can do it with Manila Control ( MastSogo_MC_WWE ) and the M2D_Ctrl file's !
Can you help me please ?