JP3084106B2 - Screen output switching method - Google Patents

Screen output switching method

Info

Publication number
JP3084106B2
JP3084106B2 JP03285116A JP28511691A JP3084106B2 JP 3084106 B2 JP3084106 B2 JP 3084106B2 JP 03285116 A JP03285116 A JP 03285116A JP 28511691 A JP28511691 A JP 28511691A JP 3084106 B2 JP3084106 B2 JP 3084106B2
Authority
JP
Japan
Prior art keywords
screen
output
program
display
information
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.)
Expired - Lifetime
Application number
JP03285116A
Other languages
Japanese (ja)
Other versions
JPH05119956A (en
Inventor
仁 引田
泰親 岸元
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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP03285116A priority Critical patent/JP3084106B2/en
Publication of JPH05119956A publication Critical patent/JPH05119956A/en
Application granted granted Critical
Publication of JP3084106B2 publication Critical patent/JP3084106B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は、電子計算機などの情報
処理装置において、複数のアプリケーションプログラム
を平行して実行させるときの画面出力切換方法に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a screen output switching method for executing a plurality of application programs in parallel in an information processing apparatus such as an electronic computer.

【0002】[0002]

【従来の技術】従来からの画面出力切換方法において
は、計算機などの利用者が、端末のキーボードや項目入
力装置などの入力装置から、画面の切換えを行うコード
を入力する。切換えコードが入力されると、オペレーテ
ィングシステム(以下「OS」と略称する)やドライバ
プログラムなどが、画面切換制御を行う。
2. Description of the Related Art In a conventional screen output switching method, a user such as a computer inputs a code for switching a screen from an input device such as a terminal keyboard or an item input device. When the switching code is input, an operating system (hereinafter abbreviated as “OS”), a driver program, and the like perform screen switching control.

【0003】図6は、従来からの画面出力切換方法の考
え方を示す。複数のアプリケーションプログラム1,
2,3は、OS4を基礎として動作する。OS4内に
は、出力ドライバ5が含まれ、陰極線管(以下「CR
T」と略称する)やプリンタなどの出力装置6を制御す
る。OS4には、入力ドライバ7も含まれ、キーボード
や項目入力装置などの入力装置8からの入力を処理す
る。
FIG. 6 shows the concept of a conventional screen output switching method. A plurality of application programs 1,
2 and 3 operate based on OS4. The OS 4 includes an output driver 5 and a cathode ray tube (hereinafter referred to as “CR
T ") and an output device 6 such as a printer. The OS 4 also includes an input driver 7, and processes input from an input device 8 such as a keyboard or an item input device.

【0004】画面出力切換えの手順は次のようになる。
入力装置8から画面切換えコードを入力する。ドラ
イバ7は、画面切換えコードに応答し、画面テーブルを
書換える。ドライバ5は、画面テーブルを参照して、
画面表示すべきアプリケーションプログラム1,2,3
用の画面バッファを作成する。ドライバ5は、画面バ
ッファの内容を読出して、出力装置6に対して表示デー
タとして出力する。
The procedure for switching the screen output is as follows.
A screen switching code is input from the input device 8. The driver 7 rewrites the screen table in response to the screen switching code. The driver 5 refers to the screen table and
Application programs 1, 2, 3 to be displayed on the screen
Create a screen buffer for The driver 5 reads out the contents of the screen buffer and outputs it to the output device 6 as display data.

【0005】たとえば、アプリケーションプログラム1
が入力装置8および出力装置6を制御しているときに、
利用者がアプリケーションプログラム2の出力情報を出
力装置6を介して表示するように画面出力切換えを行う
ときの動作を説明する。利用者は、入力装置8に画面切
換えコードを入力する。ドライバ7は画面切換えコード
を解析し、画面テーブルの情報を書換えて、出力装置6
と入力装置8を専有するアプリケーションプログラムが
1から2に切換えられたことをシステムメモリに記憶す
る。以降、ドライバ7は、入力装置8からの入力データ
をアプリケーションプログラム2に対する入力としてO
S4に与える。OS4は、アプリケーション1,2,3
からの出力情報をすべてドライバ5に出力する。ドライ
バ5は、画面テーブルを参照し、アプリケーションプロ
グラム2の出力情報のみを画面バッファから取出し、出
力装置6に出力する。
For example, an application program 1
Controls the input device 8 and the output device 6,
The operation when the user performs the screen output switching so as to display the output information of the application program 2 via the output device 6 will be described. The user inputs a screen switching code to the input device 8. The driver 7 analyzes the screen switching code, rewrites the information in the screen table, and
And that the application program exclusively occupying the input device 8 has been switched from 1 to 2 in the system memory. Thereafter, the driver 7 uses the input data from the input device 8 as input to the application program 2
Give to S4. OS4 is for applications 1, 2, 3
Is output to the driver 5. The driver 5 refers to the screen table, extracts only the output information of the application program 2 from the screen buffer, and outputs it to the output device 6.

【0006】従来からの画面出力切換方法においては、
計算機の利用者が画面切換えコードを入力装置8から入
力しない限り、入力装置8および出力装置6を専有する
アプリケーションプログラムを変更することはできな
い。
In a conventional screen output switching method,
Unless the user of the computer inputs the screen switching code from the input device 8, the application program exclusively used for the input device 8 and the output device 6 cannot be changed.

【0007】画面表示を行っていないプログラムは、通
常は画面表示の必要性は少ないけれども、プログラムが
特定の段階に達したときたとえば終了したときや、処理
にエラーが生じたようなときには画面表示を行って、利
用者に情報を伝達する必要がある。利用者から画面表示
コードが入力されないと画面表示が切換えられないとき
には、利用者は切換えのための情報を得られず、適切な
処置を取ることができない。たとえば、画面表示を行っ
ていないプログラムが終了したときには、必要があれば
他のプログラムを開始させることができるけれども、プ
ログラムの終了を知ることができなければ他のプログラ
ムを開始させることができないので、情報処理装置の能
力を最大限に利用した多重プログラム処理が行えない。
画面表示を行っていないプログラムがエラー状態となっ
ているときにエラー状態を知ることができなければ、エ
ラー状態を解除させることができず、エラー停止の状態
を続けて全体の効率を低下させる。
A program that does not display a screen usually has a small need to display the screen. However, when a program reaches a specific stage, for example, when the program ends, or when an error occurs in processing, a screen display is performed. Need to go and communicate the information to the user. When the screen display cannot be switched unless the screen display code is input from the user, the user cannot obtain information for switching and cannot take appropriate measures. For example, when a program that is not displaying a screen ends, another program can be started if necessary, but other programs cannot be started without knowing the end of the program. Multiple program processing that makes the most of the information processing device cannot be performed.
If an error state cannot be known when a program that does not display a screen is in an error state, the error state cannot be canceled, and the error stop state continues to reduce the overall efficiency.

【0008】本発明の目的は、プログラムの実行中の必
要に応じて表示画面に出力するプログラムを優先的に切
換えることができる画面出力切換方法を提供することで
ある。
An object of the present invention is to provide a screen output switching method capable of preferentially switching a program to be output to a display screen as needed during execution of the program.

【0009】[0009]

【課題を解決するための手段】本発明は、同一のオペレ
ーティングシステム上で並行して実行される複数のプロ
グラムがバッファメモリにそれぞれ出力する画面情報
を、オペレーティングシステムが切換えて表示画面に出
力する画面出力切換方法において、起動されているが画
面表示されていないプログラムは、処理の終了やエラー
の発生を含む特定の段階に達したときに、利用者に伝達
すべき情報を利用者に見える状態で画面表示させるため
に前記オペレーティングシステムに画面出力切換えを要
求し、前記オペレーティングシステムは、前記画面出力
切換えが要求されたとき、要求したプログラムからの画
面情報をバッファメモリから読出して前記プログラムの
ための画面を表示し、該表示された画面に前記読出した
画面情報を出力することを特徴とする画面出力切換方法
である。
SUMMARY OF THE INVENTION According to the present invention, there is provided a screen display in which a plurality of programs executed in parallel on the same operating system output screen information output to a buffer memory by the operating system and output to a display screen. in the output switching method it has been activated image
If the program is not displayed on the screen, the processing ends or an error
Notify users when certain stages are reached, including the occurrence of
To display the information to be displayed on the screen in a state that can be seen by the user
Wherein the screen output switching request to the operating system, the operating system, when the screen output switching is requested, the screen information from the requested program displays a screen for the program is read from the buffer memory in, A screen output switching method characterized by outputting the read screen information to the displayed screen.

【0010】[0010]

【作用】本発明に従えば、複数のプログラムは同一のオ
ペレーティングシステム上で並行して実行される。これ
らの複数のプログラムからは、バッファメモリに画像情
報がそれぞれ出力される。現在起動されているが画面表
示されていないプログラムは、処理の終了やエラーの発
生を含む特定の段階に達したときに、利用者に伝達すべ
き情報を利用者に見える状態で画面表示させるために
ペレーティングシステムに画面出力切換えを要求する。
オペレーティングシステムは、この画面出力切換え要求
があったとき、要求があったプログラム用の画面を表示
画面上に表示して、この要求があったプログラムからの
画面情報をバッファメモリから読出してこの画面に出力
する。つまり、表示画面に出力されるべき画面情報は、
現在表示画面上に出力用の画面が存在しなく(表示画面
上に該当するプログラムに関する画面が何も表示されて
いなく)ても、プログラムからオペレーティングシステ
ムに対する要求によって切換えることができ、プログラ
ムに画面表示の必要(例えば、処理の終了やエラーの発
生を含む特定の段階に達したときに、利用者に伝達すべ
き情報を利用者に見える状態で画面表示させるための必
要)が生じたときは、速やかに画面切換えが行われる。
この結果、利用者は、切換えられて表示される情報によ
って、切換えを要求したプログラムの動作状態を知るこ
とができ、これによって迅速に必要な処置を取ることが
できる。
According to the present invention, a plurality of programs are executed in parallel on the same operating system. this
The plurality of programs output image information to the buffer memory. Currently activated but screen display
Programs not shown may terminate processing or generate an error.
When certain stages are reached, including life, should be communicated to users.
Requesting the operating system to switch the screen output in order to display the current information on the screen in a state visible to the user .
When the screen output switching request is received, the operating system displays a screen for the requested program on the display screen, reads screen information from the requested program from the buffer memory, and displays the screen information on the screen. Output. In other words , the screen information to be output on the display screen is
There is no output screen on the current display screen (display screen
There are no screens for the corresponding program at the top
Had not) and can be switched by a request to the operating system from a program, the program screen required to (e.g., termination and error processing originating
When certain stages are reached, including life, should be communicated to users.
Required to display information on the screen in a visible state to the user.
When (need) occurs, the screen is switched immediately.
As a result, the user can know the operating state of the program that has requested the switching, based on the information displayed after being switched, and thereby can quickly take necessary measures.

【0011】[0011]

【実施例】図1は、本発明の一実施例の概略的な電気的
構成を示す。中央処理装置(以下「CPU」と略称す
る)10は、システムメモリ11およびユーザメモリ1
2とバス回路13を介して接続される。システムメモリ
11は、CPU10の動作のためのワークエリアと、画
面バッファ領域とを提供する。ユーザメモリ12には、
アプリケーションプログラムがストアされる。バス回路
13には、アドレス信号やデータ信号および各種制御信
号が伝送される。CPU10は、バス回路13を介して
出力(表示)装置16および入力装置18を制御する。
出力装置としては、CRT、液晶表示素子(略称「LC
D」)やプリンタなどが含まれる。入力装置18として
は、キーボード、項目入力装置やマウスなどが含まれ
る。
FIG. 1 shows a schematic electrical configuration of an embodiment of the present invention. A central processing unit (hereinafter abbreviated as “CPU”) 10 includes a system memory 11 and a user memory 1.
2 via a bus circuit 13. The system memory 11 provides a work area for the operation of the CPU 10 and a screen buffer area. In the user memory 12,
An application program is stored. An address signal, a data signal, and various control signals are transmitted to the bus circuit 13. The CPU 10 controls an output (display) device 16 and an input device 18 via a bus circuit 13.
As an output device, a CRT, a liquid crystal display element (abbreviated as “LC
D ") and a printer. The input device 18 includes a keyboard, an item input device, a mouse, and the like.

【0012】図2は、図1図示のハードウエア構成にお
いて、本発明による画面出力切換方法を実施するための
ソフトウエア構成を示す。複数のアプリケーションプロ
グラム21,22,23は、同一のOS24上で動作す
る。OS24には、複数のアプリケーションプログラム
21,22,23において共通に必要とするような処理
プログラムなどが予め用意されている。アプリケーショ
ンプログラム21,22,23は、予め定められる手順
に従ってOS24に用意されているプログラムを利用す
ることができる。OS24に共通に用意されているプロ
グラムの中に、出力装置16を制御するためのドライバ
25や、入力装置18を制御するためのドライバ27が
含まれる。
FIG. 2 shows a software configuration for implementing the screen output switching method according to the present invention in the hardware configuration shown in FIG. The plurality of application programs 21, 22, and 23 operate on the same OS 24. In the OS 24, processing programs and the like commonly required by the plurality of application programs 21, 22, and 23 are prepared in advance. The application programs 21, 22, and 23 can use programs prepared in the OS 24 according to a predetermined procedure. Drivers 25 for controlling the output device 16 and drivers 27 for controlling the input device 18 are included in programs commonly prepared in the OS 24.

【0013】図3は、図2におけるドライバ25および
27が使用する画面テーブルのデータ構成を示す。画面
テーブルは図1図示のシステムメモリ11内に設けられ
る。画面テーブル12としては、予め定めるアドレス
に、2つのポインタ31,32が設けられる。第1のポ
インタ31には、現在入出力装置を専有しているアプリ
ケーションデータを指すポインタの内容がストアされ
る。第2のポインタには、最後に起動されたアプリケー
ションデータを指すポインタの内容がストアされる。2
つのポインタ31,32によって指示されるテーブル4
0,50,60は、図1図示のシステムメモリ11内に
OS24によって設定される。テーブル40,50,6
0は、必要に応じて起動され、システムメモリ11内の
メモリ空間を効率的に活用することが図られている。第
2のポインタは、最後に起動されたアプリケーションデ
ータを指すので、OS24は、第2のポインタを見てさ
らにテーブルを追加し得るか否かを判断し、テーブルの
追加が可能なときにのみ新たなテーブルを設定する。
FIG. 3 shows a data structure of a screen table used by the drivers 25 and 27 in FIG. The screen table is provided in the system memory 11 shown in FIG. As the screen table 12, two pointers 31 and 32 are provided at predetermined addresses. The first pointer 31 stores the contents of a pointer that points to application data currently occupying the input / output device. In the second pointer, the content of the pointer indicating the application data that was started last is stored. 2
4 indicated by two pointers 31 and 32
0, 50, and 60 are set by the OS 24 in the system memory 11 shown in FIG. Tables 40, 50, 6
0 is activated as needed, and is intended to utilize the memory space in the system memory 11 efficiently. Since the second pointer indicates the application data that was started last, the OS 24 looks at the second pointer to determine whether or not a table can be added. Set up a simple table.

【0014】各テーブル40,50,60には、OS2
4によってこのアプリケーションプログラムからの出力
データかを識別する識別番号としてのマイナ番号41,
51,61が設けられる。各アプリケーションプログラ
ムからの出力データは、バッファメモリである画面バッ
ファ42,52,62にストアされる。画面バッファ4
2,52,62の必要とするメモリ空間は他のデータに
比べて大きいので、テーブル40,50,60を動的に
配置することによってシステムメモリ11の有効利用を
図ることができる。テーブル40,50,60には、さ
らに次のデータを指すポインタ43,53,63が含ま
れる。テーブル40の次のデータを指すポインタ43
は、テーブル50の先頭番地を指し、以下同様に各テー
ブル40,50,60がポインタによって連結される。
最後の次のデータを指すポインタ63は、最初のテーブ
ル40の先頭アドレスを示す。
Each of the tables 40, 50, and 60 has an OS 2
4, a minor number 41 as an identification number for identifying whether the data is output data from the application program,
51 and 61 are provided. Output data from each application program is stored in screen buffers 42, 52, and 62, which are buffer memories. Screen buffer 4
Since the required memory space of 2, 52, and 62 is larger than other data, the system memory 11 can be effectively used by dynamically arranging the tables 40, 50, and 60. The tables 40, 50, and 60 further include pointers 43, 53, and 63 that point to the next data. Pointer 43 pointing to the next data in table 40
Indicates the head address of the table 50, and similarly the tables 40, 50, and 60 are connected by a pointer.
The pointer 63 pointing to the last next data indicates the start address of the first table 40.

【0015】図4は、図2図示のドライバ25の動作を
示す。ステップa1からスタートし、ステップa2で
は、ドライバ27から画面切換えコードが入力されてい
るか否かが判断される。画面切換えコードが入力されて
いるときには、ステップa4で、図3図示の現在データ
のポインタ31の内容をそのポインタによって指示され
るテーブル40中の次のデータを示すポインタ43の内
容に書換える。
FIG. 4 shows the operation of the driver 25 shown in FIG. Starting from step a1, in step a2, it is determined whether or not a screen switching code has been input from the driver 27. When the screen switching code is input, the contents of the pointer 31 of the current data shown in FIG. 3 are rewritten to the contents of the pointer 43 indicating the next data in the table 40 indicated by the pointer in step a4.

【0016】ステップa3において、画面切換えコード
でないと判断されるときには、ステップa5において、
アプリケーションプログラムからの画面切換命令である
か否かが判断される。画面切換命令のときには、ステッ
プa6において、現在データのポインタ31が、命令中
のマイナ番号を有するデータを指すポインタに書換えら
れる。このマイナ番号の検索は、図3図示のテーブル4
0,50,60のポインタ43,53,63による連鎖
を追跡して行う。
When it is determined in step a3 that the code is not a screen switching code, in step a5,
It is determined whether the command is a screen switching command from the application program. In the case of a screen switching command, in step a6, the pointer 31 of the current data is rewritten to a pointer indicating data having the minor number in the command. The search for the minor number is performed by using the table 4 shown in FIG.
Chaining by the pointers 43, 53, 63 of 0, 50, 60 is traced.

【0017】ステップa5で、画面切換命令でないと判
断されるときには、ステップa7に移り、命令に付され
たマイナ番号が参照される。ステップa8では、マイナ
番号に対応する画面バッファに表示データがストアされ
る。
If it is determined in step a5 that the command is not a screen switching command, the process proceeds to step a7, and the minor number assigned to the command is referred to. In step a8, the display data is stored in the screen buffer corresponding to the minor number.

【0018】ステップa4、ステップa6またはステッ
プa8が終了すると、ステップa9に移る。ステップa
9では、現在データのポインタの示す画面バッファ内容
を出力装置16に対して表示させ、ステップa10で処
理を終了する。
When step a4, step a6 or step a8 is completed, the operation proceeds to step a9. Step a
In step 9, the contents of the screen buffer indicated by the current data pointer are displayed on the output device 16, and the process ends in step a10.

【0019】図5は、アプリケーションプログラムから
OS24に、新たな画面バッファを作成するときの処理
を示す。予め定めるコードが入力されると、ステップb
1で処理を開始し、ステップb2でマイナ番号を参照す
る。ステップb3では、マイナ番号が不使用かつ適当な
ものであるか否かが判断される。ステップb4では、図
3図示のテーブル40,50,60と同様のテーブルを
図1図示のシステムメモリ11上に確保する。ステップ
b5では、テーブルが確保できたか否かを判断する。
FIG. 5 shows a process for creating a new screen buffer from the application program to the OS 24. When a predetermined code is input, step b
The process is started at 1 and the minor number is referred to at step b2. At step b3, it is determined whether or not the minor number is unused and appropriate. In step b4, a table similar to the tables 40, 50, and 60 shown in FIG. 3 is secured in the system memory 11 shown in FIG. In step b5, it is determined whether the table has been secured.

【0020】確保できたときは、ステップb6で、それ
までの最後のテーブルの次のデータを示すポインタが新
たなテーブルを指し、元の内容は新たなテーブルの次の
データを指すポインタに移す。図3図示の最後のポイン
タ32には、新たなテーブルの先頭アドレスを設定す
る。ステップb7で処理を終了する。
If it can be secured, in step b6, the pointer indicating the data next to the last table up to that point indicates the new table, and the original contents are moved to the pointer indicating the data next to the new table. The start address of a new table is set in the last pointer 32 shown in FIG. The process ends at step b7.

【0021】ステップb3でマイナ番号が使用中または
不適当であると判断されるとき、あるいはステップb5
でテーブルが確保できないとき、ステップb8でエラー
処理を行う。
When it is determined in step b3 that the minor number is in use or inappropriate, or in step b5
If a table cannot be secured in step (b), error processing is performed in step b8.

【0022】以上の実施例においては、外部記録装置な
どは省略しているけれども、アプリケーションプログラ
ム21,22,23やOS24などは、プロッピディス
クなどの外部記録装置からロードすることができること
は勿論である。
In the above embodiment, the external recording device and the like are omitted, but the application programs 21, 22, 23 and the OS 24 can be loaded from the external recording device such as a prop-disk. is there.

【0023】アプリケーションプログラムとしは、ワー
ドプロセッサやエディタなど利用者が表示画面を見なが
ら操作する必要があるプログラムや、プリントスプーラ
や通信プログラムのように、連続して画面表示する必要
はないプログラムがある。コンパイラやアッセンブラの
ような翻訳プログラムも翻訳中に表示の必要はない。本
実施例によれば、そのような複数のプログラムを組合せ
て、並行して実施させ、効率的な多重情報処理を行うこ
とができる。
As the application programs, there are programs such as a word processor and an editor which the user needs to operate while looking at the display screen, and programs which do not need to be continuously displayed on the screen, such as a print spooler and a communication program. Translation programs such as compilers and assemblers do not need to be displayed during translation. According to the present embodiment, such a plurality of programs can be combined and executed in parallel, and efficient multiplex information processing can be performed.

【0024】[0024]

【発明の効果】以上のように本発明によれば、並行して
実行されている複数のプログラムのうち、画面表示を行
っていないプログラムからも、必要に応じて画面表示を
行うように画面出力を切換えることができる。例えば、
複数のプログラムが並行して動作をしており、そのうち
の1つのプログラムからの出力を表示すべき画面が表示
画面上にない(表示画面上に該当するプログラムに関す
る画面が何も表示されていない)ときであっても、この
プログラムからの出力要求によりオペレーティングシス
テムがこのプログラム用の画面を表示してこのプログラ
ムからの画面情報を表示出力するので、利用者が全く見
ることができない画面に係るプログラムの動作態も
速かつ的確に把握することができる。つまり、このプロ
グラムが特定の段階に達したとき、例えば処理が終了し
たときには次のプログラムを直ちに開始させたり、エラ
ーが発生したときにはその旨を伝達するなどして、利用
者が処理操作を行う上で効率的な情報処理を達成するこ
とができる。
According to the present invention as described above, according to the present invention, parallel among the runs Tei there are multiple programs, from a program that has not been screen display, so as to perform screen display as required screen output Can be switched . For example,
A plurality of programs are operating in parallel, and the screen on which the output from one of the programs should be displayed is not on the display screen.
That screen does not display anything) even when, because the operating system by the output request from the <br/> program displays a screen for the program to display and output the screen information from the program , the user can operate state also expedite <br/> quickly and accurately grasp the program according to the screen can not be seen at all. In other words, this professional
When a gram reaches a certain stage, for example,
Start the next program immediately,
When an error occurs, the fact can be communicated, and efficient information processing can be achieved when the user performs a processing operation.

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

【図1】本発明の一実施例を実行するためのハードウエ
ア構成を示すブロック図である。
FIG. 1 is a block diagram showing a hardware configuration for executing an embodiment of the present invention.

【図2】本発明の一実施例を実行するためのソフトウエ
ア構成を示すブロック図である。
FIG. 2 is a block diagram showing a software configuration for executing an embodiment of the present invention.

【図3】本発明の一実施例において使用する画面テーブ
ルのデータ構成を示すブロック図である。
FIG. 3 is a block diagram showing a data configuration of a screen table used in one embodiment of the present invention.

【図4】本発明の一実施例の動作を示すフローチャート
である。
FIG. 4 is a flowchart showing the operation of one embodiment of the present invention.

【図5】本発明の一実施例の動作を示すフローチャート
である。
FIG. 5 is a flowchart showing the operation of one embodiment of the present invention.

【図6】従来からの画面出力切換方法を示すブロック図
である。
FIG. 6 is a block diagram showing a conventional screen output switching method.

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

10 CPU 11 システムメモリ 12 ユーザメモリ 13 バス回路 16 出力装置 18 入力装置 21,22,23 アプリケーションプログラム 24 OS 25,27 ドライバ 31,32 ポインタ 40,50,60 テーブル 51〜53 画面バッファ DESCRIPTION OF SYMBOLS 10 CPU 11 System memory 12 User memory 13 Bus circuit 16 Output device 18 Input device 21, 22, 23 Application program 24 OS 25, 27 Driver 31, 32 Pointer 40, 50, 60 Table 51-53 Screen buffer

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 平2−19917(JP,A) 特開 平3−126127(JP,A) ────────────────────────────────────────────────── ─── Continuation of the front page (56) References JP-A-2-19917 (JP, A) JP-A-3-126127 (JP, A)

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 同一のオペレーティングシステム上で並
行して実行される複数のプログラムがバッファメモリに
それぞれ出力する画面情報を、オペレーティングシステ
ムが切換えて表示画面に出力する画面出力切換方法にお
いて、起動されているが画面表示されていないプログラムは、
処理の終了やエラーの発生を含む特定の段階に達したと
きに、利用者に伝達すべき情報を利用者に見える状態で
画面表示させるために前記 オペレーティングシステムに
画面出力切換えを要求し、前記 オペレーティングシステムは、前記画面出力切換え
が要求されたとき、要求したプログラムからの画面情報
をバッファメモリから読出して前記プログラムのための
画面を表示し、該表示された画面に前記読出した画面情
報を出力することを特徴とする画面出力切換方法。
1. A screen information in which a plurality of programs executed in parallel on the same operating system output to the buffer memory, the screen output switching method for outputting to the display screen by switching the operating system, are activated Programs that are not displayed on the screen
A particular stage has been reached, including the end of processing or an error
Information that should be conveyed to the user
Requesting the operating system to the screen output switching in order to screen, the operating system, the screen for the case where the screen output switching is requested, the program screen information from the requested program is read from the buffer memory And outputting the read screen information to the displayed screen.
JP03285116A 1991-10-30 1991-10-30 Screen output switching method Expired - Lifetime JP3084106B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP03285116A JP3084106B2 (en) 1991-10-30 1991-10-30 Screen output switching method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP03285116A JP3084106B2 (en) 1991-10-30 1991-10-30 Screen output switching method

Publications (2)

Publication Number Publication Date
JPH05119956A JPH05119956A (en) 1993-05-18
JP3084106B2 true JP3084106B2 (en) 2000-09-04

Family

ID=17687328

Family Applications (1)

Application Number Title Priority Date Filing Date
JP03285116A Expired - Lifetime JP3084106B2 (en) 1991-10-30 1991-10-30 Screen output switching method

Country Status (1)

Country Link
JP (1) JP3084106B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4315197B2 (en) 2006-12-27 2009-08-19 ソニー株式会社 Information processing apparatus, display control method, and program

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0219917A (en) * 1988-07-08 1990-01-23 Pfu Ltd Multi-window control method and information processor
JP2801294B2 (en) * 1989-10-12 1998-09-21 富士通株式会社 Information processing device

Also Published As

Publication number Publication date
JPH05119956A (en) 1993-05-18

Similar Documents

Publication Publication Date Title
US6282646B1 (en) System for real-time adaptation to changes in display configuration
US5586333A (en) Method and control apparatus for generating power management signal of computer peripheral equipment in a computer system
JPH046955B2 (en)
JP3084106B2 (en) Screen output switching method
US5124694A (en) Display system for Chinese characters
JP3122304B2 (en) Portable computer
JPH08297476A (en) Display resolution control system
JP2606086B2 (en) Display device switching method
JP2002358105A (en) Computer for control and its program and recording medium with its program recorded
JPH05150932A (en) Computer device with icon display functi0n
US5680646A (en) Input/output control system
US20030160773A1 (en) Microcomputer having OSD circuit, and bus control device and method
JPH0498519A (en) Menu screen display system
JPH1083273A (en) Multiwindow controller
JPH05225108A (en) Multiple terminal input/output control system and its input/output control system
JPS63304315A (en) Multi-window processor
JPH06242908A (en) Computer system
JPS60225934A (en) Information processor
US20040158841A1 (en) Method and apparatus for displaying a dialogue window of a device
JP2848172B2 (en) I / O controller
JP2003186666A (en) Microcomputer and dma control circuit
KR20020008595A (en) Method and apparatus for controling a computer
JPH04492A (en) Display device
JPH05151170A (en) Data processing system
JPS60178484A (en) Display unit

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090630

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100630

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100630

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110630

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120630

Year of fee payment: 12

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120630

Year of fee payment: 12