| Author |
Message |
Topic: AHKList -- Mutable Lists for AHK |
philz
Replies: 5
Views: 2947
|
Forum: Scripts & Functions Posted: Tue Nov 03, 2009 4:28 pm Subject: Sorry about the inconvinience |
I fixed the link to the documentation. I hope that it is helpful to you. Sorry about the trouble.
On another note, I don't think I say this anywhere else so I'll mention it here. This function ma ... |
Topic: AHKList -- Mutable Lists for AHK |
philz
Replies: 5
Views: 2947
|
Forum: Scripts & Functions Posted: Mon Mar 02, 2009 7:16 am Subject: AHKList -- Mutable Lists for AHK |
The code has been updated to Version 2.
See the original Post
Now the function is actually useful |
Topic: One Pretty Script AKA Transparatizer |
philz
Replies: 4
Views: 1154
|
Forum: Scripts & Functions Posted: Tue Aug 19, 2008 7:15 pm Subject: One Pretty Script AKA Transparatizer |
This guy isn't complicated, just run it open a ton of windows, cascade and play around with alt tab and moving your mouse over windows.
All it does is make all windows transparent other than the ac ... |
Topic: get alwaysontop state |
philz
Replies: 4
Views: 808
|
Forum: Ask for Help Posted: Tue Aug 19, 2008 3:11 pm Subject: get alwaysontop state |
| well that's strange. my first script sets a window to be always on top and my second script which creates a tooltip displaying windows styles doesn't show the appropriate exstyle. here's the code ... |
Topic: get alwaysontop state |
philz
Replies: 4
Views: 808
|
Forum: Ask for Help Posted: Tue Aug 19, 2008 4:01 am Subject: get alwaysontop state |
it is easy to toggle alwaysontop status
winset, alwaysontop, toggle, %wintitle%
but i can't figure out how to get that value
it would seem like a good thing for winget
Any dll calls for this one ... |
Topic: AutoHotkey_L : Arrays, Debugger, #If expression, etc. |
philz
Replies: 443
Views: 82679
|
Forum: Scripts & Functions Posted: Mon Aug 18, 2008 12:04 pm Subject: AutoHotkey_L : Arrays, Debugger, #If expression, etc. |
| So are there any plans to merge lexikos' custom build with the official AutoHotkey build? |
Topic: is it possible to include compiled scripts? |
philz
Replies: 4
Views: 266
|
Forum: Ask for Help Posted: Thu Aug 14, 2008 9:09 pm Subject: is it possible to include compiled scripts? |
I wrote a test script, and compiled it. Here was it's code.
test() {
msgbox WELL WHAT DO YA KNOW
}
Then I wrote a second script and referenced it using the #include stateme ... |
Topic: Converting XLSX to CSV using COM |
philz
Replies: 0
Views: 249
|
Forum: Ask for Help Posted: Mon Aug 11, 2008 3:57 am Subject: Converting XLSX to CSV using COM |
I'm Using the COM library.
It's Quite cool, the only wish I could have for it is to not have to do those nested com_invoke functions for objects. I've only tested it using Excel 2007, although the ... |
Topic: iSwitchw - cosmetically enhanced edition |
philz
Replies: 28
Views: 11318
|
Forum: Scripts & Functions Posted: Mon Aug 04, 2008 6:01 pm Subject: iSwitchw - cosmetically enhanced edition |
BEAutiful
If you could put thumbnails of the windows in there as well I would be very impressed.
but BEAutiful nonetheless |
Topic: Functions assuming all variables static |
philz
Replies: 1
Views: 2059
|
Forum: Wish List Posted: Mon Aug 04, 2008 5:52 pm Subject: Functions assuming all variables static |
Having this functionality would be the coolest thing ever.
I wish that this would be valid code
somefunction(somevariable) {
static
returns := somevariable
if some ... |
Topic: AHKList -- Mutable Lists for AHK |
philz
Replies: 5
Views: 2947
|
Forum: Scripts & Functions Posted: Sat Jul 26, 2008 9:24 pm Subject: AHKList -- Mutable Lists for AHK |
| although I have had no formal training and may be incorrect. (please feel free to correct me on this). To explain what mutable lists are I will break it down. Mutable means capable of or tending to ... |
Topic: AHKList -- Mutable Lists for AHK |
philz
Replies: 5
Views: 2947
|
Forum: Scripts & Functions Posted: Mon Jul 21, 2008 2:28 am Subject: AHKList -- Mutable Lists for AHK |
Thanks to the newly supported assume static this feature is actually useful.
This requires Autohotkey version 1.0.48.00 or newer.
Description
The whole idea about this is to create something ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
philz
Replies: 416
Views: 57828
|
Forum: Scripts & Functions Posted: Sat Jul 05, 2008 6:10 am Subject: Possible error with this function found |
| Now my xpath isn't the greatest but I think I may have found an issue with this function. Execute the code and pay attention to the msgboxes to see the error. I believe that by changing an /node/c ... |
Topic: More dll help--setclipboarddata |
philz
Replies: 1
Views: 319
|
Forum: Ask for Help Posted: Wed Apr 23, 2008 2:49 pm Subject: More dll help--setclipboarddata |
| This is closely related to the last question I had. I am looking to create an application for taking screenshots of a rectangle that is directly integrated with the clipboard. The GDI+ wrapper lib ... |
Topic: dllcall help rectangle |
philz
Replies: 2
Views: 354
|
Forum: Ask for Help Posted: Tue Apr 22, 2008 1:31 pm Subject: dllcall help rectangle |
how can I get this to redraw so older rectangles are erased?
I know it sounds like a vague question but run the code, click the mouse somewhere, move your mouse in one direction for a bit, then move ... |
| |