AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 429 matches
AutoHotkey Community Forum Index
Author Message
  Topic: [function] AutoUpdater 1.1-yet another selfupdating function
DerRaphael

Replies: 3
Views: 215

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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 Smile


; 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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.
 
Page 1 of 29 Goto page 1, 2, 3 ... 27, 28, 29  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group