Hi
I need to incorporate MakeCompass into a few of my scripts as they depend on the way the active screen is aligned when it starts but I just can't seem to get a reaction out of the MakeCompass procedure.
If I strip out everything else but MakeCompass (see below) I still get no change of the compass/screen angle. The script compiles ok and executes but with no change of angle direction.
Have I missed the point of what the procedure is supposed to do or have a I got something else simple wrong?
PS Am running the lastest version of Scar (3.22) and all the includes are updated on a daily basis with SVN.
Thanks for any advice.
Code:Program MoveScreen1; {.include SRL\SRL.Scar} begin SetUpSRL; ActivateClient; MakeCompass('w') end.


Reply With Quote
















