JPH05324299A - System for preparing menu - Google Patents

System for preparing menu

Info

Publication number
JPH05324299A
JPH05324299A JP4126993A JP12699392A JPH05324299A JP H05324299 A JPH05324299 A JP H05324299A JP 4126993 A JP4126993 A JP 4126993A JP 12699392 A JP12699392 A JP 12699392A JP H05324299 A JPH05324299 A JP H05324299A
Authority
JP
Japan
Prior art keywords
menu
item
window
screen
information list
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
JP4126993A
Other languages
Japanese (ja)
Inventor
Hiroyasu Nakatani
浩康 中谷
Masumi Aoyanagi
真澄 青柳
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.)
PFU Ltd
Original Assignee
PFU Ltd
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 PFU Ltd filed Critical PFU Ltd
Priority to JP4126993A priority Critical patent/JPH05324299A/en
Publication of JPH05324299A publication Critical patent/JPH05324299A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To reduce the manpower and time for preparing menu by inputting menu items on a screen, selecting the processing ID from a list, and selecting the transmission destination on the screen as necessary, thereby preparing a menu information list. CONSTITUTION:The menu item inputted from the screen, processing ID selected from the displayed list, and transmission destination object selected from the screen are registered in a menu information list 12 of an object 11. At the time of displaying the menu, the menu information list 12 of the object 11 is referred to fetch the item and to display the menu. When the item is selected from the menu, the processing ID corresponding to the selected item is fetched, which sends the fetched ID to the transmission destination. The object 11 receiving this transmission performs the processing corresponding to the processing ID. Therefore, the menu can be prepared by the interactive operation such as the menu item input on the screen, the processing ID selection from the list, and the selection of the transmission destination from the screen as necessary.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、メニューを作成するメ
ニュー作成方式であって、対話型アプリケーションを構
築する際のメニュー作成方式に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a menu creating method for creating a menu, and more particularly to a menu creating method for building an interactive application.

【0002】[0002]

【従来の技術】従来、メニュー項目や起動する処理など
の設定値をコーディングにより記述し、メニューを作成
していた。また、メニューに項目を追加するためには、
再度コーディングを行い、メニューを作成し直すように
していた。
2. Description of the Related Art Conventionally, a menu has been created by describing setting values such as menu items and processes to be activated by coding. Also, to add an item to the menu,
I had to recode and recreate the menu.

【0003】[0003]

【発明が解決しようとする課題】上述したように、従来
のメニュー作成は、プログラミング言語によるコーディ
ングによって行うため、プログラミング言語などに関す
る知識が必要であり、プログラミングに不慣れな利用者
には困難であるという問題があった。また、既存のメニ
ューに項目を追加する際にも、そのメニューに関するコ
ーディングを再度行い、作り直すという作業が必要とな
ってしまうという問題もあった。このため、画面上で対
話的にメニュー項目、起動する処理などを選択/入力
し、メニューを作成することが望まれている。
As described above, since the conventional menu creation is performed by coding in a programming language, knowledge about the programming language and the like is required, and it is difficult for a user who is unfamiliar with programming. There was a problem. Further, when adding an item to an existing menu, there is also a problem that it is necessary to re-code the menu and recreate it. Therefore, it is desired to interactively select / input a menu item, a process to be activated, etc. on the screen to create a menu.

【0004】本発明は、これらの問題を解決するため、
メニューを作成する際に必要であった、プログラミング
言語などに対する知識を必要とするコーディング作業を
無くし、経験の浅い利用者でも手軽にメニューを利用し
た対話的アプリケーションを構築可能にすることを目的
としている。
The present invention solves these problems by
The purpose is to eliminate the coding work that requires knowledge of programming languages, etc., which was necessary when creating a menu, and to enable an inexperienced user to easily build an interactive application using a menu. ..

【0005】[0005]

【課題を解決するための手段】図1を参照して課題を解
決するための手段を説明する。図1において、オブジェ
クト11は、処理IDに対応する処理を設定するもので
ある。
[Means for Solving the Problems] Means for solving the problems will be described with reference to FIG. In FIG. 1, an object 11 sets a process corresponding to a process ID.

【0006】メニュー情報リスト12は、メニュー項
目、処理ID、および送信先を設定するものである。
The menu information list 12 sets menu items, process IDs, and destinations.

