I am creating the window manager for multiple desktops :)
Anyways, i got one answer in nabble which I feel is the best option -
even though I am just investigating on how to do it.
Please find below -
James Matthews wrote:
>
> Hi all,
>I am trying to modify the system menu of all the applicati
In message
<[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> For example say - I am creating multiple desktops for windows -
> and I want to give every application the capability to be moved across
> different desktops.
But doesn't the desktop environment/window manager that provides the
multi
On Sep 18, 6:39 am, [EMAIL PROTECTED] wrote:
> I tested it again and found that the behaviour is a little different
> from what I mentioned previously in the mailchain.
> The item is working perfectly the first time around. Now if I close
> the application and run it again (which was what I did ear
I tested it again and found that the behaviour is a little different
from what I mentioned previously in the mailchain.
The item is working perfectly the first time around. Now if I close
the application and run it again (which was what I did earlier), if
that application system menu is already mod
[EMAIL PROTECTED] wrote:
For (2) I wrote the following code for basic testing:
hwnd = win32gui.GetForegroundWindow()
hw = win32gui.GetSystemMenu(hwnd, False)
if hw != None:
win32gui.AppendMenu(hw,win32con.MF_SEPARATOR,0,'-');
and it shows the following error: pywintypes.error
Hi all,
I am trying to modify the system menu of all the applications in
my machine.
For example say - I am creating multiple desktops for windows -
and I want to give every application the capability to be moved across
different desktops. So I wanted to modify the basic system menu list
t