| Author |
Message |
Topic: UNICODE version of AutoHotkey |
JimKarvo
Replies: 231
Views: 19059
|
Forum: Scripts & Functions Posted: Fri Oct 30, 2009 12:25 am Subject: UNICODE version of AutoHotkey |
I found a bug..
Gui, Add, Edit, x46 y37 w330 h20 vonomatainias,
Gui, Add, Button, x116 y767 w180 h50 , Ok
; Generated using SmartGUI Creator 4.0
Gui, Show, x166 y117 h880 w420, New GUI ... |
Topic: [function] httpQuery GET and POST requests - update 0.3.5 |
JimKarvo
Replies: 141
Views: 35577
|
Forum: Scripts & Functions Posted: Sun Jul 19, 2009 12:33 pm Subject: [function] httpQuery GET and POST requests - update 0.3.5 |
noone?  |
Topic: [function] httpQuery GET and POST requests - update 0.3.5 |
JimKarvo
Replies: 141
Views: 35577
|
Forum: Scripts & Functions Posted: Tue Jul 14, 2009 9:05 pm Subject: [function] httpQuery GET and POST requests - update 0.3.5 |
what does it tell you ? Can you break up the sendRequest ?
What can you find on the ms site about increasing the timeout value ?
I didn't find any answer for that.. But I thing that ... |
Topic: [function] httpQuery GET and POST requests - update 0.3.5 |
JimKarvo
Replies: 141
Views: 35577
|
Forum: Scripts & Functions Posted: Tue Jul 14, 2009 12:21 pm Subject: [function] httpQuery GET and POST requests - update 0.3.5 |
| Hm.. It seems that the script tryies to post all the content at once.. Maybe that's the reason that it takes a lot of memory, and it gets the timeout.. Is it possible to post a part of file every time ... |
Topic: [function] httpQuery GET and POST requests - update 0.3.5 |
JimKarvo
Replies: 141
Views: 35577
|
Forum: Scripts & Functions Posted: Tue Jul 14, 2009 10:28 am Subject: [function] httpQuery GET and POST requests - update 0.3.5 |
I tryied to upload smaller files.. It can upload about 512 kb without problem.. :S
That means, that the script will don't work with big files, right?  |
Topic: [function] httpQuery GET and POST requests - update 0.3.5 |
JimKarvo
Replies: 141
Views: 35577
|
Forum: Scripts & Functions Posted: Tue Jul 14, 2009 9:37 am Subject: [function] httpQuery GET and POST requests - update 0.3.5 |
Without the maxmem:
Error: Memory limit reached (see #MaxMem in the help file). The current thread will exit.
Line#
124: {
125: FileRead,file,%field_val%
126: ... |
Topic: [function] httpQuery GET and POST requests - update 0.3.5 |
JimKarvo
Replies: 141
Views: 35577
|
Forum: Scripts & Functions Posted: Tue Jul 14, 2009 1:27 am Subject: [function] httpQuery GET and POST requests - update 0.3.5 |
Thank you! the code works fine!
Also, is it possible to see eg the percent of the upload? Or how many bytes has the script uploaded at the current session?
EDIT:
I tryied to upload a file ... |
Topic: [function] httpQuery GET and POST requests - update 0.3.5 |
JimKarvo
Replies: 141
Views: 35577
|
Forum: Scripts & Functions Posted: Mon Jul 13, 2009 11:17 am Subject: [function] httpQuery GET and POST requests - update 0.3.5 |
The last problem that I find is with text files. The Script posts the Conent of file, and at the end, the bountary code..
http://rs257.rapidshare.com/files/255281542/Simple_Text.txt |
Topic: [function] httpQuery GET and POST requests - update 0.3.5 |
JimKarvo
Replies: 141
Views: 35577
|
Forum: Scripts & Functions Posted: Mon Jul 13, 2009 10:54 am Subject: [function] httpQuery GET and POST requests - update 0.3.5 |
Thank you for your help! The script upload the file! My last problem is with the account login..
I tryied to do that:
post =
(
rsapi_v1=1
filecontent=@C:\tesmp.txt
f ... |
Topic: [function] httpQuery GET and POST requests - update 0.3.5 |
JimKarvo
Replies: 141
Views: 35577
|
Forum: Scripts & Functions Posted: Sun Jul 12, 2009 11:46 pm Subject: [function] httpQuery GET and POST requests - update 0.3.5 |
| I am a little noob.. Could you give me more details or an example? |
Topic: Bold a word on Gui... |
JimKarvo
Replies: 1
Views: 373
|
Forum: Ask for Help Posted: Sun May 31, 2009 12:14 pm Subject: Bold a word on Gui... |
Hello.. I want to bold a word from a sentence in gui.. is it possible?
eg:
Gui, Add, Text, x48 y10 w220 h30 , Hello, %name%!
I want to bold the Name variable..
Thank you |
Topic: Clicks to background/minimized windows? |
JimKarvo
Replies: 1
Views: 373
|
Forum: Ask for Help Posted: Wed May 27, 2009 5:38 pm Subject: Clicks to background/minimized windows? |
Take a look on that:
http://www.autohotkey.com/docs/commands/ControlClick.htm
http://www.autohotkey.com/docs/commands/DetectHiddenWindows.htm |
Topic: Strange Problem with COM... |
JimKarvo
Replies: 11
Views: 222
|
Forum: Ask for Help Posted: Mon May 25, 2009 9:34 pm Subject: Strange Problem with COM... |
| Is it possible to save the "6978046100" to a var and pass that number to COM? Because the "%var%" don't work.. [it writes "%var%" instead of the var's contain..] |
Topic: Strange Problem with COM... |
JimKarvo
Replies: 11
Views: 222
|
Forum: Ask for Help Posted: Mon May 25, 2009 9:28 pm Subject: Strange Problem with COM... |
If you're using this for a website, I think you should be able to condense the call down to this:
COM_Invoke(pwb,"document.all.item[tbUsername].value","6978046100" ... |
Topic: Strange Problem with COM... |
JimKarvo
Replies: 11
Views: 222
|
Forum: Ask for Help Posted: Mon May 25, 2009 9:26 pm Subject: Strange Problem with COM... |
| Generally, because of I am trying to learn the COM fuctions (for websites for now) are there any documation for the "COM_Invoke()" and its syntax? |
| |