Re: SHOW_WINDOW/HIDE_WINDOW
From: <czetie_at_nospamus.oracle.com>
Date: Wed, 01 Jul 1998 17:07:21 -0700
Message-ID: <359ACF39.1C5E_at_nospamus.oracle.com>
Date: Wed, 01 Jul 1998 17:07:21 -0700
Message-ID: <359ACF39.1C5E_at_nospamus.oracle.com>
First off, you should upgrade to the production release, just in case you are wasting time on a Beta bug.
Failing that, I can think of a couple of things that might cause this:
- Most likely, check which item has the focus. Forms will *always* bring that item to the top. So if you do a hide_window without a go_item you will get exactly the behavior you describe in the debugger: the window hides, then as soon as the trigger is finished, Forms shows it again in order to show the focus item
- Check that you don't have something funky with multiple canvases on each window (less likely)