Hello,
How can one find an object under model().subnodes which was instantiated from a user library? For instance, let's say one created a "MyQueue" derived from the Queue object and added it to a user library. How can they now separate the instances of "MyQueue" from other queues using flexScript?
The only property that seems to be available is "windowtitle".
Thank you.