Search found 8 matches

by cmann
07 Mar 2016, 02:11
Forum: Scripts and Functions (v1)
Topic: My abandoned GUI creator
Replies: 5
Views: 2814

Re: My abandoned GUI creator

kunkel321 wrote:Impressive! Thanks for sharing.
No problem.
by cmann
06 Mar 2016, 14:25
Forum: Scripts and Functions (v1)
Topic: My abandoned GUI creator
Replies: 5
Views: 2814

My abandoned GUI creator

I haven't actually used AHK in a long time, but today I came across this old script that I was busy with (almost two years ago). Although incomplete, I think it's still quite interesting so I thought I'd put it up here. I think I got bored of it because I found it frustrating trying to make somethin...
by cmann
20 Mar 2014, 08:40
Forum: Scripts and Functions (v1)
Topic: GuiLayout
Replies: 0
Views: 1603

GuiLayout

Allows you to define rules to automatically position controls. The script has two functions: GuiLayout_Create which you use to create a layout hierarchy and add controls to it, and GuiLayout_SetSize which will recursively size and position the controls in the layout. See Example.ahk for a demo of th...
by cmann
21 Feb 2014, 09:08
Forum: Scripts and Functions (v1)
Topic: Scite4AutoHotkey - Run from include file
Replies: 6
Views: 3809

Re: Scite4AutoHotkey - Run from include file

Thanks, that's probably the right way to do it.
by cmann
18 Feb 2014, 07:34
Forum: Scripts and Functions (v1)
Topic: Scite4AutoHotkey - Run from include file
Replies: 6
Views: 3809

Scite4AutoHotkey - Run from include file

The following Scite4AutoHotkey auto run script allows you to run your "main" script directly from an included file. To use it add or overwrite your Scite4AHK user auto run script with the included code , then in your include files add the following as the very first line: ; MainScript > MY_SCRIPT.ah...
by cmann
10 Feb 2014, 08:52
Forum: Scripts and Functions (v1)
Topic: GDI+ and text outlines
Replies: 5
Views: 5433

Re: GDI+ and text outlines

I have taken the original text drawing sample from the library and added in a second line of text using my extend function. It is very simple to use and the options and results are identical to the original function, all you have to do is specify an outline colour and width. Just look for the line t...
by cmann
05 Feb 2014, 15:36
Forum: Scripts and Functions (v1)
Topic: GDI+ and text outlines
Replies: 5
Views: 5433

Re: GDI+ and text outlines

I get an error for non existent function and i do not have a clue what that function should be. Error: Call to nonexistent function. Specifically: out("YO1", RC_x, RC_y) Sorry, my mistake. I used those lines when testing the script and they should have been taken out, I have uploaded the script aga...
by cmann
03 Feb 2014, 10:04
Forum: Scripts and Functions (v1)
Topic: GDI+ and text outlines
Replies: 5
Views: 5433

GDI+ and text outlines

I have been using the GDI+ library I found here: http://www.autohotkey.com/board/topic/29449-gdi-standard-library-145-by-tic/ and recently I wanted to draw text with outlines but GDI does not directly provide functions to do this so I found some articles on the internet and implemented it myself. I ...

Go to advanced search