problems with MODAL widgets and non-modal sub-widgets [message #20926] |
Wed, 02 August 2000 00:00 |
anne
Messages: 9 Registered: February 2000
|
Junior Member |
|
|
Hi,
I was just wondering if anyone has found a solution to the problem of
calling non-modal sub-widgets from modal widgets in IDL5.3. I have read
the (very informative) page on Dave Fannings' web site which includes a
posting from Bill Thompson on the subject but the solutions suggested
seem to require a lot of re-writing. Does anyone know if RSI has fixed
this problem yet?
thanks,
Anne Martel
QMC, Nottingham
|
|
|
Re: problems with MODAL widgets and non-modal sub-widgets [message #21022 is a reply to message #20926] |
Wed, 02 August 2000 00:00  |
thompson
Messages: 584 Registered: August 1991
|
Senior Member |
|
|
anne martel <anne.martel@nottingham.ac.uk> writes:
> Hi,
> I was just wondering if anyone has found a solution to the problem of
> calling non-modal sub-widgets from modal widgets in IDL5.3. I have read
> the (very informative) page on Dave Fannings' web site which includes a
> posting from Bill Thompson on the subject but the solutions suggested
> seem to require a lot of re-writing. Does anyone know if RSI has fixed
> this problem yet?
> thanks,
> Anne Martel
> QMC, Nottingham
For a while we were able to get around the problem by using a hacked version of
xmanager.pro suggested to us by RSI support. However, this solution broke with
IDL/v5.3. We ended up having to bite the bullet and rewrite the software to
avoid using /MODAL. Pity, especially since the changes involved coordination
between programmers on two sides of the Atlantic.
William Thompson
|
|
|
Re: problems with MODAL widgets and non-modal sub-widgets [message #21024 is a reply to message #20926] |
Wed, 02 August 2000 00:00  |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
anne martel (anne.martel@nottingham.ac.uk) writes:
> I was just wondering if anyone has found a solution to the problem of
> calling non-modal sub-widgets from modal widgets in IDL5.3. I have read
> the (very informative) page on Dave Fannings' web site which includes a
> posting from Bill Thompson on the subject but the solutions suggested
> seem to require a lot of re-writing. Does anyone know if RSI has fixed
> this problem yet?
Oh, don't even get us started. :-(
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|