Computer Science Canada

View.Scroll?

Author:  tjmoore1993 [ Sun Jun 07, 2009 10:41 am ]
Post subject:  View.Scroll?

Just noticed the Turing has View.Scroll available as a command, I have tried to look for it in Turing Documentation and it was not there so I decided to try and figure out...

Anyways I do not know how it works so if you'd like to check it out... Here you go, this is how it is setup accordingly.

Turing:

    external "view_scroll" procedure Scroll (dx, dy : int, clear : boolean)


Use in project

Turing:

   View.Scroll (dx, dy, clear)


Help would be greatly appreciated.

Author:  Insectoid [ Sun Jun 07, 2009 11:03 am ]
Post subject:  RE:View.Scroll?

I expect this is to be used in concert with View.Set ("Text"), as only text mode has a scroll bar. likely used to automate scrolling the text.


: