[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

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

2482.0. "defaultposition attr for dialog box" by CSC32::B_BRADACH () Tue Mar 20 1990 14:11

    I have a customer who has a main window with a dialog box as its work
    area.  He then has another dialog box as a child of the first dialog
    box on which he sets the defaultposition attribute to true.  According
    to the documentation on programming guide volume 1-a
    page 7-11 this should center the second dialog
    box -- and yet it doesn't.  Am I misreading something??
    
    any ideas??
    
    bernie
    csc/cs
T.RTitleUserPersonal
Name
DateLines
2482.1Popup?DECWIN::KLEINTue Mar 20 1990 14:416
The second dialog box should be a popup dialog box.  DefaultPosition is
only relevant for popup dialog boxes.  If that doesn't work, you could
try making the parent of the second dialog box be the shell that parents
the first dialog box rather than the first dialog box itself.

-steve-
2482.2thanksCSC32::B_BRADACHTue Mar 20 1990 18:245
    thanks for the quick response, I will try the suggestions..
    
    bernie
    csc/cs