【0007】[0007]

【作用】本発明は、図1に示すように、画面上から入力
されたメニュー項目、表示した一覧表から選択された処
理ID、および必要に応じて画面上から選択された送信
先オブジェクトを対応づけてメニュー情報リスト12に
登録するようにしている。
According to the present invention, as shown in FIG. 1, a menu item input from the screen, a process ID selected from the displayed list, and a destination object selected from the screen as necessary are associated with each other. In addition, it is registered in the menu information list 12.

【0008】また、メニューの表示時に、オブジェクト
11のメニュー情報リスト12を参照し、項目を取り出
してメニューを表示し、メニューから項目が選択された
ことに対応して、選択された項目に対応する処理IDを
取り出し、この取り出した処理IDを送信先に送信し、
これを受信したオブジェクトが処理IDに対応する処理
を行うようにしている。
When the menu is displayed, the menu information list 12 of the object 11 is referred to, the item is taken out to display the menu, and when the item is selected from the menu, it corresponds to the selected item. Retrieve the process ID, send the retrieved process ID to the destination,
The object that receives this performs the process corresponding to the process ID.

【0009】従って、画面上でメニュー項目を入力、一
覧から処理IDを選択、および必要に応じて画面から送
信先を選択するという対話的操作により、メニューを作
成することができ、プログラミング言語を全く知らない
利用者でも、簡単にメニューを作成することが可能とな
る。
Therefore, a menu can be created by an interactive operation of inputting a menu item on the screen, selecting a process ID from the list, and selecting a transmission destination from the screen as necessary, and a programming language can be completely created. Even a user who does not know can easily create a menu.

【0010】[0010]

【実施例】次に、図1から図5を用いて本発明の実施例
の構成および動作を順次詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the construction and operation of an embodiment of the present invention will be sequentially described in detail with reference to FIGS.

【0011】図1は、本発明の1実施例構成図を示す。
図1において、オブジェクト11は、処理IDに対応す
る処理を設定するものであって、ここでは、位置情報、
メニュー情報へのポインタ、処理ID(open)、処
理ID(close)などを設定したものである。
FIG. 1 shows a block diagram of an embodiment of the present invention.
In FIG. 1, an object 11 sets a process corresponding to a process ID, and here, position information,
A pointer to menu information, a process ID (open), a process ID (close), and the like are set.

【0012】位置情報は、ここではオブジェクトである
ウィンドウの位置情報であって、例えば左上座標、右下
座標である。メニュー情報へのポインタは、オブジェク
ト(ウィンドウ)11と、メニュー情報リスト12との
関連付けを行うものである。オブジェクト(ウィンド
ウ)11中にメニュー情報リスト12が設定可能な場合
には不要である。
The position information is the position information of the window which is the object here, and is, for example, the upper left coordinate and the lower right coordinate. The pointer to menu information associates the object (window) 11 with the menu information list 12. It is not necessary when the menu information list 12 can be set in the object (window) 11.

【0013】処理ID(open)などは、処理IDに
対応する処理を設定するものであって、ここではウィン
ドウをオープンなどする処理である。メニュー情報リス
ト12は、メニュー項目、処理ID、および送信先オブ
ジェクト(送信先、リンク先)を対応づけて登録するも
のである。メニュー項目は、メニューに表示する項目で
あって、例えば図1の(b)に示すように、 ・開く ・閉じる などである。処理IDは、処理を指定する識別子であ
る。送信先オブジェクトは、処理IDを送信して処理依
頼する先のオブジェクトである。
The process ID (open) is used to set a process corresponding to the process ID, and is a process for opening a window or the like here. The menu information list 12 is for registering menu items, process IDs, and transmission destination objects (transmission destinations, link destinations) in association with each other. The menu item is an item to be displayed in the menu, for example, as shown in FIG. The process ID is an identifier that specifies a process. The transmission destination object is an object to which the processing ID is transmitted and processing is requested.

