Troubleshooting

 <  Day Day Up  >  

graphics/troubleshooting_icon.jpg

Pop-up Window Issues on a Windows PC

Pop-up windows don't appear in front of the current window when the current window is maximized.

On the Windows platform, when a window is maximized to fill the application window, no other windows can also be visible on the screen. That is, only a single window can be maximized, and it must be the foreground window. This means that if you try to pop up a window in front of a maximized window, the "background" window cannot remain maximized. It instead reverts to its reduced state.

If you plan on building a user interface that makes use of multiple windows, be aware of this potential pitfall. It would be better in such cases to never have any windows maximized, even though this means you have to work within a reduced space. Users may still manually maximize a window, so test your routines thoroughly to see what effect this would have. You'll likely need to add some control routines to your navigation scripts like Adjust Window [Resize to Fit] to get the windows back to the size you intend them to be viewed .

Creating New Windows Loses My Found Sets

Whenever I create a new window, all the found sets of the non-visible layouts are reset to show all records. What causes this behavior?

When a new window is created, either manually via the W indow, N ew Window menu command or via script, it inherits many characteristics of the currently active window. Specifically, it keeps the same size (except when opened via script and specified otherwise ), the same active layout, found set, sort order, and active record. To all appearances , it's as if it's an exact duplicate of the currently active window.

In fact, only the settings of the active layout are retained when a new window is created. All layouts that are not visible (except those tied to the same table occurrence as the active layout) lose any sense of the found set, active record, and sort order. All records are displayed, unsorted, and the first record in the table is the active record.

 <  Day Day Up  >  


QUE CORPORATION - Using Filemaker pro X
QUE CORPORATION - Using Filemaker pro X
ISBN: N/A
EAN: N/A
Year: 2003
Pages: 494

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net