> However, I have no idea, why opening a window (which is not so
uncommon ;-)
> can block other apps. And if you say it's particularly Adobe apps,
> methinks it has something to do with what Adobe is doing.
Of course Adobe is doing not so nice things here, but IMHO it is also
bad
when GNUstep code cannot coexist with applications like Photoshop or
Acrobat.
And I am sure they will not change their code to adopt to GNUstep. Sun
had similar
problems with JDK1.2 and they where forced to fix this... But to what
I know the window
is redundant at all, so removing will cause no harm and fix this
oddity...
Maybe it is the association of the created window to the dll or the
"GnustepBaseSocketHandler"
windowclass also defined in this file, describing this windows class.
After creation there are no
messages to this windows (at least gnustep_base_socket_handler() is
not called when Photoshop starts).
I tried a lot of things changing this window but nothing helped....
Any further thoughts?