Search found 144 matches

by mslonik
07 Feb 2024, 14:57
Forum: Scripts and Functions (v1)
Topic: create wav files from scratch (draw a wav file)
Replies: 4
Views: 3012

Re: create wav files from scratch (draw a wav file)

Thank you very much jeeswg , this is exactly what I was looking for. I reworked your example a bit by adding memory copying to sinus version: ; Create .wav files. Based on work of jeeswg: https://www.autohotkey.com/boards/viewtopic.php?f=6&t=34584&hilit=WAV ; Ammended by mslonik on 2024-02-04. #Requ...
by mslonik
26 Jan 2024, 16:07
Forum: General Discussion
Topic: How to add my AutoHotKeys App in to Microsoft Store ?
Replies: 20
Views: 3646

Re: How to add my AutoHotKeys App in to Microsoft Store ?

@Descolada Actually executable file of my script was validated positively as well. So the free release of Hotstrings application available in Microsoft Store contains both: script (.ahk) and executable file (.exe). And this is your contribution too. So congratulations to you too :smile:.
by mslonik
26 Jan 2024, 15:27
Forum: General Discussion
Topic: How to add my AutoHotKeys App in to Microsoft Store ?
Replies: 20
Views: 3646

Re: How to add my AutoHotKeys App in to Microsoft Store ?

Below is the summary of successfu submission of my application to Microsoft Store :superhappy:. Goal To publish my application written entirely in AutoHotkey to Microsoft Store . The application is called Hotstrings . My operating system on time of writing this article is Microsoft Windows 10 Home, ...
by mslonik
30 Dec 2023, 06:05
Forum: General Discussion
Topic: How to add my AutoHotKeys App in to Microsoft Store ?
Replies: 20
Views: 3646

Re: How to add my AutoHotKeys App in to Microsoft Store ?

Descolada Thank you again for your valuable help :salute: :beer: . Without your support, I wouldn't continue this journey. Hopefully others will be able to enter Microsoft Store with AutoHotkey scripts as well. Indeed, for the very first time, after adjusting Identity data I was able to pass automa...
by mslonik
29 Dec 2023, 16:39
Forum: General Discussion
Topic: How to add my AutoHotKeys App in to Microsoft Store ?
Replies: 20
Views: 3646

Re: How to add my AutoHotKeys App in to Microsoft Store ?

Thank you Descolada for prompt reply. You've pushed me two tiny steps forward. Regarding values in manifest file (XML) ( Package/Identity/Name , Package/Identity/Publisher , Package/Properties/PublisherDisplayName , those are listed in Microsoft Partner Center account → Home → Apps and games → app. ...
by mslonik
28 Dec 2023, 09:27
Forum: General Discussion
Topic: How to add my AutoHotKeys App in to Microsoft Store ?
Replies: 20
Views: 3646

Re: How to add my AutoHotKeys App in to Microsoft Store ?

Hi again, Some reflections / conclusions after examining the third, recommended path: MSIX package preparation. Long story short: I'm still unsuccessful. Any help is appreciated. Descolada : could you please share the MSIX package of AutoHotkey which you have prepared? Or maybe the manifest (XML) fi...
by mslonik
23 Dec 2023, 05:47
Forum: General Discussion
Topic: How to add my AutoHotKeys App in to Microsoft Store ?
Replies: 20
Views: 3646

Re: How to add my AutoHotKeys App in to Microsoft Store ?

I didn't give up yet. Thank you for supporting my pursuit with your comments. To sum up what I know till now and separate it from what I only assume. There are 3 general paths to enter Microsoft Store with a "package": Executable file, EXE. Microsoft installer, MSI. Microsoft new installer, MSIX. Th...
by mslonik
17 Dec 2023, 14:16
Forum: General Discussion
Topic: How to add my AutoHotKeys App in to Microsoft Store ?
Replies: 20
Views: 3646

Re: How to add my AutoHotKeys App in to Microsoft Store ?

Conclusion: According to the response from the team you got, it seems that script originated application can't be published to the Store, you might try to distribute your app via sideloading. By the team it is understood Microsoft Store team. By the script originated application it is understood bun...
by mslonik
09 Dec 2023, 12:53
Forum: General Discussion
Topic: How to add my AutoHotKeys App in to Microsoft Store ?
Replies: 20
Views: 3646

Re: How to add my AutoHotKeys App in to Microsoft Store ?

I already tried to find help from Microsoft official support by http://aka.ms/storesupport → "App Submission & Management". I received feedback which didn't help me at all, and my request was politely "archived". But I received next suggestion to publish my question to Q&A of Microsoft Learn. Why no...
by mslonik
08 Dec 2023, 07:11
Forum: General Discussion
Topic: How to add my AutoHotKeys App in to Microsoft Store ?
Replies: 20
Views: 3646

Re: How to add my AutoHotKeys App in to Microsoft Store ?

Actually there seems to be technical obstacle. According to Microsoft Store policy clause 10.2.2 (2023-12-08): Your product must not attempt to fundamentally change or extend its described functionality or introduce features or functionality that are in violation of Store Policies through any form o...
by mslonik
08 Dec 2023, 06:23
Forum: Scripts and Functions (v1)
Topic: Hotstrings.ahk, application for learning / managing of hotstrings
Replies: 63
Views: 15653

