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 326 matches
AutoHotkey Community Forum Index
Author Message
  Topic: How to prevent AHK resets TweakUI steal focus setting?
wOxxOm

Replies: 7
Views: 780

PostForum: Ask for Help   Posted: Fri Nov 18, 2011 10:21 am   Subject: How to prevent AHK resets TweakUI steal focus setting?
Why is it still enabled?
Such window behavior is dangerous.
It should be off by default or at least configurable.
  Topic: (Fixed) [AHK_L] ansi 0xFF char bug
wOxxOm

Replies: 5
Views: 514

PostForum: Bug Reports   Posted: Fri Dec 17, 2010 7:56 am   Subject: (Fixed) [AHK_L] ansi 0xFF char bug
thank you for clarification Smile
  Topic: (Fixed) [AHK_L] ansi 0xFF char bug
wOxxOm

Replies: 5
Views: 514

PostForum: Bug Reports   Posted: Fri Dec 17, 2010 7:16 am   Subject: (Fixed) [AHK_L] ansi 0xFF char bug
the error above from 1.0.90.00 ANSI

thank you for codepage hint - it wasn't prominently written on the Changes page - however ansi build gives the same error if I save script as UTF8+BOM (unicode ...
  Topic: (Fixed) [AHK_L] ansi 0xFF char bug
wOxxOm

Replies: 5
Views: 514

PostForum: Bug Reports   Posted: Fri Dec 17, 2010 6:33 am   Subject: (Fixed) [AHK_L] ansi 0xFF char bug
ansi 0xFF char (russian letter "я" / "ya") breaks AHK_L scripts

msgbox я123
-->
Error at line 2.
Line Text: 123
Error: This line does not contain a recognized ...
  Topic: Machine code binary buffer searching regardless of NULL
wOxxOm

Replies: 50
Views: 7358

PostForum: Scripts & Functions   Posted: Wed Jan 06, 2010 11:15 pm   Subject: Machine code binary buffer searching regardless of NULL
NumReps is of course a limit of replacements to be made.

well the asm is ultimately primitive, however it works pretty fast (10MB zeroes -> 1 in less than 100ms on my old AthlonX2@2600) - I just ...
  Topic: Machine code binary buffer searching regardless of NULL
wOxxOm

Replies: 50
Views: 7358

PostForum: Scripts & Functions   Posted: Wed Jan 06, 2010 7:02 pm   Subject: Machine code binary buffer searching regardless of NULL
widow, this is the answer for your deleted :p post:

;ReplaceByte - replace byte in binary Buffer
; ret: number of replacements, case-sensitive.
ReplaceByte( hayStackAddr, hayStackSize, B ...
  Topic: Keyboard layout switcher
wOxxOm

Replies: 22
Views: 11389

PostForum: Scripts & Functions   Posted: Mon Feb 16, 2009 10:19 pm   Subject: Keyboard layout switcher
the code in the first post, the block right after this comment - ;show traytip
  Topic: File Defragment [native ahk]
wOxxOm

Replies: 14
Views: 5125

PostForum: Scripts & Functions   Posted: Sat Dec 20, 2008 9:35 am   Subject: File Defragment [native ahk]
Update1: a small check for exact adjacency of the file's chunks to eliminate unneeded defrag.

Update1.fix: fileSizeCL assignment is now moved ahead of adjacency check
  Topic: file name into variable?
wOxxOm

Replies: 6
Views: 575

PostForum: Ask for Help   Posted: Fri Mar 21, 2008 11:19 pm   Subject: file name into variable?
maybe spearate the declaration and assignment?
global nrtfile
................
loop,*.nrt
{
nrtfile:=A_LoopFileName
.....................
}
  Topic: file name into variable?
wOxxOm

Replies: 6
Views: 575

PostForum: Ask for Help   Posted: Fri Mar 21, 2008 12:01 am   Subject: file name into variable?
loop,*.nrt
{
nrtfile:=A_LoopFileName
.....................
}
  Topic: willing to paypal for a script...
wOxxOm

Replies: 5
Views: 862

PostForum: Ask for Help   Posted: Tue Mar 11, 2008 8:08 pm   Subject: willing to paypal for a script...
there is a lot of excellent programs, many of them can do 2-pass dvd encoding, I guess there should be an application advanced enough to do both 2-pass and batch jobs
  Topic: If-Then statement
wOxxOm

Replies: 3
Views: 746

PostForum: Ask for Help   Posted: Tue Mar 11, 2008 7:53 pm   Subject: If-Then statement
actually I was checking if outlook.exe would start if specified without the fully qualified path...it didn't :-p
  Topic: willing to paypal for a script...
wOxxOm

Replies: 5
Views: 862

PostForum: Ask for Help   Posted: Tue Mar 11, 2008 7:50 pm   Subject: willing to paypal for a script...
why don't you use a video converter that can convert multiple avis?
  Topic: If-Then statement
wOxxOm

Replies: 3
Views: 746

PostForum: Ask for Help   Posted: Tue Mar 11, 2008 7:47 pm   Subject: If-Then statement
ifWinExist,Microsoft Outlook
WinMaximize,Whatever window title
else
Run,c:\Program Files\Microsoft Office\Office10\OUTLOOK.EXE
  Topic: a simple but hard GUI ? for gifted binary minds...
wOxxOm

Replies: 40
Views: 3541

PostForum: Ask for Help   Posted: Sat Mar 08, 2008 12:42 pm   Subject: a simple but hard GUI ? for gifted binary minds...
be the first to implement this in AHK Very Happy
 
Page 1 of 22 Goto page 1, 2, 3 ... 20, 21, 22  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group