home *** CD-ROM | disk | FTP | other *** search
-
- Since I missed a couple of the buttons in SID, I've re-created them in AREXX
- for Directory Opus. Namely, the "swap window" button, and the one that makes
- both the windows have the same directory. Since DOpus ALWAYS un-arcs to the
- destination window, a button that makes both windows the same is handy when
- you want to un-ARC a file to the same directory that the original ARC file
- is in.
-
- SWAPWINDOW.DOPUS simply swaps the right window with the left window. To
- assign it to a button, just have it call REXX:SWAPWINDOW.DOPUS. Set it for
- Async. I have the shortcut key set to 50, which is F1. Substitute anything
- you want here. Note that this is the same as using the right mouse button to
- "Click-M-Click" on the two diskname bars at the top of the screen.
-
- SAMEWINDOW.DOPUS makes the unselected window to have the same display as the
- selected window. Again, have your button gadget call REXX:SAMEWINDOW.DOPUS,
- and use Async as well. I have the shortcut key set for 51, which is F2.
- Note that this is NOT the same as using the left mouse button to
- "Click-M-Click" on the two diskname bars. That's what I really wanted to
- accomplish with this one, but it does not seem to be documented....
-
-