JPH0384619A - Procedure producing and executing device - Google Patents

Procedure producing and executing device

Info

Publication number
JPH0384619A
JPH0384619A JP1221367A JP22136789A JPH0384619A JP H0384619 A JPH0384619 A JP H0384619A JP 1221367 A JP1221367 A JP 1221367A JP 22136789 A JP22136789 A JP 22136789A JP H0384619 A JPH0384619 A JP H0384619A
Authority
JP
Japan
Prior art keywords
button
buttons
procedure
execution
screen
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
JP1221367A
Other languages
Japanese (ja)
Inventor
Yoshihide Kikuchi
芳秀 菊地
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 JP1221367A priority Critical patent/JPH0384619A/en
Publication of JPH0384619A publication Critical patent/JPH0384619A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To simplify the design and the change of procedure by assigning the procedure serving as a basic unit to each button and putting these buttons on each other to show a series of procedures. CONSTITUTION:An overlap button retrieving means 106 selects a button put directly or indirectly under the button selected by a pointed button selection means 105. That is, a button 201 is selected by a position pointing means 104 like a mouse, etc., when a button 202 is put on a button 203 and the button 201 is put on a button 202. Thus the means 106 selects both buttons 202 and 203. As a result, the design and the change are simplified among procedures.

Description

【発明の詳細な説明】 (産業上の利用分野〉 本発明は画面上に設けられた論理的なボタンを用いて複
数の手続きを作成し実行する手続き作成実行装置に関す
るものである。
DETAILED DESCRIPTION OF THE INVENTION (Field of Industrial Application) The present invention relates to a procedure creation/execution device that creates and executes a plurality of procedures using logical buttons provided on a screen.

(従来の技術) 従来より、画面上に論理的なボタンを作成し、そのボタ
ンをマウスなどで選択することにより手続きを実行する
装置が知られていた。以後、ボタンと呼ぶときは画面上
に論理的に作成されたボタンを表すものとする。
(Prior Art) Conventionally, devices have been known that create logical buttons on a screen and execute procedures by selecting the buttons with a mouse or the like. Hereinafter, when a button is referred to as a button, it refers to a button that is logically created on the screen.

上記の装置で、手続きを作成し、実行するには次のよう
に行っていた。まず、第5図(イ)のように画面501
上にボタン502を作成する0次に、ボタン502が押
されたときに実行される手続きをプログラム言語などで
記述する。こうして作られたボタンをマウスなどで選択
し、選択されたボタンに対応するプログラムを呼び出す
。このような処理を行うことで手続きを実行していた。
With the above device, the procedure was created and executed as follows. First, as shown in FIG. 5(a), the screen 501
Next, write the procedure to be executed when the button 502 is pressed in a programming language or the like. The button created in this way is selected using a mouse or the like, and the program corresponding to the selected button is called. The procedure was executed by performing such processing.

第4図を用いて上記の処理を説明する。まず、ボタンを
作成する手順について説明する。ボタン作成手段401
によりボタンを作成し、作成されたボタンの押される場
所を定めるボタン押下領域形とボタンの上下関係とボタ
ンに対応する手続き番号とがボタン情報記憶手段402
へ記憶される。
The above processing will be explained using FIG. First, the procedure for creating a button will be explained. Button creation means 401
The button information storage means 402 creates a button, and stores the button press area shape that defines the location where the created button is pressed, the vertical relationship of the button, and the procedure number corresponding to the button.
is stored in

ボタンに対応する手続きは手続作成手段403を用いて
プログラミング言語等で作成する6作成された手続きは
手続実行手段407へ記憶される。
A procedure corresponding to the button is created in a programming language or the like using the procedure creation means 403.6 The created procedure is stored in the procedure execution means 407.

次に、手続きの実行について説明する1手続きを実行す
るには、表示手段404に表示されたボタンをマウスな
どの位置指示手段405で指示することにより行う、ボ
タン押下領域に指示された位置が入っているボタンのう
ち、最上位に位置するボタンが、指示ボタン選択手段4
06によってボタン情報記憶手段402から選択される
。選択されたボタンの手続き番号は手続実行手段407
へ送られ、ボタンに対応する手続きが実行されていた。
Next, in order to execute one procedure which describes the execution of a procedure, the button displayed on the display means 404 is indicated by the position indicating means 405 such as a mouse, and the indicated position is entered in the button press area. Among the buttons, the one located at the top is the instruction button selection means 4.
06 from the button information storage means 402. The procedure number of the selected button is the procedure execution means 407
, and the procedure corresponding to the button was executed.

このように、従来、ボタンは手続きに対応するプログラ
ムを起動するためのスイッチとして用いられていた。そ
のため、第5図(ロ)のように、ボタン504がボタン
503の上に重なっているような場合、マウスなどでボ
タン504を指示すると上位にあるボタン504が選択
され、そのボタンに対応する手続きのみが実行されるよ
うになっていた。
In this way, buttons have conventionally been used as switches for starting programs corresponding to procedures. Therefore, when the button 504 overlaps the button 503 as shown in FIG. only was to be executed.

(発明が解決しようとする課題) 上記の従来装置では、ボタンを押したとき、1つの手続
きしか実行できないため、複数の手続きを実行するには
ボタンが押されたときに起動されるプログラムの中に複
数の手続きを書いておく必要があった。そのため、実行
すべき手続きの1つを他の手続きと入れ換える場合、ボ
タンのプログラムを書き換えなければならず、煩わしか
った。
(Problem to be Solved by the Invention) In the conventional device described above, when a button is pressed, only one procedure can be executed, so in order to execute multiple procedures, the program started when the button is pressed is It was necessary to write multiple procedures in advance. Therefore, when one of the procedures to be executed is replaced with another procedure, the button program must be rewritten, which is troublesome.

また、ボタンに割り当てられた手続きがどんな手続きの
組合わせからできているかが、−目でわかり雉いなどの
問題点もあった。
Another problem was that it was difficult to visually tell which combination of procedures the procedure assigned to a button was made up of.

本発明の目的は、上記の問題点を解決し、ボタンが押さ
れたときに実行される手続きの設計や変更が簡単に行え
、しかも実行される手続きの内容が一目でわかる手続き
作成実行装置を提供することにある。
An object of the present invention is to solve the above problems and provide a procedure creation/execution device that allows easy design and modification of procedures to be executed when a button is pressed, and allows the contents of the procedure to be executed to be displayed at a glance. It is about providing.

(課題を解決するための手段) 前述の課題を解決するため本発明による手続き作成実行
装置では、画面上に配置された論理的なボタンを選択す
ることで複数の手続きを実行する手続き作成実行装置に
おいて、あらかじめ手続きが割り当てられたボタンを画
面上に重ねて配置するボタン作成手段と、ボタン押下有
効領域および該ボタンの上下関係および該ボタンの持つ
手続き番号を記憶するためのボタン情報記憶手段と、前
記ボタンを画面上に表示する表示手段と、前記画面上の
位置を指示するための位置指示手段と、該位置指示手段
で指示されたボタンを選択するだめの指示ボタン選択手
段と、該指示ボタン選択手段で選択されたボタンの下へ
重なるボタンを再帰的に検索する重なりボタン検索手段
と、該重なりボタン検索手段により検索されたボタンを
記憶するための未実行ボタン記憶手段と、該未実行ボタ
ン記憶手段に記憶されているボタンから次に実行するボ
タンを選択するための実行ボタン選択手段と、該実行ボ
タン選択手段により選ばれたボタンに対応するあらかじ
め記憶されている手続きを実行し前記未実行ボタン記憶
手段から実行されたボタンを削除する手続き実行手段と
を備える。
(Means for Solving the Problems) In order to solve the above-mentioned problems, a procedure creation/execution device according to the present invention is a procedure creation/execution device that executes a plurality of procedures by selecting logical buttons arranged on a screen. , button creation means for arranging buttons to which procedures are assigned in advance in an overlapping manner on a screen; button information storage means for storing a button press effective area, a vertical relationship of the button, and a procedure number held by the button; Display means for displaying the button on the screen; position indicating means for indicating the position on the screen; instruction button selection means for selecting the button specified by the position indicating means; and the instruction button. An overlapping button search means for recursively searching for a button that overlaps under the button selected by the selection means, an unexecuted button storage means for storing the button searched by the overlapping button search means, and the unexecuted button. Execution button selection means for selecting a button to be executed next from among the buttons stored in the storage means, and execution of a pre-stored procedure corresponding to the button selected by the execution button selection means and said unexecuted procedure. and procedure execution means for deleting the executed button from the button storage means.

(作用) 実行される処理の基本単位となる手続きが割り当てられ
たボタンを、あらかじめ複数個用意しておく。そして、
処理に必要なボタンが、マウスなどで選択されるボタン
の下に重なるように画面上に配置する。ただし、第3図
(イ)で表されるように、最初に押されるボタン301
と処理に必要な他のボタン303とは直接型なっていな
くてもよい、このことを間接的に重なると呼ぶことにす
る。
(Operation) Prepare in advance a plurality of buttons to which procedures, which are the basic units of processing to be executed, are assigned. and,
Arrange the buttons necessary for processing on the screen so that they overlap the buttons that are selected using a mouse, etc. However, as shown in FIG. 3(a), the button 301 that is pressed first
It is not necessary that the button 303 and other buttons 303 necessary for the process have a direct shape, and this is referred to as indirectly overlapping.

このように配置されたボタンのうち、一番上のボタンを
押すと、押されたボタンの下に直接的または間接的に重
なるボタンが検索される。そして、検索されたボタンに
対応る手続きを実行することにより、−群の手続きが実
行される。
When the top button among the buttons arranged in this manner is pressed, a search is made for a button that directly or indirectly overlaps the pressed button. Then, by executing the procedure corresponding to the searched button, the - group procedures are executed.

(実施例) 次に図面を参照しなから本発明の実施例について説明す
る。
(Example) Next, an example of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例を示すブロツク図である。FIG. 1 is a block diagram showing one embodiment of the present invention.

ボタン作成手段101は、あらかじめ手続きが割り当て
られたボタンを複数個選択し、画面上に重ねて配置する
。ボタンの形は円形でも矩形でも良く、利用者が希望の
形に変形してIJesわない。
The button creation means 101 selects a plurality of buttons to which procedures have been assigned in advance, and arranges them one on top of the other on the screen. The shape of the button may be circular or rectangular, and the button will not be distorted into the desired shape by the user.

また、ボタンはそれぞれが同一の形をしていなくてもよ
い、さらに、表示手段103に表示される′ボタンの絵
と、ボタンの押される有効領域を定めるボタン押下有効
領域とは、必ずしも一致している必要はない。
Further, the buttons do not have to have the same shape, and furthermore, the picture of the 'button displayed on the display means 103 and the button press effective area that defines the effective area where the button is pressed do not necessarily match. There's no need to be.

ボタン作成手段101で作成されたボタンは、ボタン押
下有効領域と、ボタンの上下関係と、ボタンに対応する
手続き番号とがボタン情報記憶手段102へ送られる。
For the button created by the button creation means 101, the valid button press area, the vertical relationship of the button, and the procedure number corresponding to the button are sent to the button information storage means 102.

手続き番号の代わりに手続き名を送ってもよい。You may also send the procedure name instead of the procedure number.

ボタン情報記憶手段102は、ボタン作成手段101で
得られた、ボタンを押すことができるボタン押下有効領
域およびボタンの上下関係およびボタンに割り当てられ
た手続き番号を記憶するための手段である。ボタンの上
下間f系を表現する実施例としては、概念的に画面と垂
直な軸であるZ軸を考え、ボタンの上下関係を表すよう
にZ軸の座標を割り当てる手段が考えられる0手続き番
号には、番号の代わりに手続き名を記憶することも可能
である。
The button information storage unit 102 is a unit for storing the valid button press area where a button can be pressed, the vertical relationship of the buttons, and the procedure number assigned to the button, obtained by the button creation unit 101. As an example of expressing the f-system between the top and bottom of buttons, consider the Z-axis, which is conceptually perpendicular to the screen, and consider the method of assigning the coordinates of the Z-axis to express the vertical relationship of the buttons.Procedure number 0 It is also possible to store procedure names instead of numbers.

前記ボタンは表示手段103の画面上に表示される。表
示手段103には、CR’]’や液晶ディスプレーイ、
プラズマデイスプレィなどボタンやカーソルが表示でき
るものなら何でも利用できる。
The button is displayed on the screen of the display means 103. The display means 103 includes a CR']', a liquid crystal display,
You can use anything that can display buttons and a cursor, such as a plasma display.

