Messages - vixay [ switch to compact view ]

Pages: prev1 ... 20 21 22 23 24 [25] 26 27 28next
121
Mini-Reviews by Members / Re: MetaProducts TrayIcon Pro 1.7.219
« on: November 16, 2006, 11:07 PM »
Oops! I nearly forgot!

Vixay,

I tested out SlickRun. I thought it is really neat. Then I started to think...that it is just a glorified keyboard shortcut app with an added pain of having to find a little box to type into.

I played with it some more and I ended up concluding that it is both of the above.  :D

It is more than a glorified short-cut handler because it allows one to make memorable keyboard combinations by tagging the key combos to a name of your own chosing.

That is a very nifty for me. It also makes it truly the first keyboard shortcut handler which I actually could handle trying to use everyday.

I give it   :Thmbsup: :Thmbsup: :Thmbsup:

Thanks for telling me about it.

Glad I could help, i'll append your rating to my post above...


The keylaunch screens look really good. How is it's memory consumption & all? any stats for us?
Furthermore is his trial version time-limited or what? I think that keylaunch could get a boost in popularity if it was mentioned to all the lifehackers our there... as they are only aware of Launchy right now (most don't know about FARR either). One thing though, it should work right out of the box for everybody, and customizing should be important only for Power Users, that will help with adoption.

122
Mini-Reviews by Members / Re: MetaProducts TrayIcon Pro 1.7.219
« on: November 09, 2006, 05:40 AM »
If you are talking about keyboard based launchers... then these are the ones i've heard off and tried...
I currently use Find&Run robot... (DOH! I just figured it out now that FARR = Find And Run Robot!, lol... just wasted my time to post this then, though the other apps are useful too)

I am surprised that it isn't more popular on the web, currently launchy is the most popular out there...

Find&Run Robot https://www.donationcoder.com/Software/Mouser/findrun/ (free/donationware, ~1.5 MB)
 -> I like it, though a bit slow at times (after key is pressed), and takes some configuring to work just right... though the most powerful of th bunch  :up: :up: :up: This is the one i use though, so i a am a little biased :)

Launchy  http://launchy.net/ (free, open source, ~0.6 MB)
 -> Simple, easy, fast, free open source, :)  :up:

SlickRun http://www.bayden.com/SlickRun/ (free, only 170KB! (requires delphi libraries though))
  -> haven't actually tried this one yet...
I tested out SlickRun. I thought it is really neat. Then I started to think...that it is just a glorified keyboard shortcut app with an added pain of having to find a little box to type into.
I played with it some more and I ended up concluding that it is both of the above.  :D
It is more than a glorified short-cut handler because it allows one to make memorable keyboard combinations by tagging the key combos to a name of your own chosing.
That is a very nifty for me. It also makes it truly the first keyboard shortcut handler which I actually could handle trying to use everyday.

I give it   :Thmbsup: :Thmbsup: :Thmbsup:
Thanks for telling me about it.

Anyway now to complete the list, i should add the ones you guys mentioned above...

KeyLaunch http://software.xfx.net/utilities/kl/index.htm (shareware $12, ~2.7 MB)

Looks good, i haven't tried it yet though.

/edit note: added some more info, and reviews

123
Skrommel's Software / Re: Way to make DoOver loop?
« on: November 07, 2006, 05:56 AM »
Ahem...
Well then, seeing that my previous version sucked...
I have written a newer version with HOTKEY support (LCTRL + F6)
and a popup inputbox...
this is inline with my original idea...

here's the workhorse bit, (there's other integration stuff around)
; ===BEGIN=== Additions by Vixay ===11/7/2006===
VXREPEAT:
; Popup Question how many times
; or get value from .ini file,
;SYNTAX: InputBox, OutputVar [, Title, Prompt, HIDE, Width, Height, X, Y, Font, Timeout, Default]
 InputBox, repeatnum, Repeat, Please enter the number of times to repeat (between 1 & 100).,,,,,,,,%repeatnum%
;Error check UserInput...
if repeatnum not between 1 and 100
{
MsgBox,0,Invalid Number,Invalid number given, aborting repeat playback.
Return
}
 ;MsgBox,0,RepeatNum & UserInput, %repeatnum%`n%UserInput% ;For Debugging purposes
Loop %repeatnum%{
 ;DoOver Macro
 Gosub,MACROPLAY
 sleep, 100
}
Return
; ===END=== Additions by Vixay ===11/7/2006===

I've uploaded the new modified version.

However, the one above & this one implement the features differently, just be aware of that...

I have experienced a little problem with this version in that, the mouse doesn't jump exactly where its supposed to! (don't know why)... though exiting and reloading usually works...

BTW to use this version you have to delete your existing DOOver.ini or copy this script into a new folder...
hmmm... maybe i should rename the INI too? Ok give me a sec..... alright done... so this version and old doover can coexist...

124
Skrommel's Software / Re: Way to make DoOver loop?
« on: November 07, 2006, 02:12 AM »
I wanted that functionality... so here's what i did before seeing the above post of course (doh i realized i had posted the code above! sheesh!.... i had searched for this earlier but hadn't found it, and today i absolutely wanted it! (had to run 30 odd times) so i figured i'd modify the script (even though I've never written in AHK before, though i am a programmer)...

my way is clunky,
I just added a new variable "repeatnum" in the .ini file, it defaults to 1
and the code checks to make sure it is between 1 - 100 (since currently i don't know if there's a way to quit in between!)

anyway look at the attached script

125
Wow!
I totally didn't expect it, and i am still a newbie to the board!
Thanks guys!  :Thmbsup: or maybe i should thank the software? hehe ... nah, it's all of your hard work that brings so much joy to the members here :)...
Adios... off to discover the new software...

Vx

Pages: prev1 ... 20 21 22 23 24 [25] 26 27 28next
Go to full version