| Author |
Message |
Topic: anything.ahk anything-explorer-history.ahk anything-run.ahk |
yogi
Replies: 50
Views: 3379
|
Forum: Scripts & Functions Posted: Mon Dec 19, 2011 4:41 am Subject: anything.ahk anything-explorer-history.ahk anything-run.ahk |
Thanks for the reply, here are 4 points ---
-------------
1. I made the changes, and what happens is that the switcher pops up with the new height/width, but after selecting a window, it again pops ... |
Topic: anything.ahk anything-explorer-history.ahk anything-run.ahk |
yogi
Replies: 50
Views: 3379
|
Forum: Scripts & Functions Posted: Mon Dec 19, 2011 1:57 am Subject: anything.ahk anything-explorer-history.ahk anything-run.ahk |
Hi jixiuf , I liked your window switcher. Though the GUI could be made more minimal.
If you see the File Switcher plugin in notepad++ , duplicating that switcher and adapting it to become a window s ... |
Topic: iSwitchw - cosmetically enhanced edition |
yogi
Replies: 40
Views: 19931
|
Forum: Scripts & Functions Posted: Sun Dec 18, 2011 10:49 am Subject: customizing |
I modified the appearance of the gui in 2 places,
to hide the margin as well as default the colors to system color for background.
[code]Gui, +LastFound +AlwaysOnTop -Caption
Gui,Font,s12 c ... |
Topic: AHK masters please advise how you learned AHK |
yogi
Replies: 27
Views: 1178
|
Forum: General Chat Posted: Fri Oct 22, 2010 6:02 am Subject: AHK masters please advise how you learned AHK |
I am a software engineer, and am well versed with the languages required at work - java, etc.
So I would like to know a structured approach to learn ahk completely from ground zero, rather than jump ... |
Topic: Detect when a page is loaded (reliable, cross-browser) |
yogi
Replies: 16
Views: 8075
|
Forum: Scripts & Functions Posted: Thu Mar 11, 2010 12:49 pm Subject: Detect when a page is loaded (reliable, cross-browser) |
works like a charm now, thanks so much for the corrected javascript!!! ) |
Topic: Detect when a page is loaded (reliable, cross-browser) |
yogi
Replies: 16
Views: 8075
|
Forum: Scripts & Functions Posted: Tue Mar 09, 2010 9:06 am Subject: Re: Detect when a page is loaded (reliable, cross-browser) |
It's not a pure AutoHotkey solution, but at least it works reliably.
// ==UserScript==
// @name loaded
// @namespace my
// @description indicate if a page is loded
// @includ ... |
Topic: surround dos file paths with double quotes |
yogi
Replies: 4
Views: 599
|
Forum: Ask for Help Posted: Fri Sep 05, 2008 2:52 pm Subject: Re: surround dos file paths with double quotes |
Currently, the only thing I need is to surround an entire string with double quotes, how do I do that?
oops I posted the above comment as guest. Anyway I figured it out,
target = "%filename ... |
Topic: surround dos file paths with double quotes |
yogi
Replies: 4
Views: 599
|
Forum: Ask for Help Posted: Fri Sep 05, 2008 11:42 am Subject: surround dos file paths with double quotes |
I want to run 7zip on a selected archive in windows explorer via a keyboard shortcut.
I am trying to split the path for the selected file/folder such that I can surround the path components which ... |
Topic: Min2Tray v1.7.9 - minimize window to tray & much more! |
yogi
Replies: 172
Views: 49443
|
Forum: Scripts & Functions Posted: Sat Sep 08, 2007 1:26 am Subject: Min2Tray v1.7.9 - minimize window to tray & much more! |
| It does not work with a timer either, because the tray comes back in less than a second after being hidden. I tried to write a loop which will hide the tray 5 times every 2 seconds. And the same thing ... |
Topic: Min2Tray v1.7.9 - minimize window to tray & much more! |
yogi
Replies: 172
Views: 49443
|
Forum: Scripts & Functions Posted: Fri Sep 07, 2007 8:49 am Subject: Min2Tray v1.7.9 - minimize window to tray & much more! |
hi junyx, this is interesting!
it worked for the first time and I was very happy -- but when I ran the script again, it hides the tray for just 1 second & the tray comes back, while the script ... |
Topic: Min2Tray v1.7.9 - minimize window to tray & much more! |
yogi
Replies: 172
Views: 49443
|
Forum: Scripts & Functions Posted: Wed Sep 05, 2007 4:44 am Subject: Min2Tray v1.7.9 - minimize window to tray & much more! |
Hi Junyx, thanks for the quick reply!
I wanted to tell you that this functionality is there in a software called Tray Wizard version 4.02
(in its settings I have to set the hotkeys for hiding eve ... |
Topic: toggling systray bar (hide+resize) |
yogi
Replies: 0
Views: 501
|
Forum: Ask for Help Posted: Tue Sep 04, 2007 8:20 am Subject: toggling systray bar (hide+resize) |
I tried both of these ways, but it only hides the tray, but the width of the tray stays the same.
I would like to both hide the tray plus set its size to zero.
Control, Hide,,ToolbarWindow321, ah ... |
Topic: Min2Tray v1.7.9 - minimize window to tray & much more! |
yogi
Replies: 172
Views: 49443
|
Forum: Scripts & Functions Posted: Tue Sep 04, 2007 5:35 am Subject: Min2Tray v1.7.9 - minimize window to tray & much more! |
Hi there, this is a nice application.
But I am my own boss, so I wanted to use this in a slightly different way
Is it possible to simply remove & bring back the entire system tray by mea ... |
Topic: move icons on desktop via keyboard |
yogi
Replies: 2
Views: 1071
|
Forum: Ask for Help Posted: Mon Sep 03, 2007 10:24 am Subject: move icons on desktop via keyboard |
MouseClickDrag?
Yes, but how do I get the mouse to position itself on the selected icon on the desktop?
I am going to the desktop & selecting the icon with just the keyboard (as I described i ... |
Topic: move icons on desktop via keyboard |
yogi
Replies: 2
Views: 1071
|
Forum: Ask for Help Posted: Mon Sep 03, 2007 10:00 am Subject: move icons on desktop via keyboard |
Is it possible to move icons around on the desktop?
I mean when I have pressed "WIN-D", and then I should be able to drag any selected icon on the desktop to any part of the screen by som ... |
| |