JPH08115196A - Display processing for parameter screen - Google Patents

Display processing for parameter screen

Info

Publication number
JPH08115196A
JPH08115196A JP6250875A JP25087594A JPH08115196A JP H08115196 A JPH08115196 A JP H08115196A JP 6250875 A JP6250875 A JP 6250875A JP 25087594 A JP25087594 A JP 25087594A JP H08115196 A JPH08115196 A JP H08115196A
Authority
JP
Japan
Prior art keywords
screen
help
mouse
parameter
item name
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP6250875A
Other languages
Japanese (ja)
Inventor
Mitsuhiro Shimosou
光弘 下霜
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP6250875A priority Critical patent/JPH08115196A/en
Publication of JPH08115196A publication Critical patent/JPH08115196A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE: To instantaneously display only the necessary help information on a parameter screen by designating the corresponding item name out of a help item list by means of a mouse. CONSTITUTION: This display processor consists of a mouse control part 2-1 which receives the mouse button push signals, a screen state management part 2-2 which receives the notification of the coordinates set on the screen of a mouse cursor from the part 2-1, refers to a screen state information table 2-3 with the notified coordinates used as a key in order to know the object that is presently shown at the coordinate position and to confirm whether a parameter screen is displayed, searches again the table 2-3 to know the parameter item name shown at the mouse cursor position when the display of the parameter screen is confirmed, and sends the item name if detected to a help display control part 2-5, and the part 2-5 which refers to a help data part 2-4 with the item name used as a key word to fetch the necessary help data and sends this help data to a data display unit 3.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、マウスのボタン押下に
よりパラメータ画面内の項目の意味をヘルプ表示する制
御を行うパラメータ画面表示処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a parameter screen display processing device for controlling the meaning of an item in a parameter screen to be displayed by help by pressing a mouse button.

【0002】[0002]

【従来の技術】従来、複雑なキー操作が必要な場合や表
示装置に表示されたパラメータ画面内の項目の意味が分
からない場合には、特開平4−370816号公報に開
示されているように、オペレータがマウスまたはキーボ
ードから画面内のヘルプ用アイコンを指定するなどし
て、ヘルプ用画面を表示させ、画面上に表示されるヘル
プ情報から必要とする内容をオペレータが自分の目で探
し出して参照していた。
2. Description of the Related Art Conventionally, when a complicated key operation is required or the meaning of an item in a parameter screen displayed on a display device is unknown, as disclosed in Japanese Patent Laid-Open No. 4-370816. , The operator displays the help screen by specifying the on-screen help icon from the mouse or keyboard, and the operator finds out what is needed from the help information displayed on the screen and refers to it. Was.

【0003】[0003]

【発明が解決しようとする課題】上述の従来技術では、
パラメータ画面上でヘルプ用画面を表示させる必要があ
る場合には、マウスまたはキーボードからヘルプ用アイ
コンを指定するなどしてヘルプ項目の一覧を表示して、
そこから該当する項目の選択または必要とするキーワー
ドの入力を行って必要なヘルプ情報を表示させていたた
め、実際にヘルプを見るまでの操作が多くて時間がかか
るという問題があった。
In the above-mentioned prior art,
When it is necessary to display the help screen on the parameter screen, display the list of help items by specifying the help icon with the mouse or keyboard,
Since the necessary help information is displayed by selecting the corresponding item or inputting the required keyword from there, there is a problem that many operations are required until the help is actually seen.

【0004】本発明の目的は、運用性を向上するように
したパラメータ画面表示処理装置を提供することにあ
る。
An object of the present invention is to provide a parameter screen display processing device which is improved in operability.

【0005】本発明の他の目的は、操作の高速化を図る
ようにしたパラメータ画面表示処理装置を提供すること
にある。
Another object of the present invention is to provide a parameter screen display processing device designed to speed up the operation.

