Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   [c/x11] Window manager icon position hints (https://thetfp.com/tfp/tilted-technology/85372-c-x11-window-manager-icon-position-hints.html)

kel 03-14-2005 04:30 PM

[c/x11] Window manager icon position hints
 
What do you do when the window manager doesn't take a hint?
I'm running Dtwm on Solaris 7 or 8, and I need to specify where the iconified windows appear on the screen. The WM is not using the hints that I specify. I set the hints prior to requesting iconification and the WM just places them on the top left. I'm doing something screwy but I can't figure out exactly what. I would like to avoid overriding the redirect if possible.

Unfortunately I forgot the name of the set of hints I was using, but it is the one where you can specify what window should be used by the WM for iconification.

Rawb 03-15-2005 08:27 AM

Not all X11 window managers are ICCM (if I remember correctly) compliant.
Try your same program with enlightenment, or I think FVWM is pretty compliant. If it works under enlightenment but not under DTWM, it looks like you just found your problem.

Secondly, why do you care where you iconify to?

kel 03-15-2005 01:33 PM

The project I am working on needs to create a simulation of an existing air traffic control radar system and I need the simulation to behave exactly like the real thing. Wouldn't want the controllers developing bad habits now ;-)

I found the problem I think. I need to give the icon hints AFTER the window has been iconified for it to work. Now I have tons of other problems because when the parent window is iconified the WM forgets where all the child windows were iconified and lines them all up on the side. To boot I think the WM is sending me bad data so that I can't squirrel away the location and reset it after.

Acetylene 03-19-2005 03:07 PM

FYI this is Kel posting on Acetylenes computer. I'm to lazy to log her out and log myself in and she is here watching me so don't go ballistic.

This is still a problem. It turns out that according to the x11 contract with the WM the client can only hint at the initial positions of icons and windows before they are mapped. I'm not quite sure if mapping is the last time where you can specify it so don't quote me. After that the user and WM control it.

So how can a client control the placement of icons and windows? Well you can spoof the user by generating events... really hackish and I haven't got it working yet. The other problem is that you have to be sure that you have the windows your manipulating on top before you try and generate the spoof events... jeez this is annoying. X11 was never meant to be doing what my company is trying to do... they should be using openGL and develop a real framework the GUIs can use in the simulations.


All times are GMT -8. The time now is 06:00 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62