Search found 170 matches

by hotkeyguy
25 Sep 2019, 06:02
Forum: Ask for Help (v1)
Topic: Hook for title(bar) changes, multiple tabs editor
Replies: 0
Views: 444

Hook for title(bar) changes, multiple tabs editor

Hello, is there a way to use an hook to detect changes in the title(bar) of editors with multiple tabs open, like Notepad++, Scintilla and others? I want to avoid using a (nasty) timer! I tried ObjectNameChange (thanks Lexikos for this function and of course Frosti for AHK-Rare) without success. Man...
by hotkeyguy
09 Sep 2019, 08:23
Forum: Ask for Help (v1)
Topic: Ahk2Exe: Modified/created time of compiled script
Replies: 0
Views: 384

Ahk2Exe: Modified/created time of compiled script

Hello again, when I compile my AHK script, the modified time of the excutable corresponds to the current time during compiling. But the created time is in no relation to any plausible time. Shouldn't it be the same time? Or the created time of the script file itself? Even when I delete the executabl...
by hotkeyguy
31 May 2019, 07:57
Forum: Scripts and Functions (v1)
Topic: [Editor] CodeQuickTester - Write and run code without saving to a temporary file
Replies: 204
Views: 118672

Re: [Editor] CodeQuickTester - Write and run code without saving to a temporary file

Hello again, great would be some global variables, with prefix e. g. cqt_x/y/w/h, for positioning own GUIs in relation to the CQT GUI. Especially when AlwaysOnTop , own GUIs are hidden, Run [F5] should toggle between the two modes Run and Kill . Don't know whether that is possible but when the own G...
by hotkeyguy
18 Nov 2018, 17:37
Forum: Tutorials (v1)
Topic: Using Selenium with AutoHotkey- Cross browser automation!
Replies: 172
Views: 172818

Re: Using Selenium with AutoHotkey- Cross browser automation!

Hello, there is a promising new toy, especially for ( but not only ) Firefox users (like me): intoli/remote-browser: A low-level browser automation framework built on top of the Web Extensions API standard. And it can connect to an already running browser! No further infos yet, I'm too excited! :sup...
by hotkeyguy
13 Nov 2018, 15:43
Forum: Ask for Help (v1)
Topic: COM error 0x80020005 - Type mismatch
Replies: 1
Views: 780

COM error 0x80020005 - Type mismatch

Hello,

try to access an value via its .item property. .item( Number ) works, but with .item( "String" ) I get the mentioned error 0x80020005 - Type mismatch. Both types (number and string) should be possible. Any hints?

Edit: Same problem with JS!


Many thanks and greetings
hotkeyguy
by hotkeyguy
11 Nov 2018, 08:03
Forum: Ask for Help (v1)
Topic: RegExMatch(), match object: Named subpatterns (groups), get last found name
Replies: 1
Views: 546

RegExMatch(), match object: Named subpatterns (groups), get last found name

Hello, I have an regex with some named subpatterns (groups). Is there a convenient way to get the name of the last found one? The only way I know is testing whether the length of every MatchObject.Len["NAME"] is > 0, or iterate the .Len array starting with index 1. Many thanks and greetings hotkeygu
by hotkeyguy
09 Nov 2018, 15:42
Forum: Scripts and Functions (v1)
Topic: [Editor] CodeQuickTester - Write and run code without saving to a temporary file
Replies: 204
Views: 118672

Re: [Editor] CodeQuickTester - Write and run code without saving to a temporary file

Hello GeekDude,

many thanks for CodeQuickTester v2.8, especially Save/Save As and rename. I just wanted to ask. And OutputDebug works now (not in v2.7). Yep, I got v2.7 compiled meanwhile. No problems starting v2.8.


Greetings and thanks for that early St. Nicholas' Day gift :xmas:
hotkeyguy
by hotkeyguy
03 Nov 2018, 16:37
Forum: Ask for Help (v1)
Topic: Pixelsearch: Loop for all pixels of a certain color
Replies: 0
Views: 555

Pixelsearch: Loop for all pixels of a certain color

Hello,

I'm sure there is already a solution somewhere. I want to get all pixel coordinates of a certain color in a bmp-file shown in an AHK GUI. That file is a mask for mouse positions I need for controlling another app later.


Many thanks and greetings
hotkeyguy
by hotkeyguy
02 Nov 2018, 17:49
Forum: Ask for Help (v1)
Topic: GuiControlGet, OutputVar, FocusV: Problem with named GUI
Replies: 0
Views: 525

GuiControlGet, OutputVar, FocusV: Problem with named GUI

Hello, is there something special with an named GUI and ControlGet, OutputVar, FocusV ? My GUI consits of some edits and I have assigned Enter as hotkey. I always get the same variable name: #IfWinActive MyTitle Enter:: GuiControlGet, MyName, FocusV MsgBox, % "MyName = " MyName return Many thanks an...
by hotkeyguy
01 Nov 2018, 18:15
Forum: Ask for Help (v1)
Topic: Gui, +LastFound, replace +LastFound with HWND
Replies: 4
Views: 1048

Re: Gui, +LastFound, replace +LastFound with HWND