【0014】図1の(b)は、メニュー例を示す。これ
は、図1の(a)のメニュー情報リスト12の項目(メ
ニュー項目)を取り出し、メニューとして図示のように
表示したものである。ウィンドウ上に表示したこのメニ
ューから、ユーザが例えば先頭の“開く”を選択する
と、図1の(a)のメニュー情報リスト12中の先頭の
項目“開く”の処理ID“open”を取り出し、送信
先オブジェクトであるウィンドウ32にこれを送信す
る。この処理ID“open”を受信したウィンドウ3
2は、対応する処理、即ちオープン処理を行う。
FIG. 1B shows an example of the menu. In this case, the items (menu items) in the menu information list 12 in FIG. 1A are taken out and displayed as a menu as shown. When the user selects, for example, the top "open" from this menu displayed on the window, the process ID "open" of the top item "open" in the menu information list 12 of FIG. This is transmitted to the window 32 which is the destination object. Window 3 that received this process ID "open"
2 performs a corresponding process, that is, an open process.

【0015】図1の(c)は、オブジェクト(ウィンド
ウ)の構成図を示す。これは、図1の(a)のオブジェ
クト(ウィンドウ)11の構成を模式的に表したもので
あって、登録ウィンドウ管理13、登録処理14、メニ
ュー情報リスト12、メニュー作成処理15、送信処理
16などから構成されるものである。これらのうちの処
理は、図1の(a)のオブジェクト(ウィンドウ)11
に設定されるものである。
FIG. 1C shows the configuration of an object (window). This is a schematic representation of the configuration of the object (window) 11 of FIG. 1A, which includes registration window management 13, registration processing 14, menu information list 12, menu creation processing 15, and transmission processing 16. It is composed of etc. The processing of these is performed by the object (window) 11 of FIG.
Is set to.

【0016】登録ウィンドウ管理13は、ウィンドウを
管理したり、画面からのメニュー項目、処理IDの選択
などを管理するものである。登録処理14は、オブジェ
クト(ウィンドウ)11、メニュー情報リスト12に各
種情報(項目、処理ID、送信先オブジェクトなど)を
登録するものである。
The registration window management 13 manages windows, menu items on the screen, selection of process IDs, and the like. The registration process 14 is to register various information (items, process IDs, destination objects, etc.) in the object (window) 11 and the menu information list 12.

【0017】メニュー情報リスト12は、図1の(a)
のメニュー情報リスト12である。メニュー作成処理1
5は、メニュー情報リスト12をもとに、表示時に図1
の(b)に示すようなメニューを作成して表示するもの
である。
The menu information list 12 is shown in FIG.
It is the menu information list 12 of. Menu creation process 1
5 is based on the menu information list 12 and shown in FIG.
The menu shown in (b) is created and displayed.

【0018】送信処理16は、メニューから選択された
項目について、メニュー情報リスト12を参照して該当
する処理IDを取り出し、この処理IDを送信先オブジ
ェクトに送信したりするものである。
The transmission process 16 refers to the menu information list 12 for the item selected from the menu, extracts the corresponding process ID, and transmits this process ID to the destination object.

【0019】次に、図2のフローチャートを用いて、図
1のメニュー情報リスト12を作成する動作を、図3お
よび図4を参照しつつ具体的に説明する。図2におい
て、S1は、ウィンドウの選択を行う。これは、メニュ
ーを配置して表示しようとするウィンドウを選択、例え
ば図3の(a)のウィンドウ32にマウスカーソル31
を位置づけてクリックして選択する。
Next, the operation of creating the menu information list 12 of FIG. 1 will be specifically described with reference to the flowchart of FIG. 2 and with reference to FIGS. 3 and 4. In FIG. 2, S1 selects a window. This is to select a window to arrange and display a menu, for example, to move the mouse cursor 31 to the window 32 in FIG.
Position and click to select.

【0020】S2は、ウィンドウが選択されているか判
別する。ここでは、YESであるので、S3に進む。一
方、NOの場合には、ウィンドウが選択されるのを待
つ。S43、ダイアログの表示を行う。これは、メニュ
ー項目を入力するためのダイアログ画面、例えば図3の
(b)のダイアログ36を表示する。
In step S2, it is determined whether a window is selected. Here, since it is YES, the process proceeds to S3. On the other hand, if NO, it waits until a window is selected. S43, the dialog is displayed. This displays a dialog screen for inputting a menu item, for example, the dialog 36 in FIG. 3B.

