<div>Thanks for pointing out the 'no-sheet option. I guess I missed that in the docs.</div><div><br></div>I played with the work-around for a bit and couldn't get it to work. If I don't show the intermediate dialog, then the real dialog is always displayed in the upper-left corner of the screen. If I do show the intermediate dialog first, the real one is either shown underneath the intermediate one or I can't see either one (I think it depends on what I have in my intermediate dialog).<div>
<br></div><div>Anyway, I'm sure there's something I can do to get it to work, but I think I'll just wait for the 'no-sheet fix to be pushed since what I'm working on isn't very urgent.</div><div><br>
</div><div>Thanks again for responding.<br><br><div class="gmail_quote">On Wed, May 16, 2012 at 7:38 AM, Matthew Flatt <span dir="ltr"><<a href="mailto:mflatt@cs.utah.edu" target="_blank">mflatt@cs.utah.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">At Wed, 9 May 2012 20:06:15 -0600, Nick Shelley wrote:<br>
> When I assign a frame as a dialog's parent, the title of the dialog isn't<br>
> shown, but when I leave the parent as #f, the dialog shows up in the middle<br>
> of the screen even though the window may be in a totally different place.<br>
> Is there a way to have a frame as the parent and still have the title<br>
> displayed?<br>
><br>
> I'm running on OS X Lion and I just compiled from the latest source with<br>
> the default parameters.<br>
<br>
</div></div>The `dialog%' class supports a 'no-sheet style, but it was broken. I'll<br>
push a repair.<br>
<br>
Meanwhile, you can hack around the problem by creating an intermediate<br>
dialog that is a child of the frame, then make your real dialog a child<br>
of the intermediate dialog.<br>
<br>
</blockquote></div><br></div>