【0006】本発明の他の目的は、このヘルプ情報の表
示に際して、毎回同じヘルプ情報を表示するのではな
く、パラメータ画面上のヘルプを表示させたい項目名上
でマウスの特定のボタンを押下することで、該当する項
目に関する必要なヘルプのみを即座に表示するパラメー
タ画面表示処理装置を提供することにある。
Another object of the present invention is not to display the same help information every time when displaying this help information, but to press a specific mouse button on the item name for which help is to be displayed on the parameter screen. Thus, it is possible to provide a parameter screen display processing device that immediately displays only necessary help for a corresponding item.

【0007】[0007]

【課題を解決するための手段】パメータ画面の情報を管
理する画面状態情報テーブルと、ヘルプ情報に関するデ
ータを管理して格納しているヘルプデータ部と、マウス
の動作を制御すると共にマウスカーソルの画面上の座標
を送信するマウス制御部と、このマウス制御部からの前
記マウスカーソルの画面上の座標をキーとして前記画面
状態情報テーブルを参照するとともにパラメータの項目
名をキーとして前記画面状態情報テーブルを検索して該
当項目名を検索する画面状態管理部と、この画面状態管
理部で検索されて通知を受けたこのパラメータの項目名
をキーワードとしてヘルプ情報が格納されている前記ヘ
ルプデータ部を参照して画面上の該当項目に関するヘル
プ情報のみを表示装置に表示するヘルプ表示処理部とを
備えている。
[Means for Solving the Problems] A screen state information table for managing information on parameter screens, a help data section for managing and storing data relating to help information, a mouse cursor screen for controlling mouse operation A mouse control unit that transmits the above coordinates, and refers to the screen state information table by using the coordinates on the screen of the mouse cursor from the mouse control unit as a key, and the screen state information table by using the item name of the parameter as a key. Refer to the screen status management unit that searches and searches for the corresponding item name, and the help data unit that stores help information using the item name of this parameter that was searched by this screen status management unit and notified of as a keyword. And a help display processing unit for displaying on the display device only the help information on the corresponding item on the screen.

【0008】[0008]

【実施例】本発明について図面を参照して説明する。DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described with reference to the drawings.

【0009】図1は、本発明のパラメータ画面表示処理
装置2の一実施例を示すブロック構成図であり、マウス
1と表示装置3が接続されている。
FIG. 1 is a block diagram showing an embodiment of a parameter screen display processing device 2 of the present invention, in which a mouse 1 and a display device 3 are connected.

【0010】このパラメータ画面表示処理装置2は、パ
ラメータ画面の情報を管理する画面状態情報テーブル2
−3と、ヘルプ情報に関するデータを管理して格納して
いるヘルプデータ部2−4と、マウス制御部2−1と、
画面状態管理部2−2と、ヘルプ表示処理部2−5とか
ら構成されている。
The parameter screen display processing device 2 has a screen state information table 2 for managing information of parameter screens.
-3, a help data section 2-4 that manages and stores data related to help information, a mouse control section 2-1 and
It is composed of a screen state management unit 2-2 and a help display processing unit 2-5.

【0011】マウス制御部2−1は、マウス1の動作を
制御すると共に画面状態管理部2−2へマウスカーソル
の画面上の座標を通知する。
The mouse control section 2-1 controls the operation of the mouse 1 and notifies the screen state management section 2-2 of the coordinates of the mouse cursor on the screen.

【0012】画面状態管理部2−2は、このマウス制御
部2−1からの通知を受けてマウスカーソルの画面上の
座標をキーとして現在その位置に何が表示されているか
を知るために前記画面状態情報テーブル2−3を参照す
るとともにパラメータの項目名を検索するために前記画
面状態情報テーブル2−3を参照して該当項目名が検索
された場合にヘルプ表示処理部2−5へこの項目名を通
知する。
The screen state management unit 2-2 receives the notification from the mouse control unit 2-1 and uses the coordinates of the mouse cursor on the screen as a key to know what is currently displayed at that position. In order to refer to the screen state information table 2-3 and to refer to the screen state information table 2-3 to retrieve the item name of the parameter, if the corresponding item name is retrieved, the help display processing unit 2-5 Notify the item name.

