Notifications
Clear all

[Closed] RAMplayer and MaxScript

Hi

Is there any access to the RAMplayer other than

Ramplayer Myfile1 Myfile2

I am trying to buid a Render History Script, and would like to use the RAMplayer to compare
Images from an array of filenames.
I can open as many RAMplayer Windows as I want
The Inconvenient is that I don’t know how to close those RAMPlayer Windows.
Which makes a mess of RAMplayer Windows.

Something to check the number of RAMPlayer Windows maybe
OR to get the Window handle

Any Help would be

Thx in advance

2 Replies

Sorry, no other built-in access.

But

Potentially, you could use the Interface: DialogMonitorOPS and Interface: UIAccessor to detect the opening of a RAMplayer and grab its Window Handle to be able to close it later…

Thanks a lot for you answer.

I just had a look at DialogMonitorOPS and UIAccessor
Just I’m confused about the way to get the handle.

Could anyone post a simple example ?