JPH06290049A - Method for operating menu - Google Patents

Method for operating menu

Info

Publication number
JPH06290049A
JPH06290049A JP7478693A JP7478693A JPH06290049A JP H06290049 A JPH06290049 A JP H06290049A JP 7478693 A JP7478693 A JP 7478693A JP 7478693 A JP7478693 A JP 7478693A JP H06290049 A JPH06290049 A JP H06290049A
Authority
JP
Japan
Prior art keywords
program
resident
resident program
menu
application
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
JP7478693A
Other languages
Japanese (ja)
Inventor
Noriya Kishimoto
宣也 岸本
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP7478693A priority Critical patent/JPH06290049A/en
Publication of JPH06290049A publication Critical patent/JPH06290049A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To improve an operation environment and working efficiency by making it possible to process also non-resident programs (application) by operation similar to that of a resident program. CONSTITUTION:Working efficiency is improved by setting up the operation environment of non-resident programs A, B to the same operation environment as that of a resident program to be easily operated by a hot key or the like and the contents of the resident program are included in the program B. In a routine (B), the processing of a conventional program C is separated preformed in a step 10, the processing of the programs A, B are divided in a step 11, the program A is processed in a step 12, and the program B turns on/off a flag for inhibiting the start of the resident program before and after the processing of a step 14. When the hot key is ON and an inhibition flag is off, the resident program executes processing (A). Thereby the resident program and its contents included in the program B are not allowed to compete with each other.

Description

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

【0001】[0001]

【産業上の利用分野】この発明は、シングルタスク型の
オペレーティングシステム上で動作するプログラムのメ
ニュー操作方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a menu operating method for a program operating on a single task type operating system.

【0002】[0002]

【従来の技術】MS−DOS等のシングルタスク型のオ
ペレーティングシステム(以下「OS」という)上で動
作するプログラムには、メモリ上に常駐する常駐プログ
ラムと、その都度ディスクドライバ等の外部記憶装置か
らメモリにロードされる非常駐プログラムとがある。
2. Description of the Related Art Programs operating on a single task type operating system (hereinafter referred to as "OS") such as MS-DOS are resident in memory and from an external storage device such as a disk driver each time. There are non-resident programs that are loaded into memory.

【0003】常駐プログラムは、コンピュータの始動時
にOSに続いてロードされた後は、OSと同様に常にメ
モリ上に存在するため、他のプログラムからのソフトウ
ェア割込みやホットキー操作のようなハードウェア割込
み等、外部からのイベントによって実行権を与えられて
直ちに動作を開始することが出来る。
Since the resident program always remains in the memory like the OS after it is loaded after the OS at the time of starting the computer, software interrupts from other programs and hardware interrupts such as hot key operations are performed. For example, the operation right can be started immediately after the execution right is given by an external event.

【0004】したがって、常駐プログラムを動作させる
イベントをキーボード上の特定なキーに割当てておけ
ば、他のプログラムの実行中でも、任意の時点でオペレ
ータのホットキー操作により必要とする常駐プログラム
を起動させることが出来るから、シングルタスク型OS
であっても、マルチタスク型OSと同様に作業の迅速切
換えが可能であるが、常駐によってメモリのフリーエリ
アをせばめるという問題がある。
Therefore, if an event for operating a resident program is assigned to a specific key on the keyboard, the resident program required can be activated by an operator's hot key operation at any time even while another program is being executed. Single task OS
Even in this case, the work can be switched quickly as in the multi-task type OS, but there is a problem that the free area of the memory is limited by the resident operation.

【0005】一方、非常駐プログラムは、必要に応じて
外部記憶装置からメモリ上にロードされたのち実行権を
与えられて動作を開始し、プログラム実行後は別の新し
いプログラムが同じメモリ領域にロードされるオーバレ
イによって消去される。
On the other hand, the non-resident program is loaded into the memory from the external storage device as needed, and then given the execution right to start the operation. After the program is executed, another new program is loaded into the same memory area. Erased by the overlay.

