AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 30 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Wrapper for libHaru (creates PDFs) (stdlib) [r1, 2009-05-11]
Thrawn

Replies: 16
Views: 6267

PostForum: Scripts & Functions   Posted: Tue Apr 05, 2011 6:07 pm   Subject: Re: LibHaru - PDF : Windows binaries
Hi ..

I am trying to get LibHaru Windows Binaries 2.1.0 VC8 but the link on http://libharu.org/wiki/Downloads is broken (site down and will be unavailable until the server has been rebuilt)

If a ...
  Topic: [module] Scroller 1.0
Thrawn

Replies: 9
Views: 2478

PostForum: Scripts & Functions   Posted: Wed Oct 21, 2009 4:20 pm   Subject: [module] Scroller 1.0
This is the picture of scrollable Panel which will soon be available for usage.i'd love that feature. can't wait to use it.
  Topic: SceneRenamer - Renames "Scene" releases of TV Show
Thrawn

Replies: 69
Views: 10628

PostForum: Scripts & Functions   Posted: Thu Oct 08, 2009 4:26 pm   Subject: SceneRenamer - Renames "Scene" releases of TV Show
i'm coding something similar using http://thrawn.einfachonline.net/images/stories/screens/ScreenShot_2009_10_08_18_10_18.jpghttp://thrawn.einfachonline.net/images/stories/screens/ScreenShot_2009_10_08 ...
  Topic: Synchronizing "Threads" in AHK
Thrawn

Replies: 5
Views: 762

PostForum: Scripts & Functions   Posted: Wed Aug 19, 2009 10:01 am   Subject: Synchronizing "Threads" in AHK
skype has a com api. use it instead. [url=https://developer.skype.com/Docs/Skype4COM]link. much easier, and much prettier code.
  Topic: [lib] GPF v1.1c - Overlaying Direct3D games (DX 8+9) (FIXED)
Thrawn

Replies: 85
Views: 19790

PostForum: Scripts & Functions   Posted: Thu Jun 25, 2009 10:36 am   Subject: [lib] GPF v1.1c - Overlaying Direct3D games (DX 8+9) (FIXED)
awesome!
thank you very much. whats up with the dx9 version of the dll?
  Topic: ImageMagick Wrapper (stdlib) [r1, 2009-05-16]
Thrawn

Replies: 13
Views: 3078

PostForum: Scripts & Functions   Posted: Mon May 18, 2009 10:44 pm   Subject: ImageMagick Wrapper (stdlib) [r1, 2009-05-16]
I've added some basic examples and a link to the supported image formats.
  Topic: AHK + LUA Interop (stdlib), proof of concept
Thrawn

Replies: 17
Views: 8218

PostForum: Scripts & Functions   Posted: Mon May 18, 2009 9:42 pm   Subject: AHK + LUA Interop (stdlib), proof of concept
A very (very very) basic IDE demonstration realized in ahk (uses http://www.autohotkey.net/~thrawn/lua/ScreenShot_2009_05_18_23_37_36.jpg

[url=http://www.autohotkey.net/~thrawn/lua/kahlua.zip]zip c ...
  Topic: Wrapper for libHaru (creates PDFs) (stdlib) [r1, 2009-05-11]
Thrawn

Replies: 16
Views: 6267

PostForum: Scripts & Functions   Posted: Mon May 18, 2009 9:34 pm   Subject: Wrapper for libHaru (creates PDFs) (stdlib) [r1, 2009-05-11]
as a workaround you could use [url=http://www.autohotkey.com/forum/viewtopic.php?t=44319]this (ImageMagick Wrapper) to convert the png to jpeg, although it would bloat the example with additional dlls ...
  Topic: Fast Explorer Context Menu Extension DLL
Thrawn

Replies: 7
Views: 4680

PostForum: Scripts & Functions   Posted: Mon May 18, 2009 9:28 pm   Subject: Fast Explorer Context Menu Extension DLL
Fast Explorer Context Menu Extension DLL

This handy utility allows you to manage context menus items of file objects displayed in a file manager like Windows Explorer or any other application that ...
  Topic: Fast Explorer Context Menu Extension DLL
Thrawn

Replies: 8
Views: 4827

PostForum: Utilities & Resources   Posted: Mon May 18, 2009 9:14 pm   Subject: Fast Explorer Context Menu Extension DLL
I wrote a little library for it [url=http://www.autohotkey.com/forum/viewtopic.php?t=44391]here
  Topic: ImageMagick Wrapper (stdlib) [r1, 2009-05-16]
Thrawn

Replies: 13
Views: 3078

PostForum: Scripts & Functions   Posted: Sat May 16, 2009 3:45 pm   Subject: ImageMagick Wrapper (stdlib) [r1, 2009-05-16]
ImageMagick Wrapper Release 1, 2009-05-16
ImageMagick® is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) includi ...
  Topic: Wrapper for libHaru (creates PDFs) (stdlib) [r1, 2009-05-11]
Thrawn

Replies: 16
Views: 6267

PostForum: Scripts & Functions   Posted: Thu May 14, 2009 4:19 pm   Subject: Wrapper for libHaru (creates PDFs) (stdlib) [r1, 2009-05-11]
you could adapt the resampling function so the converted pictures won't be deleted and see if they get corrupted before they are embedded in the pdf.
if they are corrupted -> it's gdi+ or the resa ...
  Topic: AHK + LUA Interop (stdlib), proof of concept
Thrawn

Replies: 17
Views: 8218

PostForum: Scripts & Functions   Posted: Thu May 14, 2009 4:04 pm   Subject: AHK + LUA Interop (stdlib), proof of concept
I've just finished wrapping most of the autohotkey functionality to lua - i'm still missing some 'run that lua-function, when that label gets called'-stuff, but finally it will look like this (working ...
  Topic: AHK + LUA Interop (stdlib), proof of concept
Thrawn

Replies: 17
Views: 8218

PostForum: Scripts & Functions   Posted: Wed May 13, 2009 6:12 pm   Subject: AHK + LUA Interop (stdlib), proof of concept
I've updated the first post and the zip file.
The library is almost complete; missing C-Functions in lua.ahk:
;int luaL_optint (lua_State *L, int narg, int d);
;lua_Integer luaL_optinteger ...
  Topic: AHK + LUA Interop (stdlib), proof of concept
Thrawn

Replies: 17
Views: 8218

PostForum: Scripts & Functions   Posted: Wed May 13, 2009 2:39 pm   Subject: AHK + LUA Interop (stdlib), proof of concept
I'm using -- Start
Msgbox(FileGetSize(FileSelectFile()))
-- End
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group