| Author |
Message |
Topic: IronAHK: cross platform .NET rewrite of AutoHotkey |
tic
Replies: 69
Views: 4722
|
Forum: Scripts & Functions Posted: Wed Mar 17, 2010 11:05 pm Subject: IronAHK: cross platform .NET rewrite of AutoHotkey |
| no, no...a layered window has more differences to a normal window than just transparency. They dont require an on_paint event as you manually draw a dc to an hwnd. There isnt any obvious way that ive ... |
Topic: IronAHK: cross platform .NET rewrite of AutoHotkey |
tic
Replies: 69
Views: 4722
|
Forum: Scripts & Functions Posted: Wed Mar 17, 2010 9:59 pm Subject: IronAHK: cross platform .NET rewrite of AutoHotkey |
| Yo Titan...unfortunately System.Drawing does not have a lot of the things I would need to port the gdi+ library. I've been working heavily with c# and cant see a managed way to use .net to create non- ... |
Topic: IronAHK: cross platform .NET rewrite of AutoHotkey |
tic
Replies: 69
Views: 4722
|
Forum: Scripts & Functions Posted: Wed Mar 17, 2010 1:13 pm Subject: IronAHK: cross platform .NET rewrite of AutoHotkey |
Do you really need a 64 bit version then? Surely the 32 bit one would be fine if its just for the installer
I would like to help with gdi+ but have the concern that the same methods couldnt be used ... |
Topic: Looking to get one person to develop autohotkey for us |
tic
Replies: 2
Views: 122
|
Forum: General Chat Posted: Mon Mar 15, 2010 12:56 pm Subject: Looking to get one person to develop autohotkey for us |
| What kind of scripts need to be written? |
Topic: GDI+ standard library 1.30 by tic |
tic
Replies: 347
Views: 54290
|
Forum: Scripts & Functions Posted: Fri Mar 12, 2010 1:15 am Subject: GDI+ standard library 1.30 by tic |
Hehe....yeh Smurth is right. You have written:
; Set the smoothing mode to antialias = 4 to make shapes appear smother (only used for vector drawing and filling)
Gdip_SetSmoothingMode( ... |
Topic: RADIAL MENU scripts --> New: RM Themes by LiquidGravity |
tic
Replies: 222
Views: 20638
|
Forum: Scripts & Functions Posted: Thu Mar 11, 2010 1:32 pm Subject: RADIAL MENU scripts --> New: RM Themes by LiquidGravity |
Learning one, thanks so much for you permission and for pointing out that I need to contact Tic as well. I had just repacked all the files and was getting ready to post links, etc
I did make a few ... |
Topic: GDI+ standard library 1.30 by tic |
tic
Replies: 347
Views: 54290
|
Forum: Scripts & Functions Posted: Thu Mar 11, 2010 1:14 pm Subject: GDI+ standard library 1.30 by tic |
Cheers Smurth...
btw....I just thought I'd note that I made a few quick changes in all of the tutorials
Guis are created with:
Gui, 1: -Caption +E0x80000 +LastFound +OwnDialogs +Owner
... |
Topic: GDI+ standard library 1.30 by tic |
tic
Replies: 347
Views: 54290
|
Forum: Scripts & Functions Posted: Thu Mar 11, 2010 12:23 pm Subject: GDI+ standard library 1.30 by tic |
Thanks very much Learning one Radial Menu has come a long way!
Razer please could you post code so that it is similar to example 2 so that I can see exactly what you mean by just running the code? ... |
Topic: RADIAL MENU scripts --> New: RM Themes by LiquidGravity |
tic
Replies: 222
Views: 20638
|
Forum: Scripts & Functions Posted: Wed Mar 10, 2010 5:49 pm Subject: RADIAL MENU scripts --> New: RM Themes by LiquidGravity |
| Ok guys Ive updated the 1st post in the [url=http://www.autohotkey.com/forum/viewtopic.php?t=32238]gdi+ library so that you can use the library as you see fit. I appreciate you guys being so respectfu ... |
Topic: GDI+ standard library 1.30 by tic |
tic
Replies: 347
Views: 54290
|
Forum: Scripts & Functions Posted: Fri Mar 05, 2010 11:41 am Subject: GDI+ standard library 1.30 by tic |
You do bring up an interesting point Smurth...obviously you could use:
Gdip_DrawRoundedRectangle(pGraphics, pPen, x, y, w-PenWidth, h-PenWidth, r)
But perhaps that isnt as user friendly ... |
Topic: Drawing a circle on the Screen. |
tic
Replies: 13
Views: 407
|
Forum: Ask for Help Posted: Thu Mar 04, 2010 11:59 pm Subject: Drawing a circle on the Screen. |
| Hi.....I will write this code, but I strongly advise you first work your way through all the tutorials. You may find that you learn some things that will help with this. I should write a note that you ... |
Topic: RADIAL MENU scripts --> New: RM Themes by LiquidGravity |
tic
Replies: 222
Views: 20638
|
Forum: Scripts & Functions Posted: Thu Mar 04, 2010 11:08 pm Subject: RADIAL MENU scripts --> New: RM Themes by LiquidGravity |
| I have explicit permission from tic (Tariq Porter) - author of Gdip.ahk to use his Gdip.ahk as I see fit, including to sell.I tic (Tariq Porter) - author of Gdip.ahk, am confirming that this is true.
... |
Topic: GDI+ standard library 1.30 by tic |
tic
Replies: 347
Views: 54290
|
Forum: Scripts & Functions Posted: Thu Mar 04, 2010 10:39 pm Subject: GDI+ standard library 1.30 by tic |
| I wrote a whole long explanation, but decided to delete it....basically you are putting in the incorrect x,y,w,h values. you dont need to create a whole new function to correct this. Just put in the c ... |
Topic: GDI+ Save Icon to PNG Trouble... |
tic
Replies: 5
Views: 527
|
Forum: Ask for Help Posted: Tue Mar 02, 2010 11:30 pm Subject: GDI+ Save Icon to PNG Trouble... |
Cool....it works perfectly. I hadnt thought to use that even though it was being used in Gdip_BitmapFromBRA
One quick question if you already know the answer then it will save me a bit of research. ... |
Topic: GDI+ standard library 1.30 by tic |
tic
Replies: 347
Views: 54290
|
Forum: Scripts & Functions Posted: Tue Mar 02, 2010 4:20 pm Subject: GDI+ standard library 1.30 by tic |
of course it can create that image. the ellipse has been drawn with the incorrect radius, so does not reach the edge of the rectangle. Im not going to lie about it
; gdi+ ahk tutorial 8 writte ... |
| |