Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!uwm.edu!bionet!agate!ucbvax!osf.org!meeks From: meeks@osf.org (W. Scott Meeks) Newsgroups: comp.windows.x.motif Subject: Re: strange behavior in scrolled list widget (motif 1.1) Message-ID: <9104051407.AA20035@clew> Date: 5 Apr 91 14:07:12 GMT References: <1991Apr4.233225.1139@ncsu.edu> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 22 >Date: 4 Apr 91 23:32:25 GMT >From: taco!eos.ncsu.edu!dbjoyner@mcnc.org (David Joyner) > >I am having problems with a list widget created by XmCreateScolledList. >When a list item is highlighted it is surrounded by a heavy dashed line, >instead of the normal shadow frame. I have looked through the resources >for the list widget, and I can't find any that deal with this behavior. Summary: the dashed location cursor indicates Add Mode. See pg. 1-603 of the 1.1 Programmer's Guide. Basically, List has two keyboard selection modes. In Normal Mode, navigation operations and KSelect select the item at the cursor and deselect any other selected items. In Add Mode, navigation has no effect and KSelect toggles the selection state of the item of the cursor without deselecting any other item. Single and Multiple Select policies use Add Mode, Browse Select uses Normal and Extended can be switched by pressing KAddMode. W. Scott Meeks Open Software Foundation meeks@osf.org (617) 621-7229