【0006】したがって、シングルタスク型OS上で動
作する非常駐プログラムは、必要に応じて外部記憶装置
から呼出してメモリ上にロードし、起動しなければなら
ない。また、実行中に他のプログラムに切換える場合
に、一旦処理を中断して他のプログラムを呼出し,起動
する必要があるから、マルチタスク型OSに比べて操作
が煩雑で時間がかかるという問題がある。
Therefore, the non-resident program that operates on the single-task type OS must be called from the external storage device, loaded into the memory, and activated as necessary. Further, when switching to another program during execution, it is necessary to interrupt the processing once to call and start the other program, so that there is a problem that the operation is complicated and takes time as compared with the multitasking OS. .

【0007】このような問題点があるにも拘らず、現時
点ではシングルタスク型OSの方がマルチタスク型OS
よりも多用されており、将来も併存すると考えてよい。
そのため一般に、即時的な処理を要求されるものは常駐
型、比較的大規模なプログラムは非常駐型というよう
に、機能に応じて分類していた。
Despite the above problems, at present, the single task type OS is the multitask type OS.
It is used more frequently than the above and can be considered to coexist in the future.
Therefore, generally, those requiring immediate processing are classified as resident type, and relatively large programs are classified as non-resident type according to their functions.

【0008】[0008]

【発明が解決しようとする課題】しかしながら、従来の
プログラムでは機能に応じて分類していたため、互いの
操作性が統一されていなかったり、操作方法は統一して
も画面デザイン等が異なる等の操作環境の違いによっ
て、オペレータが入力手順,操作方法を覚えるのに手間
がかかり、ミスも多く非効率であった。
However, in the conventional program, the programs are classified according to their functions, so that their operability is not unified, or even if the operation methods are unified, the screen design etc. are different. Depending on the environment, it takes time for the operator to learn the input procedure and operation method, and there are many mistakes and it is inefficient.

【0009】この発明は上記の点に鑑みてなされたもの
であり、シングルタスク型OS上で動作する非常駐プロ
グラムも常駐プログラムと同様な操作で処理可能とし、
メニュー操作環境と作業効率を向上することを目的とす
る。
The present invention has been made in view of the above points, and enables a non-resident program operating on a single-task OS to be processed by the same operation as a resident program,
The purpose is to improve the menu operation environment and work efficiency.

【0010】[0010]

【課題を解決するための手段】この発明は上記の目的を
達成するため、情報処理装置に用いられてシングルタク
ス型のオペレーティングシステム上で動作するプログラ
ムであって、メモリ上に常駐し外部からのイベントによ
り実行権を与えられて動作する常駐プログラムと、オペ
レーティングシステムにより外部記憶装置からメモリ上
にロードされたのち実行権を与えられて動作する非常駐
プログラムとを、オペレータが表示手段に表示された各
プログラムのメニューを参照して操作するメニュー操作
方法において、非常駐プログラムの操作環境を、常駐プ
ログラムの操作環境と同一にするものである。
In order to achieve the above object, the present invention is a program that is used in an information processing apparatus and operates on a single-tax type operating system, which resides in a memory and is externally supplied. Each of the resident programs displayed on the display means by the operator includes a resident program which is given an execution right by an event and operates, and a non-resident program which is loaded from an external storage device to a memory by an operating system and then given an execution right and operates. In a menu operating method for operating by referring to a menu of a program, the operating environment of a non-resident program is made the same as the operating environment of a resident program.

【0011】あるいは、非常駐プログラムに常駐プログ
ラムの内容を包含させるものでもよい。さらに、常駐プ
ログラムの内容を包含した非常駐プログラムの動作中
は、常駐プログラムの起動を禁止するようにするとよ
い。
Alternatively, the contents of the resident program may be included in the non-resident program. Further, it is preferable to prohibit the activation of the resident program during the operation of the non-resident program including the contents of the resident program.

【0012】[0012]

【作用】上記のメニュー操作方法によれば、非常駐プロ
グラムの操作環境を常駐プログラムの操作環境と同一に
したから、操作方法や画面デザイン等が統一され、操作
が容易になってオペレータの習熟が早まり、ミスが減少
して作業効率が向上する。
According to the above menu operating method, the operating environment of the non-resident program is the same as the operating environment of the resident program, so the operating method and screen design are unified, the operation becomes easy, and the operator's learning speed is increased. , Mistakes are reduced and work efficiency is improved.

