| Author |
Message |
Topic: xpath v3 - read and write XML documents with XPath syntax |
rukoche
Replies: 416
Views: 78427
|
Forum: Scripts & Functions Posted: Mon Sep 14, 2009 9:15 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
titles := xpath(xml, "/ItemSearchResponse/Items/TotalResults/text()")
omg thanks, I copied my paths with firebug and didn't know xpath is case sensetive |
Topic: xpath v3 - read and write XML documents with XPath syntax |
rukoche
Replies: 416
Views: 78427
|
Forum: Scripts & Functions Posted: Mon Sep 14, 2009 7:12 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
gives me a blank msgbox, any ideas why? :(
ahk:
#Include inc_xpath.ahk
xpath_load(xml, "html.xml")
titles := xpath(xml, "/itemsearchresponse/items/totalresults&q ... |
Topic: find each instance of a program |
rukoche
Replies: 3
Views: 187
|
Forum: Ask for Help Posted: Sun Jun 21, 2009 6:50 pm Subject: find each instance of a program |
| my bad missed a list option, thanks for pointing out |
Topic: find each instance of a program |
rukoche
Replies: 3
Views: 187
|
Forum: Ask for Help Posted: Sun Jun 21, 2009 10:14 am Subject: find each instance of a program |
| bump |
Topic: find each instance of a program |
rukoche
Replies: 3
Views: 187
|
Forum: Ask for Help Posted: Sat Jun 20, 2009 9:14 pm Subject: find each instance of a program |
Hi there, I'm trying to fetch a list of ID's for multiple widows with a same title & class. IfWinExist gets only a first one and seems like ExcludeTitle doesn't support ID's.
I guess it can be ... |
Topic: Vista's live thumnail view |
rukoche
Replies: 9
Views: 2771
|
Forum: Scripts & Functions Posted: Sat Jun 06, 2009 11:03 pm Subject: Vista's live thumnail view |
nvm, figured it out myself
un := DllCall("dwmapi.dll\DwmUnregisterThumbnail","UInt",thumbnail) |
Topic: Vista's live thumnail view |
rukoche
Replies: 9
Views: 2771
|
Forum: Scripts & Functions Posted: Sat Jun 06, 2009 6:56 pm Subject: Vista's live thumnail view |
thanks for sharing this
how can I replace existing thumbnail in GUI or remove previous one before creating a new?
I'm destroying my GUI every time now, but I don't want this window flickering |
Topic: trying to translate AutoIt script into AHK |
rukoche
Replies: 8
Views: 2060
|
Forum: Ask for Help Posted: Wed May 20, 2009 11:05 am Subject: trying to translate AutoIt script into AHK |
I'll up a thread if you people don't mind  |
Topic: trying to translate AutoIt script into AHK |
rukoche
Replies: 8
Views: 2060
|
Forum: Ask for Help Posted: Tue May 19, 2009 4:21 pm Subject: trying to translate AutoIt script into AHK |
if you can help me to figure this out I'll be very thankful
I got this pair which almost works. Lets encode "sexydata" with "sexypw", k we have "c5ac3ffdd7dba2a0" in b ... |
Topic: trying to translate AutoIt script into AHK |
rukoche
Replies: 8
Views: 2060
|
Forum: Ask for Help Posted: Tue May 19, 2009 3:10 pm Subject: trying to translate AutoIt script into AHK |
I tried many encryption scripts found on this forum (RC4, AES, XTEA, blowfish etc) including the one you suggested.
My goal is to encrypt in AHK send it to web server and decrypt it in PHP, and for ... |
Topic: trying to translate AutoIt script into AHK |
rukoche
Replies: 8
Views: 2060
|
Forum: Ask for Help Posted: Tue May 19, 2009 10:29 am Subject: trying to translate AutoIt script into AHK |
ok here is what I got
#Region Public Members
#Region _RC4Encrypt()
; ===================================================================
; _RC4Encrypt($sData, $sKey)
;
; Encr ... |
Topic: encrypt in AHK, decrypt in PHP |
rukoche
Replies: 1
Views: 501
|
Forum: Ask for Help Posted: Mon May 18, 2009 12:56 am Subject: encrypt in AHK, decrypt in PHP |
I know pretty much nothing about cryptography and I don't need to be super-secure, but I want at least some kind of protection against user faked data sent to my server
I searched a forum, and foun ... |
Topic: block a window from minimizing |
rukoche
Replies: 4
Views: 359
|
Forum: Ask for Help Posted: Fri May 08, 2009 7:00 pm Subject: block a window from minimizing |
| ty for reply, its what a came with as well. but it takes time to minimize and restore a window so it will still ruin my script :( |
Topic: block a window from minimizing |
rukoche
Replies: 4
Views: 359
|
Forum: Ask for Help Posted: Fri May 08, 2009 5:48 pm Subject: block a window from minimizing |
well I have 2 apps and one of them minimizing another on some event, which may ruin my interaction with it.
can I disable in any way an option to minimize a window? or are there any other solutions ... |
Topic: run and mysql.exe problem |
rukoche
Replies: 3
Views: 815
|
Forum: Ask for Help Posted: Mon Oct 27, 2008 11:35 pm Subject: run and mysql.exe problem |
| nvm, solved it with .bat file :\ |
| |