Short: Library with a famous listview Author: schmitzj@trier.fh-rpl.de (Juergen Schmitz) Uploader: schmitzj trier fh-rpl de (Juergen Schmitz) Type: dev/gui Architecture: m68k-amigaos JS_Tools.library 1.23 - requires OS2.0+ Features listview: - most important was the same behavior and looking like the OS3.0 original - and it does! for programmer: - to program like the gadtools listview - easy for programmers to realize a (own) keyboard interface with special functions (like showing the selected line with only 1 call and minimized scrolling) - special function for listview keyboard interface (simply give it the key, the gadget and the IntuiMessage) - looks like the OS3.0 listview - mark lines (only by the program or by the user with SHIFT key or always) - Super Listview allows horizontal scrolling to show long lines - easy column managment done be the library - callback hook to manipulate the output (in style, colour, graphic and ore) - automatic text fit for information texts - lvExtraWindow generates a listview in an own window that is controlled by the library (resize, update, refresh, etc) - special "AskTags" that allow to get information more special than the GetAttributes way - a GetGadgetAttrsA() of OS3.0 to get information - and all of the gadtools listview features for users: - easy multiselect with SHIFT + LEFT_MOUSE or simply with MIDDLE_MOUSE - faaast scroll mode if user moves the mouse above or below listview box and moves it slowly left or right (same in super listview) - standard keyboard interface behavior - gadtools listview 3.0 looking - clear looking listviews (with more than 1 column) - help texts in a extra window (lvExtraWindow) because they are easy to make by the programmer more: - QuickSort for Lists (usefull in listview) - more to come...