【0013】あるいは、非常駐プログラムに常駐プログ
ラムの内容を包含させることにより、両者の操作環境が
統一されるのみならず、非常駐プログラムも常駐プログ
ラムと同様に、他のプログラム実行中であっても、ホッ
トキー操作等の簡単な操作で切換えることが出来る。
Alternatively, by including the contents of the resident program in the non-resident program, not only the operating environments of the two are unified, but the non-resident program, like the resident program, is hot even when another program is being executed. It can be switched by simple operation such as key operation.

【0014】さらに、常駐プログラムの内容を包含した
非常駐プログラムの動作中は、常駐プログラムの起動を
禁止することにより、非常駐プログラム内の常駐プログ
ラムの内容を実行する際に常駐プログラム内の対応する
部分が誤まって起動されて誤動作を起す等の恐れがな
い。
Further, by prohibiting the activation of the resident program during the operation of the non-resident program including the contents of the resident program, the corresponding portion in the resident program is executed when the contents of the resident program in the non-resident program are executed. There is no fear of accidentally starting the product and causing a malfunction.

【0015】[0015]

【実施例】図2は、メモリ上のシングルタスク型のOS
(オペレーティングシステム)と常駐プログラム及び非
常駐プログラムであるアプリケーションプログラム(以
下単に「アプリケーション」という)等の配置を示すメ
モリマップの一例を示す図である。
EXAMPLE FIG. 2 shows a single-task type OS on a memory.
It is a figure which shows an example of a memory map which shows arrangement | positioning of an (operating system) and an application program (henceforth "application") which is a resident program and a nonresident program.

【0016】以下、アプリケーションA及びBは常駐プ
ログラムと同一機能(同一操作環境)を有するプログラ
ムであり、特にアプリケーションBは常駐プログラムの
内容を包含したプログラムである。アプリケーションC
は常駐プログラムと機能の異なる従来の非常駐プログラ
ムである。
Hereinafter, the applications A and B are programs having the same function (same operating environment) as the resident program, and the application B is a program including the contents of the resident program. Application C
Is a conventional non-resident program that has different functions from the resident program.

【0017】図2に示したメモリマップの内、図2の
(A)は情報処理装置例えばコンピュータの電源をオン
した直後すなわち立上げ時に、ディスク装置等の外部記
憶装置から最初にOSがメモリ上に読込まれた状態を示
し、同図の(B)は続いて常駐プログラムが読込まれ
て、オペレータの指示を待つ状態を示す。
Of the memory map shown in FIG. 2, (A) of FIG. 2 shows that the OS is first stored in the memory from an external storage device such as a disk device immediately after the information processing device, for example, a computer is powered on, that is, at the time of startup. (B) in the figure shows a state in which the resident program is subsequently read and waits for an instruction from the operator.

【0018】常駐プログラムのみを操作するのであれ
ば、図2の(B)に示した状態のまま常駐プログラムの
メニューを表示させ、ホットキー操作等により指定のプ
ログラムを起動して処理を実行させればよい。
If only the resident program is to be operated, the menu of the resident program can be displayed in the state shown in FIG. 2B and the designated program can be activated by hot key operation or the like to execute the processing. Good.

【0019】図2の(C)及び(D)は、それぞれアプ
リケーションA又はBあるいはアプリケーションCをデ
ィスク装置から読出して処理する場合のメモリマップを
示す。これらは読出したプログラムによってメモリの占
有サイズが異なるだけで、メモリマップとしては変ると
ころがない。
2C and 2D show memory maps when the application A or B or the application C is read from the disk device and processed. The memory occupancy size of these differs only depending on the read program, and there is no change in the memory map.

【0020】図2の(A)乃至(D)に示したメモリの
プログラム以外の領域は、オペレータがデータ等を記憶
させるために使用出来るフリーエリアであり、プログラ
ムの占有領域が小さいほどフリーエリアが広くとれて、
処理が楽になる。
Areas other than the program in the memory shown in FIGS. 2A to 2D are free areas that can be used by the operator to store data, and the smaller the area occupied by the program, the smaller the free area. Take wide,
Processing becomes easy.

