Re: PVWAVE - widgets [message #4874 is a reply to message #4871] |
Wed, 16 August 1995 00:00  |
rmmoss
Messages: 12 Registered: August 1995
|
Junior Member |
|
|
In article <40sn20$urh@seralph9.essex.ac.uk>, Pearson J E <jepear@essex.ac.uk> writes:
|> If you us ethe position keyword with the WwInit function, it says it is
|> supposed
|> to place the window at a specific position on the screen. However, it doesn't
|> seem to and the window appears at different positions every time it is called.
|>
|> What am I doing wrong?
|>
|> Any help appreciated!!
|>
|>
|> --
|> |Jonathan Pearson - Postgrad| Why Waste Time Learning? |
|> | Computer Science Dept. | When Ignorance Is Instantaneous! |
|> |University Of Essex,England| |
|> | Mail--jepear@essex.ac.uk | - Hobbes, from Calvin and Hobbes fame |
|>
Well, you didnt mention the window manager you were using, but if your using
Motif, its probably a setting in your .Xdefaults file that needs tweaking.
Try putting the following in ~/.Xdefaults:
Mwm*clientAutoPlace: False
See your friendly documentation for exactly what this does. There are a number
of such resources which may be of interest to persons doing widget programming.
Personally, I also like
Mwm*interactivePlacement: True
Anyway, have fun :)
Robert M. Moss, Ph.D.
Texaco Inc.
mossrm@texaco.com <--- note new userid (dont ask)
This does not necessarily reflect the opinions of Texaco Inc.
|
|
|