Hi,
is it possible to have application modal windows (like enterModalState(true)), but the non modal windows can also receive mouse events?
Thanks.
Hi,
is it possible to have application modal windows (like enterModalState(true)), but the non modal windows can also receive mouse events?
Thanks.
Have a look at Component::canModalEventBeSentToComponent()
Thanks, perfect! Did not found it.
Cheers!