【0021】S4は、メニュー項目の入力を行う。これ
は、例えば図3の(b)のダイアログ36上で、メニュ
ー項目、例えば“閉じる”をキーボードからキー入力す
る。S5は、処理が可能な処理IDの一覧表示を行う。
これは、S4でメニュー項目を入力したことに対応し
て、当該ウィンドウで実行し得る処理の処理IDの一
覧、例えば図3の(c)に示すように、 ・Open ・Close ・Move ・Iconify ・Raise ・Lower などの処理IDの一覧を表示する。
In step S4, menu items are input. For this, for example, on the dialog 36 of FIG. 3B, a menu item, for example, "close" is keyed in from the keyboard. In S5, a list of process IDs that can be processed is displayed.
This is a list of process IDs of processes that can be executed in the window in response to the input of the menu item in S4, for example, as shown in (c) of FIG. 3, ・ Open ・ Close ・ Move ・ Iconify ・Display a list of process IDs such as Raise / Lower.

【0022】S6は、起動する処理IDの選択を行う。
これは、S5で表示した、例えば図3の(c)の処理I
Dの一覧中から“Close”にマウスカーソル31を
位置づけクリックして選択する。。
In step S6, a process ID to be activated is selected.
This is the processing I displayed in S5, for example, the processing I in FIG. 3C.
From the list of D, position the mouse cursor 31 on "Close" and click to select. ..

【0023】S7は、設定値のミスの有無を問う入力要
求を行う。これは、例えば図4の(d)に示すように、
ウィンドウ38上に 名称:閉じる 処理ID:close これでいいですか? と表示し、これまでに入力/選択したメニュー項目“閉
じる”、選択した処理ID“close”が正しいか聞
いてくる。正しい場合には、YESをクリックする。そ
して、S9に進む。間違っている場合には、NOをクリ
ックし、再度、S1に戻る。
In step S7, an input request is made to inquire whether or not there is a mistake in the set value. For example, as shown in (d) of FIG.
On window 38 Name: Close Process ID: close Is this OK? Is displayed and the user is asked whether the menu item “close” input / selected so far and the process ID “close” selected are correct. If yes, click YES. Then, the process proceeds to S9. If wrong, click NO and return to S1 again.

【0024】S9は、メニュー情報をメニュー情報リス
ト12に登録を行う。これは、図1の(a)のメニュー
情報リスト12に図示のように、“閉じる”、“clo
se”、更に、ここでは説明しなかったが、処理ID
“close”を送信して処理依頼する先のオブジェク
トについて、画面上から選択したオブジェクトを設定す
る(オブジェクトへのポインタを設定する)。
In step S9, the menu information is registered in the menu information list 12. As shown in the menu information list 12 of FIG. 1A, this is “close” or “clo”.
se ”, and the process ID, which was not explained here
For the object to which "close" is transmitted and the processing is requested, the object selected from the screen is set (the pointer to the object is set).

【0025】以上によって、画面上で、メニューを表示
するウィンドウ“ウィンドウ32”を選択“、メニュー
項目“閉じる”を入力、処理ID“close”を選
択、更に処理IDの送信先のオブジェクト“ウィンドウ
32”(ここでは自己のウィンドウ32に処理IDを送
信して処理closeを依頼する)を選択することによ
り、図1の(a)のメニュー情報リスト12ののメニ
ュー情報が登録できることとなる。
As a result, the window "window 32" for displaying the menu is selected on the screen ", the menu item" close "is input, the process ID" close "is selected, and the object" window 32 "to which the process ID is transmitted. By selecting "(here, the process ID is transmitted to the own window 32 and the process close is requested)", the menu information of the menu information list 12 of FIG. 1A can be registered.

【0026】図3および図4は、本発明のメニュー作成
説明図を示す。これは、ウィンドウ32にメニューを作
成し、図1の(a)のメニュー情報リスト12ののメ
ニュー情報を登録する場合のものである。
FIG. 3 and FIG. 4 show explanatory views of menu creation according to the present invention. This is a case where a menu is created in the window 32 and the menu information of the menu information list 12 of FIG. 1A is registered.

【0027】図3の(a)は、ウィンドウ32を選択し
た様子を示す。これは、ウィンドウ32にマウスカーソ
ル31を位置づけてクリックし、選択した様子を示す
(図2のS1、S2のYES)。
FIG. 3A shows a state in which the window 32 is selected. This shows a state in which the mouse cursor 31 is positioned and clicked on the window 32 and selected (YES in S1 and S2 in FIG. 2).

