Window priority

Generally,the newly created window is displayed aboveb others.

If you want to control an explicit priority, it is necessary to set the value to PRIORITY .

The larger the priority, the window is displayed in front.

However, if windows are specified by the same style, you can control them using PRIORITY.

  • TOP

  • POPUP

  • TOPMOST

However, if a window that specify the same style, you can control the priority using PRIORITY.

For example, if two windows are create by specifying the TOP, the priority of the window is determined by PRIORITY .

In addition, priority between TOP,POPUP and TOPMOST is as follows.

TOP < POPUP < TOPMOST

Window display priority flag

Description

TOP

Set the display priority of the window to maximum.

This is a lower priority than POPUP and TOPMOST.

If the same priority flag has been specified,display priority is determined by the PRIORITY property.

POPUP

Set the display priority of the window to maximum.

It is priority than TOP, and a lower priority than TOPMOST.

If the same priority flag has been specified,display priority is determined by the PRIORITY property.

if you touch the screen other than this window, this window is closed.

TOPMOST

Set the display priority of the window to maximum.

This is a higher priority than TOP and POPUP.

If the same priority flag has been specified,display priority is determined by the PRIORITY property.

NOECLIPSE

Even if this window is opened, you specify it when you do not want to darken the other window.(valid only when you have specified the TOP / POPUP)