Page 1 of 1

ScreenIO prevent List from scrolling past top and bottom

Posted: Mon Apr 03, 2017 9:03 am
by John
To prevent a screenio list from scrolling past the top and the bottom what do I need to do?

Add the L attribute in the list's attribute field? and add a trap in the main loop that catches fkey 105 and 106 and then does what?

Re: ScreenIO prevent List from scrolling past top and bottom

Posted: Mon Apr 03, 2017 9:47 am
by Gabriel
Simply add the "L" attribute.

ScreenIO will do the rest.

Gabriel