Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

ORACLE Form mouse shape CURSOR_STYLE

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

In Oracle Forms Builder, there is often a situation of waiting for the background to call pck or wait for the request to run.

In the process of waiting, in order to show the current state more amicably and prevent the user from misoperation, the way of changing the shape of the mouse is often used.

The CURSOR_STYLE property of the oracle form built-in function SET_APPLICATION_PROPERTY can do this.

SET_APPLICATION_PROPERTY (CURSOR_STYLE, 'BUSY');-- busy status SET_APPLICATION_PROPERTY (CURSOR_STYLE,' DEFAULT');-- normal status

For example, in the WIN Aero mouse scheme, the busy state is a rotating circle.

Let's take a look at the official definition SET_APPLICATION_PROPERTY given by oracle:

Let's take a look at the value of CURSOR_STYLE:

Cursor Style Property

Description

Specifies the mouse cursor style. Use this property to dynamically change the shape of the cursor. The following settings are valid for the Cursor Style property:

ARROW

Displays a GUI-specific arrow symbol.

BUSY

Displays a GUI-specific busy symbol.

CROSSHAIR

Displays a GUI-specific crosshair symbol.

DEFAULT

Displays a GUI-specific arrow symbol.

HELP

Displays a GUI-specific help symbol.

INSERTION

Displays a GUI-specific insertion symbol.

HAND

Pointing finger symbol.

MOVE

Crossed Arrow move window symbol.

Resize Arrows

The first two letters indicate direction, e.g. MWRESIZE-North-West Resize

NRESIZE

SRESIZE

ERESIZE

WRESIZE

NERESIZE

NWRESIZE

SERESIZE

SWRESIZE

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report