| Author |
Message |
Topic: GDI+ standard library 1.45 by tic |
fasto
Replies: 918
Views: 139980
|
Forum: Scripts & Functions Posted: Thu Dec 17, 2009 4:16 pm Subject: outlined text using String Path |
outlined text using String Path
http://www.autohotkey.net/~fasto/gdi/outline3.PNG
http://www.autohotkey.net/~fasto/gdi/outline1.PNG
http://www.autohotkey.net/~fasto/gdi/outline2.PNG |
Topic: :: SmartGUI Creator :: |
fasto
Replies: 691
Views: 304072
|
Forum: Scripts & Functions Posted: Sun Dec 13, 2009 3:33 am Subject: better way for moving controls |
try this. You will like it.
you can just paste this into guixp mod 4.2.
when you select the move control menu, now it doesn't break the control's original position and if you only want to resize, ... |
Topic: search indexing functions - stdlib |
fasto
Replies: 21
Views: 5856
|
Forum: Scripts & Functions Posted: Sun Dec 13, 2009 2:43 am Subject: Re: really fast |
and finally sqlite.ahk
it's a huge lib, i got errors over and over posting this.
;===============================================================================
;
; Script Function: Func ... |
Topic: search indexing functions - stdlib |
fasto
Replies: 21
Views: 5856
|
Forum: Scripts & Functions Posted: Sun Dec 13, 2009 2:24 am Subject: Re: really fast |
Using Autohotkey_L Object
it's handy to use but consumes a lot of resources and should find a better way to write index to the disk.
SetWorkingDir %A_ScriptDir%
setbatchlines -1
ListLines Off
... |
Topic: .NET Framework Interop |
fasto
Replies: 132
Views: 31464
|
Forum: Scripts & Functions Posted: Sat Dec 12, 2009 3:01 pm Subject: .NET Framework Interop |
COM_L has been updated to fix this issue.
At first I couldn't decide whether it is appropritate to ask here or COM Thread.
But since I had some other questions about CLR, I came here. Thanks for ... |
Topic: .NET Framework Interop |
fasto
Replies: 132
Views: 31464
|
Forum: Scripts & Functions Posted: Fri Dec 11, 2009 12:46 am Subject: .NET Framework Interop |
zip library for dotnet from
CLR_Start()
Zip := CLR_LoadLibrary("Ionic.Zip.dll")
ZipFile := CLR_CreateObject(Zip,"Ionic.Zip.ZipFile")
com_ ... |
Topic: UNICODE version of AutoHotkey |
fasto
Replies: 236
Views: 34261
|
Forum: Scripts & Functions Posted: Sun Nov 22, 2009 1:28 pm Subject: Regular Expression Speed! |
regexmatch speed is horribly slow with AutohotkeyU version.
unicode version takes 50-60 seconds to regexmatch in one html file
but the same code in ansi always took less than 1 sec.
Can you tak ... |
Topic: GDI+ standard library 1.45 by tic |
fasto
Replies: 918
Views: 139980
|
Forum: Scripts & Functions Posted: Fri Nov 20, 2009 9:56 am Subject: GDI+ standard library 1.45 by tic |
http://clownbd.com/fasto.png
It looks nice, indeed.
Maybe the font sizes below 24 point with background image and color made my tests look ugly.
thank you. I find your subtitle script very interest ... |
Topic: GDI+ standard library 1.45 by tic |
fasto
Replies: 918
Views: 139980
|
Forum: Scripts & Functions Posted: Wed Nov 18, 2009 1:32 pm Subject: GDI+ standard library 1.45 by tic |
Thanks for your code, mrr19121970.
It looks nice. thanks.
but it looks a little bit rugged, probably due to rendering quality R1
the text quality is way below what is expected from GDIPlus.
I wo ... |
Topic: GDI+ standard library 1.45 by tic |
fasto
Replies: 918
Views: 139980
|
Forum: Scripts & Functions Posted: Sun Nov 15, 2009 3:29 pm Subject: outlined text |
http://www.codeproject.com/KB/GDI-plus/OutlineText.aspx
This looks fantastic!
http://www.codeproject.com/KB/GDI-plus/OutlineText/TextGlow1.PNG
http://www.codeproject.com/KB/GDI-plus/OutlineTe ... |
Topic: [module] Qhtm 1.01 |
fasto
Replies: 23
Views: 7336
|
Forum: Scripts & Functions Posted: Wed Jun 24, 2009 6:22 pm Subject: cool |
| qhtm is also good but yeah, htmllayout is way better. |
Topic: search indexing functions - stdlib |
fasto
Replies: 21
Views: 5856
|
Forum: Scripts & Functions Posted: Fri May 22, 2009 2:04 pm Subject: really fast |
thanks, I will definitely use your search engine.
As you said, phrase and boolean support will be really great.
I don't know if I'm going too far, but when you say 'phrase search', does it mean th ... |
| |