Jump to content

Recommended Posts

Guest Billou
Posted (edited)

Hello,

I need your help :rolleyes:

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 ?

Edited by Billou

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.