home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!pmafire!news.dell.com!natinst.com!cs.utexas.edu!sun-barr!ames!olivea!gossip.pyramid.com!pyramid!unify!openlook!openlook-request
- From: fgreco@fis1026.shearson.com (Frank Greco)
- Newsgroups: comp.windows.open-look
- Subject: Re: Scrolling list
- Message-ID: <ozue1gp@openlook.Unify.Com>
- Date: 4 Sep 92 16:20:05 GMT
- Sender: news@Unify.Com
- Lines: 21
-
- > I am trying to create a GUI based on XView using DevGuide. The GUI I am
- > writing contains a scrolling PANEL_LIST which should work very similar
- > to the one in the DevGuide Load Popup window.
- > For example, double clicking on an item representing a directory should
- > cause the 'loader' to cd to that directory.
- > My question might be a very basic one but how do I implement selection
- > on double-clicking using XView?
-
- If you have Devguide 3.0, look in the Devguide/XView manual
- on page 55 "File Chooser". It's an object that is already
- built for you.
-
- If you just want the dbl-click routine, the src is there too.
-
- But be forewarned that it isn't 100% correct. See Tank's
- recent post about panel-list and dbl-clicking, the gist being
- that panel-list has to handle dbl-click internally and not
- in the notify proc.
-
- Frank G.
- =-=-=-=-=-=-=-=-=-=
-