【0013】ヘルプ表示処理部2−5は、検索されたパ
ラメータの項目名の通知を受けてこのパラメータの項目
名をキーワードとしてヘルプ情報が格納されている前記
ヘルプデータ部2ー4を参照して画面上の該当項目に関
するヘルプ情報のみを表示装置3に表示する。
Upon receiving the notification of the item name of the retrieved parameter, the help display processing unit 2-5 refers to the help data unit 2-4 in which the help information is stored using the item name of this parameter as a keyword. Only the help information regarding the corresponding item on the screen is displayed on the display device 3.

【0014】図2は、本発明のパラメータ画面表示処理
装置2に接続されている表示装置3に表示されたヘルプ
情報の一表示例である。
FIG. 2 is a display example of help information displayed on the display device 3 connected to the parameter screen display processing device 2 of the present invention.

【0015】図3のフローチャートを参照して本発明の
処理動作について説明する。
The processing operation of the present invention will be described with reference to the flowchart of FIG.

【0016】まずオペレータがマウス1の左マウスボタ
ン1−1を押下した場合、この左マウスボタン1−1
は、その画面状態に関係なく従来のマウス機能用にのみ
使用されるため、マウス制御部2−1に左マウスボタン
1−1が押下されているという情報が通知されるだけで
あり、画面状態管理部2−2へは何も通知されない。
First, when the operator presses the left mouse button 1-1 of the mouse 1, the left mouse button 1-1 is pressed.
Is used only for the conventional mouse function regardless of the screen state, the mouse control section 2-1 is only notified of the information that the left mouse button 1-1 is being pressed. Nothing is notified to the management unit 2-2.

【0017】一方、オペレータがパラメータ画面上で右
マウスボタン1−2を押下すると、マウス制御部2−1
に右マウスボタン1−2が押下されているという情報が
通知される(ステップ3−1)。
On the other hand, when the operator presses the right mouse button 1-2 on the parameter screen, the mouse controller 2-1
Is notified that the right mouse button 1-2 is pressed (step 3-1).

【0018】この右マウスボタン1−2の押下の通知を
受けて、マウス制御部2−1は、画面状態管理部2−2
へマウスカーソルの画面上の座標を通知する(ステップ
3−2)。
Upon receiving the notification of the pressing of the right mouse button 1-2, the mouse control section 2-1 causes the screen state management section 2-2.
Notify the coordinates of the mouse cursor on the screen (step 3-2).

【0019】画面状態管理部2−2は、この通知を受け
てマウスカーソルの画面上の座標をキーとして、現在そ
の位置に何が表示されているかを知るために画面状態管
理テーブル2−3を参照し(ステップ3−3)、パラメ
ータ画面が表示されているか確認をする(ステップ3−
4)。パラメータ画面は必ずしも画面全体に表示されて
いるわけではないのでこの確認が必要になる。
In response to this notification, the screen status management unit 2-2 uses the screen coordinates of the mouse cursor as a key to check the screen status management table 2-3 in order to know what is currently displayed at that position. Refer to (step 3-3) and confirm whether the parameter screen is displayed (step 3-)
4). This confirmation is necessary because the parameter screen is not necessarily displayed on the entire screen.

【0020】この時パラメータ画面上でないと判明した
場合は、ヘルプ情報の表示はされないのでヘルプ表示処
理部2−5への通知はされないが、パラメータ画面であ
ると判明した場合には、画面状態管理部2−2は、マウ
スカーソルの位置のパラメータの項目名を知るために再
度画面状態情報テーブル2−3を検索する(ステップ3
−5)。
At this time, if it is determined that it is not on the parameter screen, the help information is not displayed, so the notification is not sent to the help display processing unit 2-5, but if it is determined that it is the parameter screen, the screen state management is performed. The section 2-2 searches the screen state information table 2-3 again to know the item name of the parameter at the position of the mouse cursor (step 3).
-5).

