Current input stack (SOLVED)

Is there any way to print or visualize the current input stack?

I have a while hierarchy of collections and proxies and at some point it stops working, so I’m wondering if there is a way I can debug what is happening? I’ve tried the obvious print before calling msg.post(".", “acquire_input_focus”), etc, but I can’t find the problem.

Okay, I found the problem… it was a proxy that hadn’t acquired input focus :frowning:

1 Like