Pulover / PuloversMacroCreator

Automation Utility - Recorder & Script Generator
http://www.macrocreator.com
Other
1.59k stars 231 forks source link

What is the maximum number of macros that can be generated? #214

Closed LautermF closed 2 years ago

LautermF commented 2 years ago

Hello,

I can't create any more macros in my project. What is the maximum number of macros that can be created in Macrocreator? I exported the .pmc file as .ahk and found 255 function returns. Is this the maximum number?

Thanks for an answer!

LautermF commented 2 years ago

No, that's not what I want to say! I'm just saying that I've found that a maximum of 255 macros can be created in PuloversMacroCreator. Which I find quite a lot, but in my application I have just reached this limit. I have seen absolutely nothing about PuloversMacroCreator getting banned or behaving like an expired trial. PuloversMacroCreator runs without problems! I just can't create more than 255 macros. When I looked through the sources, I probably found the place where this limit is set. But I don't know the context of why this limit is entered there.

Thanks very much

Pulover commented 2 years ago

It's a limitation of the AutoHotkey language.

LautermF commented 2 years ago

OK.

Do I understand correctly that AutoHotkey does not allow more than a maximum of 255 macros? In my use case, I have an AHK file that contains all macros. Shouldn't there be more than 255 there?

Or does this just have to do with the TabControl used in PuloversMacroCreator?

Thanks very much!

Pulover commented 2 years ago

It's a limitation of the Tab Control.

LautermF commented 2 years ago

OK. This information helps me! I will probably use PuloversMacroCreator to develop the macros, then export the macro as an AHK file and then attach it to my application. I've looked in the AutoHotkey documentation to see if there is a maximum limit for macros, but couldn't find anything.

Thanks very much!