T.R | Title | User | Personal Name | Date | Lines |
---|
1137.1 | DECWmHints property | STAR::CYPRYCH | | Wed Jul 19 1989 10:07 | 12 |
| In DECWmHints property there are two values,
icon_box_x and icon_box_y.
Please be aware that if you position icons yourself,
the window manager is going to assume that the x/y
position you specify is exactly where you want the icon
to be. If you cover another icon's pixmap with this x/y
position the window manager will let you do that. The
window manager isn't going to try to adjust the initial
placement of the icon -- it assumes this is exactly where
the user wants it to be (for whatever reason).
|
1137.2 | From a program, that is fine, but... | PROTO2::FISHER | Burns Fisher 381-1466, ZKO3-4/W23 | Wed Jul 19 1989 11:51 | 5 |
| Right, but the question is how to get the terminal controller to specify
this infomration to the window manager form the DCL interface.
Burns
|
1137.3 | Can't be specified on the command line | HANNAH::MESSENGER | Bob Messenger | Wed Jul 19 1989 13:17 | 11 |
| Re: .0
There's no way to do it from the command line. You could put the resource
definitions in a setup file and specify the filename in the /RESOURCE_FILE
qualifier; if you did this you'd probably need a different setup file
for each window you wanted to create.
I'm not sure which resource needs to be changed. Maybe iconX and iconY?
-- Bob
|
1137.4 | | PRNSYS::LOMICKAJ | Jeff Lomicka | Wed Jul 19 1989 15:22 | 8 |
| Either that, or go back to using CHILD.
(If it doesn't already work, If you replace the call to
decw_term_port() in NEWTERM.C with a call to DECW$TERM_PORT, CHILD
should start working on the "Version 2" systems.)
|
1137.5 | window manager placement | STAR::CYPRYCH | | Wed Jul 19 1989 15:33 | 6 |
| Even if you use the resources the same situation applies...
the window manager will put it exactly where you say -
whether there is already an icon there or not.
|
1137.6 | The ICON Box is tyranny under DECwindows! | FUEL::graham | Send in the Clones! | Thu Jul 20 1989 01:06 | 12 |
|
I have reviewed some of the OSF Motif stuff. OSF has improved
the Icon Box features and documentation dramatically.
Drop a $1000 to OSF...and you will be in X application development
heaven ;-)
I spoke with the OSF Motif product manager today...she says OSF will ship
the final version of Motif to the masses this Friday!
Kris..
|
1137.7 | | VISA::GENTILI | Banlieue Boogie Cardiac Blues | Fri Jul 21 1989 05:12 | 10 |
|
I have a similar problem but just trying to save the position and
geometry of my icon box. The position and geometry of the session
manager window is saved perfectly well but not the icon box.
Is there a way to do it ?
thanks for the help.
Franc
|
1137.8 | try.. | FUEL::graham | The Mouse is the Computer. | Fri Jul 21 1989 06:48 | 14 |
| something like...
wm*geometry: 130x300+600+0
Works fine with Ultrix /DECwindows on a PMAX.
(btw : With Motif, you can even iconify the icon box and still see
window manager 'clients' in the icon box!)
Kris..
|
1137.9 | | STAR::MFOLEY | Rebel without a Clue | Fri Jul 21 1989 08:12 | 8 |
| RE: .-1,.-2
With V2 of DECwindows, using the MB2 popup menu, you can save the
size and placement of the icon box. Having the line from -1 will
mess it up tho..
mike
|