| Author |
Message |
Topic: AutoHotkey Brand Competition - VOTE NOW! |
philou
Replies: 81
Views: 5588
|
Forum: Developers Posted: Mon Jan 17, 2011 1:58 pm Subject: AutoHotkey Brand Competition - VOTE NOW! |
Found em!
I'll clean up the PSDs, and release them in a couple of days.
In the meantime, this is what people have been talking about, for those who couldn't see the images (server moved, things ar ... |
Topic: TillaGoto - Go to functions, labels & hks in your script |
philou
Replies: 126
Views: 27267
|
Forum: Scripts & Functions Posted: Sun Mar 15, 2009 5:11 pm Subject: TillaGoto - Go to functions, labels & hks in your script |
| Well, seeing as a part of the needed functionality (getting the text at clicked position) is already there, I'd put it into TillaGoto, but that's just being lazy. It's your app, you get to decide what ... |
Topic: TillaGoto - Go to functions, labels & hks in your script |
philou
Replies: 126
Views: 27267
|
Forum: Scripts & Functions Posted: Sun Mar 15, 2009 4:28 pm Subject: TillaGoto - Go to functions, labels & hks in your script |
TheGood:
IntelliSense never worked right for me, so I'd like to suggest a means to get the command syntax for a selected or clicked-on command.
I could provide you with a sexy GDI+ way to displa ... |
Topic: TillaGoto - Go to functions, labels & hks in your script |
philou
Replies: 126
Views: 27267
|
Forum: Scripts & Functions Posted: Sat Mar 14, 2009 10:41 pm Subject: TillaGoto - Go to functions, labels & hks in your script |
| truly awesome. thanks for your work! |
Topic: ahk-brand |
philou
Replies: 128
Views: 14479
|
Forum: General Chat Posted: Fri Mar 06, 2009 6:02 pm Subject: ahk-brand |
thanks for liking it inspiration? no, not really...
except for basic apple-icon-ish or web 2.0-ish stuff (big font, important information like the download upfront, etc.), but without the gloss. |
Topic: ahk-brand |
philou
Replies: 128
Views: 14479
|
Forum: General Chat Posted: Fri Mar 06, 2009 4:39 pm Subject: ahk-brand |
Thanks!
Here is a possible website header:
http://img178.imageshack.us/img178/884/headerr.jpg |
Topic: ahk-brand |
philou
Replies: 128
Views: 14479
|
Forum: General Chat Posted: Thu Mar 05, 2009 9:45 pm Subject: ahk-brand |
These would be my submissions (not updated since 2007):
Logo:
http://philipp.funkensturm.de/dateien/jpg/ahk_logo_alt.jpg
Files:
http://philipp.funkensturm.de/dateien/jpg/ahk_doc.jpg
Trayicon:
... |
Topic: Help with GDI+ - Clearing image after updating |
philou
Replies: 3
Views: 502
|
Forum: Ask for Help Posted: Mon Feb 23, 2009 12:10 pm Subject: Help with GDI+ - Clearing image after updating |
There is a way, shown in an example script:
Gdip_SetCompositingMode(G, 1) ; set overdraw
mBrush := Gdip_BrushCreateSolid(0x00000000) ; fully transparent brush 'e ... |
Topic: Using GDI+ or similar to draw text on an Gui Picture control |
philou
Replies: 4
Views: 550
|
Forum: Ask for Help Posted: Fri Jan 09, 2009 10:19 pm Subject: Using GDI+ or similar to draw text on an Gui Picture control |
http://www.autohotkey.net/~tic/Gdip.Tutorial.9-Create.a.progress.bar.on.standard.gui.ahk
Text, a rounded Rectangle in a picture control, without saving back to disk - all there  |
Topic: [lib] Remote ToolBar Functions |
philou
Replies: 8
Views: 2930
|
Forum: Scripts & Functions Posted: Sat Jan 03, 2009 2:43 pm Subject: [lib] Remote ToolBar Functions |
Very nice.
But why the focus on only modifying the toolbar?
It would be cool if TB_GETBUTTONTEXT and TB_GETTOOLTIPS would be implemented (as well as other not modifying but info-getting messages) ... |
Topic: [examples+minituts] The GDI+ Examplecodes thread |
philou
Replies: 58
Views: 21966
|
Forum: Scripts & Functions Posted: Mon Dec 29, 2008 11:40 pm Subject: [examples+minituts] The GDI+ Examplecodes thread |
Heh, that's cool!
Thanks for reminding me about httpQuery() and the GDIP_RegisterClass() stuff, I edited my other post.
I just used GDIP_RegisterClass() because... I originally just wanted to try ... |
Topic: GDI+ standard library 1.45 by tic |
philou
Replies: 918
Views: 139913
|
Forum: Scripts & Functions Posted: Mon Dec 29, 2008 10:54 pm Subject: GDI+ standard library 1.45 by tic |
Hey tic,
I tried to use the
VarSetCapacity(BlurStruct, 8)
NumPut("100", BlurStruct, 0, "Float"), NumPut("1", BlurStruct, 4, "Int")
... |
Topic: [examples+minituts] The GDI+ Examplecodes thread |
philou
Replies: 58
Views: 21966
|
Forum: Scripts & Functions Posted: Sun Dec 28, 2008 9:05 pm Subject: [examples+minituts] The GDI+ Examplecodes thread |
COLOURlovers screensaver
http://img515.imageshack.us/img515/9498/clhw6.jpg
My first take on GDI+:
It downloads and displays the top-rated palettes from colourlovers.com. After each drawn palett ... |
Topic: ListView - is this possible with ahk? |
philou
Replies: 5
Views: 1856
|
Forum: Ask for Help Posted: Sat Dec 20, 2008 8:34 am Subject: ListView - is this possible with ahk? |
| bumping for great justice! |
Topic: enumerating, hosting and communicating with .CPL files |
philou
Replies: 9
Views: 1459
|
Forum: Ask for Help Posted: Thu Dec 18, 2008 5:42 pm Subject: enumerating, hosting and communicating with .CPL files |
This works, but I don't know of a way to find out the size of the string inside cplInfo, so I just set it to 1024
MsgBox % GetCPL() ;%
GetCPL()
{
CPL_INIT := 1, C ... |
| |