Search found 9 matches

by greatwhitepine
13 May 2024, 00:51
Forum: Ask for Help (v2)
Topic: Validation i.e. Yup in Autohotkey?
Replies: 0
Views: 166

Validation i.e. Yup in Autohotkey?

Hey all, working on a db abstraction layer for AHK2 (which I'm planning on releasing -> SQLite only for now with Models & Collections + events, etc...) and I'm wondering if there is an existing ahk validation library or a way to incorporate a js library such as Yup. Regular expressions are great but...
by greatwhitepine
14 Mar 2024, 22:05
Forum: Ask for Help (v2)
Topic: Simple enumeration Topic is solved
Replies: 10
Views: 2502

Re: Simple enumeration Topic is solved

Thanks for this! This example should be included in the documentation as there is no example showing __Enum() implementation.
by greatwhitepine
04 Mar 2024, 07:06
Forum: Ask for Help (v2)
Topic: DDL and CB_GETCOMBOBOXINFO example? Topic is solved
Replies: 2
Views: 107

DDL and CB_GETCOMBOBOXINFO example? Topic is solved

This code does not work. How do I get the DDL edit hwnd? ; force autohotkey v2 requirement #Requires AutoHotkey v2.0 ; init/show gui and ddl MyGui := Gui() DDL := MyGui.Add( 'DDL', 'w200 Choose1', [ 'One', 'Two' ] ) MyGui.Show( 'h70' ) ; get combo box info cbInfo := Buffer( cbInfoSize := 40 + A_PtrS...
by greatwhitepine
25 Mar 2023, 11:51
Forum: Visual Studio Code
Topic: AutoHotkey v2 Language Support, used in any editor that supports lsp
Replies: 47
Views: 20048

Re: AutoHotkey v2 Language Support, used in any editor that supports lsp

https://github.com/onury/docma I get error... » Unsupported source ignored: C:\AHK\test_gui\main\test_gui.ahk Forcing to treat ahk files as js files also doesn't work... "src": [ "./main/**/*.ahk:js" ], Parsing 32 Javascript file(s)... » Parsing (_def_): 32 files Error: Output: There are no input f...
by greatwhitepine
24 Mar 2023, 04:02
Forum: Visual Studio Code
Topic: AutoHotkey v2 Language Support, used in any editor that supports lsp
Replies: 47
Views: 20048

Re: AutoHotkey v2 Language Support, used in any editor that supports lsp

I'm using this and it is excellent! ty!

Are you aware of any way to generate the api documentation in html format from the javadoc style comments?
by greatwhitepine
20 Feb 2023, 04:08
Forum: Scripts and Functions (v1)
Topic: [class] PopUpWindow (Layered Windows )
Replies: 18
Views: 5156

Re: [class] PopUpWindow (Layered Windows )

Would you mind sharing your updated version when you are done? Not at all though it's a complete rewrite and now one class in a mini gui/component library. It will have library dependencies though I'm trying to make it super easy to use and adapt. It will be nowhere near complete as far as the comp...
by greatwhitepine
17 Feb 2023, 17:51
Forum: Scripts and Functions (v1)
Topic: [class] PopUpWindow (Layered Windows )
Replies: 18
Views: 5156

Re: [class] PopUpWindow (Layered Windows )

Hellbent wrote:
17 Feb 2023, 13:53
Yes, here it is.
2.0.2 doesn't use the same syntax used in your file. I've got a modified version that works in 2.0.2 almost done. I'm good.
by greatwhitepine
16 Feb 2023, 12:32
Forum: Scripts and Functions (v1)
Topic: [class] PopUpWindow (Layered Windows )
Replies: 18
Views: 5156

Re: [class] PopUpWindow (Layered Windows )

Is there a 2.02 version of this?

Go to advanced search