| Author |
Message |
Topic: dde.ahk problems when closing server application |
Joy2DWorld
Replies: 9
Views: 228
|
Forum: Ask for Help Posted: Mon Mar 08, 2010 4:49 pm Subject: dde.ahk problems when closing server application |
great debug!
(actually is human bug in 'translation' for post upload. In original used simulated object function in place of global vars, but seemed to complex so 'simplified' for posting...) |
Topic: AHK DDE FUNCTIONS. (Including a/sync,batch,multi-channel) |
Joy2DWorld
Replies: 15
Views: 3975
|
Forum: Scripts & Functions Posted: Mon Mar 08, 2010 4:48 pm Subject: AHK DDE FUNCTIONS. (Including a/sync,batch,multi-channel) |
bug fix see original post for updated code.
__DDEM_DDE_Topic_List var misnamed, fixed. |
Topic: dde.ahk problems when closing server application |
Joy2DWorld
Replies: 9
Views: 228
|
Forum: Ask for Help Posted: Mon Mar 08, 2010 3:01 am Subject: dde.ahk problems when closing server application |
try watching __DDEM___DDE_Topic_List and __DDE_Server
and __DDE_Topic and __DDE_DDEConnection_
within the Kill function.
also could try setting true __DDE_Kill_window_on_Kill |
Topic: dde.ahk problems when closing server application |
Joy2DWorld
Replies: 9
Views: 228
|
Forum: Ask for Help Posted: Mon Mar 08, 2010 12:24 am Subject: dde.ahk problems when closing server application |
its been a long time ...
DDE_KILL("SERVER_NAME","TOPIC", OPTIONAL_CONNECTION_NUMBER) *should* loop thru all connections and disconnect, when no params, but , would test wi ... |
Topic: [function] DockA 1.0 |
Joy2DWorld
Replies: 5
Views: 1068
|
Forum: Scripts & Functions Posted: Tue Feb 23, 2010 8:18 pm Subject: [function] DockA 1.0 |
I see this not get so many comments so I add one:
WAY NICE!!!!
This is nicely coded function.
Edit: Couple of small possible bugs:
You are using STATIC variables to save global t ... |
Topic: COM Standard Library |
Joy2DWorld
Replies: 555
Views: 94250
|
Forum: Scripts & Functions Posted: Fri Jan 22, 2010 12:14 am Subject: COM Standard Library |
likely AHK is releasing for other processes thus 'stall' you see. Try setting batch lines to -1, etc.
(not tested) |
Topic: Auto Recorder -Simple Method |
Joy2DWorld
Replies: 5
Views: 498
|
Forum: Scripts & Functions Posted: Thu Jan 07, 2010 12:32 am Subject: Auto Recorder -Simple Method |
how come you posting as guest ?
what up with "MsgBox This is just a demo version!`n You can only record mouse and single keys." |
Topic: Experimental COM support for AutoHotkeyU/_L |
Joy2DWorld
Replies: 54
Views: 2275
|
Forum: General Chat Posted: Sat Jan 02, 2010 10:41 pm Subject: Experimental COM support for AutoHotkeyU/_L |
| hence ability to type. |
Topic: Experimental COM support for AutoHotkeyU/_L |
Joy2DWorld
Replies: 54
Views: 2275
|
Forum: General Chat Posted: Wed Dec 30, 2009 9:03 pm Subject: Experimental COM support for AutoHotkeyU/_L |
... doesn't the OLE init lock all subsequent COMs to single thread model ?So does
not my expertise, but understanding was the OLE init'd Com threads locked to single thread but CoInitializeEx ini ... |
Topic: Experimental COM support for AutoHotkeyU/_L |
Joy2DWorld
Replies: 54
Views: 2275
|
Forum: General Chat Posted: Wed Dec 30, 2009 1:17 pm Subject: Experimental COM support for AutoHotkeyU/_L |
Sean would know better than I, but doesn't the OLE init lock all subsequent COMs to single thread model ?
ie., have always thought OLE init restricted to when actually necessary.
but then aga ... |
Topic: COM Standard Library |
Joy2DWorld
Replies: 555
Views: 94250
|
Forum: Scripts & Functions Posted: Tue Dec 29, 2009 6:25 am Subject: COM Standard Library |
| Actually, Fiigured that no one else would need the function. This thread seems to indicate that maybe it would actually be generally useful, at any rate. |
Topic: COM Standard Library |
Joy2DWorld
Replies: 555
Views: 94250
|
Forum: Scripts & Functions Posted: Tue Dec 29, 2009 5:30 am Subject: COM Standard Library |
| have extensively experimented with AHK using script new thread solutions, and not happy results. EASY to implement as AHK native function, not reliable as far as I've found from within AHK (proble ... |
Topic: COM Standard Library |
Joy2DWorld
Replies: 555
Views: 94250
|
Forum: Scripts & Functions Posted: Tue Dec 29, 2009 4:41 am Subject: COM Standard Library |
1. settimer won't solve dll as AHK is using psuedo threads.
2. have extensively experimented with AHK using script new thread solutions, and not happy results. EASY to implement as AHK native fun ... |
Topic: COM Standard Library |
Joy2DWorld
Replies: 555
Views: 94250
|
Forum: Scripts & Functions Posted: Tue Dec 29, 2009 2:53 am Subject: COM Standard Library |
@Sean,
have personally leaned mountains from so much you've posted. Would hope that you'd continue to post freely.
as for result := DLLCallThread(), can think of *a lot* of places where ... |
Topic: COM Standard Library |
Joy2DWorld
Replies: 555
Views: 94250
|
Forum: Scripts & Functions Posted: Mon Dec 28, 2009 4:44 pm Subject: COM Standard Library |
have not played with it, but seems that new thread can be opened for the actual COM DLL call that 'hangs' waiting for the call to return.
maybe even worth a feature request for AHK, a of DLLCa ... |
| |