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 4648 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Check multi-dimensional object with a dynamic string
HotKeyIt

Replies: 5
Views: 115

PostForum: Ask for Help   Posted: Sat Feb 11, 2012 10:02 am   Subject: Check multi-dimensional object with a dynamic string
Will their reference counts safely be put back to the previous state once the function returns?Yes, local parameters are feed when function exits/returns.
Would you mind giving an example or where ca ...
  Topic: three key hotkey sequence
HotKeyIt

Replies: 2
Views: 50

PostForum: Ask for Help   Posted: Fri Feb 10, 2012 11:50 pm   Subject: three key hotkey sequence
Question*+>!a::SendInput Ä
  Topic: Just a simple Hotkey
HotKeyIt

Replies: 4
Views: 71

PostForum: Ask for Help   Posted: Fri Feb 10, 2012 3:53 pm   Subject: Just a simple Hotkey
Yes, 1 remains normal key and is a hotkey at the same time.
  Topic: Just a simple Hotkey
HotKeyIt

Replies: 4
Views: 71

PostForum: Ask for Help   Posted: Fri Feb 10, 2012 3:45 pm   Subject: Just a simple Hotkey
Question~1::8
  Topic: AHK working with Excel
HotKeyIt

Replies: 1
Views: 55

PostForum: Ask for Help   Posted: Fri Feb 10, 2012 3:44 pm   Subject: AHK working with Excel
Try this:F12::
If !oExcel
oExcel:=ComObjCreate("Excel.Application")
oExcel.Workbooks.Open("Path of excel file.xls",0,1)
Send % oExcel.Range(&qu ...
  Topic: Check multi-dimensional object with a dynamic string
HotKeyIt

Replies: 5
Views: 115

PostForum: Ask for Help   Posted: Fri Feb 10, 2012 1:18 pm   Subject: Check multi-dimensional object with a dynamic string
I wasn't sure if dynamic resolution to object is required.
Damn copy paste Smile
Updated above post, thanks for your comments Lexikos Wink

EDIT:
Added [url=http://www.autohotkey.com/forum/viewtopic.p ...
  Topic: Check multi-dimensional object with a dynamic string
HotKeyIt

Replies: 5
Views: 115

PostForum: Ask for Help   Posted: Fri Feb 10, 2012 11:59 am   Subject: Check multi-dimensional object with a dynamic string
Try this.obj:={a:{b:[1,2,3]}}

; Delimiter can be any non-word character
MsgBox % KeyInObj(obj,"a,b") ; 1
MsgBox % KeyInObj(obj," ...
  Topic: [AHK.dll] Multi-Threading Basic Examples
HotKeyIt

Replies: 69
Views: 1337

PostForum: Ask for Help   Posted: Fri Feb 10, 2012 11:27 am   Subject: [AHK.dll] Multi-Threading Basic Examples
1. It seems sizeof.ahk, _Struc.ahk, and TT.ahk have to be in C:\Program Files\AutoHotkey\lib. If they are placed in the lib forlder of the script directory, the thread script does not recognize them.T ...
  Topic: [AHK.dll] Multi-Threading Basic Examples
HotKeyIt

Replies: 69
Views: 1337

PostForum: Ask for Help   Posted: Thu Feb 09, 2012 3:15 pm   Subject: [AHK.dll] Multi-Threading Basic Examples
You would have to use dll:=AhkDllThread(".\AutoHotkey.dll")
dll.ahktextdll("
(LTrim
#NoTrayIcon
TT:=TT(""Balloon"")
...
  Topic: [AHK.dll] Multi-Threading Basic Examples
HotKeyIt

Replies: 69
Views: 1337

PostForum: Ask for Help   Posted: Thu Feb 09, 2012 3:02 pm   Subject: [AHK.dll] Multi-Threading Basic Examples
Awesome, I have updated AhkDllThread thread and downloads Smile
  Topic: [AHK.dll] Multi-Threading Basic Examples
HotKeyIt

Replies: 69
Views: 1337

PostForum: Ask for Help   Posted: Thu Feb 09, 2012 1:24 pm   Subject: [AHK.dll] Multi-Threading Basic Examples
I am we'll get it in the end Smile#include <FileGetVersionInfo>
AhkDllThread(dll="AutoHotkey.dll",obj=0){
static init,ahkfunction,hLib,ahkexec,DynaCall:="DynaCall ...
  Topic: [AHK.dll] Multi-Threading Basic Examples
HotKeyIt

Replies: 69
Views: 1337

PostForum: Ask for Help   Posted: Thu Feb 09, 2012 12:09 pm   Subject: [AHK.dll] Multi-Threading Basic Examples
Thank you for your patience Wink
I think I got it finally Rolling Eyes
Please test Smile#include <FileGetVersionInfo>
AhkDllThread(dll="AutoHotkey.dll",obj=0){
static init,ahkf ...
  Topic: [AHK.dll] Multi-Threading Basic Examples
HotKeyIt

Replies: 69
Views: 1337

PostForum: Ask for Help   Posted: Thu Feb 09, 2012 7:26 am   Subject: [AHK.dll] Multi-Threading Basic Examples
I see, that way it happens to me as well.

I have been working on new version for AhkDllThread, can you give it a try Wink
Example, tested on AHK_L and _H:
dll:=AhkDllThread("x:\Aut ...
  Topic: [AHK.dll] Multi-Threading Basic Examples
HotKeyIt

Replies: 69
Views: 1337

PostForum: Ask for Help   Posted: Thu Feb 09, 2012 7:11 am   Subject: [AHK.dll] Multi-Threading Basic Examples
Nope, it does not seems to happen to me Confused
Probably someone else can test and confirm Question
  Topic: [AHK.dll] Multi-Threading Basic Examples
HotKeyIt

Replies: 69
Views: 1337

PostForum: Ask for Help   Posted: Thu Feb 09, 2012 5:54 am   Subject: [AHK.dll] Multi-Threading Basic Examples
Can you please try this:#Noenv
#singleinstance, Force
#persistent
SetWorkingDir %A_ScriptDir%

#include <AhkDllThread>

;make it super global for testing to see the number of thread objec ...
 
Page 1 of 310 Goto page 1, 2, 3 ... 308, 309, 310  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group