You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm thinking of using Neutron as a way to make a nice GUI interface capable of creating macros using ahk scripts.
I'm pretty good with HTML, CSS, and JS so I'm not overly concerned about that. All I really need to get started is an understanding/example of how to write and to tie the following functions to a button click or checkbox
How to save textbox to file as .ahk script
How to execute .ahk script
How to detect if a specific .ahk script is already running
How to stop the execution of a running .ahk script
How to read a folder with multiple .ahk scripts and populate page with label and button for each
I think this functionality would effectively lay the groundwork for a variety of different use cases of Neutron that I don't think was initially considered. But I'm not totally sure how to go about doing this myself or if this is even possible at this time.
The text was updated successfully, but these errors were encountered:
I don't think the examples included with Neutron are the appropriate place for these tasks, most of them have nothing to do with Neutron, and the Neutron-related portions of the rest are already demonstrated.
Item 1 can be done by reading the textbox's value as demonstrated in an example, then using that text in FileAppend/with a file object.
Item 2 can be done with the Run command, and is unrelated to Neutron.
Items 3 and 4 are, I believe, documented in the AutoHotkey documentation and are unrelated to Neutron.
Item 5 would be a file reading loop plus some page generation code, and dynamic page generation is already demonstrated by an example.
I'm thinking of using Neutron as a way to make a nice GUI interface capable of creating macros using ahk scripts.
I'm pretty good with HTML, CSS, and JS so I'm not overly concerned about that. All I really need to get started is an understanding/example of how to write and to tie the following functions to a button click or checkbox
I think this functionality would effectively lay the groundwork for a variety of different use cases of Neutron that I don't think was initially considered. But I'm not totally sure how to go about doing this myself or if this is even possible at this time.
The text was updated successfully, but these errors were encountered: