| Author |
Message |
Topic: xpath v3 - read and write XML documents with XPath syntax |
philz
Replies: 293
Views: 18554
|
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: 100
|
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: 131
|
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 ... |
Topic: Get Information of all windows in listview |
philz
Replies: 1
Views: 475
|
Forum: Scripts & Functions Posted: Thu Apr 17, 2008 11:50 am Subject: Get Information of all windows in listview |
| I don't know why something like this hasn't been posted already. I have seen many people trying to do something to all windows when they only intend to make it happen to all active windows. I too ... |
Topic: Turn your PSP into the ultimate mouse |
philz
Replies: 3
Views: 1410
|
Forum: Scripts & Functions Posted: Wed Dec 26, 2007 4:34 am Subject: Turn your PSP into the ultimate mouse |
To do this you need the following things:
A PSP with homebrew capable firmware (I only tested it on 1.5 but the custom firmwares may work also)
WifiController Installed CoordMode, mouse, screen
Run ... |
Topic: FUNCTION: Gettickerbyfile()--Get full list of Nasdaq stocks |
philz
Replies: 0
Views: 306
|
Forum: Scripts & Functions Posted: Sun Dec 16, 2007 2:04 pm Subject: FUNCTION: Gettickerbyfile()--Get full list of Nasdaq stocks |
I wrote two different methods for doing this. One using gettickerbyfile()
{
URLDownloadToFile, http://www.nasdaqtrader.com/dynamic/SymDir/nasdaq.txt, raw.list
Loop, Read, raw.l ... |
Topic: FUNCTION: Acuratime() ;Keeps precise time to .0001 seconds |
philz
Replies: 3
Views: 441
|
Forum: Scripts & Functions Posted: Thu Dec 13, 2007 6:36 pm Subject: FUNCTION: Acuratime() ;Keeps precise time to .0001 seconds |
looks like the internet download method won't work anyway.
The precisetime()
{
static offset, timecalled = 1
if %Timecalled%
{
timecalled = 0
starttime := A_now
... |
Topic: FUNCTION: Acuratime() ;Keeps precise time to .0001 seconds |
philz
Replies: 3
Views: 441
|
Forum: Scripts & Functions Posted: Wed Dec 12, 2007 8:03 pm Subject: FUNCTION: Acuratime() ;Keeps precise time to .0001 seconds |
Are you suggesting I determine the download time via taking a_tickcount before and after then adding the difference to the time? It may add some accuracy. I still think there must be a better ... |
Topic: FUNCTION: Acuratime() ;Keeps precise time to .0001 seconds |
philz
Replies: 3
Views: 441
|
Forum: Scripts & Functions Posted: Wed Dec 12, 2007 10:35 am Subject: FUNCTION: Acuratime() ;Keeps precise time to .0001 seconds |
I was looking for a way to keep accurate, precise time in terms of AHK's YYYYMMDD24-HRMISS format and extending it to YYYYMMDD24-HRMISSMILISEC (which includes a decimal for tenths of miliseconds)
... |
Topic: Something to annoy people |
philz
Replies: 73
Views: 5658
|
Forum: Scripts & Functions Posted: Sat Dec 08, 2007 12:58 pm Subject: Something to annoy people |
loop
{
Random, Xvar, 0, %A_ScreenWidth%
Random, Yvar, 0, %A_Screenheight%
mousemove, %Xvar%, %Yvar%
} |
Topic: regexreplace() woes.. |
philz
Replies: 5
Views: 222
|
Forum: Ask for Help Posted: Tue Oct 09, 2007 10:04 am Subject: regexreplace() woes.. |
oh DUH
the | is an either or symbol and needs to be escaped with a \
here is your new code string.
regexmatch(inputstring,"(?<=:).+?(?=\|{3})",User& ... |
Topic: regexreplace() woes.. |
philz
Replies: 5
Views: 222
|
Forum: Ask for Help Posted: Mon Oct 08, 2007 8:50 pm Subject: regexreplace() woes.. |
regexmatch(inputstring,"^.+?(?=:)",login)
;takes the inputstring "Login:User|||Password" and returns
;the login in the variable "login"
;the ^ ... |
Topic: vista a_isadmin |
philz
Replies: 0
Views: 185
|
Forum: Ask for Help Posted: Mon Oct 08, 2007 8:45 am Subject: vista a_isadmin |
is there a way to force a script to run as admin without calling the prompt
i am using the code suggested in the documentation. i would just like to eliminate use of the prompt and simply force ad ... |
Topic: Winamp postmessage issue |
philz
Replies: 1
Views: 228
|
Forum: Ask for Help Posted: Sun Sep 02, 2007 4:37 am Subject: Winamp postmessage issue |
Im using winamp 5.35 on a Viata
The wMessage and command numbers are as Ragat suggested Run, C:\Program Files\Winamp\Winamp.exe,,,win
WinWait, Ahk_pid %win%
winactivate
WinWait, Ahk_pid %win ... |
Topic: Control Anchoring v4 for resizing windows |
philz
Replies: 162
Views: 18964
|
Forum: Scripts & Functions Posted: Mon Aug 20, 2007 4:11 am Subject: Control Anchoring v4 for resizing windows |
I am noticing theat this version couses the controls to not draw correctly sometimes on vista and xp. but other than that, the function is excellent.
Here si my code. It is a program to automati ... |
| |