Messages - springro [ switch to compact view ]

Pages: prev1 2 3 4 5 6 [7] 8 9next
31
Drag&Drop Robot / Folders in Drag and Drop??
« on: December 01, 2006, 02:53 PM »
Hi,

This might be a simple one that I'm just not getting.

I have a script that normally I just put into the directory where I need it to run kick it off.  It cycles through the files needed.

I'm having trouble finding a way to drop folders onto DDR that would then just run the script in each folder.

I thinked I worked around this before by dropping a file from a folder and just ignoring it's value - but there was only 1.  Here there are multiple folders, not as elegant to have to drag a file from each folder.

Thanks,
Rob

32
Finished Programs / Re: IDEA: Keyboard & Mouse cleaner
« on: November 28, 2006, 07:09 AM »
Is there a way allow repositioning of window to somewhere other than the center?

It would be nice to be able to run a kids video, and not have them be able to interfere with it by using the keyboard.
The mouse is fairly easy just to put out of reach  :D.


Thanks,

Rob

33

Thanks for the quick answer!

Very simple solution.
Autohotkey has so many features, it's hard to come up with these items when you don't program in it often.

Sincerely,
Rob


34
Hard to summarize in the title, but a simple idea.
Looking for a method to allow Autohotkey like control, but using text from the clipboard.  A simple way to create quick keyboard based macros.

So, something like the below could be used on many pages for a login.

       Name{TAB}Password{TAB}{ENTER}

NOTE: the {TAB} and would appear like that in the text string, not an actual tab until it is pasted.

You ask WHY?  If you're using Autohotkey, why don't you just create a new macro?
 1. Easier to teach somebody that isn't real good with a computer.  Simple access to automation/programming.
 2. Using the clipboard you can easily update a text sequence in a different program (Excel, other macro, etc).  Another method option is if you use a clipboard buffer, many options can be easily stored.  I'm a fan of Clipcache plus and would be able to quickly pull up routines from a keyboard shortcut that have been named and stored there.
 3. Good for testing routines that you would create in Autohotkey, or other

Set up with an option to run with an alternate hotkey (Alt-V) or always with paste function.

Thoughts?

Thanks,
Rob


35
Cheat Sheeter / Re: New Program Idea: Cheat Sheeter
« on: October 30, 2006, 06:29 AM »
How about making the shortcuts clickable for those uncommon ones that you hardly even need.

Why find out what the short cut is if you're only going to use it once or twice?  All it would do is send the key combination that is shown in the list.

- Rob

Pages: prev1 2 3 4 5 6 [7] 8 9next
Go to full version