Does anyone know how to select a row in a listCOMP via Python? I’m trying to select with a syntax of op(‘list1’).click(row=2).
I’ve seen click options with UV coordinates but it’s not easy to calculate a UV position on a large list when your target row is not visible on the screen.
Currently, there’s no click methods for the listCOMP, though Im guessing you’d have to specify both row and column when it does.
You’re right about the other methods being difficult to calculate u,v in this context.
Sorry about that, we’ll add it to our RFEs.
Rob.
Here’s a little more info for a higher-level understanding of what I’m doing:
I am building a playlist with a listCOMP and using it to select media files from a playlist. There are times where I am automating the playlist so the files play one after the other (like iTunes). I’m trying to update the playlist to show the currently playing file.