Title: | DECWINDOWS |
Notice: | DECwindows Motif V1.2-4 SSB kits: note 5519 |
Moderator: | GRIM::MESSENGER |
Created: | Wed Nov 28 1990 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 5861 |
Total number of notes: | 24081 |
Hello, I am designing a new gui application on Digital Unix using X windows, which is going to have a file manager type tree. I know there is a DXmSvn widget to use for navigational purpose. I have gone through the DECWindows documentation, and found it has many features, and requires more external coding to implement the tree. Now, I found Motif ListTree widget on web site "http://www.ae.utexas.edu/~rwmcm/ListTree.html", which seems to me really simple to use and more efficient (because it does not use widgets to display items). I think it does more than the DXmSvn widget, except it is missing some historical callbacks like help callback etc. But this really does not stop from using it. I would like to have second opinion and comments on this subject for any design decision. Thanks and Regards -Ramesh IBM interconnect Development EDS
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
5842.1 | Is CGI an Option? | XDELTA::HOFFMAN | Steve, OpenVMS Engineering | Thu May 08 1997 18:50 | 11 |
I've used the Svn widget for several large applications, and -- once one figures it out -- it works as well as any other large X widget. Personally, I'd look seriously at creating a WWW/CGI interface, long before I started out working on a new X interface -- as much as I like X, the availability of the WWW interface has become far more widespread. If you choose to incorporate ListTree, you'll need to clear it with the package's author(s), and with the appropriate legal folks. | |||||
5842.2 | GERUND::WOLFE | I'm going to huff, and puff, and blow your house down | Thu May 29 1997 17:16 | 7 | |
There are several supported list/tree widgets from third parties like ICS as well (could be better than hacking freeware). This particular widget has been used in tools such as DECwest's dxadvfs. pete |