【0021】一般に、他のアプリケーションを読出す時
には、オーバレイ方式が用いられている。したがって、
いつでも使用出来る常駐プログラムと異なり、一旦他の
アプリケーションを読出して処理した後に前のアプリケ
ーションを使用する時は、改めて読出す必要があるが、
同一アプリケーション内のプログラムであれば外部から
読込む必要がない。
Generally, when reading other applications, an overlay method is used. Therefore,
Unlike the resident program that can be used at any time, when you use the previous application after reading and processing another application, you need to read it again.
If it is a program in the same application, there is no need to read it from the outside.

【0022】図3及び図4は、常駐プログラムとアプリ
ケーションA,B,Cのプログラム構成の一例を示すメ
ニュー階層図であり、図3の(A)は常駐プログラム、
同図の(B)はアプリケーションA又はC、図4はアプ
リケーションBのそれぞれメニュー階層を示す。
FIGS. 3 and 4 are menu hierarchy diagrams showing an example of the program structure of the resident program and the applications A, B, and C. FIG. 3A shows the resident program.
4B shows the menu hierarchy of the application A or C, and FIG. 4 shows the menu hierarchy of the application B.

【0023】常駐プログラムを指定あるいはアプリケー
ションを読出した後それぞれスタートすると、最上段に
示したようなプログラムメニューが表示され、目的とす
るプログラム又はその番号に対応するホットキーを押す
(イベント発生:アプリケーションA,Bの場合)か、
プログラム名をキー入力する(アプリケーションCの場
合)と、中段に示したような各処理に対応するメニュー
が表示される。
When a resident program is designated or an application is read and then started, the program menu as shown at the top is displayed, and the hot key corresponding to the target program or its number is pressed (event occurrence: application A , B)),
When the program name is keyed in (in the case of application C), a menu corresponding to each process as shown in the middle row is displayed.

【0024】同様にしてメニューに表示されたプログラ
ムを選択すると、下段に示したような各メニューに対応
するサブメニューが表示される。このようにプログラム
をそれぞれ大分類,中分類,小分類したメニューによっ
て目的とするプログラムを指定(メニュー操作)し、実
行処理が行なわれる。
Similarly, when a program displayed on the menu is selected, a submenu corresponding to each menu as shown in the lower stage is displayed. In this way, the target program is designated (menu operation) by the menus into which the programs are classified into the major classification, the middle classification, and the minor classification, and the execution processing is performed.

【0025】このメニュー操作に当って、従来のアプリ
ケーションCは、メニュー等の表示方法,プログラムの
選択又は指定方法等の機能が常駐プログラムと異なるた
め、現在表示中のメニュー又は実行中の処理が、常駐プ
ログラムかアプリケーションであるかを常に意識し、処
理を使い分けなければならない。
In this menu operation, the conventional application C is different from the resident program in the function of displaying the menu and the method of selecting or designating the program, so that the currently displayed menu or the process being executed is You must always be aware of whether it is a resident program or an application and use different processes.

【0026】しかしながら、この発明によるアプリケー
ションA又はBは、常駐プログラムと同一機能を備えて
いるため、シングルタスク型OSでありながら、オペレ
ータは何等意識することなくマルチタスク型OSの場合
と同様に操作することが出来る。
However, since the application A or B according to the present invention has the same function as that of the resident program, it is a single-task type OS, but the operator can operate it in the same way as the multi-task type OS without being aware of it. You can do it.

【0027】さらに、アプリケーションBの場合は、図
4に示したように常駐プログラムの内容を包含している
から、常駐プログラムと全く同じ操作でよく、操作性が
格段に向上する。
Furthermore, in the case of the application B, since the contents of the resident program are included as shown in FIG. 4, the operation is exactly the same as that of the resident program, and the operability is significantly improved.

