Title: | DECWINDOWS 26-JAN-89 to 29-NOV-90 |
Notice: | See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit |
Moderator: | STAR::VATNE |
Created: | Mon Oct 30 1989 |
Last Modified: | Mon Dec 31 1990 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 3726 |
Total number of notes: | 19516 |
How can you prevent a popup attached dialog box from shrinking to an unacceptable size during a resize operation? I am trying to prevent overlap of the children. Thanks.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2634.1 | give it Height and Width ... | VMSDEV::KRIEGER | Fri Apr 20 1990 17:06 | 5 | |
give the popup attached dialog box a height and a width ... jgk | |||||
2634.2 | Shell minWidth and Height | R2ME2::OBRYAN | When in doubt, let the user decide. | Sun Apr 22 1990 10:38 | 16 |
re:.0 > How can you prevent a popup attached dialog box from shrinking to > an unacceptable size during a resize operation? All popup-style widgets have a Shell parent. Shell's have two resources to establish minimum dimensions: XtNminWidth, XtNminHeight You might try setting these Shell resources [ XtParent(dialog)] to reasonable values... Of course, "reasonable values" will vary depending on: 1. Monitor resolution 2. Default dialog font (if you're using font units) 3. Any other factor which will cause variations in the position and size of the dialog children Michael |