位置表示手段104は、画面上の位置を指示するための
手段であり、マウスやデジタイザなどのポインティング
デバイスが利用できる。また、キーボードからカーソル
を制御することで位置を指示しても良いし、座標を直接
入力することで位置を指示しても構わない。位置指示手
段104によるボタンの選択は、カーソルを用いた場合
には、カーソルをボタンの上に移動させ、その後、マウ
ス上のボタンをクリックしたりキーボードの入カキ−を
押すなどしてカーソルの位置する座標を指示ボタン選択
手段105に知らせて行われる。カーソルを用いない場
合には、キーボードから入力された座標を指示ボタン選
択手段105に送る。
The position display means 104 is a means for indicating a position on the screen, and a pointing device such as a mouse or a digitizer can be used. Further, the position may be specified by controlling a cursor from the keyboard, or the position may be specified by directly inputting coordinates. When using a cursor, the button is selected by the position indicating means 104 by moving the cursor over the button, and then changing the cursor position by clicking a button on the mouse or pressing the enter key on the keyboard. This is done by notifying the instruction button selection means 105 of the coordinates to be selected. If the cursor is not used, the coordinates input from the keyboard are sent to the instruction button selection means 105.

指示ボタン選択手段105は、位置指示手段104で指
示された座標がボタン押下有効領域に含まれるボタンの
うち、最も上に位置するボタンを、ボタン情報記憶手段
102から選択するための手段である。
The instruction button selection means 105 is a means for selecting, from the button information storage means 102, the button located at the top of the buttons whose coordinates specified by the position instruction means 104 are included in the valid button press area.