【0028】図1は上記のような常駐プログラムやアプ
リケーションを起動し実行するためのルーチンの一例を
示すフロー図であり、図1の(A)は常駐プログラムを
起動するサブルーチン、同図の(B)はアプリケーショ
ンを起動するルーチンをそれぞれ示す。
FIG. 1 is a flow chart showing an example of a routine for activating and executing the above-mentioned resident program or application. FIG. 1A is a subroutine for activating the resident program, and FIG. ) Indicates a routine for starting the application.

【0029】図1の(A)に示した常駐プログラム起動
サブルーチンは、他の処理実行中でもホットキーが押さ
れれば優先的に常駐プログラムを実行するため、予め設
定したタイミングで常にスタートされている。
The resident program start-up subroutine shown in FIG. 1A is always started at a preset timing because the resident program is preferentially executed when the hot key is pressed even while other processing is being executed. .

【0030】このサブルーチンがスタートすると、先ず
ステップ1でホットキーが押されているか否かを判定し
て否ならば直ちにリターンする。ホットキーが押されて
いればステップ2に進んで、常駐プログラムの起動を禁
止する禁止フラグがオンであるか否かを判定し、フラグ
がオン(起動禁止)であればそのままリターンする。
When this subroutine is started, it is first judged in step 1 whether or not the hot key is pressed, and if not, the process immediately returns. If the hot key is pressed, the routine proceeds to step 2, where it is judged whether or not the prohibition flag for prohibiting the activation of the resident program is on, and if the flag is on (inhibition of activation), the routine directly returns.

【0031】禁止フラグがオフ即ち起動が禁止されてい
なければステップ3に進んで、(現在処理中のプログラ
ムを中止した上で、)常駐プログラムによる処理を実行
し、処理終了すればリターンする。(中止したプログラ
ムに戻る。)
If the prohibition flag is off, that is, if the activation is not prohibited, the process proceeds to step 3, the processing by the resident program is executed (after stopping the program currently being processed), and when the processing is completed, the process returns. (Returns to the canceled program.)

【0032】図1の(B)に示したアプリケーション起
動ルーチンは、希望するアプリケーションをメモリ上に
読出したのちスタートされる。先ずステップ10で読出
されたアプリケーションが常駐プログラムと同一機能を
有するプログラム(この発明によるアプリケーションA
又はB)か否(従来のアプリケーションC)かを判定
し、否ならばステップ16にジャンプする。
The application starting routine shown in FIG. 1B is started after the desired application is read on the memory. First, the application read in step 10 has the same function as the resident program (application A according to the present invention.
Or B) or not (conventional application C), and if not, jump to step 16.

【0033】同一機能を有していれば、ステップ11に
進んでアプリケーションAか否かを判定し、否すなわち
常駐プログラムの内容を包含しているアプリケーション
Bであればステップ13にジャンプし、アプリケーショ
ンAであればステップ12に進んで、プログラムAを処
理実行してエンドに行く。
If they have the same function, the process proceeds to step 11 and it is judged whether or not it is the application A. If the application B contains the contents of the resident program, the process jumps to step 13 to find the application A. If so, the process proceeds to step 12, the program A is processed and executed, and the process ends.

【0034】ステップ13にジャンプすると、禁止フラ
グをオンにして同一メモリ上にある常駐プログラムの起
動を禁止し、ステップ14に進んでプログラムBを処理
実行し、ステップ15で禁止フラグをオフし、起動禁止
を解除してエンドに行く。
When jumping to step 13, the prohibition flag is turned on to prohibit the activation of the resident program in the same memory, the program proceeds to step 14 to execute the program B, and the prohibition flag is turned off and activated at step 15. Remove the ban and go to the end.

【0035】従来のアプリケーションCであれば、ステ
ップ10からステップ16にジャンプし、起動するため
の指示等を入力処理して、ステップ17で起動指示が終
了したことを確認したらステップ18に進み、プログラ
ムCを処理実行してエンドに行く。
In the case of the conventional application C, the process jumps from step 10 to step 16 and the instruction for starting is input and processed. When it is confirmed in step 17 that the starting instruction is completed, the process proceeds to step 18 and the program is executed. Execute C and go to the end.

