Search found 17 matches

by alllala
16 Oct 2018, 03:41
Forum: Ask for Help (v1)
Topic: Click Up not working on some Windows
Replies: 7
Views: 1651

Re: Click Up not working on some Windows

Maybe somebody could take a look?
by alllala
30 Aug 2018, 02:57
Forum: Ask for Help (v1)
Topic: Click Up not working on some Windows
Replies: 7
Views: 1651

Re: Click Up not working on some Windows

It didn't help either.
Could you please test the script yourself? Try running it and look if what happens if you click on the titlebar of the Status Window of the script running this code?
by alllala
29 Aug 2018, 07:47
Forum: Ask for Help (v1)
Topic: Click Up not working on some Windows
Replies: 7
Views: 1651

Re: Click Up not working on some Windows

MannyKSoSo wrote:You could look at this script and see if it works for you https://sites.google.com/site/ahkref/ti ... ubleclicks
thanks for the reply, but it didn't help. Still Click up won´t release the click in some cases
by alllala
29 Aug 2018, 02:43
Forum: Ask for Help (v1)
Topic: Click Up not working on some Windows
Replies: 7
Views: 1651

Click Up not working on some Windows

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #Persistent Menu, Tray, Icon , C:\Windows\system32\SHELL32.dll, 45 LButton:: If (A_TimeSincePriorHotkey < 50) ;hyperclick Return Click Down KeyWait, LButton Click Up Return Running AHK 1.1.30.00 with Win 7 x64 P...
by alllala
20 Dec 2015, 10:41
Forum: Ask for Help (v1)
Topic: From 1.1.22.0x -> 1.1.22.09 : Something changed, Scripts not working fully
Replies: 7
Views: 2726

Re: From 1.1.22.0x -> 1.1.22.09 : Something changed, Scripts not working fully

Thank you for your reply.

I believe to have found the cause of the different behavior. As I updated AHK to .09, I let the Update tool restart my Script, which let A_WorkingDir to be in a different Folder than usual.
by alllala
15 Dec 2015, 12:18
Forum: Ask for Help (v1)
Topic: From 1.1.22.0x -> 1.1.22.09 : Something changed, Scripts not working fully
Replies: 7
Views: 2726

From 1.1.22.0x -> 1.1.22.09 : Something changed, Scripts not working fully

Hi, Since the last update I have some issues with my Scripts, so they don´t work fully as intended like before the update For Example: Runwait some.exe ;to work it seems now be written as: Runwait, some.exe Excuse me, if I´m missing something obvious. Edit1: After investigating the matter further I ...
by alllala
04 Nov 2014, 11:09
Forum: Bug Reports
Topic: Hotkey not working if first Line defines a Class
Replies: 3
Views: 2337

Hotkey not working if first Line defines a Class

^!6:: ;Some command must be here or the class/hotkey does not work class baseObject { static foo := "bar" } obj1 := Object(), obj1.base := baseObject obj2 := {base: baseObject} obj3 := new baseObject MsgBox % obj1.foo " " obj2.foo " " obj3.foo Using AHK 1.16.05 and I´m not sure if this is a bug or ...
by alllala
12 Sep 2014, 12:47
Forum: Ask for Help (v1)
Topic: if App was closed disconnecting ComObjConnect(Obj) fails
Replies: 1
Views: 1283

if App was closed disconnecting ComObjConnect(Obj) fails

I´m using Foobar with Com http://www.autohotkey.com/board/topic/56987-com-object-reference-autohotkey-v11/page-15#entry622731 but having trouble disconnecting the event-handle when foobar was closed premature. I then get an error message saying the RPC Server is unavailable. Is it possible at all to...
by alllala
25 Aug 2014, 12:25
Forum: Ask for Help (v1)
Topic: Hotkey, If, Expression Problem
Replies: 4
Views: 2063

Re: Hotkey, If, Expression Problem

Thank you for the quick help. Now it´s obvious why it didn´t work in the first place.
by alllala
25 Aug 2014, 12:17
Forum: Bug Reports
Topic: Windows remote assistance deactivate autohotkey
Replies: 1
Views: 1760

Re: Windows remote assistance deactivate autohotkey

I encounter similar behavior with windows remote desktop. But I think it is intentional because your input is send to the other computer instead of the one your are sitting at.
by alllala
25 Aug 2014, 11:02
Forum: Ask for Help (v1)
Topic: Hotkey, If, Expression Problem
Replies: 4
Views: 2063

Hotkey, If, Expression Problem

I´m trying to increase the priority of an Hotkey. Unfortunately I can´t get it to work. I only get this Errormessage. Anyone an idea, what I´m doing wrong? --------------------------- Test.ahk --------------------------- Error: Parameter #2 must match an existing #If expression. Line# ---> 012: Hotk...
by alllala
07 Aug 2014, 10:10
Forum: Notepad++
Topic: Setup Notepad++ for AutoHotkey
Replies: 167
Views: 517644

Re: Setup Notepad++ for AutoHotkey

Does this work with NP++ 6.6.2?
Could not get it to work.

I´m still using NP++ 6.1.4 because I´m so used to the syntax Highlighting
by alllala
21 May 2014, 09:11
Forum: Scripts and Functions (v1)
Topic: Foobar2000 Com Automation
Replies: 18
Views: 13064

Re: Foobar2000 Com Automation

Unfortunately you left out the the Playlist functions. I tried to get them to work with the foobar2000.idl but had no sucess until now. Foobar := ComObjCreate("Foobar2000.Application.0.7"),Foobar.Minimized := 1 ;Create the COM object and minimise foobar. Playback := Foobar.Playback ;The playback han...
by alllala
19 Apr 2014, 09:45
Forum: Ask for Help (v1)
Topic: MediaInfo.DLL not working with 1.14.03 x64 Unicode
Replies: 2
Views: 2529

Re: MediaInfo.DLL not working with 1.14.03 x64 Unicode

Thank you for your help lexikos.

With your hint I could solve the problem
by alllala
18 Apr 2014, 10:44
Forum: Ask for Help (v1)
Topic: MediaInfo.DLL not working with 1.14.03 x64 Unicode
Replies: 2
Views: 2529

MediaInfo.DLL not working with 1.14.03 x64 Unicode

I never really got to the part with AHK and DLL calls, although I´m used to AHK for quite some time now. All I want to do is find out out the runtime of an media file like mp4 or mkv. I found some examples using the MediaInfo.dll and DLL calls but they all do not work as expected. I can´t extract an...

Go to advanced search