重なりボタン検索手段106は、指示ボタン選択手段1
05により選ばれたボタンの下に、直接的または間接的
に重なっているボタンを選び出す手段である。例えば、
第2図のように、ボタン203の上にボタン202が、
ボタン202の上にボタン201がのっている場合、マ
ウスなどの位置指示手段104でボタン201を選択す
ると、重なりボタン検索手段106によりボタン202
とボタン203が選ばれる。
The overlapping button search means 106 is the instruction button selection means 1
This is means for selecting buttons directly or indirectly overlapping the button selected by 05. for example,
As shown in FIG. 2, the button 202 is placed above the button 203.
When the button 201 is placed on top of the button 202, when the button 201 is selected with the position indicating means 104 such as a mouse, the overlapping button search means 106 selects the button 201.
and button 203 is selected.

重なりボタン検索手段106の一実施例について説明す
る。ここでは説明を簡単にするために、ボタンの絵とボ
タン押下有効領域とが一致しているものとする。
An example of the overlap button search means 106 will be described. Here, to simplify the explanation, it is assumed that the picture of the button and the effective button press area match.

まず、第2図のボタンの押下有効領域を表す線(ここで
はボタンの形と一致している〉のうち、ボタンの下に隠
れている線を補う。すると、第3図(イ)で示されるよ
うに、ボタンAは領域301と領域302に、ボタンB
は領域302と領域303に、ボタンCは領域303と
領域304とにそれぞれ分けられる。これを第3図(ロ
)で示されるような表にして記憶しておく。
First, of the lines representing the effective pressing area of the button in Figure 2 (here, it matches the shape of the button), supplement the lines hidden under the button.Then, as shown in Figure 3 (A), button A is placed in area 301 and area 302, and button B is placed in area 301 and area 302 so that
is divided into an area 302 and an area 303, and the button C is divided into an area 303 and an area 304, respectively. This is stored in a table as shown in FIG. 3 (b).

あるボタンと重なっているボタンを調べるには、まず、
表の中から検索のもととなるボタンの構成領域の番号を
検索する0次に、該ボタンの構成領域番号が含まれてい
るボタンを表から検索する。
To find out which buttons overlap with another button, first,
Search the table for the number of the constituent area of the button that is the source of the search. Next, search the table for the button that includes the constituent area number of the button.

さらに、ボタン情報記憶手段102に記憶されていたボ
タンの上下関係を用い、検索のもととなるボタンよりも
下に位置するボタンに絞り込む。こうして検索のもとと
なるボタンの下に直接型なるボタンを検索する。
Furthermore, using the vertical relationship of the buttons stored in the button information storage means 102, the search is narrowed down to buttons located below the button that is the source of the search. In this way, a direct type button is searched below the button that is the source of the search.

同様に、検索されたボタンに対して上記の処理を繰り返
すことにより、位置指示手段104で選択したボタンの
下に直接的または間接的に重なっているすべてのボタン
を選び出す。この結果は未実行ボタン記憶手段107へ
送られる。
Similarly, by repeating the above process for the searched buttons, all buttons directly or indirectly overlapping the button selected by the position specifying means 104 are selected. This result is sent to unexecuted button storage means 107.

未実行ボタン記憶手段107は重なりボタン検索手段1
06で選択されたボタンを記憶するためのものである。
The unexecuted button storage means 107 is the overlapping button search means 1
This is for storing the button selected in step 06.

実行ボタン選択手段108は、未実行ボタン記憶手段1
07に記憶されているボタンから次に実行するボタンを
選択する。実行ボタン選択手段108におけるボタンの
選択+qi序としては、ボタンが未実行ボタン記憶手段
107へ記憶された順番に選択することも考えられるし
、未実行ボタン記憶手段107へ記憶されたボタンの中
で、ボタンの上下関係が上に位置するボタンから順に選
択することも考えられる。いずれの場合も、未実行ボタ
ン記憶手段107に記憶されているボタンが無くなった
ときに、シーケンスの実行が完了したと見なし、処理を
終了する。
Execution button selection means 108 includes unexecuted button storage means 1
Select the button to be executed next from the buttons stored in 07. Regarding the button selection+qi order in the execution button selection means 108, it is possible to select the buttons in the order in which they are stored in the unexecuted button storage means 107, or to select the buttons among the buttons stored in the unexecuted button storage means 107. , it is also conceivable that the buttons are selected in order from the button located at the top in the vertical relationship. In either case, when there are no more buttons stored in the unexecuted button storage means 107, it is assumed that the sequence has been executed, and the process ends.

手続き実行手段109では、実行ボタン選択手段108
で選択されたボタンの定義する手続きを実行した後、未
実行ボタン記憶手段107に記憶されているボタンから
全実行したボタンを削除する。
In the procedure execution means 109, the execution button selection means 108
After executing the procedure defined by the button selected in , all executed buttons are deleted from the buttons stored in the unexecuted button storage means 107.

(発明の効果) 以上説明したように本発明の手続き作成実行装置によれ
ば、基本単位となる手続きを各ボタンに割り当て、ボタ
ンを重ね合わせることにより一群の手続きを表現してい
る。そのため、−群の手続きを作成するには、処理に必
要なボタンを選んで画面に配置すればよく、処理内容を
変更する場合も、画面上のボタンの配置を変えたり、ボ
タンを交換することで行える。したがって、従来のよう
にボタンに対応する処理をプログラム@語等で記述する
という煩わしさがない。
(Effects of the Invention) As explained above, according to the procedure creation/execution device of the present invention, a procedure serving as a basic unit is assigned to each button, and a group of procedures is expressed by overlapping the buttons. Therefore, to create a - group procedure, all you need to do is select the buttons necessary for the process and place them on the screen.If you want to change the processing content, you can change the layout of the buttons on the screen or replace them. You can do it with Therefore, there is no need to write the process corresponding to the button in a program @ language or the like as in the past.

また、選択したボタンの下に直接的または間接的に重な
るすべてのボタンの手続きが実行されるため、第2図の
204位置をマウスなどで選択した場合、ボタン201
に対応する手続きが実行されるだけでなく、ボタン20
2、ボタン203に対応する手続きも実行される。した
がって、同一ボタン内の押す場所の違いによって動作が
変わることがない。
In addition, since the procedures for all buttons that directly or indirectly overlap under the selected button are executed, if position 204 in Figure 2 is selected with a mouse, button 201
Not only is the procedure corresponding to button 20 executed.
2. The procedure corresponding to button 203 is also executed. Therefore, the operation does not change depending on where the same button is pressed.

さらに、実行される手続きがボタンの組合わせで表され
ているので、実行内容が一目でわかるという利点もある
Furthermore, since the procedures to be executed are represented by a combination of buttons, there is also the advantage that the execution contents can be seen at a glance.

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

第1図は本発明の一実施例の構成を示ず構成図、第2図
はボタンの積み重ねた様子を概念的に表した図、第3図
は重なりボタン検索手段を説明するための図、第4図お
よび第5図は従来の技術を説明するための構成図および
ボタンの配置例の図である。 101 401・・・ボタン作成手段、102 。 402・・・ボタン情報記憶手段、103,404・・
・表示手段、104,405・・・位置指示手段、10
5.406・・・指示ボタン選択手段、106・・・重
なりボタン検索手段、107・・・未実行ボタン記憶手
段、108・・・実行ボタン選択手段、109゜407
・・・手続き実行手段、408・・・手続き作成手段。
FIG. 1 is a configuration diagram that does not show the configuration of an embodiment of the present invention, FIG. 2 is a diagram conceptually showing how buttons are stacked, and FIG. 3 is a diagram for explaining overlapping button search means. FIGS. 4 and 5 are block diagrams and diagrams of button arrangement examples for explaining the conventional technology. 101 401...button creation means, 102. 402...button information storage means, 103,404...
・Display means, 104, 405...position indication means, 10
5.406... Instruction button selection means, 106... Overlapping button search means, 107... Unexecuted button storage means, 108... Execution button selection means, 109°407
...Procedure execution means, 408...Procedure creation means.

Claims (1)

【特許請求の範囲】[Claims]  画面上に配置された論理的なボタンを選択することで
複数の手続きを実行する手続き作成実行装置において、
あらかじめ手続きが割り当てられたボタンを画面上に重
ねて配置するボタン作成手段と、ボタン押下有効領域お
よび該ボタンの上下関係および該ボタンの持つ手続き番
号を記憶するためのボタン情報記憶手段と、前記ボタン
を画面上に表示する表示手段と、前記画面上の位置を指
示するための位置指示手段と、該位置指示手段で指示さ
れたボタンを選択するための指示ボタン選択手段と、該
指示ボタン選択手段で選択されたボタンの下へ重なるボ
タンを再帰的に検索する重なりボタン検索手段と、該重
なりボタン検索手段により検索されたボタンを記憶する
ための未実行ボタン記憶手段と、該未実行ボタン記憶手
段に記憶されているボタンから次に実行するボタンを選
択するための実行ボタン選択手段と、該実行ボタン選択
手段により選ばれたボタンに対応するあらかじめ記憶さ
れている手続きを実行し前記未実行ボタン記憶手段から
実行されたボタンを削除する手続き実行手段とを備えて
成ることを特徴とする手続き作成実行装置。
In a procedure creation/execution device that executes multiple procedures by selecting logical buttons arranged on the screen,
button creation means for arranging buttons to which procedures are assigned in advance in an overlapping manner on a screen; button information storage means for storing a button press effective area, a vertical relationship of the button, and a procedure number held by the button; a display means for displaying on a screen, a position indicating means for indicating a position on the screen, an instruction button selection means for selecting a button specified by the position instruction means, and an instruction button selection means. Overlapping button search means for recursively searching for a button that overlaps under the button selected by , unexecuted button storage means for storing buttons searched by the overlapping button search means, and unexecuted button storage means for storing buttons searched by the overlapping button search means. execution button selection means for selecting a button to be executed next from buttons stored in the execution button selection means; and execution button storage for executing a pre-stored procedure corresponding to the button selected by the execution button selection means. A procedure creation/execution device comprising: procedure execution means for deleting an executed button from the means.
JP1221367A 1989-08-28 1989-08-28 Procedure producing and executing device Pending JPH0384619A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1221367A JPH0384619A (en) 1989-08-28 1989-08-28 Procedure producing and executing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1221367A JPH0384619A (en) 1989-08-28 1989-08-28 Procedure producing and executing device

Publications (1)

Publication Number Publication Date
JPH0384619A true JPH0384619A (en) 1991-04-10

Family

ID=16765686

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1221367A Pending JPH0384619A (en) 1989-08-28 1989-08-28 Procedure producing and executing device

Country Status (1)

Country Link
JP (1) JPH0384619A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6741266B1 (en) 1999-09-13 2004-05-25 Fujitsu Limited Gui display, and recording medium including a computerized method stored therein for realizing the gui display

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6741266B1 (en) 1999-09-13 2004-05-25 Fujitsu Limited Gui display, and recording medium including a computerized method stored therein for realizing the gui display

Similar Documents

Publication Publication Date Title
JPH07129349A (en) Method for displaying file list, method and processor for starting program
JP3591120B2 (en) Menu screen control device
JPH05289839A (en) Method and device for window management
JP2001103415A (en) Slide show device
JPH10214171A (en) Information processor
JPS59197930A (en) Graphic input device
JPH0384619A (en) Procedure producing and executing device
JP2001134586A (en) Method and system for database retrieving process by computer
JP2585311B2 (en) How to create a program
JPS62254233A (en) Menu selecting and processing system
JPH02239314A (en) Command input system
JP2845897B2 (en) Document search / display method and apparatus
JPH02310728A (en) Sequence generation execution device
JPH09153079A (en) Drawing preparation system
JPH04273322A (en) Hierarchical menu selecting device
JP2664719B2 (en) Image retrieval device
JPS60128530A (en) User menu display processing system
JP2000010701A (en) Operation menu setting method for graphical user interface
JP6373804B2 (en) Information processing apparatus, method, and program
JPH01149120A (en) Information processor
JP2022150886A (en) Information processing device and program
JPH08297679A (en) Method and device for retrieving information
Freeman Using the ListView Control
JPH06214710A (en) Registration method for tablet menu
JPH05204624A (en) Program creating device