【0028】図3の(b)は、ダイアログ36を表示し
た様子を示す。これは、メニュー項目を選択するダイア
ログ36を表示した様子を示す。このダイアログ36か
らメニュー項目、例えば“閉じる”をキー入力する。
FIG. 3B shows the dialog 36 displayed. This shows how the dialog 36 for selecting a menu item is displayed. From this dialog 36, a menu item such as "close" is keyed in.

【0029】図3の(c)は、ウィンドウ32が実行し
得る処理の処理IDの一覧を表示した様子を示す。ここ
では、処理IDの一覧を図示のように表示し、clos
eにマウスカーソル31を位置づけてクリックし、選択
する。
FIG. 3C shows a state in which a list of process IDs of processes that can be executed by the window 32 is displayed. Here, a list of process IDs is displayed as shown, and
Position the mouse cursor 31 at e and click to select.

【0030】図4の(d)は、設定値の確認画面を示
す。ここでは、図示のように入力した ・名称(メニュー項目):閉じる ・処理ID:close を表示する。正しい場合には、YESにマウスカーソル
31を位置づけてクリックする。間違っている場合に
は、NOのマウスカーソル31を位置づけてクリックす
る。
FIG. 4D shows a setting value confirmation screen. Here, the input is made as shown in the figure: -Name (menu item): Close-Process ID: close is displayed. If it is correct, position the mouse cursor 31 at YES and click. If it is incorrect, the NO mouse cursor 31 is positioned and clicked.

【0031】以上の図3の(a)から(c)および図4
の(d)によって、 ・メニューを表示するウィンドウ32 ・メニュー項目“閉じる” ・処理ID“close” を選択/入力する。そして、これらを図1の(a)のメ
ニュー情報リスト12ののメニュー情報として登録
し、一連のメニュー作成を終了する。尚、処理IDの送
信先オブジェクトとして自己のウィンドウ32に送信す
るのではなく、他のウィンドウに送信して処理依頼する
ときは、更に、送信先のウィンドウにマウスカーソル3
1を位置づけてクリックして選択し、この選択したウィ
ンドウをメニュー情報リスト12のの送信先オブジェ
クトの欄に登録する。
3 (a) to 3 (c) and FIG. 4 described above.
(D) of the following: -Window 32 for displaying menu-Menu item "close" -Process ID "close" is selected / input. Then, these are registered as the menu information of the menu information list 12 of FIG. 1A, and a series of menu creation is completed. When the process ID is not sent as a destination object to its own window 32 but is sent to another window to request a process, the mouse cursor 3 is moved to the destination window.
1 is positioned and clicked to select it, and this selected window is registered in the destination object field of the menu information list 12.

【0032】次に、図5のフローチャートを用い、作成
した図1の(a)のメニュー情報リスト12をもとに、
ウィンドウ上にメニューを表示し、メニューから選択し
た項目に対応する処理IDを送信先ウィンドウに送信
し、処理を実行するときの動作を詳細に説明する。
Next, using the flowchart of FIG. 5, based on the menu information list 12 of FIG.
The operation of displaying a menu on the window, transmitting the process ID corresponding to the item selected from the menu to the destination window, and executing the process will be described in detail.

【0033】図5において、S11は、メニュー情報リ
ストより、メニューを作成する。これは、図1の(a)
のオブジェクト(ウィンドウ32)のメニュー情報リス
ト12より、項目を取り出してメニューを作成する。
In FIG. 5, S11 creates a menu from the menu information list. This is shown in FIG.
An item is taken out from the menu information list 12 of the object (window 32) to create a menu.

【0034】S12は、メニューを表示して、メニュー
選択を待つ。これは、S11で作成したメニューを、ウ
ィンドウ上に図1の(b)に示すように表示する。この
表示したメニューから、ユーザがマウスカーソル31を
位置づけて選択するのを待つ。ユーザがメニュー上でい
ずれかのメニュー項目にマウスカーソル31を位置づけ
てクリックして選択したことに対応して、上から何番目
かのIDを変数indexに格納する。
In step S12, the menu is displayed and the selection of the menu is awaited. This causes the menu created in S11 to be displayed on the window as shown in FIG. The user waits for the user to position and select the mouse cursor 31 from the displayed menu. In response to the user positioning and clicking the mouse cursor 31 on any one of the menu items on the menu, the number of the ID from the top is stored in the variable index.

