Re: [fltk.general] Problem creating a second modal dialog

2012-12-19 Thread Albrecht Schlosser
On 18.12.2012 23:48, Ian MacArthur wrote: > > On 18 Dec 2012, at 18:18, Chris Shearer-Cooper wrote: > >> We are using fltk 1.3.0rc2; I'm displaying a modal dialog by calling >> set_override() and set_modal(), ... ... > So, try just the set_modal() and see how that goes. > > >> Any suggestions how I

Re: [fltk.general] Problem creating a second modal dialog

2012-12-18 Thread Ian MacArthur
On 18 Dec 2012, at 18:18, Chris Shearer-Cooper wrote: > We are using fltk 1.3.0rc2; I'm displaying a modal dialog by calling > set_override() and set_modal(), then while that modal dialog is being > shown I want to show a second modal dialog as a child of the first. The > problem is that no m

Re: [fltk.general] Problem creating a second modal dialog

2012-12-18 Thread Matthias Melcher
On 18.12.2012, at 19:18, Chris Shearer-Cooper wrote: > We are using fltk 1.3.0rc2; I'm displaying a modal dialog by calling > set_override() and set_modal(), then while that modal dialog is being > shown I want to show a second modal dialog as a child of the first. The > problem is that no m

[fltk.general] Problem creating a second modal dialog

2012-12-18 Thread Chris Shearer-Cooper
We are using fltk 1.3.0rc2; I'm displaying a modal dialog by calling set_override() and set_modal(), then while that modal dialog is being shown I want to show a second modal dialog as a child of the first. The problem is that no matter what I do, the second dialog always shows up _under_ the