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 78 matches
AutoHotkey Community Forum Index
Author Message
  Topic: INI Library - FAST in memory functions NO REGEX
Sam.

Replies: 51
Views: 5823

PostForum: Scripts & Functions   Posted: Sat Feb 11, 2012 6:26 am   Subject: INI Library - FAST in memory functions NO REGEX
What does RIni_GetKeysValues() do? It isn't covered in the documentation and it isn't as obvious as most...

TIA,
Sam.
  Topic: zlib
Sam.

Replies: 7
Views: 1840

PostForum: Scripts & Functions   Posted: Sat Dec 17, 2011 5:08 pm   Subject: zlib
this conversion is not requiredDllCall("WideCharToMultiByte", "Uint", 0, "Uint", 0, "str", outfilename, "int", -1, "str", sOutFileName, ...
  Topic: INI Library - FAST in memory functions NO REGEX
Sam.

Replies: 51
Views: 5823

PostForum: Scripts & Functions   Posted: Sat Dec 17, 2011 8:03 am   Subject: INI Library - FAST in memory functions NO REGEX
Here ya go. This should do what you want.

It will find section/key pairs that contain a value you pass to it. The returned data is *Section*|*Key* for a single entry or *Section*|*Key*`r`n*Section* ...
  Topic: zlib
Sam.

Replies: 7
Views: 1840

PostForum: Scripts & Functions   Posted: Sat Dec 17, 2011 7:58 am   Subject: zlib
Thank you very much for these functions shajul Smile . The zlib_Compress, zlib_Compress2, and zlib_Decompress functions were no problem to convert to AHK Basic (non-unicode), and I have been using them ...
  Topic: [AHK & AHK_L] Forms Framework 0.8
Sam.

Replies: 176
Views: 26462

PostForum: Scripts & Functions   Posted: Tue Dec 13, 2011 3:58 am   Subject: [AHK & AHK_L] Forms Framework 0.8
I suggest using the gdip framework and drawing it manually. You can get the coordinates of a click event on the GUI and act accordingly.So basically the easiest way is just to generate it as a single ...
  Topic: [AHK & AHK_L] Forms Framework 0.8
Sam.

Replies: 176
Views: 26462

PostForum: Scripts & Functions   Posted: Mon Dec 12, 2011 8:46 pm   Subject: [AHK & AHK_L] Forms Framework 0.8
This is the GUI that I am replicating:
http://dl.dropbox.com/u/5156883/Example.jpg
When the 256 color bitmap is loaded, the palette is displayed bottom center where each of the colors is its own but ...
  Topic: [AHK & AHK_L] Forms Framework 0.8
Sam.

Replies: 176
Views: 26462

PostForum: Scripts & Functions   Posted: Fri Dec 09, 2011 11:41 pm   Subject: [AHK & AHK_L] Forms Framework 0.8
When adding a wrapable, attached toolbar via the Toolbar_Add() function rather than the Form_Add() function, how can I make the height of the toolbar expand as the icons drop down to multiple rows as ...
  Topic: INI Library - FAST in memory functions NO REGEX
Sam.

Replies: 51
Views: 5823

PostForum: Scripts & Functions   Posted: Fri Dec 09, 2011 8:25 am   Subject: INI Library - FAST in memory functions NO REGEX
This is a WONDERFUL and AMAZINGLY USEFUL library of functions rseding91! Thank you very much Smile . I have a function request if you don't mind:

Similar to the RIni_FindKey(RVar,Key) function, I a ...
  Topic: convert big-endian hex <-> little-endian dec
Sam.

Replies: 2
Views: 160

PostForum: Ask for Help   Posted: Sun Dec 04, 2011 10:34 pm   Subject: convert big-endian hex <-> little-endian dec
Thank you very much SKAN!

Using those functions I improved my function to this (again a working example):

;
; AutoHotkey Version: 1.0.48.5
; Language: English
; Platform: ...
  Topic: convert big-endian hex <-> little-endian dec
Sam.

Replies: 2
Views: 160

PostForum: Ask for Help   Posted: Tue Nov 29, 2011 2:54 am   Subject: convert big-endian hex <-> little-endian dec
Below is a working example (assuming there is a .WAV file in your WINDOWS folder, which there should be) of a function I have written to convert an integer from big-endian hex <-> little-endian ...
  Topic: DllCall() to compress file data with zlib1.dll
Sam.

Replies: 2
Views: 323

PostForum: Ask for Help   Posted: Sat Feb 05, 2011 8:05 am   Subject: DllCall() to compress file data with zlib1.dll
I need to use the zlib1.dll (Input1 = TestG.bam
HexRead(Input1,MyData,0,0)

CompressedData := DllCall("zlib1\compress", "Str", MyData)
MsgBox ErrorLevel = ...
  Topic: GDI+ standard library 1.45 by tic
Sam.

Replies: 918
Views: 139857

PostForum: Scripts & Functions   Posted: Mon Nov 22, 2010 4:46 am   Subject: GDI+ standard library 1.45 by tic
try Gdip_BitmapReplaceColour:Thanks! That works great. Now what I would like to do is make the white pixels transparent on a rotated bitmap. I have started merging the two scripts, and so far this ...
  Topic: GDI+ standard library 1.45 by tic
Sam.

Replies: 918
Views: 139857

PostForum: Scripts & Functions   Posted: Sun Nov 21, 2010 7:03 am   Subject: Transcolor in Example Script 3
Hello,

Thanks for these awesome functions! I am using "Example 3: Gdip.Tutorial.3-Create.Gui.From.Image.ahk" and my image is a local .bmp file. My question is how do I make the transpar ...
  Topic: FileSelectFile Error
Sam.

Replies: 14
Views: 760

PostForum: Ask for Help   Posted: Sat Apr 03, 2010 4:57 pm   Subject: FileSelectFile Error
The error message you showed in the image was not generated by the code snip that you posted,
Could you post that section of the actual code?The error message does not come from my code at all. Tha ...
  Topic: FileSelectFile Error
Sam.

Replies: 14
Views: 760

PostForum: Ask for Help   Posted: Thu Apr 01, 2010 4:04 am   Subject: FileSelectFile Error
The error message you showed in the image was not generated by the code snip that you posted,
Could you post that section of the actual code?The error message does not come from my code at all. Tha ...
 
Page 1 of 6 Goto page 1, 2, 3, 4, 5, 6  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group