【0035】S13は、選択されたか判別する。YES
の場合には、S14に進む。NOの場合には、終了する
(END)。S14は、メニュー情報リスト12から、
indexを基に対応するメニュー情報を取り出す。例
えばindex=2のとき、図1の(a)のメニュー情
報リスト12の先頭から2番目のメニュー情報を取り出
す。
In S13, it is determined whether or not it has been selected. YES
In the case of, it progresses to S14. If NO, the process ends (END). S14 is from the menu information list 12
The corresponding menu information is extracted based on the index. For example, when index = 2, the second menu information from the top of the menu information list 12 in FIG.

【0036】S15は、メニュー情報から得られる送信
先オブジェクト(ウィンドウ32)に対して処理ID
“close”を送信する。これを受信したウィンドウ
32がこの処理ID“close”に対応する処理cl
oseを実行する。
S15 is a process ID for the destination object (window 32) obtained from the menu information.
Send "close". The window 32 which received this process cl corresponding to this process ID "close"
ose is executed.

【0037】以上によって、メニュー表示指示に対応し
て、ウィンドウのメニュー情報リスト12からメニュー
項目を取り出してメニューを作成して表示し(図1の
(b))、ユーザがこのメニューから選択したことに対
応して、選択した項目に対応するメニュー情報リスト1
2から処理ID“close”を取り出し、送信先オブ
ジェクト(ウィンドウ32)にこの処理ID“clos
e”を送信する。処理ID“close”を受信したウ
ィンドウ32が当該処理ID“close”に対応する
処理closeを行う。
As described above, in response to the menu display instruction, the menu item is taken out from the menu information list 12 of the window, the menu is created and displayed ((b) in FIG. 1), and the user selects from this menu. Corresponding to, menu information list 1 corresponding to the selected item
2. The process ID “close” is extracted from 2, and the process ID “close” is stored in the destination object (window 32).
The window 32 that has received the process ID “close” performs the process close corresponding to the process ID “close”.

【0038】[0038]

【発明の効果】以上説明したように、本発明によれば、
画面上でメニュー項目を入力、一覧から処理IDを選
択、および必要に応じて画面上で送信先を選択し、メニ
ュー情報リスト12を作成する構成を採用しているた
め、画面上から対話的操作により、メニューを簡単に作
成、追加などすることができる。これらにより、 (1) メニュー項目の入力、このメニュー項目に対す
る処理IDの選択を画面から対話的に行い、自動的にメ
ニューの作成および追加することができる。
As described above, according to the present invention,
Since the menu information list 12 is created by inputting menu items on the screen, selecting the process ID from the list, and selecting the destination on the screen as necessary, interactive operation from the screen This allows you to easily create and add menus. As a result, (1) a menu item can be input and a process ID for the menu item can be interactively selected from the screen to automatically create and add a menu.

【0039】(2) (1)のメニューを自動的に作成
および追加できるため、メニュー作成の労力、時間を削
減できると共に、プログラミング言語を全く知らない利
用者でも、簡単にメニュー機構を構築することが可能と
なる。
(2) Since the menu of (1) can be automatically created and added, the labor and time for creating the menu can be reduced, and even a user who does not know any programming language can easily construct the menu mechanism. Is possible.

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

【図1】本発明の1実施例構成図である。FIG. 1 is a configuration diagram of an embodiment of the present invention.

【図2】本発明の動作説明フローチャートである。FIG. 2 is a flowchart for explaining the operation of the present invention.

【図3】本発明のメニュー作成説明図である。FIG. 3 is an explanatory diagram of menu creation according to the present invention.

【図4】本発明のメニュー作成説明図である。FIG. 4 is an explanatory diagram of menu creation according to the present invention.

【図5】本発明のメニュー作成/送信フローチャートで
ある。
FIG. 5 is a menu creation / transmission flowchart of the present invention.

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