【0021】その結果何も見つからなければパラメータ
画面外の場合と同様の扱いとして何も処理しない。該当
項目名が検索された場合には画面状態管理部2−2は、
ヘルプ表示処理部2−5へこの項目名を通知する(ステ
ップ3−6)。
If nothing is found as a result, nothing is processed in the same way as the case outside the parameter screen. When the corresponding item name is searched, the screen state management unit 2-2
The help display processing unit 2-5 is notified of this item name (step 3-6).

【0022】この通知を受けてヘルプ表示処理部2−5
は、パラメータの項目名をキーワードとしてヘルプ情報
が格納されているヘルプデータ部2ー4を参照して、必
要とするヘルプデータを取り出す(ステップ3−7)。
Upon receiving this notification, the help display processing unit 2-5
Refers to the help data section 2-4 in which help information is stored using the parameter item name as a keyword, and retrieves the necessary help data (step 3-7).

【0023】画面上の該当項目に関するヘルプ情報のみ
が表示装置3に表示される(ステップ3−8)。
Only the help information about the corresponding item on the screen is displayed on the display device 3 (step 3-8).

【0024】尚、左マウスボタン1−1と右マウスボタ
ン1−2の各機能については上記の説明の逆であっても
一向に差し支えはない。また本実施例では、2つのボタ
ンを持つマウスについて説明したが、3つのマウスボタ
ンを持つマウスでも実施することは可能であることは言
うまでもない。
The functions of the left mouse button 1-1 and the right mouse button 1-2 may be reversed even if the above description is reversed. Further, in the present embodiment, a mouse having two buttons has been described, but it goes without saying that a mouse having three buttons can also be used.

【0025】[0025]

【発明の効果】以上説明したように本発明は、パラメー
タ画面上のヘルプを表示させたい項目名上でマウスの特
定のボタンを押下して、該当する必要なヘルプ情報のみ
を即座に表示させることにより、オペレータが表示され
た多くのヘルプ情報から必要なヘルプ情報を選別する手
間を省き、操作の高速化、運用性の向上を図ることがで
きる。
As described above, according to the present invention, by pressing a specific button of the mouse on the item name for which help is to be displayed on the parameter screen, only the relevant necessary help information is immediately displayed. As a result, it is possible to save the operator the trouble of selecting the necessary help information from the displayed large amount of help information, speed up the operation, and improve the operability.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施例を示すブロック構成図であ
る。
FIG. 1 is a block diagram showing an embodiment of the present invention.

【図2】本発明のヘルプ情報の一表示例を示す。FIG. 2 shows a display example of help information of the present invention.

【図3】本発明の処理動作の一実施例のフローチャート
を示す。
FIG. 3 shows a flowchart of an embodiment of the processing operation of the present invention.

【符号の説明】[Explanation of symbols]