【0036】フロー図上ではあまり差がないように見え
るが、従来のアプリケーションCは起動するまでに複雑
な操作を要し、実行中に常駐プログラムによる処理を割
込ませると、操作環境が変って誤操作を招き易いことは
既に説明した通りである。
Although there does not seem to be much difference in the flow diagram, the conventional application C requires complicated operations before starting, and if the processing by the resident program is interrupted during execution, the operating environment changes. As described above, the erroneous operation is likely to occur.

【0037】この発明によるアプリケーションAは、ア
プリケーションCに比べて操作が容易になり、しかも常
駐プログラムを割込ませても操作環境が変らないから、
誤操作を起す確立がはるかに減少して、作業効率が向上
する。
The application A according to the present invention is easier to operate than the application C, and the operating environment does not change even if the resident program is interrupted.
The probability of erroneous operation is greatly reduced, and work efficiency is improved.

【0038】さらに、アプリケーションBは常駐プログ
ラムの内容を包含しているから、常駐プログラムの割込
みを優先させても、それまで実行中であったプログラム
に戻る時に、割込みと同様に簡単に操作で済み、作業効
率はさらに向上する。
Further, since the application B includes the contents of the resident program, even if the interrupt of the resident program is prioritized, when returning to the program that was being executed, the operation is as easy as the interrupt. , Work efficiency is further improved.

【0039】また、図1の(B)のステップ13,ステ
ップ15に示したように、実行中は常駐プログラムの起
動を禁止させるから、包含する常駐プログラムの内容を
ホットキー操作で起動させても、競合による誤処理を生
じない。
Further, as shown in step 13 and step 15 of FIG. 1B, since the activation of the resident program is prohibited during execution, even if the contents of the resident program to be included are activated by hot key operation. , No erroneous processing due to competition will occur.

【0040】[0040]

【発明の効果】以上説明したようにこの発明のメニュー
操作方法によれば、シングルタスク型OS上で動作する
非常駐プログラムも、常駐プログラムと同様な操作で処
理可能となり、メニュー操作環境と作業効率が向上す
る。
As described above, according to the menu operating method of the present invention, a non-resident program operating on a single-task OS can be processed by the same operation as a resident program, and the menu operating environment and work efficiency are improved. improves.

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

【図1】この発明による常駐プログラムや非常駐プログ
ラムを起動するルーチンの一例を示すフロー図である。
FIG. 1 is a flowchart showing an example of a routine for starting a resident program or a non-resident program according to the present invention.

【図2】メモリ上のオペレーティングシステム,常駐プ
ログラム,非常駐プログラムの配置の一例を示すメモリ
マップである。
FIG. 2 is a memory map showing an example of arrangement of an operating system, a resident program, and a nonresident program on a memory.

【図3】常駐プログラムとその内容を包含しない非常駐
プログラムの構成の一例を示すメニュー階層図である。
FIG. 3 is a menu hierarchy diagram showing an example of the configuration of a resident program and a non-resident program that does not include its contents.

