home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!mips!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!swl.spec.ptg.sony.co.jp!boonshim
- From: boonshim@swl.spec.ptg.sony.co.jp (Lee Boon Shim [dBS] 065-776-5858)
- Newsgroups: comp.windows.x.motif
- Subject: XmDialogShell resize when it parent(XmForm) is resized
- Message-ID: <9208201040.AA16034@smurf.swl.spec.ptg.sony.co.jp>
- Date: 20 Aug 92 10:40:40 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Distribution: inet
- Organization: The Internet
- Lines: 56
-
- Hi !!
-
- I have an application with the following simplified construct
-
- XtApplicationShell top {
- XmForm board {
- XmBulletinBoard1 tool1 {
- ...
- }
- XmBulletinBoard2 tool2 {
- ....
- }
- .
- .
- .
- XmDialogShell load {
- XmBulletinBoard box {
- ...
- }
- }
- }
- }
-
- The problem is ...
-
- When "load" is popup to receive user input, it will be resized auto-
- matically to roughly the size of application when it parent "board" is
- being resized. Since then, it will follow the size of parent whenever
- "board" is resizing.
-
- I suspect XmForm sends resize request to all its children, am I
- correct ? If so, how to stop such request, else please advise me how
- to keep the size of "load" fixed to it original size. I have tried the
- following resouce setting in resource file but failed.
-
- *load*resizable: False // failed
- *load*resizePolicy: XmRESIZE_NONE // failed
- *load*noResize: True // failed
- *load*allowShellResize: False // failed
-
- Thanks in advanced for any hint and/or advice.
- _____ __ __ _____
- ( _ \ ( \ / )( ___) Lee Boon Shim (dBS),
- | (_) ) \ \/ / | |__ Software R&D Laboratory
- | _ < \ / | __) Sony Precision Engineering Center (Singapore) Pte Ltd
- | (_) ) | | | |___ (@ 65-776-6868, Fax: 65-779-5657.
- (_____/ (__) (_____)
-
- ------- End of Forwarded Message
- _____ __ __ _____
- ( _ \ ( \ / )( ___) Lee Boon Shim (dBS),
- | (_) ) \ \/ / | |__ Software R&D Laboratory
- | _ < \ / | __) Sony Precision Engineering Center (Singapore) Pte Ltd
- | (_) ) | | | |___ (@ 65-776-6868, Fax: 65-779-5657.
- (_____/ (__) (_____)
-
-