Hello swagfag, I forgot to mention that I need that assignment before an WinSet, Region, ... command. The GUI has no caption and is a toolwindow: Gui, -Caption +ToolWindow +LastFound +AlwaysOnTop +hwndMyGuiHwnd . Your suggestion Gui %MyGuiHWND%: Default doesn't work and I have no clue why not. Many ...
by hotkeyguy
30 Oct 2018, 15:30
Forum: Ask for Help (v1)
Topic: Gui, +LastFound, replace +LastFound with HWND
Replies: 4
Views: 1048

Gui, +LastFound, replace +LastFound with HWND

Hello again,

have two GUIs, looking for an replacement for Gui, +LastFound with the HWND of that GUI. Get the HWND via Gui, +hwndMyGuiHwnd.


Many thanks and greetings
hotkeyguy
by hotkeyguy
22 Oct 2018, 08:20
Forum: Scripts and Functions (v1)
Topic: Get the URL of the current (active) browser tab
Replies: 196
Views: 140955

Re: Get the URL of the current (active) browser tab

I'm using JnLlnds code. With Firefox 62.0.3, I get sometimes two error messages 1. An error occurred in the secure channel support followed by 2. The data necessary to complete this operation is not yet available. The affected lines are objWebRequest.Send() ; and return (objWebRequest.StatusText() =...
by hotkeyguy
17 Oct 2018, 14:44
Forum: Scripts and Functions (v1)
Topic: [Editor] CodeQuickTester - Write and run code without saving to a temporary file
Replies: 204
Views: 118672

Re: [Script] CodeQuickTester - Write and run code without saving to a temporary file

Hello again GeekDude, on my desktop PC, CodeQuickTester_v2.7.exe doesn't start. The tray icon is only shortly shown. Notebook no problems. Win 7 64-bit on both machines. No AV issues. BTW, the Spoiler doesn't work - I'm aware that this forum is partly out of order. Many thanks again and greetings ho...
by hotkeyguy
10 Oct 2018, 13:59
Forum: Scripts and Functions (v1)
Topic: [Editor] CodeQuickTester - Write and run code without saving to a temporary file
Replies: 204
Views: 118672

Re: [Script] CodeQuickTester - Write and run code without saving to a temporary file

Hello GeekDude, can you pls. check the links Related Projects MultiTester.ahk and RichCode.ahk , both are the same. Where can I find the source code of RichCode.ahk? The folder \RichCode.ahk in CodeQuickTester-2.7.zip is empty, like in MultiTester.ahk-0.2.zip. Many thanks for all your efforts and gr...
by hotkeyguy
09 Oct 2018, 06:03
Forum: Ask for Help (v1)
Topic: Extract subroutines, functions and classes
Replies: 1
Views: 519

Extract subroutines, functions and classes

Hello again,

looking for an (AHK-)script/tool for extraxting subroutines, functions and classes of an *.ahk-file to e. g. an text file. Any hints are highly appreciated!


Many thanks and greetings
hotkeyguy
by hotkeyguy
18 Jul 2017, 21:44
Forum: Ask for Help (v1)
Topic: AutoHotkey GUI: Parent GUI with embedded child GUIs, determine child GUI via mouse position
Replies: 0
Views: 501

AutoHotkey GUI: Parent GUI with embedded child GUIs, determine child GUI via mouse position

Hello,

is there a way to determine the child GUI at the current mouse position? The parent of the child GUIs (+Owner) is the main GUI.


Many thanks and greetings
hotkeyguy
by hotkeyguy
17 Jul 2017, 20:06
Forum: Notepad++
Topic: Notepad++ ActiveX plugin doesn't work - SOLVED
Replies: 2
Views: 8066

Re: Notepad++ ActiveX plugin doesn't work

Hello all,

after restarting my PC the plugin seems to work. Just testing.


Many thanks and greetings
hotkeyguy
by hotkeyguy
17 Jul 2017, 16:54
Forum: Notepad++
Topic: Notepad++ ActiveX plugin doesn't work - SOLVED
Replies: 2
Views: 8066

Notepad++ ActiveX plugin doesn't work - SOLVED

Hello, there is an ActiveX plugin for Notepad++ available: Notepad++ ActiveX plugin download | SourceForge.net Unfortunately I don't get it working with AutoHotkey (tested 32 Bit ANSI + 32/64 Bit Unicode, Win 7 64 Bit): g_xNpp := ComObjActive( "NotepadPlusPlus.Application" ) sVersion := g_xNpp.versi...
by hotkeyguy
17 Jul 2017, 11:28
Forum: Ask for Help (v1)
Topic: AutoHotkey GUI Tab controls: Adding GUIs to tab pages
Replies: 1
Views: 733

AutoHotkey GUI Tab controls: Adding GUIs to tab pages

Hello, I want to use an tab page as an parent for child GUIs. Is that possible at all? Is there a way to get the handle of that tab page? When I use a Tab 3 control, I have problems with the drawing of the child GUIs. No problems with Tab and Tab 2. Of course I could manage the visibility of the chi...
by hotkeyguy
17 Jul 2017, 11:15
Forum: Ask for Help (v1)
Topic: GuiContextMenu function not triggered
Replies: 0
Views: 600

GuiContextMenu function not triggered

Hello, my main GUI (-Caption +AlwaysOnTop +ToolWindow) is the parent of some named child GUIs. For all the context menus I want to use one GuiContextMenu function. But that function isn't triggered. Any hints are highly appreciated! Other solution: I could use the WM_RBUTTONDOWN message to show the ...

Go to advanced search