| Author |
Message |
Topic: [function] AutoUpdater 1.1-yet another selfupdating function |
DerRaphael
Replies: 3
Views: 215
|
Forum: Scripts & Functions Posted: Wed Aug 13, 2008 2:37 pm Subject: [function] AutoUpdater 1.1-yet another selfupdating function |
fixed a lil typo which prevented the script to dump the "more up to date than internetversion" msg.
greets
dR |
Topic: Script opens webpages in browser. Will it work as a service? |
DerRaphael
Replies: 3
Views: 49
|
Forum: Ask for Help Posted: Wed Aug 13, 2008 2:29 pm Subject: Script opens webpages in browser. Will it work as a service? |
| why dont u simply tryout and find out for urself? |
Topic: httpQuery help |
DerRaphael
Replies: 13
Views: 194
|
Forum: Ask for Help Posted: Wed Aug 13, 2008 2:11 pm Subject: httpQuery help |
according to the php
POSTdata := "email=" . uriEncode("me@somedomain.com") . "message=" . uriEncode(myText)
dR |
Topic: httpQuery help |
DerRaphael
Replies: 13
Views: 194
|
Forum: Ask for Help Posted: Wed Aug 13, 2008 1:42 am Subject: httpQuery help |
its because a wrong name was entered:
the src of your provided homepage shows
<textarea name="Info" rows=4 cols=25 >
for the input field. so changing the POSTdata lines to this
P ... |
Topic: Wait for app to load, insert text into ClassNN field |
DerRaphael
Replies: 3
Views: 78
|
Forum: Ask for Help Posted: Wed Aug 13, 2008 12:19 am Subject: Wait for app to load, insert text into ClassNN field |
| sent IM |
Topic: httpQuery help |
DerRaphael
Replies: 13
Views: 194
|
Forum: Ask for Help Posted: Wed Aug 13, 2008 12:04 am Subject: httpQuery help |
#Noenv
#Persistent
SetTimer, upload, 5000
return
upload:
FileRead, MyText, assignment.txt
html := ""
URL := "http://btopt.x10hosting.com/mailer.php&quo ... |
Topic: Wait for app to load, insert text into ClassNN field |
DerRaphael
Replies: 3
Views: 78
|
Forum: Ask for Help Posted: Tue Aug 12, 2008 11:14 pm Subject: Wait for app to load, insert text into ClassNN field |
#IfWinActive
^k::
oCB := ClipboardAll
Send, ^c
ClipWait,1
Run %A_ProgramFiles%\Copernic Desktop Search 2\DesktopSearch.exe
oTM := A_TitleMatchMode
SetTitleMatchMode,2
WinW ... |
Topic: [function] isPrime - is a number a primenumber or is it not? |
DerRaphael
Replies: 1
Views: 132
|
Forum: Scripts & Functions Posted: Tue Aug 12, 2008 9:48 pm Subject: [function] isPrime - is a number a primenumber or is it not? |
the function returns 0 if no prime 1 if primenumber
; demo.primenumber.ahk
MsgBox % isPrime(31337)
isPrime(iNr) { ; (w) by DerRaphael / zLib style release
; ... |
Topic: [function] sTooltip - colored standard tooltip with timeout |
DerRaphael
Replies: 8
Views: 515
|
Forum: Scripts & Functions Posted: Tue Aug 12, 2008 9:10 pm Subject: [function] sTooltip - colored standard tooltip with timeout |
updated usage with a few explanations
greets
dR |
Topic: Colour ToolTip's.... Lil help... Please |
DerRaphael
Replies: 3
Views: 136
|
Forum: Ask for Help Posted: Tue Aug 12, 2008 8:53 pm Subject: Colour ToolTip's.... Lil help... Please |
usage:
sTooltip(sTooltipTxt,seconds=5,bg=0xFFFFE7,fg=0x0,x=-1,y=-1)
aboves line is from function declaration it can be read as this:
sTooltipTxt is a variable or a String containing the ... |
Topic: httpQuery help |
DerRaphael
Replies: 13
Views: 194
|
Forum: Ask for Help Posted: Tue Aug 12, 2008 4:47 pm Subject: httpQuery help |
please check the main httpQuery forum page for an example of how to upload a file to imageshack. there is shown how to update correct content sizes and include (if neccessary) binary data streams.
... |
Topic: [function] AutoUpdater 1.1-yet another selfupdating function |
DerRaphael
Replies: 3
Views: 215
|
Forum: Scripts & Functions Posted: Tue Aug 12, 2008 5:21 am Subject: [function] AutoUpdater 1.1-yet another selfupdating function |
hi all,
this is a small script showing a technique of how to update a script. atm it only updates text script. to save binary buffers the save-part has to be updated. it supports self-integrity che ... |
Topic: Server Query |
DerRaphael
Replies: 19
Views: 295
|
Forum: Ask for Help Posted: Tue Aug 12, 2008 3:30 am Subject: Server Query |
u also might want to take alook at the XML thingy from microsoft to parse the resulted html. majkinetor and lexikos managed to put working demos here in the forum
greets
dR |
Topic: [function] sTooltip - colored standard tooltip with timeout |
DerRaphael
Replies: 8
Views: 515
|
Forum: Scripts & Functions Posted: Sun Aug 10, 2008 10:31 am Subject: [function] sTooltip - colored standard tooltip with timeout |
minor update
greets
dR |
Topic: SCRIPT MANAGER incl. keyword launcher and editor |
DerRaphael
Replies: 22
Views: 748
|
Forum: Scripts & Functions Posted: Fri Aug 08, 2008 6:05 pm Subject: SCRIPT MANAGER incl. keyword launcher and editor |
| erm ... where is the point in having an autohotkey SCRIPT manager when not running autohotkey at all? u even provide an editor interface for customizing own scripts. i dont get it. |
| |