The Unicon book says that setting the contents of a TextList allows the line position to be set. Namely, in a (non-editable) TextList, I would like the scroll bar to 'move down' when inserts are made, like a standard Unix command window. The book says a non-null second parameter to
text_list.set_contents(l, *l) # ^^ will 'set the position to line', but what does this mean? Whatever numbers I put into the second parameter position seem to be ignored. Should the line numbered 'line' be visible somewhere in the scrolling region? At the top? (I'm using the SecondTest.icn program in the book.) Wendell ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Unicon-group mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unicon-group