11:オブジェクト(ウィンドウ) 12:メニュー情報リスト 13:登録ウィンドウ管理 14:登録処理 15:メニュー作成処理 16:送信処理 31:マウスカーソル 32、38:ウィンドウ 36:ダイアログ 37:メニュー 11: Object (window) 12: Menu information list 13: Registration window management 14: Registration processing 15: Menu creation processing 16: Transmission processing 31: Mouse cursor 32, 38: Window 36: Dialog 37: Menu

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】メニューを作成するメニュー作成方式にお
いて、 処理IDに対応する処理を設定するオブジェクト(1
1)と、 このオブジェクト(11)に関連づけて、メニュー項
目、処理ID、および送信先を設定するメニュー情報リ
スト(12)とを備え、 画面上から入力されたメニュー項目および処理IDを対
応づけて上記メニュー情報リスト(12)に登録するよ
うに構成したことを特徴とするメニュー作成方式。
1. A menu creation method for creating a menu, wherein an object (1
1) and a menu information list (12) that sets a menu item, a process ID, and a destination in association with this object (11), and associates the menu item and the process ID input from the screen with each other. A menu creating method characterized by being configured to be registered in the menu information list (12).
【請求項2】画面上から入力されたメニュー項目、表示
した一覧表から選択された処理ID、および必要に応じ
て画面上から選択された送信先オブジェクトを対応づけ
て上記メニュー情報リスト(12)に登録するように構
成したことを特徴とする請求項1記載のメニュー作成方
式。
2. The menu information list (12) associating a menu item input on the screen, a process ID selected from the displayed list, and a destination object selected on the screen as necessary. The menu creating method according to claim 1, wherein the menu creating method is configured to be registered in.
【請求項3】メニューの表示時に、上記オブジェクト
(11)の上記メニュー情報リスト(12)を参照し、
メニュー項目を取り出してメニューを表示し、 メニューから項目が選択されたことに対応して、選択さ
れた項目に対応する処理IDを取り出し、この取り出し
た処理IDを送信先に送信し、 これを受信したオブジェクトが処理IDに対応する処理
を行うように構成したことを特徴とするメニュー作成方
式。
3. When the menu is displayed, the menu information list (12) of the object (11) is referred to,
The menu item is taken out, the menu is displayed, and in response to the selection of the item from the menu, the process ID corresponding to the selected item is taken out, the taken out process ID is transmitted to the destination, and this is received. A menu creating method, wherein the created object is configured to perform a process corresponding to the process ID.
JP4126993A 1992-05-20 1992-05-20 System for preparing menu Pending JPH05324299A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4126993A JPH05324299A (en) 1992-05-20 1992-05-20 System for preparing menu

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4126993A JPH05324299A (en) 1992-05-20 1992-05-20 System for preparing menu

Publications (1)

Publication Number Publication Date
JPH05324299A true JPH05324299A (en) 1993-12-07

Family

ID=14949008

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4126993A Pending JPH05324299A (en) 1992-05-20 1992-05-20 System for preparing menu

Country Status (1)

Country Link
JP (1) JPH05324299A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004227591A (en) * 2003-01-21 2004-08-12 Microsoft Corp System and method for directly accessing functionality provided by application

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004227591A (en) * 2003-01-21 2004-08-12 Microsoft Corp System and method for directly accessing functionality provided by application

Similar Documents

Publication Publication Date Title
KR101639835B1 (en) Graphical user interface for search request management
US6175206B1 (en) Robot information processor
US20050125425A1 (en) Method and system for providing universal remote control of computing devices
US5886693A (en) Method and apparatus for processing data across a computer network
KR20030031202A (en) User interface method through computer
JPH05324299A (en) System for preparing menu
JP3274581B2 (en) Process monitoring device
JP2980180B2 (en) Production line
JP2019008663A (en) Help screen presenting system, help screen presenting method, and help screen presenting program
JPH10254665A (en) Device and method for default provision, and storage medium
JPH06231380A (en) Process display device
JPH05324237A (en) User interface design system
JPH05324339A (en) Linkage processing control system
JP5414621B2 (en) Supervisory control system
JP3904865B2 (en) Control system, program thereof and recording medium
JPH01244521A (en) Data manipulation system
JPH07219753A (en) Conversational program development support system
JP2002074247A (en) System and method for managing and displaying documents
JP2001217850A (en) Method for realizing user interface
JP2002287864A (en) Wizard functional system
JPH0844407A (en) Operation device
JP2578736B2 (en) Multi-window display device for data processing system having a plurality of terminals
JPH07253866A (en) Integrated operation management equipment
JP3832632B2 (en) Control system, program thereof and recording medium
JPH1117631A (en) Communication network monitor system