Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: rvo_nl on February 09, 2010, 09:42:38 PM

Title: Looking for the program 'leftmousebutton', or help with Dopus4 issue
Post by: rvo_nl on February 09, 2010, 09:42:38 PM
I'm using my old Diropus 4 config from many years back, and noticed I'm missing the program called 'leftmousebutton'. This small program would wait with returning to Diropus until I uhm, pressed the left mouse button..
 
I needed this because after configuring a button to do a c:version of a certain file, it jumped back to Diropus immediately instead of enabling me to read the output.
 
(I hope this description is clear enough)
 
So to solve this I have 2 options:
 
1) find that program 'leftmousebutton' to run straight after doing a c:version {f}
 
2) find another way to keep the output window of the version command on screen until I close it
 
I prefer option 2.. cant be that hard?
Title: Re: Looking for the program 'leftmousebutton', or help with Dopus4 issue
Post by: paul1981 on February 09, 2010, 10:24:11 PM
This what you're looking for?

http://aminet.net/package/util/cli/mousewait (http://aminet.net/package/util/cli/mousewait)

There were quite a few of these little cli commands, this is one I have found on aminet for you.
Title: Re: Looking for the program 'leftmousebutton', or help with Dopus4 issue
Post by: rvo_nl on February 10, 2010, 08:49:17 AM
that looks exactly what I was looking for, thanks!
Title: Re: Looking for the program 'leftmousebutton', or help with Dopus4 issue
Post by: Thomas on February 10, 2010, 10:07:06 AM
Not sure about DOpus4, but in DOpus5 there is a checkbox to wait until the window is closed.
Title: Re: Looking for the program 'leftmousebutton', or help with Dopus4 issue
Post by: Matt_H on February 10, 2010, 02:11:45 PM
I started using VersionWB (http://aminet.net/package/util/sys/VersionWB) a few months ago. It's great for DOpus! Closes the window when you want, you can get versions of multiple files with fewer clicks, and it doesn't get confused by different versions on disk vs. in memory.
Title: Re: Looking for the program 'leftmousebutton', or help with Dopus4 issue
Post by: rvo_nl on February 10, 2010, 02:43:33 PM
thats a good one aswell. will try this out tonight :)
Title: Re: Looking for the program 'leftmousebutton', or help with Dopus4 issue
Post by: cgutjahr on February 10, 2010, 04:21:14 PM
Quote from: rvo_nl;542279
This small program would wait with returning to Diropus until I uhm, pressed the left mouse button..

As Thomas alrteady pointed out, you don't need external programs to do that. Go to ConfigOpus and edit your button.  The field "close delay" determines how many seconds the shell window will stay open once the external command has finished. Enter "-1" here and the window will only be closed once you press the left mouse button.

Quote

I needed this because after configuring a button to do a c:version of a certain file

Download this package from Aminet:

http://aminet.net/package/biz/dopus/DOpus4Plus

It contains a bunch of ARexx scripts. One of them is called "WinVersion", it will display the version number of the selected file(s) in a standard DOpus requester.
Title: Re: Looking for the program 'leftmousebutton', or help with Dopus4 issue
Post by: rvo_nl on February 10, 2010, 06:40:32 PM
Quote from: cgutjahr;542435
As Thomas alrteady pointed out, you don't need external programs to do that. Go to ConfigOpus and edit your button. The field "close delay" determines how many seconds the shell window will stay open once the external command has finished. Enter "-1" here and the window will only be closed once you press the left mouse button.

Fantastic, I knew it would be something simple as this. It worked. Will check out the archive aswell!