| Author |
Message |
Topic: IdleTorrent |
jtuttle
Replies: 16
Views: 4303
|
Forum: Scripts & Functions Posted: Sat Feb 13, 2010 9:49 pm Subject: IdleTorrent |
Well, I ressurrected this idea after ignoring it for months. I think it works quite a bit better now.
#notrayicon
If 0 = 0 ;== command-line arguments
ExitApp
El ... |
Topic: How do I move a captionless toolwindow? |
jtuttle
Replies: 4
Views: 413
|
Forum: Ask for Help Posted: Mon Aug 31, 2009 7:02 am Subject: How do I move a captionless toolwindow? |
| thanks! |
Topic: How do I move a captionless toolwindow? |
jtuttle
Replies: 4
Views: 413
|
Forum: Ask for Help Posted: Mon Aug 31, 2009 1:02 am Subject: How do I move a captionless toolwindow? |
Lifted straight from the AHK docs:
; Example: On-screen display (OSD) via transparent window:
CustomColor = EEAA99 ; Can be any RGB color (it will be made transparent below& ... |
Topic: Mailinator Notifier |
jtuttle
Replies: 0
Views: 466
|
Forum: Scripts & Functions Posted: Sun Aug 30, 2009 8:45 am Subject: Mailinator Notifier |
Script to check your mailinator inbox and tell you if/how many emails you have.
#Persistent
FileInstall, m8r-yes.ico, m8r-yes.ico
FileInstall, m8r-no.ico, m8r-no.ico
Menu, Tray, Tip, M8r notifie ... |
Topic: Craigslist search & sort |
jtuttle
Replies: 0
Views: 679
|
Forum: Scripts & Functions Posted: Sun Aug 30, 2009 3:36 am Subject: Craigslist search & sort |
| Basic script I made to grab the free stuff ads off Craigslist and look for keywords of things I may want. Outputs an html file and opens it in your browser. Should be trivial to edit the city, section ... |
Topic: UrlDownloadToFile progress |
jtuttle
Replies: 2
Views: 370
|
Forum: Ask for Help Posted: Sat Aug 15, 2009 5:13 pm Subject: UrlDownloadToFile progress |
| I got exactly what I needed from those. Thanks! |
Topic: UrlDownloadToFile progress |
jtuttle
Replies: 2
Views: 370
|
Forum: Ask for Help Posted: Sat Aug 15, 2009 1:23 am Subject: UrlDownloadToFile progress |
| I have a little snippet that grabs a URL from the clipboard and downloads it to a folder, but it'd be nice to have some kind of progress bar or general ETA on the download while in progress. Is this p ... |
Topic: Multiple GUI windows off same function + scrollbars |
jtuttle
Replies: 0
Views: 327
|
Forum: Ask for Help Posted: Thu Jul 02, 2009 12:33 pm Subject: Multiple GUI windows off same function + scrollbars |
Two questions, related only in that I want to use them both in an app. I lifted some code from Menu, Tray, Tip, Picture-in-picture!
Menu, Tray, NoStandard
Menu, Tray, Add, Close Thumbnail, KillThumb ... |
Topic: Vista's live thumnail view |
jtuttle
Replies: 9
Views: 2767
|
Forum: Scripts & Functions Posted: Mon Jun 29, 2009 2:02 am Subject: Vista's live thumnail view |
Thanks for this. I fiddled with it a little.
ZoomNao := .25
#T::
WinGetActiveStats, ThumbTitle, ThumbWide, ThumbHigh, X, Y
zoom=%ZoomNao%
NuWide := ThumbWide * ZoomNao
NuHigh ... |
Topic: IdleTorrent |
jtuttle
Replies: 16
Views: 4303
|
Forum: Scripts & Functions Posted: Tue Jun 09, 2009 5:31 pm Subject: IdleTorrent |
| I don't want a screen saver specifically (monitor's set to shut off before the screen saver kicks in, anyway), I just want it to act like one, in that it turns on when the system is idle, and turns of ... |
Topic: IdleTorrent |
jtuttle
Replies: 16
Views: 4303
|
Forum: Scripts & Functions Posted: Tue Jun 09, 2009 3:32 pm Subject: IdleTorrent |
| Just an idea I cooked up on the fly last night after looking for a torrent program that would run as a screen saver, the purpose of that being to always be seeding when the system is idle. Composed la ... |
Topic: WinClose vs. Process, Close |
jtuttle
Replies: 2
Views: 400
|
Forum: Ask for Help Posted: Tue Jun 09, 2009 10:36 am Subject: WinClose vs. Process, Close |
| Not exactly what I was hoping for, but it does exactly what I needed, thanks! |
Topic: WinClose vs. Process, Close |
jtuttle
Replies: 2
Views: 400
|
Forum: Ask for Help Posted: Tue Jun 09, 2009 10:06 am Subject: WinClose vs. Process, Close |
| I'm trying to close a program via WinClose, but the program in question, by default, minimizes to systray so WinClose, windowname doesn't work - as there is no window. I don't want to just nuke the pr ... |
Topic: AHK and Oblivion |
jtuttle
Replies: 1
Views: 578
|
Forum: Ask for Help Posted: Mon Jan 26, 2009 7:27 am Subject: AHK and Oblivion |
Due to a well-known and utterly ignored by Bethesda ^#~::
sendraw, ~
Return
I'm wondering if anyone who's spent more time fiddling with AHK and oblivion would know how to accomplish what ... |
Topic: Toddler Keyboard |
jtuttle
Replies: 17
Views: 10706
|
Forum: Scripts & Functions Posted: Fri Jan 02, 2009 5:43 pm Subject: Toddler Keyboard |
This does not block the scrollpad on my laptop. Not a big deal, just an fyi  |
| |