1 マウス 1−1 左マウスボタン 1−2 右マウスボタン 2 パラメータ画面表示処理装置 2−1 マウス制御部 2−2 画面状態管理部 2−3 画面状態情報テーブル 2−4 ヘルプデータ部 2−5 ヘルプ表示処理部 3 表示装置 1 mouse 1-1 left mouse button 1-2 right mouse button 2 parameter screen display processing device 2-1 mouse control unit 2-2 screen state management unit 2-3 screen state information table 2-4 help data unit 2-5 help Display processing unit 3 Display device

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 パメータ画面の情報を管理する画面状態
情報テーブルと、 ヘルプ情報に関するデータを管理して格納しているヘル
プデータ部と、 マウスの動作を制御すると共にマウスカーソルの画面上
の座標を送信するマウス制御部と、 このマウス制御部からの前記マウスカーソルの画面上の
座標をキーとして前記画面状態情報テーブルを参照する
とともにパラメータの項目名をキーとして前記画面状態
情報テーブルを検索して該当項目名を検索する画面状態
管理部と、 この画面状態管理部で検索されて通知を受けたこのパラ
メータの項目名をキーワードとしてヘルプ情報が格納さ
れている前記ヘルプデータ部を参照して画面上の該当項
目に関するヘルプ情報のみを表示装置に表示するヘルプ
表示処理部とを含むことを特徴とするパラメータ画面表
示処理装置。
1. A screen status information table for managing information on parameter screens, a help data section for managing and storing data relating to help information, a mouse operation control and a mouse cursor coordinate on the screen. The mouse control unit to send, and the screen state information table is referenced by using the coordinates of the mouse cursor from the mouse control unit on the screen as a key, and the screen state information table is searched by using the item name of the parameter as a key. On the screen, refer to the screen status management section that searches for the item name and the help data section that stores help information with the item name of this parameter that is searched and notified by this screen status management section as a keyword. And a help display processing unit for displaying only the help information on the corresponding item on the display device. Screen display processing apparatus.
JP6250875A 1994-10-17 1994-10-17 Display processing for parameter screen Pending JPH08115196A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6250875A JPH08115196A (en) 1994-10-17 1994-10-17 Display processing for parameter screen

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6250875A JPH08115196A (en) 1994-10-17 1994-10-17 Display processing for parameter screen

Publications (1)

Publication Number Publication Date
JPH08115196A true JPH08115196A (en) 1996-05-07

Family

ID=17214317

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6250875A Pending JPH08115196A (en) 1994-10-17 1994-10-17 Display processing for parameter screen

Country Status (1)

Country Link
JP (1) JPH08115196A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000063555A (en) * 2000-07-21 2000-11-06 박형준 Web-site search method using text information on web-browser
JP2007122353A (en) * 2005-10-27 2007-05-17 Victor Co Of Japan Ltd Help information retrieval control unit
JP2011238220A (en) * 2010-04-30 2011-11-24 International Business Maschines Corporation Method, device, and computer program product for providing context recognition-type help content

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000063555A (en) * 2000-07-21 2000-11-06 박형준 Web-site search method using text information on web-browser
JP2007122353A (en) * 2005-10-27 2007-05-17 Victor Co Of Japan Ltd Help information retrieval control unit
JP2011238220A (en) * 2010-04-30 2011-11-24 International Business Maschines Corporation Method, device, and computer program product for providing context recognition-type help content

Similar Documents

Publication Publication Date Title
US6181325B1 (en) Computer system with precise control of the mouse pointer
US6489951B1 (en) Method and system for providing touch-sensitive screens for the visually impaired
KR19980076633A (en) Information retrieval apparatus and method in mobile information terminal
EP1754216B1 (en) Surveillance system workstation
JPS6111615A (en) Process monitoring device
JPH08115196A (en) Display processing for parameter screen
JP2006146330A (en) Display device for electronic equipment and display device for image formation apparatus
JP3024012B2 (en) Direct input operation method
JPH05298057A (en) Method for displaying cursor of pointing device
JPH04257919A (en) Graphic processing method
JPH09128194A (en) Display monitor device
KR100304895B1 (en) Apparatus and method for setting input prevention of computer
JPH02292619A (en) Operation method display device
JPH03144719A (en) Information processor
JPS63205722A (en) Menu controller
JP3374396B2 (en) Distributed control system
JPH08129553A (en) Image display device
JPH1049133A (en) Data display method
JPH07334293A (en) Information processing system and pointing information supplying method
JPH1063430A (en) Method and device for cursor display
JPH11161319A (en) Plant monitor device and recording medium where plant monitor program is recorded
JP2002073231A (en) Computer system
JP2978761B2 (en) Window control apparatus and method in window system
JP2002169658A (en) Display panel of operation control
JPH02126313A (en) Data processor

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19970128