PDA

View Full Version : Application Id Capture



PRIYANOB
11th September 2007, 01:28
I WILL STATE THE SITUATION.
Suppose i want to create an application named APP1. It must have some provision to capture the window ID of all other running programs in current Screen( like user may run nautilus ,Firefox, gEdit ot terminal etc...).Now from this APP1 we can activate or deactivate or even minimize and maximize all these opened programs .

NOTICE: APP1 and other running applications are isolated....

wysota
11th September 2007, 12:31
You have to take a look at XLib docs, Qt won't help you with that and I'm a bit worried you won't be able to do that at all... It's all in hands of the window manager, regular apps shouldn't be allowed to do that.