home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!psinntp!rd821!a040130
- From: a040130@rd821.UUCP (Rick Esposito)
- Newsgroups: comp.unix.aix
- Subject: Explicit Motif window placement problem
- Message-ID: <151@rd821.UUCP>
- Date: 15 Dec 92 18:05:52 GMT
- Reply-To: a040130@rd821.gleason.com
- Organization: The Gleason Works, Rochester New York
- Lines: 41
- X-Newsreader: Tin 1.1 PL4
-
- I am having problems with explicitly placing windows using
- AIX 3.2 golden , X11R4 and motif 1.1.
-
- If I run the application using X11R5 and motif 1.2 on a sun ipc,
- everything is fine.
-
- If I open an xterm window on the sun, telnet in to the
- RS6000 machine and run the application, everything is fine.
-
- If I run the application, on the RS6000 the x and y values are
- ignored. I tried this using an NCD xterminal and a PC emulating an X terminal.
-
- There is nothing obvious in my .Xdefaults file that would override
- my x and y's for the window.
- I tried changing Mwm*clientAutoPlace, but that didn't help either.
-
- Does anybody have any suggestions????
-
- Source code:
- AppShell = XtAppCreateShell( BX_APP_NAME, BX_APP_CLASS,
- applicationShellWidgetClass, display, args, argcnt);
-
- argcnt = 0;
- XtSetArg(args[argcnt], XmNresizePolicy, XmRESIZE_ANY); argcnt++;
- XtSetArg(args[argcnt], XmNdeleteResponse, XmDO_NOTHING); argcnt++;
- Shell000 = XtCreatePopupShell( "applicationShell",
- topLevelShellWidgetClass, AppShell, args, argcnt);
-
- Application defaults file:
-
- cage*applicationShell.x:1
- cage*applicationShell.y:1
- # i tried this as a last resort
- cage*.x:1
- cage*.y:1
-
- --
- Rick Esposito - R&D a040130@rd821.gleason.com
- The Gleason Works Compuserve: 73427,2414
- 1000 University Ave. Voice: (716) 473-1000x3261
- Rochester NY 14692 FAX: (716) 461-4348
-