Shawn,
I'm not sure how to really explain it, I can't think of any program that has this except windows explorer where you have bunch of files and folders.
When you scroll down to end of the screen, it goes up scrolling to the next colum. I'm going to try to draw something here... lol
code:
+----------------------+
col1 col2
+----------------------+
item1 item6
item2 item7
... ...
item5 item10
+----------------------+
Now when you scroll down you get first to the bottom on colum 1 (item5), if you continue to scroll it starts on item6 to item10.
I hope this make some sense, but what I would like if it works is to be able to set a limit number for each colum, like in this case 5 items per colum.
Another idea I had was that you could scroll to the side on the PopupMenu function, but that isn't so important for me at the moment. Just a suggestion in case you decide to work on it.
Kent,
I have looked at different menu systems for DOS but all I could find was boot menus and similar, that mostly just worked in full screen. But when I saw what Shawn had made then I started looking for more but couldn't find anything, I didn't think it was even possible to do that just with a scripting system as Kix.
Thanks for all comments, I appreciate it