Search found 13 matches

by KiddoV
22 Jul 2021, 17:11
Forum: Old Topics
Topic: AutoGUI - Script Editor, GUI Designer, Debugger and Tools
Replies: 423
Views: 428256

Re: AutoGUI - Script Editor, GUI Designer, Debugger and Tools

Hi everyone,
Why is it no <Convert to Executable... > button on the newest version AutoGUI (Adventure IDE v3.0.0)? Is there a short-cut keyboard or something?
by KiddoV
16 Jul 2021, 08:44
Forum: Scripts and Functions (v1)
Topic: AHKhttp - HTTP Server
Replies: 60
Views: 43413

Re: AHKhttp - HTTP Server

@CrashKoeck I'm glad to know I'm not alone.
I have a script too that wait for the server to crash and then reopen it (Basically it is a separate script with infinite loop, that wait for the server process as an .exe file, if it is crashed then reopen it). Not a good practice but I guess it works...
by KiddoV
15 Jul 2021, 15:29
Forum: Scripts and Functions (v1)
Topic: AHKhttp - HTTP Server
Replies: 60
Views: 43413

Re: AHKhttp - HTTP Server

Anyone still using this lib?
Any updated code to fix issues so far?
by KiddoV
17 May 2021, 14:39
Forum: Scripts and Functions (v1)
Topic: ObjectSort()
Replies: 19
Views: 6435

Re: ObjectSort()

Good function but it is still confused about "A11" and "A102" for example. It would put A102 first then A11. Is there anyway to fix it? Test: testObj := [{ref: "A10"}, {ref: "A12"}, {ref: "A11"}, {ref: "A102"}, {ref: "B3"}, {ref: "B0"}] The result: resultObj := [{"ref":"A10"}, {"ref":"A102"}, {"ref"...
by KiddoV
14 Jan 2021, 10:22
Forum: Scripts and Functions (v1)
Topic: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids (now for v2!)
Replies: 141
Views: 61252

Re: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids

Thank you, kczx3 ! Everyone, I recently using function ObjRegisterActive() to access Neutron object from the outer script. ObjRegisterActive(Object, CLSID, Flags:=0) { static cookieJar := {} if (!CLSID) { if (cookie := cookieJar.Remove(Object)) != "" DllCall("oleaut32\RevokeActiveObject", "uint", co...
by KiddoV
14 Jan 2021, 08:18
Forum: Scripts and Functions (v1)
Topic: ObjRegisterActive
Replies: 57
Views: 40502

Re: ObjRegisterActive

Very nice function, but it doesn't work with Class_SQlite object and Neutron object with NeutronObj.wnd.function() even though, they are all ahk object. Any idea why?
by KiddoV
07 Jan 2021, 10:56
Forum: Scripts and Functions (v1)
Topic: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids (now for v2!)
Replies: 141
Views: 61252

Re: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids

Hi, everyone! I am currently using CodeMirror plugin (codemirror.net/index.html) to make a simple text editor with Neutron (of course). All of the default shortcut keys like: Ctrl+A, Ctrl+C, Ctrl+Z... were working well when I opened html file via IE11, but when I used AHK (Neutron) to load html file...
by KiddoV
22 Dec 2020, 14:13
Forum: Ask for Help (v1)
Topic: Communication between Autohotkey / Arduino
Replies: 15
Views: 8724

Re: Communication between Autohotkey / Arduino

Anyone know how to send a break signal to a serial port. Just like Teraterm send break with command "sendbreak" or short cut alt+B?. I need to do that on an embed port.
Thanks!
by KiddoV
20 Oct 2020, 09:40
Forum: Scripts and Functions (v1)
Topic: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids (now for v2!)
Replies: 141
Views: 61252

Re: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids

GeekDude , @ I am looking forward to see the future of Neutron on Edge. In my opinion tho, I would rather implement it into Chrome (If that possible) . What do you think? @ Maybe it just me who cares so much about the UI. But, do you know how to change the scroll bar outlook? It looks so ugly and c...
by KiddoV
15 Oct 2020, 08:47
Forum: Scripts and Functions (v1)
Topic: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids (now for v2!)
Replies: 141
Views: 61252

Re: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids

Thank you @GeekDude. Really love your work!
Do you think if it is possible to make a Neutron library (maybe in the future) that won't need IE in the window system?. I mean to make a stand-alone Neutron lib that does not depend on IE browser.
by KiddoV
14 Oct 2020, 06:59
Forum: Scripts and Functions (v1)
Topic: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids (now for v2!)
Replies: 141
Views: 61252

Re: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids

Hi all,
Anyone know how to stop the mouse cursor to change to "resize-icon" when hover the edges of the window? I made an app that do not resize window, so it doesn't make sense when hover the edges of the window and cursor changed to resize-icon.
Thanks!
by KiddoV
01 Sep 2020, 06:19
Forum: Scripts and Functions (v1)
Topic: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids (now for v2!)
Replies: 141
Views: 61252

Re: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids

Thanks Chunjee for the reply! I put it in a function: HtmlMsgBox(Options := "", Title := "", Text := "", Timeout := 0) { NeutronMsgBox := new NeutronWindow() NeutronMsgBox.Load("html_msgbox.html") NeutronMsgBox.Gui("-Resize +LabelHtmlMsgBox") NeutronMsgBox.Show("") Return NeutronMsgBoxClose: Neutron...
by KiddoV
31 Aug 2020, 07:25
Forum: Scripts and Functions (v1)
Topic: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids (now for v2!)
Replies: 141
Views: 61252

Re: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids

Hi, all.
No body mentions about how to create an additional gui using neutron. Let say I want to create a custom messagebox that popup as a neutron webapp. Is anyone know how to do that. The code seem to crash when I try to create a new Neutron object.
Thanks!

Go to advanced search