Parts Reference

Opening and closing windows

To open a window, use its openWidget action. To close a window, use its closeWidget action.

If you need to perform any actions just before the window opens, connect the aboutToOpenWidget event of the Window part to an action in your part. If you need to perform any actions just before the window closes, connect the aboutToCloseWidget event of the Window part to an action in your part.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]