【図4】常駐プログラムの内容を包含する非常駐プログ
ラムの構成の一例を示すメニュー階層図である。
FIG. 4 is a menu hierarchy diagram showing an example of the configuration of a non-resident program including the contents of a resident program.

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 情報処理装置に用いられてシングルタク
ス型のオペレーティングシステム上で動作するプログラ
ムであって、メモリ上に常駐し外部からのイベントによ
り実行権を与えられて動作する常駐プログラムと、前記
オペレーティングシステムにより外部記憶装置から前記
メモリ上にロードされたのち実行権を与えられて動作す
る非常駐プログラムとを、オペレータが表示手段に表示
された前記各プログラムのメニューを参照して操作する
メニュー操作方法において、 前記非常駐プログラムの操作環境を、前記常駐プログラ
ムの操作環境と同一にすることを特徴とするメニュー操
作方法。
1. A resident program which is used in an information processing apparatus and operates on a single-tax type operating system, which is resident in a memory and operates by being given an execution right by an external event, A menu operating method in which an operator operates a non-resident program that is loaded from the external storage device onto the memory by the operating system and then given an execution right to operate, with reference to the menu of each program displayed on the display means. The menu operating method according to claim 1, wherein the operating environment of the non-resident program is the same as the operating environment of the resident program.
【請求項2】 情報処理装置に用いられてシングルタク
ス型のオペレーティングシステム上で動作するプログラ
ムであって、メモリ上に常駐し外部からのイベントによ
り実行権を与えられて動作する常駐プログラムと、前記
オペレーティングシステムにより外部記憶装置から前記
メモリ上にロードされたのち実行権を与えられて動作す
る非常駐プログラムとを、オペレータが表示手段に表示
された前記各プログラムのメニューを参照して操作する
メニュー操作方法において、 前記非常駐プログラムに前記常駐プログラムの内容を包
含させることを特徴とするメニュー操作方法。
2. A resident program which is used in an information processing apparatus and operates on a single-tax type operating system, which is resident in a memory and operates by being given an execution right by an external event, A menu operating method in which an operator operates a non-resident program that is loaded from the external storage device onto the memory by the operating system and then given an execution right to operate, with reference to the menu of each program displayed on the display means. In the menu operating method, the contents of the resident program are included in the non-resident program.
【請求項3】 請求項2記載のメニュー操作方法におい
て、 前記常駐プログラムの内容を包含した非常駐プログラム
の動作中は、前記常駐プログラムの起動を禁止すること
を特徴とするメニュー操作方法。
3. The menu operating method according to claim 2, wherein activation of the resident program is prohibited during operation of the non-resident program including the contents of the resident program.
JP7478693A 1993-03-31 1993-03-31 Method for operating menu Pending JPH06290049A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7478693A JPH06290049A (en) 1993-03-31 1993-03-31 Method for operating menu

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7478693A JPH06290049A (en) 1993-03-31 1993-03-31 Method for operating menu

Publications (1)

Publication Number Publication Date
JPH06290049A true JPH06290049A (en) 1994-10-18

Family

ID=13557326

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7478693A Pending JPH06290049A (en) 1993-03-31 1993-03-31 Method for operating menu

Country Status (1)

Country Link
JP (1) JPH06290049A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006031257A (en) * 2004-07-14 2006-02-02 Sony Corp Information processor, information processing method, and program
US8825312B2 (en) 2012-03-21 2014-09-02 Caterpillar Paving Products Inc. System and method for paver screed endgate control

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006031257A (en) * 2004-07-14 2006-02-02 Sony Corp Information processor, information processing method, and program
JP4548025B2 (en) * 2004-07-14 2010-09-22 ソニー株式会社 Information processing apparatus, information processing method, and program
US8825312B2 (en) 2012-03-21 2014-09-02 Caterpillar Paving Products Inc. System and method for paver screed endgate control

Similar Documents

Publication Publication Date Title
JP5142510B2 (en) Graphical user interface providing method and system
US5598522A (en) Command processing system used under graphical user interface utilizing pointing device for selection and display of command with execution of corresponding process
JPH0754506B2 (en) How to access overlapping programs
JP2000099236A (en) Icon menu display method and device therefor
US6335740B1 (en) Data processing apparatus and method for facilitating item selection by displaying guidance images
JPH06290049A (en) Method for operating menu
US20010037425A1 (en) Interrupt processing method in an operation processing device and the device using the same
JPH053011B2 (en)
JPH06309133A (en) Control method for operating system
JPH0675774A (en) Cad processing method/device
JPH0588953A (en) Information processor
JP3060113B2 (en) Command display selection device
JPH01155437A (en) Operating system
JPH07239768A (en) Program execution device
JPH05274120A (en) Os mode switching device
JP2000076095A (en) Device and method for tracing program and storage medium storing program therefor
JPH05150932A (en) Computer device with icon display functi0n
JPH0546345A (en) Multi-window system
JPH10143376A (en) Information processing device
JPH06242908A (en) Computer system
JPH0821027B2 (en) Microcomputer with built-in A / D converter
JPH04264660A (en) Information processor
JPH0340025A (en) Hierarchical menu selecting device
JPH05134865A (en) Microprogram control system
JPH1011320A (en) Rom program monitor device of processor of computer or the like