Hello.
I’m not receiving any input signals for gui of a collection created by proxy. Please help me to figure out why.
function init(self)
print("init!")
msg.post(".", "acquire_input_focus")
end
function on_input(self, action_id, action)
print("on input!")
end
I only see “init!”, but never “on input!”. However, when I set level selector as main collection, I see both.
on_input.zip (47.8 KB)
Thanks.