Re: Hotstrings.ahk, application for learning / managing of hotstrings

@DIRKn
I'm not sure if I understood you correctly. You can add Hotstrings script / application to autostart folder directly from script / application: call the main window (Ctrl + Win + H) → menu → Application → Add to autostart → Default mode.
by mslonik
06 Dec 2023, 16:33
Forum: Scripts and Functions (v1)
Topic: Hotstrings.ahk, application for learning / managing of hotstrings
Replies: 63
Views: 15653

Re: Hotstrings.ahk, application for learning / managing of hotstrings

I released, yesterday night, version 3.6.22. Hopefully it solves all issues related to installation. Also this morning I updated ReadMe ← installation options . Thank you again for reporting your issues. Now I better understand how do you use Hotstrings . gya I didn't dare run "installer.exe" becaus...
by mslonik
03 Dec 2023, 17:34
Forum: Scripts and Functions (v1)
Topic: Hotstrings.ahk, application for learning / managing of hotstrings
Replies: 63
Views: 15653

Re: Hotstrings.ahk, application for learning / managing of hotstrings

Thank you for reporting. Yes, now I see what is wrong and was able to reproduce it. I'll try to provide a new version tomorrow. In the meantime: 1. You can always just copy (Ctrl + C) any Windows message to clipboard. Can be handy to provide it in text format. 2. Installer always installs (and overw...
by mslonik
03 Dec 2023, 09:06
Forum: Scripts and Functions (v1)
Topic: Hotstrings.ahk, application for learning / managing of hotstrings
Replies: 63
Views: 15653

Re: Hotstrings.ahk, application for learning / managing of hotstrings

@gya, @DIRKn

Please check the newest release, 3.6.21. Sorry for any inconvenience.

It's a pity you didn't answer to my questions.

Kind regards, mslonik (🐘)
by mslonik
03 Dec 2023, 08:11
Forum: Scripts and Functions (v1)
Topic: Hotstrings.ahk, application for learning / managing of hotstrings
Replies: 63
Views: 15653

Re: Hotstrings.ahk, application for learning / managing of hotstrings

gya Thank you for informing me about this issue. Please help me to reproduce this problem. What exactly have you done? You used "HotstringInstaller.exe", which actually changes default location of libraries from "Roaming" to "Local" and installs new "Config.ini". And what happened next? By the way ...
by mslonik
30 Nov 2023, 16:57
Forum: Scripts and Functions (v1)
Topic: Hotstrings.ahk, application for learning / managing of hotstrings
Replies: 63
Views: 15653

Re: Hotstrings.ahk, application for learning / managing of hotstrings

Hi DIRK, welcome to this forum. The easiest solution which comes to my mind: open this .csv file in Notepad++ text editor and change file encoding (Format-> Encoding). Save the file and copy to Libraries folder. Let us know how you’ve encounter this problem? Have you downloaded .csv file from GitHub...
by mslonik
24 Nov 2023, 07:55
Forum: Scripts and Functions (v1)
Topic: AutoHotkey hostring library of BBCode codes for this forum
Replies: 0
Views: 198

AutoHotkey hostring library of BBCode codes for this forum

Dear Forum, Disclaimer: I had to disable BBCodes for this post in order to correctly display code at the bottom of this post. The code at the bottom of this post contains BBCodes which render improperly. I've found that creating new posts can be supported with a bunch of hotstring definitions to eas...
by mslonik
24 Nov 2023, 06:01
Forum: General Discussion
Topic: How to add my AutoHotKeys App in to Microsoft Store ?
Replies: 20
Views: 3646

Re: How to add my AutoHotKeys App in to Microsoft Store ?

Dear Forum, I'd like to resurrect this thread, as it never was properly answered. To make it short (protection against TLDR, Too Long Didn't Read): I wasn't able to add my AutoHotkey based application to Microsoft Store. No way to get feedback from Microsoft personnel. Not sure if issue is related t...
by mslonik
17 Nov 2023, 13:47
Forum: Scripts and Functions (v1)
Topic: Upcoming Ahk2Exe Changes (2024)
Replies: 626
Views: 181956

Re: Upcoming Ahk2Exe Changes (2023)

Hi, I suppose something is still wrong with Directive ;@Ahk2Exe-Base [Path\]Name [, [Exe_path\][Name], Codepage] . 1.1.37.01c, 30 September 2023 Fix Base compiler directive not fully expanding built-in variables. Confirmed, it works. But if user defined variable is used within this directive, in par...
by mslonik
16 Oct 2023, 12:38
Forum: Scripts and Functions (v2)
Topic: An autocompletion menu for hotstrings and phrases
Replies: 12
Views: 3165

Re: An autocompletion menu for hotstrings and phrases

Hi, 5Ey7Q nice idea. I've prepared application called actually Hotstrings , here on GitHub which does the same and even more, for example counts how much key presses have you saved by using hotstrings. Perhaps it can be helpful to your project to have a look into it or maybe even to join forces? In ...

Go to advanced search