On Fri, 20 Oct 2000, Angus Leeming wrote:
> On Fri, 20 Oct 2000, Allan Rae wrote:
> > (a.k.a. Jobs for Angus ;-)
> >
> > No particular order.
> >
> > 1. Find out if it's possible to raise() an iconified form.
> > I haven't even been able to figure out if a form _is_ iconified.
> > With this info we won't _need_ to use FL_TRANSIENT for dialogs
> > although we'll probably still do so.
>
> Perhaps you're looking for
> void fl_raise_form(FL_FORM *form) ?
That's what I meant by raise() :P
It doesn't raise an iconified form. The form stays as an icon.
At least that's the case for 0.88.
> The reason I think we should use FL_TRANSIENT, however, is to do with an
> xforms bug. If we don't and the dialog is drawn with minimise and maximise
> buttons, then:
> 1. Click on maximise. Fine. Dialog is maximised.
> 2. Click on minimise. Bad. Dialog stays as-is. Main window is minimised.
I've never seen this with 0.88. Perhaps it is either a 0.89 or WM
problem.
Allan. (ARRae)