So this one is sort of a language agnostic question that I don’t really know what kinds of tags to use to sort it….
Essentially I have a program that is autopopulating to a flex app. The flex app is basically a frame with options that load in a main content area. The amount that you can click on is dependent on a variety of factors and can range from 1-13000 based on these factors.
I’m writing a macro using AHK to perform an action on all of these items. But without knowing the exact number of items in the list I am unable to do much about it. To make matters worse I am entirely unable to find any documentation on this anywhere else.
Example below:
https://i.stack.imgur.com/nAVHi.jpg
I’m going to file this under macros, I would love it if someone can help me with other tags.
I would certainly NOT base a calculation on the size of the scrollbar. What if there is no scrollbar? There is most likely no scrollbar for only a few items.
If you can determine the size of the scrollbar programmatically, why can you not determine how many rows are in the grid programmatically?