| Author |
Message |
Topic: intro to modern opengl (glsl) |
tinku99
Replies: 0
Views: 95
|
Forum: Scripts & Functions Posted: Wed Feb 08, 2012 8:36 pm Subject: intro to modern opengl (glsl) |
| I started translating this opengl [url=http://duriansoftware.com/joe/An-intro-to-modern-OpenGL.-Chapter-2:-Hello-World:-The-Slideshow.html]tutorial using Bentschi's opengl [url=http://de.autohotkey.co ... |
Topic: Help with or take over Acc Viewer Project? |
tinku99
Replies: 12
Views: 399
|
Forum: General Chat Posted: Mon Jan 30, 2012 7:19 pm Subject: accessible child / parent vs idispatch |
Looks like you might have to deal with a similar issue getting children as well as parents: http://msdn.microsoft.com/en-us/library/windows/desktop/dd317975
Here are modified versions of ACC_EnumCh ... |
Topic: Factor: a stack-oriented programming language, x-platform |
tinku99
Replies: 2
Views: 929
|
Forum: Utilities & Resources Posted: Sun Jan 15, 2012 1:06 am Subject: factorcode |
bump !
I just discovered factor a couple of days ago myself.
I haven't been this excited about a new language since autohotkey. |
Topic: AutoHotkey.dll |
tinku99
Replies: 531
Views: 84420
|
Forum: Scripts & Functions Posted: Wed Dec 28, 2011 4:20 am Subject: progid of alpha dll |
Hotkeyit,
Thanks for fixing ahkFunction.
You can register and test all of them.Regsvr64.exe .\x64w\AutoHotkey.dll
Regsvr32.exe .\win32a\AutoHotkey.dll
Regsvr32.exe .\win32w\AutoHotkey.dll
Aut ... |
Topic: AutoHotkey.dll |
tinku99
Replies: 531
Views: 84420
|
Forum: Scripts & Functions Posted: Tue Dec 27, 2011 2:29 pm Subject: issues with parameter handling in ahkFunction |
BUG
Hey tinku99, many thanks for reporting, this is fixed now ;)Thanks for fixing #2: calling ansi from unicode now works.
However, issue #1 above is is still broken: second call to ahkFunction so ... |
Topic: AutoHotkey.dll |
tinku99
Replies: 531
Views: 84420
|
Forum: Scripts & Functions Posted: Mon Dec 26, 2011 7:56 pm Subject: AutoHotkeyH.dll |
Hey HotkeyIt,
I am experimenting with letting users of one of my applications run arbitrary autohotkey scripts in a sandboxed way.
What do you think of having a sandboxed autohotkey.dll along the l ... |
Topic: [CLASS] DllStruct (AHK 1.1) |
tinku99
Replies: 30
Views: 2922
|
Forum: Scripts & Functions Posted: Mon Dec 12, 2011 5:05 pm Subject: swig |
Have you looked into swig at all ?
http://swig.svn.sourceforge.net/viewvc/swig/branches/gsoc2008-jezabek/Doc/Manual/COM.html#com_further_details
one of my list of things to do is ahk output from ... |
Topic: [AHK_L + AHK v2] COM Classes Framework (CCF) |
tinku99
Replies: 41
Views: 3427
|
Forum: Scripts & Functions Posted: Mon Dec 12, 2011 5:03 pm Subject: swig com wrappers |
Just came across, this: http://swig.svn.sourceforge.net/viewvc/swig/branches/gsoc2008-jezabek/Doc/Manual/COM.html#com_further_details
will have to see if it actually works...
automatic com wrapper ... |
Topic: openssh on windows |
tinku99
Replies: 4
Views: 760
|
Forum: Utilities & Resources Posted: Thu Nov 24, 2011 6:20 pm Subject: git on windows server |
| http://holyhoehle.wordpress.com/tag/winsshd/ |
Topic: [Class] _Struct + [Func] sizeof ! New Version ! |
tinku99
Replies: 103
Views: 10611
|
Forum: Scripts & Functions Posted: Fri Nov 18, 2011 9:22 am Subject: swig for ahk |
hki,
have you looked at swig ?
i have been meening to try extending it to support ahk.
but you might be able to do it sooner than me.
and you will save yourself some time with this library. |
Topic: How to: Run Dynamic Script... Through a Pipe! |
tinku99
Replies: 48
Views: 15840
|
Forum: Scripts & Functions Posted: Sat Nov 12, 2011 9:43 pm Subject: ramdisk / ramdrive |
I use
I don't know if you still use AR Soft.
But this one is open source: http://www.ltr-data.se/opencode.html/#ImDisk
got high marks on superuser.com: http://superuser.com/questions/34388/whats- ... |
Topic: a_coordmode |
tinku99
Replies: 2
Views: 340
|
Forum: Wish List Posted: Sun Nov 06, 2011 6:45 pm Subject: a_coordmode |
i think this has been asked for before.
A_CoordMode to contain the current coordmode settings.
What would be even better is if mousegetpos, winget, etc. took coordmode as a parameter...
then we ... |
Topic: xml class |
tinku99
Replies: 0
Views: 165
|
Forum: Scripts & Functions Posted: Sun Nov 06, 2011 6:52 am Subject: xml class |
a simple wrapper for xml objectstestxmllabel:
testxml()
return
testxml(){
a =
(
<circle>
<Center row="893" col="1316"/& ... |
Topic: how do you organize your lib folder ? |
tinku99
Replies: 3
Views: 283
|
Forum: General Chat Posted: Sun Nov 06, 2011 5:16 am Subject: how do you organize your lib folder ? |
I would like to keep my lib folder organized, but don't want to dump all scripts into the same lib folder. would prefer to have a heirerarchy, example:
lib\comutil\acc.ahk
lib\comutil\com.ahk
lib ... |
Topic: convert between object and comobjarray |
tinku99
Replies: 0
Views: 151
|
Forum: Scripts & Functions Posted: Sun Nov 06, 2011 5:00 am Subject: convert between object and comobjarray |
Its a little inconvenient that you can't pass ahk objects as they are to com object methods. So I wrote a little utility to convert associative array objects into safearrays.
gist: https://gist.git ... |
| |