JP2001242976A - Automatic update system and the method for screen display area - Google Patents

Automatic update system and the method for screen display area

Info

Publication number
JP2001242976A
JP2001242976A JP2000050639A JP2000050639A JP2001242976A JP 2001242976 A JP2001242976 A JP 2001242976A JP 2000050639 A JP2000050639 A JP 2000050639A JP 2000050639 A JP2000050639 A JP 2000050639A JP 2001242976 A JP2001242976 A JP 2001242976A
Authority
JP
Japan
Prior art keywords
size
storage unit
width
screen
information storage
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.)
Granted
Application number
JP2000050639A
Other languages
Japanese (ja)
Other versions
JP3613119B2 (en
Inventor
Kenji Iida
憲司 飯田
Hideki Hori
秀樹 堀
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
NEC Robotics Engineering Ltd
Original Assignee
NEC Corp
NEC Robotics Engineering 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 NEC Corp, NEC Robotics Engineering Ltd filed Critical NEC Corp
Priority to JP2000050639A priority Critical patent/JP3613119B2/en
Publication of JP2001242976A publication Critical patent/JP2001242976A/en
Application granted granted Critical
Publication of JP3613119B2 publication Critical patent/JP3613119B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Controls And Circuits For Display Device (AREA)
  • User Interface Of Digital Computer (AREA)
  • Digital Computer Display Output (AREA)

Abstract

PROBLEM TO BE SOLVED: To solve the problem that when bar sizes for title or menu is changed, sizes of length and width are too large to select or indicated parts of windows are oppressed. SOLUTION: A program 2, output unit 3, and storage part 22 provided with OS1 which is the input source of screen display area information 12, a processing part 21 which update the screen display area, and the storage part 22 contain an OS screen information storage part 221 which stores screen display area information, an initial value screen information storage part 222 which stores screen display area information on initial value, and optimize a size storage part 223 which stores optimize screen size after a change. The processing part 21 contains a receiving part 211 which obtains information 11 to change screen display area from OS1, a calculating processing part 212 which calculate the most suitable display size for a new setting, and a display size-change processing part 213 which change the display size of a program, moreover, the calculating processing part 212 contains a width-calculating processing part 2121 which calculates a width and a height calculating processing part 2122 which calculates height.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は画面表示領域の自動
更新システムと方法に関し、特にプログラム単位に一定
領域の表示領域を持つオペレーティングシステム(O
S)において、かつ、プログラム単位の各表示領域が複
数の表示領域単位により構成されるシステムにおいて、
構成単位の表示サイズの変更に伴い自動的にプログラム
表示領域を計算し直し、常に一定の外観を保つことがで
きるようにする画面表示領域の自動更新システムと方法
に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a system and method for automatically updating a screen display area, and more particularly to an operating system (O / O) having a fixed area display area for each program.
S), and in a system in which each display area of a program unit is constituted by a plurality of display area units,
The present invention relates to a system and method for automatically updating a screen display area that automatically recalculates a program display area in accordance with a change in the display size of a constituent unit and can always maintain a constant appearance.

【0002】[0002]

【従来の技術】一定の表示領域を有するプログラムは、
Windows(Windowsは、米国Micros
oftCorp.の登録商標です)等のOSにより用い
られている。このようなプログラムにおいては、従来、
OSが管理する領域全体のサイズ及びメニュー、タイト
ルなどの構成要素のサイズが変更された場合に自身の領
域の見直しを行っていなかった。
2. Description of the Related Art A program having a certain display area includes:
Windows (Windows is Microsoft, USA
outCorp. Is a registered trademark of Microsoft Corporation). Conventionally, in such a program,
When the size of the entire area managed by the OS and the size of components such as menus and titles are changed, the own area is not reviewed.

【0003】このため、プログラム実行中にウィンドウ
ズの画面プロパティ画面デザインにて、タイトルバーや
メニューバーのサイズを変更すると、ウィンドウサイズ
が変わらないままタイトルバー、メニューバーが大きく
なり、メニューバーがウィンドウの横のサイズを超えて
しまい、選択できなくなるなどの不具合が生じていた。
For this reason, if the size of the title bar or the menu bar is changed in the Windows screen property screen design during the execution of the program, the title bar and the menu bar become larger without changing the window size, and the menu bar becomes larger. There were problems such as exceeding the horizontal size and making it impossible to select.

【0004】また、縦方向のサイズも大きくなるため、
ウィンドウ表示部で本来表示される領域が圧迫されてし
まうという問題点があった。
In addition, since the size in the vertical direction also becomes large,
There is a problem that an area originally displayed on the window display unit is pressed.

【0005】その理由は、ウィンドウ画面変更通知を受
け取り、タイトルバー、メニューバーからメニューの適
切なサイズ、ウィンドウ表示部の領域を考慮し全体のウ
ィンドウサイズを変更する処理を入れないことにより、
メニューサイズが拡張した分、ウィンドウ表示領域が縦
方向に圧迫され、さらに、ウィンドウサイズの横方向に
入りきれなかったメニュー項目はウィンドウ表示しきれ
ないため、選択できない状態になる。
[0005] The reason is that the window screen change notification is received, and the process of changing the entire window size in consideration of the appropriate size of the menu from the title bar and the menu bar and the area of the window display unit is not performed.
As the menu size is expanded, the window display area is pressed vertically, and menu items that cannot fit in the horizontal direction of the window size cannot be displayed in the window, and cannot be selected.

【0006】[0006]

【発明が解決しようとする課題】上述した従来の画面表
示領域を有するプログラムは、第1の問題点は、プログ
ラム実行中にウィンドウズの画面プロパティ画面デザイ
ンにて、タイトルバーやメニューバーのサイズを変更す
ると、ウィンドウサイズが変わらないままタイトルバ
ー、メニューバーが大きくなり、メニューバーがウィン
ドウの横のサイズを超えてしまい、選択できなくなるな
どの不具合が生じていた。
The first problem with the above-described program having a screen display area is that the size of a title bar or a menu bar is changed in a Windows screen property screen design during the execution of the program. Then, the title bar and the menu bar are enlarged without changing the window size, and the menu bar exceeds the horizontal size of the window, making it impossible to select the menu bar.

【0007】その理由は、ウィンドウ画面変更通知を受
け取り、タイトルバー、メニューバーからメニューの適
切なサイズ、ウィンドウ表示部の領域を考慮し全体のウ
ィンドウサイズを変更する処理を入れないことにより、
メニューサイズが拡張した分、ウィンドウサイズの横方
向に入りきれなかったメニュー項目はウィンドウ表示し
きれないため、選択できない状態になる。
The reason is that the window screen change notification is received, and the process of changing the entire window size in consideration of the appropriate size of the menu from the title bar and the menu bar and the area of the window display unit is not performed.
Because the menu size has been expanded, menu items that cannot fit in the horizontal direction of the window size cannot be displayed in the window, and cannot be selected.

【0008】第2の問題点は、プログラム実行中にウィ
ンドウズの画面プロパティ画面デザインにて、タイトル
バーやメニューバーのサイズを変更すると、ウィンドウ
サイズが変わらないままタイトルバー、メニューバーが
大きくなり、縦方向のサイズも大きくなるため、ウィン
ドウ表示部で本来表示される領域が圧迫されてしまうそ
の理由は、ウィンドウ画面変更通知を受け取り、タイト
ルバー、メニューバーからメニューの適切なサイズ、ウ
ィンドウ表示部の領域を考慮し全体のウィンドウサイズ
を変更する処理を入れないことにより、メニューサイズ
が拡張した分、ウィンドウ表示領域が縦方向に圧迫され
る状態になる。
A second problem is that when the size of a title bar or a menu bar is changed in the Windows screen property screen design during the execution of a program, the title bar and the menu bar are enlarged without changing the window size, and the vertical size is increased. Because the size in the direction is also large, the area that is originally displayed on the window display section is compressed.The reason for receiving the window screen change notification, the appropriate size of the menu from the title bar and menu bar, the area of the window display section In consideration of the above, the processing for changing the entire window size is not performed, so that the window display area is compressed in the vertical direction by the expanded menu size.

【0009】本発明の目的は、プログラム単位に一定領
域の表示領域を持つオペレーティングシステムにおい
て、かつ、プログラム単位の各表示領域が複数の表示領
域単位により構成されるシステムにおいて、構成単位の
表示サイズの変更に伴い自動的にプログラム表示領域を
計算し直し、常に一定の外観を保つことができる画面表
示領域自動更新システム、画面表示領域自動更新方法、
画面表示領域自動更新プログラムを記憶した記憶媒体を
提供することにある。
An object of the present invention is to provide an operating system having a display area of a fixed area in a program unit, and a system in which each display area of a program unit is composed of a plurality of display area units. Screen display area automatic update system, screen display area automatic update method, which can automatically recalculate the program display area according to the change and always maintain a constant appearance,
An object of the present invention is to provide a storage medium storing a screen display area automatic update program.

【0010】[0010]

【課題を解決するための手段】本発明の画面表示領域の
自動更新システムと方法は、画面表示領域情報の入力元
となるオペレーティングシステムと、画面表示領域を更
新するプログラムと、ディスプレイ装置や印刷装置等の
出力装置で構成し、プログラムは、更新処理の計算等を
行う処理部と、画面表示領域情報を格納する記憶部を備
え、記憶部は、オペレーティングシステムからの画面表
示領域情報を格納するOS画面情報記憶部と、初期値の
画面表示領域情報を格納する初期値画面情報記憶部と、
変更後の画面表示領域情報に最適な画面サイズを格納す
る最適サイズ記憶部を備え、処理部は、オペレーティン
グシステムから画面表示領域変更通知を取得する受信部
と、新しい設定に最適な表示サイズを算出する幅の算出
を行う幅算出処理部と高さの算出を行う高さ算出処理部
からなる算出処理部と、プログラム表示サイズを変更す
る表示サイズ変更処理部を備え、オペレーティングシス
テムより送信された画面表示領域更新通知の画面変更メ
ッセージを画面更新処理のプログラムの受信部が受け取
り、OS画面情報記憶部において、OS関数により取得
した画面表示領域情報の格納を行い、幅算出処理部にお
いて、タイトルバーの幅サイズの算出を行い、OS画面
情報記憶部から新しい設定のタイトルバーの高さを取得
し、初期値画面情報記憶部にあらかじめ記憶してあるタ
イトルバー幅の基準値サイズを掛け、同じく初期値画面
情報記憶部の基準値サイズ時のタイトルバー高さで割る
比率計算により、新しいタイトルバー幅サイズを算出
し、最適サイズ記憶部のタイトルバー幅サイズに格納
し、幅算出処理部において、メニューの幅サイズの算出
を行い、OS画面情報記憶部から新しい設定のメニュー
高さを取得し、初期値画面情報記憶部のメニュー幅基準
値サイズを掛け、初期値画面情報記憶部の基準値サイズ
時のメニュー高さで割る比率計算により、新しいメニュ
ー幅サイズを算出し、最適サイズ記憶部のメニュー幅サ
イズに格納し、幅算出処理部において、最適サイズ記憶
部のタイトルバー幅サイズとメニュー幅サイズを比較
し、大きいサイズの方を、タイトルバー、メニューを表
示するのに適した表示サイズとして、最適サイズ記憶部
の最適サイズ幅に格納し、幅算出処理部において、最適
サイズ記憶部の最適サイズ幅を、初期値画面情報記憶部
のアイコンメニュー、プログラム表示領域等に必要なサ
イズと比較し、大きいサイズの方を、タイトルバー、メ
ニューに加え、アイコンメニュー、プログラム表示領域
等の表示に対して適した表示サイズとして、最適サイズ
記憶部の最適サイズ幅に格納し、幅算出処理部におい
て、最適サイズ記憶部の最適サイズ幅が、OS画面情報
記憶部の画面サイズの幅よりも大きいと表示しきれない
ため、最適サイズ記憶部の最適サイズ幅とOS画面情報
記憶部の画面サイズの幅を比較し、小さい方を最適サイ
ズ記憶部の最適サイズ幅に格納し、高さ算出処理部にお
いて、高さはOS画面情報記憶部のタイトルバーの高さ
とOS画面情報記憶部のメニューの高さと初期値画面情
報記憶部のアイコンメニュー、初期値画面情報記憶部の
プログラム表示領域等に必要な高さを足して算出し、最
適サイズ記憶部の最適サイズ高さに格納し、算出した最
適サイズ記憶部の最適サイズの高さが、OS画面情報記
憶部の画面サイズの高さよりも大きいと表示しきれない
ため、最適サイズ記憶部の最適サイズの高さとOS画面
情報記憶部の画面サイズの高さを比較し、小さい値を新
しい表示サイズの高さとし、最適サイズ記憶部の最適サ
イズ高さに格納し、表示サイズ変更処理部において、算
出した最適サイズ記憶部の最適サイズの高さと幅を元
に、ウィンドウの表示サイズを更新するよう構成されて
いる。
SUMMARY OF THE INVENTION A system and method for automatically updating a screen display area according to the present invention include an operating system from which screen display area information is input, a program for updating the screen display area, a display apparatus and a printing apparatus. And the like, and the program includes a processing unit that calculates update processing and the like, and a storage unit that stores screen display area information. The storage unit is an OS that stores screen display area information from the operating system. A screen information storage unit, an initial value screen information storage unit for storing initial value screen display area information,
Equipped with an optimal size storage unit that stores the optimal screen size for the changed screen display area information, the processing unit calculates the optimal display size for new settings, and a receiving unit that obtains a screen display area change notification from the operating system. A screen sent from the operating system, comprising a calculation processing unit including a width calculation processing unit for calculating a width to be calculated and a height calculation processing unit for calculating a height, and a display size change processing unit for changing a program display size. The screen change message of the display area update notification is received by the receiving unit of the screen update processing program, the OS screen information storage unit stores the screen display area information acquired by the OS function, and the width calculation processing unit The width size is calculated, the height of the title bar of the new setting is obtained from the OS screen information storage unit, and the initial value screen information is obtained. A new title bar width size is calculated by multiplying the reference value size of the title bar width previously stored in the storage unit and dividing by the title bar height at the reference value size of the initial value screen information storage unit, It is stored in the title bar width size of the optimum size storage unit, the width calculation processing unit calculates the menu width size, obtains the menu height of the new setting from the OS screen information storage unit, and stores the initial value screen information storage unit. The new menu width size is calculated by multiplying the menu width reference value size of the above and dividing by the menu height at the reference value size of the initial value screen information storage unit, and stored in the menu width size of the optimum size storage unit, In the width calculation processing unit, the title bar width size of the optimal size storage unit and the menu width size are compared, and the larger size is compared with the title bar, As a display size suitable for displaying a menu, the optimal size width of the optimal size storage unit is stored in the optimal size width of the optimal size storage unit in the optimal size storage unit. Compared to the size required for the program display area, etc., the larger size is used as the display size suitable for displaying the icon menu, program display area, etc. in addition to the title bar and menu, and the optimal size in the optimal size storage unit In the width calculation processing unit, if the optimum size width of the optimum size storage unit is larger than the width of the screen size of the OS screen information storage unit, it cannot be displayed. The screen size width of the OS screen information storage unit is compared, and the smaller one is stored in the optimum size width of the optimum size storage unit. The height required for the title bar of the OS screen information storage unit, the height of the menu of the OS screen information storage unit, the icon menu of the initial value screen information storage unit, the program display area of the initial value screen information storage unit, etc. If the calculated optimum size height of the optimum size storage unit is larger than the screen size height of the OS screen information storage unit, it cannot be displayed. Therefore, the height of the optimal size of the optimal size storage unit is compared with the height of the screen size of the OS screen information storage unit, and a small value is set as the new display size height, and stored in the optimal size height of the optimal size storage unit. The display size change processing unit is configured to update the display size of the window based on the calculated height and width of the optimum size in the optimum size storage unit.

【0011】[0011]

【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して説明する。
Next, embodiments of the present invention will be described with reference to the drawings.

【0012】図1は本発明の画面表示領域の自動更新シ
ステムと方法の一実施の形態を示すブロック図である。
FIG. 1 is a block diagram showing an embodiment of a system and method for automatically updating a screen display area according to the present invention.

【0013】図1を参照すると、ある一定サイズの表示
領域を確保しなければならないプログラムや、アイコン
メニューなどを実装したプログラムにおいて、自動更新
機能を備えたプログラム2は、一定サイズの表示領域を
確保した表示サイズを計算し、表示サイズを自動変更す
る処理部21と、OS1から取得した新しい画面設定の
タイトルバー、メニュー等のサイズを格納するOS画面
情報記憶部221と、基準値をあらかじめ格納する初期
値画面情報記憶部222からなる記憶部22より構成さ
れる。
Referring to FIG. 1, in a program which needs to secure a display area of a certain size or a program in which an icon menu is mounted, a program 2 having an automatic updating function secures a display area of a certain size. A processing unit 21 that calculates the displayed size and automatically changes the display size, an OS screen information storage unit 221 that stores the size of a new screen setting title bar and menu acquired from the OS 1, and a reference value that is stored in advance. The storage unit 22 includes an initial value screen information storage unit 222.

【0014】表示領域の計算は、あらかじめ記憶されて
いた基準値を初期値画面情報記憶部222から読み込
み、OS1から取得した画面設定をOS画面情報記憶部
221から読み出し、基準値にもっとも近い比率になる
ように表示サイズを計算する。
To calculate the display area, a reference value stored in advance is read from the initial value screen information storage unit 222, and a screen setting acquired from the OS1 is read from the OS screen information storage unit 221 to obtain a ratio closest to the reference value. Calculate the display size so that

【0015】これにより、常に一定の外観を保つことが
可能になる。
This makes it possible to always maintain a constant appearance.

【0016】さらに詳しく実施の形態について説明する
と、画面表示領域情報12の入力元となるOS1と、画
面表示領域を更新するプログラム2と、ディスプレイ装
置や印刷装置等の出力装置3を含む。
More specifically, the embodiment includes an OS 1 as an input source of the screen display area information 12, a program 2 for updating the screen display area, and an output device 3 such as a display device or a printing device.

【0017】プログラム2は、更新処理の計算等を行う
処理部21と、画面表示領域情報12を格納する記憶部
22を含む。
The program 2 includes a processing unit 21 for performing calculation of update processing and the like, and a storage unit 22 for storing the screen display area information 12.

【0018】記憶部22は、OS1からの画面表示領域
情報12を格納するOS画面情報記憶部221と、初期
値の画面表示領域情報12を格納する初期値画面情報記
憶部222と、変更後の画面表示領域情報に最適な画面
サイズを格納する最適サイズ記憶部223を含む。
The storage section 22 includes an OS screen information storage section 221 for storing the screen display area information 12 from the OS 1, an initial value screen information storage section 222 for storing the initial screen display area information 12, and a post-change screen information storage section 222. An optimum size storage unit 223 for storing an optimum screen size in the screen display area information is included.

【0019】処理部21は、OS1から画面表示領域変
更通知11を取得する受信部211と、新しい設定に最
適な表示サイズを算出する算出処理部212と、プログ
ラム表示サイズを変更する表示サイズ変更処理部213
を含む。
The processing unit 21 receives a screen display area change notification 11 from the OS 1, a calculation processing unit 212 that calculates an optimal display size for a new setting, and a display size change process that changes a program display size. Part 213
including.

【0020】算出処理部212はさらに、幅の算出を行
う幅算出処理部2121と、高さの算出を行う高さ算出
処理部2122を含む。
The calculation processing section 212 further includes a width calculation processing section 2121 for calculating the width and a height calculation processing section 2122 for calculating the height.

【0021】次に、本発明の実施の形態の動作につい
て、図2および図3を参照して詳細に説明する。
Next, the operation of the embodiment of the present invention will be described in detail with reference to FIGS.

【0022】図2および図3は本発明の画面表示領域の
自動更新システムと方法の一実施の形態の動作を示す流
れ図である。
FIGS. 2 and 3 are flowcharts showing the operation of an embodiment of the system and method for automatically updating the screen display area according to the present invention.

【0023】OS1より送信された画面表示領域更新通
知11の画面変更メッセージを画面更新処理のプログラ
ム2の受信部211が受け取ると、プログラム2の画像
更新処理が開始される。
When the receiving unit 211 of the program 2 for the screen update processing receives the screen change message of the screen display area update notification 11 transmitted from the OS 1, the image update processing of the program 2 is started.

【0024】OS画面情報記憶部221において、OS
関数により取得した画面表示領域情報12の格納を行う
(ステップS1)。
In the OS screen information storage unit 221, the OS
The screen display area information 12 acquired by the function is stored (step S1).

【0025】次に幅算出処理部2121において、タイ
トルバーの幅サイズの算出を行う。
Next, the width calculation processing unit 2121 calculates the width size of the title bar.

【0026】OS画面情報記憶部221から新しい設定
のタイトルバーの高さを取得し(ステップS2)、初期
値画面情報記憶部222にあらかじめ記憶してあるタイ
トルバー幅の基準値サイズを掛け、同じく初期値画面情
報記憶部222の基準値サイズ時のタイトルバー高さで
割る比率計算により、新しいタイトルバー幅サイズを算
出し、最適サイズ記憶部223のタイトルバー幅サイズ
に格納をする(ステップS3)。
The title bar height of the new setting is obtained from the OS screen information storage unit 221 (step S2), and is multiplied by the reference value size of the title bar width stored in advance in the initial value screen information storage unit 222. A new title bar width size is calculated by ratio calculation by dividing by the title bar height at the time of the reference value size of the initial value screen information storage unit 222, and stored in the title bar width size of the optimum size storage unit 223 (step S3). .

【0027】次に幅算出処理部2121において、メニ
ューの幅サイズの算出を行う。
Next, the width calculation processing unit 2121 calculates the width size of the menu.

【0028】OS画面情報記憶部221から新しい設定
のメニュー高さを取得し(ステップS4)、初期値画面
情報記憶部222のメニュー幅基準値サイズを掛け、初
期値画面情報記憶部222の基準値サイズ時のメニュー
高さで割る比率計算により、新しいメニュー幅サイズを
算出し、最適サイズ記憶部223のメニュー幅サイズに
格納する(ステップS5)。
The menu height of the new setting is obtained from the OS screen information storage unit 221 (step S4), multiplied by the menu width reference value size of the initial value screen information storage unit 222, and the reference value of the initial value screen information storage unit 222 is obtained. A new menu width size is calculated by a ratio calculation by dividing the menu height at the time of size, and is stored in the menu width size of the optimum size storage unit 223 (step S5).

【0029】次に幅算出処理部2121において、最適
サイズ記憶部223のタイトルバー幅サイズとメニュー
幅サイズを比較し(ステップS6)、大きいサイズの方
を、タイトルバー、メニューを表示するのに適した表示
サイズとして、最適サイズ記憶部223の最適サイズ幅
に格納する(ステップS7またはステップS8)。
Next, the width calculation processing unit 2121 compares the title bar width size and the menu width size in the optimum size storage unit 223 (step S6), and the larger size is more suitable for displaying the title bar and the menu. The display size is stored in the optimum size width of the optimum size storage unit 223 (Step S7 or Step S8).

【0030】次に幅算出処理部2121において、最適
サイズ記憶部223の最適サイズ幅を、初期値画面情報
記憶部222のアイコンメニュー、プログラム表示領域
等に必要なサイズと比較し(ステップS9)、大きいサ
イズの方を、タイトルバー、メニューに加え、アイコン
メニュー、プログラム表示領域等の表示に対して適した
表示サイズとして、最適サイズ記憶部223の最適サイ
ズ幅に格納する(ステップS10)。
Next, in the width calculation processing unit 2121, the optimum size width of the optimum size storage unit 223 is compared with the sizes required for the icon menu, the program display area, etc. of the initial value screen information storage unit 222 (step S9). The larger size is stored in the optimum size width of the optimum size storage unit 223 as a display size suitable for displaying an icon menu, a program display area, and the like in addition to the title bar and the menu (step S10).

【0031】次に幅算出処理部2121において、最適
サイズ記憶部223の最適サイズ幅が、OS画面情報記
憶部221の画面サイズの幅よりも大きいと表示しきれ
ないため、最適サイズ記憶部223の最適サイズ幅とO
S画面情報記憶部221の画面サイズの幅を比較し(ス
テップS11)、小さい方を最適サイズ記憶部223の
最適サイズ幅に格納する(ステップS12)。
Next, in the width calculation processing unit 2121, if the optimum size width of the optimum size storage unit 223 is larger than the width of the screen size of the OS screen information storage unit 221, it cannot be displayed. Optimal size width and O
The screen size width of the S screen information storage unit 221 is compared (step S11), and the smaller one is stored in the optimum size width of the optimum size storage unit 223 (step S12).

【0032】以上で最適な幅算出が終了する。The calculation of the optimum width is thus completed.

【0033】次に高さ算出処理部2122において、高
さ算出を行う。
Next, the height calculation processing section 2122 calculates the height.

【0034】高さはOS画面情報記憶部221のタイト
ルバーの高さとOS画面情報記憶部221のメニューの
高さと初期値画面情報記憶部222のアイコンメニュ
ー、初期値画面情報記憶部222のプログラム表示領域
等に必要な高さを足して算出し、最適サイズ記憶部22
3の最適サイズ高さに格納する(ステップS13)。
The height is the height of the title bar of the OS screen information storage section 221, the height of the menu of the OS screen information storage section 221, the icon menu of the initial value screen information storage section 222, and the program display of the initial value screen information storage section 222. Calculate by adding the height required for the area or the like, and
3 is stored at the optimal size height (step S13).

【0035】算出した最適サイズ記憶部223の最適サ
イズの高さが、OS画面情報記憶部221の画面サイズ
の高さよりも大きいと表示しきれないため、最適サイズ
記憶部223の最適サイズの高さとOS画面情報記憶部
221の画面サイズの高さを比較し(ステップS1
4)、小さい値を新しい表示サイズの高さとし、最適サ
イズ記憶部223の最適サイズ高さに格納する(ステッ
プS15)。
If the height of the calculated optimum size of the optimum size storage unit 223 is larger than the screen size of the OS screen information storage unit 221, the display cannot be completed. The height of the screen size of the OS screen information storage unit 221 is compared (step S1).
4), the small value is set as the height of the new display size and stored in the optimum size height of the optimum size storage unit 223 (step S15).

【0036】以上のステップにより、最適な幅及び高さ
の算出が終了する。
With the above steps, the calculation of the optimum width and height is completed.

【0037】最後に、表示サイズ変更処理部213にお
いて、算出した最適サイズ記憶部223の最適サイズの
高さと幅を元に、ウィンドウの表示サイズを更新する
(ステップS16)。
Finally, the display size change processing unit 213 updates the display size of the window based on the calculated height and width of the optimum size in the optimum size storage unit 223 (step S16).

【0038】以上のステップにより、タイトルバー、メ
ニュー、アイコンメニュー、プログラム表示領域等を表
示するに適した表示サイズにすることができる。
With the above steps, it is possible to make the display size suitable for displaying the title bar, menu, icon menu, program display area, and the like.

【0039】このようにして本発明の画面表示領域の自
動更新システムと方法は、プログラム単位に一定領域の
表示領域を持つオペレーティングシステムにおいて、か
つ、プログラム単位の各表示領域が複数の表示領域単位
により構成されるシステムにおいて、構成単位の表示サ
イズの変更に伴い自動的にプログラム表示領域を計算し
直し、常に一定の外観を保つことができる。
As described above, the system and method for automatically updating the screen display area according to the present invention provide an operating system having a display area of a fixed area for each program, and each display area for each program is composed of a plurality of display area units. In a configured system, the program display area is automatically recalculated in accordance with a change in the display size of a constituent unit, and a constant appearance can be always maintained.

【0040】尚以上のような処理プログラムを記録した
記録媒体を有し、コンピュータに実行させることもでき
る。
It is to be noted that a computer can be executed by having a recording medium on which the above-described processing program is recorded.

【0041】[0041]

【発明の効果】以上説明したように、本発明の画面表示
領域の自動更新システムと方法は、第1の効果は、表示
領域の変更時に常に一定の外観を保つことができる。
As described above, according to the system and method for automatically updating the screen display area of the present invention, the first effect is that a constant appearance can be always maintained when the display area is changed.

【0042】その理由は、あらかじめ基準値となる表示
領域のサイズ及び構成要素の比率を記憶しておき、それ
らの値を元に、表示変更時に再計算をおこなっているか
らである。
The reason is that the size of the display area and the ratio of constituent elements, which are reference values, are stored in advance, and recalculation is performed when the display is changed based on those values.

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

【図1】本発明の画面表示領域の自動更新システムと方
法の一実施の形態を示すブロック図である。
FIG. 1 is a block diagram showing an embodiment of a system and method for automatically updating a screen display area according to the present invention.

【図2】本発明の画面表示領域の自動更新システムと方
法の一実施の形態の動作を示す流れ図である。
FIG. 2 is a flowchart showing an operation of an embodiment of a system and method for automatically updating a screen display area according to the present invention.

【図3】本発明の画面表示領域の自動更新システムと方
法の一実施の形態の動作を示す流れ図である。
FIG. 3 is a flowchart showing an operation of an embodiment of a system and method for automatically updating a screen display area according to the present invention.

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

1 OS 2 プログラム 11 画面表示領域変更通知 12 画面表示領域情報 21 処理部 22 記憶部 211 受信部 212 算出処理部 213 表示サイズ変更処理部 221 OS画面情報記憶部 222 初期値画面情報記憶部 223 最適サイズ記憶部 2121 幅算出処理部 2122 高さ算出処理部 1 OS 2 Program 11 Screen display area change notification 12 Screen display area information 21 Processing section 22 Storage section 211 Receiving section 212 Calculation processing section 213 Display size change processing section 221 OS screen information storage section 222 Initial value screen information storage section 223 Optimum size Storage unit 2121 Width calculation processing unit 2122 Height calculation processing unit

───────────────────────────────────────────────────── フロントページの続き (72)発明者 堀 秀樹 神奈川県横浜市神奈川区新浦島町1丁目1 番地25 日本電気ロボットエンジニアリン グ株式会社内 Fターム(参考) 5C082 AA01 AA13 BA02 BA12 BA34 BD01 BD02 CA51 CA54 CB01 DA87 DA89 MM02 5E501 AA02 AC37 BA12 CA03 DA12 EB06 FA05 FA06 FB04  ──────────────────────────────────────────────────続 き Continued on the front page (72) Inventor Hideki Hori 1-1-25 Shinurashima-cho, Kanagawa-ku, Yokohama-shi, Kanagawa F-term within NEC Robot Engineering Co., Ltd. 5C082 AA01 AA13 BA02 BA12 BA34 BD01 BD02 CA51 CA54 CB01 DA87 DA89 MM02 5E501 AA02 AC37 BA12 CA03 DA12 EB06 FA05 FA06 FB04

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 ある一定サイズの表示領域を確保しなけ
ればならないプログラムや、アイコンメニューを実装し
たプログラムにおいて、一定サイズの表示領域を確保し
た表示サイズを計算し、表示サイズを自動変更する処理
部と、オペレーティングシステムから取得した新しい画
面設定のタイトルバー、メニューのサイズを格納するO
S画面情報記憶部と、基準値をあらかじめ格納する初期
値画面情報記憶部からなる記憶部より構成し、表示領域
の計算を、あらかじめ記憶されていた基準値を初期値画
面情報記憶部から読み込み、オペレーティングシステム
から取得した画面設定をOS画面情報記憶部から読み出
し、基準値にもっとも近い比率になるように表示サイズ
を計算することを特徴とする画面表示領域の自動更新シ
ステム。
1. A processing unit for calculating a display size for securing a display area of a certain size and automatically changing the display size in a program in which a display area of a certain size is required or a program in which an icon menu is mounted. And O which stores the size of the title bar and menu of the new screen setting obtained from the operating system.
An S screen information storage unit and a storage unit including an initial value screen information storage unit that stores a reference value in advance, and the calculation of the display area reads the previously stored reference value from the initial value screen information storage unit, An automatic screen display area updating system, wherein a screen setting acquired from an operating system is read from an OS screen information storage unit, and a display size is calculated so as to have a ratio closest to a reference value.
【請求項2】 ある一定サイズの表示領域を確保しなけ
ればならないプログラムや、アイコンメニューを実装し
たプログラムにおいて、一定サイズの表示領域を確保し
た表示サイズを計算し、表示サイズを自動変更する処理
部と、オペレーティングシステムから取得した新しい画
面設定のタイトルバー、メニューのサイズを格納するO
S画面情報記憶部と、基準値をあらかじめ格納する初期
値画面情報記憶部からなる記憶部より構成し、表示領域
の計算を、あらかじめ記憶されていた基準値を初期値画
面情報記憶部から読み込み、オペレーティングシステム
から取得した画面設定をOS画面情報記憶部から読み出
し、基準値にもっとも近い比率になるように表示サイズ
を計算することを特徴とする画面表示領域の自動更新方
法。
2. A processing unit for calculating a display size for securing a display area of a certain size and automatically changing the display size in a program that needs to secure a display area of a certain size or a program in which an icon menu is implemented. And O which stores the size of the title bar and menu of the new screen setting obtained from the operating system.
An S screen information storage unit and a storage unit including an initial value screen information storage unit that stores a reference value in advance, and the calculation of the display area reads the previously stored reference value from the initial value screen information storage unit, A method for automatically updating a screen display area, wherein a screen setting acquired from an operating system is read from an OS screen information storage unit, and a display size is calculated so as to have a ratio closest to a reference value.
【請求項3】 ある一定サイズの表示領域を確保しなけ
ればならないプログラムや、アイコンメニューを実装し
たプログラムにおいて、一定サイズの表示領域を確保し
た表示サイズを計算し、表示サイズを自動変更する処理
部と、オペレーティングシステムから取得した新しい画
面設定のタイトルバー、メニューのサイズを格納するO
S画面情報記憶部と、基準値をあらかじめ格納する初期
値画面情報記憶部からなる記憶部より構成し、表示領域
の計算を、あらかじめ記憶されていた基準値を初期値画
面情報記憶部から読み込み、オペレーティングシステム
から取得した画面設定をOS画面情報記憶部から読み出
し、基準値にもっとも近い比率になるように表示サイズ
を計算する処理をコンピュータに実行させるためのプロ
グラムを記録したことを特徴とする記録媒体。
3. A processing unit for calculating a display size for securing a display area of a certain size and automatically changing the display size in a program in which a display area of a certain size must be ensured or in a program in which an icon menu is implemented. And O which stores the size of the title bar and menu of the new screen setting obtained from the operating system.
An S screen information storage unit and a storage unit including an initial value screen information storage unit that stores a reference value in advance, and the calculation of the display area reads the previously stored reference value from the initial value screen information storage unit, A recording medium on which a program for reading a screen setting obtained from an operating system from an OS screen information storage unit and causing a computer to execute a process of calculating a display size so as to have a ratio closest to a reference value is recorded. .
【請求項4】 画面表示領域情報の入力元となるオペレ
ーティングシステムと、画面表示領域を更新するプログ
ラムと、ディスプレイ装置や印刷装置等の出力装置で構
成し、プログラムは、更新処理の計算等を行う処理部
と、画面表示領域情報を格納する記憶部を備え、記憶部
は、オペレーティングシステムからの画面表示領域情報
を格納するOS画面情報記憶部と、初期値の画面表示領
域情報を格納する初期値画面情報記憶部と、変更後の画
面表示領域情報に最適な画面サイズを格納する最適サイ
ズ記憶部を備え、処理部は、オペレーティングシステム
から画面表示領域変更通知を取得する受信部と、新しい
設定に最適な表示サイズを算出する幅の算出を行う幅算
出処理部と高さの算出を行う高さ算出処理部からなる算
出処理部と、プログラム表示サイズを変更する表示サイ
ズ変更処理部を備えることを特徴とする画面表示領域の
自動更新システム。
4. An operating system as an input source of screen display area information, a program for updating the screen display area, and an output device such as a display device or a printing device, and the program performs calculation of update processing and the like. A processing unit; a storage unit for storing screen display area information; an OS screen information storage unit for storing screen display area information from the operating system; and an initial value for storing initial screen display area information. A screen information storage unit, an optimum size storage unit for storing an optimum screen size for the changed screen display area information, a processing unit receiving a screen display area change notification from the operating system, and a new setting. A calculation processing unit including a width calculation processing unit for calculating a width for calculating an optimum display size, a height calculation processing unit for calculating a height, and a program. An automatic updating system of a screen display area, comprising a display size change processing unit for changing a program display size.
【請求項5】 オペレーティングシステムより送信され
た画面表示領域更新通知の画面変更メッセージを画面更
新処理のプログラムの受信部が受け取り、OS画面情報
記憶部において、OS関数により取得した画面表示領域
情報の格納を行い、幅算出処理部において、タイトルバ
ーの幅サイズの算出を行い、OS画面情報記憶部から新
しい設定のタイトルバーの高さを取得し、初期値画面情
報記憶部にあらかじめ記憶してあるタイトルバー幅の基
準値サイズを掛け、同じく初期値画面情報記憶部の基準
値サイズ時のタイトルバー高さで割る比率計算により、
新しいタイトルバー幅サイズを算出し、最適サイズ記憶
部のタイトルバー幅サイズに格納し、幅算出処理部にお
いて、メニューの幅サイズの算出を行い、OS画面情報
記憶部から新しい設定のメニュー高さを取得し、初期値
画面情報記憶部のメニュー幅基準値サイズを掛け、初期
値画面情報記憶部の基準値サイズ時のメニュー高さで割
る比率計算により、新しいメニュー幅サイズを算出し、
最適サイズ記憶部のメニュー幅サイズに格納し、幅算出
処理部において、最適サイズ記憶部のタイトルバー幅サ
イズとメニュー幅サイズを比較し、大きいサイズの方
を、タイトルバー、メニューを表示するのに適した表示
サイズとして、最適サイズ記憶部の最適サイズ幅に格納
し、幅算出処理部において、最適サイズ記憶部の最適サ
イズ幅を、初期値画面情報記憶部のアイコンメニュー、
プログラム表示領域等に必要なサイズと比較し、大きい
サイズの方を、タイトルバー、メニューに加え、アイコ
ンメニュー、プログラム表示領域等の表示に対して適し
た表示サイズとして、最適サイズ記憶部の最適サイズ幅
に格納し、幅算出処理部において、最適サイズ記憶部の
最適サイズ幅が、OS画面情報記憶部の画面サイズの幅
よりも大きいと表示しきれないため、最適サイズ記憶部
の最適サイズ幅とOS画面情報記憶部の画面サイズの幅
を比較し、小さい方を最適サイズ記憶部の最適サイズ幅
に格納し、高さ算出処理部において、高さはOS画面情
報記憶部のタイトルバーの高さとOS画面情報記憶部の
メニューの高さと初期値画面情報記憶部のアイコンメニ
ュー、初期値画面情報記憶部のプログラム表示領域等に
必要な高さを足して算出し、最適サイズ記憶部の最適サ
イズ高さに格納し、算出した最適サイズ記憶部の最適サ
イズの高さが、OS画面情報記憶部の画面サイズの高さ
よりも大きいと表示しきれないため、最適サイズ記憶部
の最適サイズの高さとOS画面情報記憶部の画面サイズ
の高さを比較し、小さい値を新しい表示サイズの高さと
し、最適サイズ記憶部の最適サイズ高さに格納し、表示
サイズ変更処理部において、算出した最適サイズ記憶部
の最適サイズの高さと幅を元に、ウィンドウの表示サイ
ズを更新することを特徴とする画面表示領域の自動更新
システム。
5. A screen change message of a screen display area update notification transmitted from an operating system is received by a receiving unit of a screen update processing program, and the OS screen information storage unit stores the screen display area information acquired by the OS function. In the width calculation processing unit, the width size of the title bar is calculated, the height of the title bar of the new setting is obtained from the OS screen information storage unit, and the title stored in the initial value screen information storage unit in advance is obtained. By multiplying by the reference value size of the bar width and dividing by the title bar height at the reference value size in the initial value screen information storage unit,
Calculate the new title bar width size, store it in the title bar width size of the optimum size storage unit, calculate the menu width size in the width calculation processing unit, and calculate the new setting menu height from the OS screen information storage unit. Obtain and calculate a new menu width size by multiplying the menu width reference value size of the initial value screen information storage unit and dividing by the menu height at the reference value size of the initial value screen information storage unit,
It is stored in the menu width size of the optimum size storage unit, and the width calculation processing unit compares the title bar width size and the menu width size of the optimum size storage unit, and displays the larger size in the title bar and the menu. The suitable display size is stored in the optimum size width of the optimum size storage unit, and the width calculation processing unit sets the optimum size width of the optimum size storage unit in the icon menu of the initial value screen information storage unit.
Compared to the size required for the program display area, etc., the larger size is used as the display size suitable for displaying the icon menu, program display area, etc. in addition to the title bar and menu. In the width calculation processing unit, if the optimum size width of the optimum size storage unit is larger than the width of the screen size of the OS screen information storage unit, it cannot be displayed. The screen size width of the OS screen information storage unit is compared, and the smaller one is stored in the optimum size width of the optimum size storage unit. In the height calculation processing unit, the height is equal to the height of the title bar of the OS screen information storage unit. Add the height of the menu in the OS screen information storage unit and the height required for the icon menu in the initial value screen information storage unit and the program display area in the initial value screen information storage unit. It is calculated, stored in the optimum size height of the optimum size storage unit, and cannot be displayed if the calculated optimum size height of the optimum size storage unit is larger than the screen size height of the OS screen information storage unit. Compare the height of the optimal size of the optimal size storage unit with the height of the screen size of the OS screen information storage unit, set the smaller value as the new display size height, and store it in the optimal size height of the optimal size storage unit. An automatic screen display area updating system, characterized in that a change processing unit updates a display size of a window based on a calculated height and width of an optimum size in an optimum size storage unit.
【請求項6】 オペレーティングシステムより送信され
た画面表示領域更新通知の画面変更メッセージを画面更
新処理のプログラムの受信部が受け取り、OS画面情報
記憶部において、OS関数により取得した画面表示領域
情報の格納を行い、幅算出処理部において、タイトルバ
ーの幅サイズの算出を行い、OS画面情報記憶部から新
しい設定のタイトルバーの高さを取得し、初期値画面情
報記憶部にあらかじめ記憶してあるタイトルバー幅の基
準値サイズを掛け、同じく初期値画面情報記憶部の基準
値サイズ時のタイトルバー高さで割る比率計算により、
新しいタイトルバー幅サイズを算出し、最適サイズ記憶
部のタイトルバー幅サイズに格納し、幅算出処理部にお
いて、メニューの幅サイズの算出を行い、OS画面情報
記憶部から新しい設定のメニュー高さを取得し、初期値
画面情報記憶部のメニュー幅基準値サイズを掛け、初期
値画面情報記憶部の基準値サイズ時のメニュー高さで割
る比率計算により、新しいメニュー幅サイズを算出し、
最適サイズ記憶部のメニュー幅サイズに格納し、幅算出
処理部において、最適サイズ記憶部のタイトルバー幅サ
イズとメニュー幅サイズを比較し、大きいサイズの方
を、タイトルバー、メニューを表示するのに適した表示
サイズとして、最適サイズ記憶部の最適サイズ幅に格納
し、幅算出処理部において、最適サイズ記憶部の最適サ
イズ幅を、初期値画面情報記憶部のアイコンメニュー、
プログラム表示領域等に必要なサイズと比較し、大きい
サイズの方を、タイトルバー、メニューに加え、アイコ
ンメニュー、プログラム表示領域等の表示に対して適し
た表示サイズとして、最適サイズ記憶部の最適サイズ幅
に格納し、幅算出処理部において、最適サイズ記憶部の
最適サイズ幅が、OS画面情報記憶部の画面サイズの幅
よりも大きいと表示しきれないため、最適サイズ記憶部
の最適サイズ幅とOS画面情報記憶部の画面サイズの幅
を比較し、小さい方を最適サイズ記憶部の最適サイズ幅
に格納し、高さ算出処理部において、高さはOS画面情
報記憶部のタイトルバーの高さとOS画面情報記憶部の
メニューの高さと初期値画面情報記憶部のアイコンメニ
ュー、初期値画面情報記憶部のプログラム表示領域等に
必要な高さを足して算出し、最適サイズ記憶部の最適サ
イズ高さに格納し、算出した最適サイズ記憶部の最適サ
イズの高さが、OS画面情報記憶部の画面サイズの高さ
よりも大きいと表示しきれないため、最適サイズ記憶部
の最適サイズの高さとOS画面情報記憶部の画面サイズ
の高さを比較し、小さい値を新しい表示サイズの高さと
し、最適サイズ記憶部の最適サイズ高さに格納し、表示
サイズ変更処理部において、算出した最適サイズ記憶部
の最適サイズの高さと幅を元に、ウィンドウの表示サイ
ズを更新することを特徴とする画面表示領域の自動更新
方法。
6. A screen change message of a screen display area update notification transmitted from an operating system is received by a receiver of a screen update processing program, and the OS screen information storage unit stores the screen display area information acquired by the OS function. In the width calculation processing unit, the width size of the title bar is calculated, the height of the title bar of the new setting is obtained from the OS screen information storage unit, and the title stored in the initial value screen information storage unit in advance is obtained. By multiplying by the reference value size of the bar width and dividing by the title bar height at the reference value size in the initial value screen information storage unit,
Calculate the new title bar width size, store it in the title bar width size of the optimum size storage unit, calculate the menu width size in the width calculation processing unit, and calculate the new setting menu height from the OS screen information storage unit. Obtain and calculate a new menu width size by multiplying the menu width reference value size of the initial value screen information storage unit and dividing by the menu height at the reference value size of the initial value screen information storage unit,
It is stored in the menu width size of the optimum size storage unit, and the width calculation processing unit compares the title bar width size and the menu width size of the optimum size storage unit, and displays the larger size in the title bar and the menu. The suitable display size is stored in the optimum size width of the optimum size storage unit, and the width calculation processing unit sets the optimum size width of the optimum size storage unit in the icon menu of the initial value screen information storage unit.
Compared to the size required for the program display area, etc., the larger size is used as the display size suitable for displaying the icon menu, program display area, etc. in addition to the title bar and menu. In the width calculation processing unit, if the optimum size width of the optimum size storage unit is larger than the width of the screen size of the OS screen information storage unit, it cannot be displayed. The screen size width of the OS screen information storage unit is compared, and the smaller one is stored in the optimum size width of the optimum size storage unit. In the height calculation processing unit, the height is equal to the height of the title bar of the OS screen information storage unit. Add the height of the menu in the OS screen information storage unit and the height required for the icon menu in the initial value screen information storage unit and the program display area in the initial value screen information storage unit. It is calculated, stored in the optimum size height of the optimum size storage unit, and cannot be displayed if the calculated optimum size height of the optimum size storage unit is larger than the screen size height of the OS screen information storage unit. Compare the height of the optimal size of the optimal size storage unit with the height of the screen size of the OS screen information storage unit, set the smaller value as the new display size height, and store it in the optimal size height of the optimal size storage unit. An automatic updating method of a screen display area, characterized in that a change processing unit updates a display size of a window based on a calculated height and width of an optimum size in an optimum size storage unit.
【請求項7】 オペレーティングシステムより送信され
た画面表示領域更新通知の画面変更メッセージを画面更
新処理のプログラムの受信部が受け取り、OS画面情報
記憶部において、OS関数により取得した画面表示領域
情報の格納を行い、幅算出処理部において、タイトルバ
ーの幅サイズの算出を行い、OS画面情報記憶部から新
しい設定のタイトルバーの高さを取得し、初期値画面情
報記憶部にあらかじめ記憶してあるタイトルバー幅の基
準値サイズを掛け、同じく初期値画面情報記憶部の基準
値サイズ時のタイトルバー高さで割る比率計算により、
新しいタイトルバー幅サイズを算出し、最適サイズ記憶
部のタイトルバー幅サイズに格納し、幅算出処理部にお
いて、メニューの幅サイズの算出を行い、OS画面情報
記憶部から新しい設定のメニュー高さを取得し、初期値
画面情報記憶部のメニュー幅基準値サイズを掛け、初期
値画面情報記憶部の基準値サイズ時のメニュー高さで割
る比率計算により、新しいメニュー幅サイズを算出し、
最適サイズ記憶部のメニュー幅サイズに格納し、幅算出
処理部において、最適サイズ記憶部のタイトルバー幅サ
イズとメニュー幅サイズを比較し、大きいサイズの方
を、タイトルバー、メニューを表示するのに適した表示
サイズとして、最適サイズ記憶部の最適サイズ幅に格納
し、幅算出処理部において、最適サイズ記憶部の最適サ
イズ幅を、初期値画面情報記憶部のアイコンメニュー、
プログラム表示領域等に必要なサイズと比較し、大きい
サイズの方を、タイトルバー、メニューに加え、アイコ
ンメニュー、プログラム表示領域等の表示に対して適し
た表示サイズとして、最適サイズ記憶部の最適サイズ幅
に格納し、幅算出処理部において、最適サイズ記憶部の
最適サイズ幅が、OS画面情報記憶部の画面サイズの幅
よりも大きいと表示しきれないため、最適サイズ記憶部
の最適サイズ幅とOS画面情報記憶部の画面サイズの幅
を比較し、小さい方を最適サイズ記憶部の最適サイズ幅
に格納し、高さ算出処理部において、高さはOS画面情
報記憶部のタイトルバーの高さとOS画面情報記憶部の
メニューの高さと初期値画面情報記憶部のアイコンメニ
ュー、初期値画面情報記憶部のプログラム表示領域等に
必要な高さを足して算出し、最適サイズ記憶部の最適サ
イズ高さに格納し、算出した最適サイズ記憶部の最適サ
イズの高さが、OS画面情報記憶部の画面サイズの高さ
よりも大きいと表示しきれないため、最適サイズ記憶部
の最適サイズの高さとOS画面情報記憶部の画面サイズ
の高さを比較し、小さい値を新しい表示サイズの高さと
し、最適サイズ記憶部の最適サイズ高さに格納し、表示
サイズ変更処理部において、算出した最適サイズ記憶部
の最適サイズの高さと幅を元に、ウィンドウの表示サイ
ズを更新する処理をコンピュータに実行させるためのプ
ログラムを記録したことを特徴とする記録媒体。
7. A screen change message of a screen display area update notification transmitted from the operating system is received by a receiving unit of a screen update processing program, and the OS screen information storage unit stores the screen display area information acquired by the OS function. In the width calculation processing unit, the width size of the title bar is calculated, the height of the title bar of the new setting is obtained from the OS screen information storage unit, and the title stored in the initial value screen information storage unit in advance is obtained. By multiplying by the reference value size of the bar width and dividing by the title bar height at the reference value size in the initial value screen information storage unit,
Calculate the new title bar width size, store it in the title bar width size of the optimum size storage unit, calculate the menu width size in the width calculation processing unit, and calculate the new setting menu height from the OS screen information storage unit. Obtain and calculate a new menu width size by multiplying the menu width reference value size of the initial value screen information storage unit and dividing by the menu height at the reference value size of the initial value screen information storage unit,
It is stored in the menu width size of the optimum size storage unit, and the width calculation processing unit compares the title bar width size and the menu width size of the optimum size storage unit, and displays the larger size in the title bar and the menu. The suitable display size is stored in the optimum size width of the optimum size storage unit, and the width calculation processing unit sets the optimum size width of the optimum size storage unit in the icon menu of the initial value screen information storage unit.
Compared to the size required for the program display area, etc., the larger size is used as the display size suitable for displaying the icon menu, program display area, etc. in addition to the title bar and menu. In the width calculation processing unit, if the optimum size width of the optimum size storage unit is larger than the width of the screen size of the OS screen information storage unit, it cannot be displayed. The screen size width of the OS screen information storage unit is compared, and the smaller one is stored in the optimum size width of the optimum size storage unit. In the height calculation processing unit, the height is equal to the height of the title bar of the OS screen information storage unit. Add the height of the menu in the OS screen information storage unit and the height required for the icon menu in the initial value screen information storage unit and the program display area in the initial value screen information storage unit. It is calculated, stored in the optimum size height of the optimum size storage unit, and cannot be displayed if the calculated optimum size height of the optimum size storage unit is larger than the screen size height of the OS screen information storage unit. Compare the height of the optimal size of the optimal size storage unit with the height of the screen size of the OS screen information storage unit, set the smaller value as the new display size height, and store it in the optimal size height of the optimal size storage unit. A recording medium characterized by recording a program for causing a computer to execute a process of updating a window display size based on the calculated optimum size height and width of the optimum size storage unit in the change processing unit.
JP2000050639A 2000-02-28 2000-02-28 Automatic update system and method for screen display area Expired - Fee Related JP3613119B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000050639A JP3613119B2 (en) 2000-02-28 2000-02-28 Automatic update system and method for screen display area

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000050639A JP3613119B2 (en) 2000-02-28 2000-02-28 Automatic update system and method for screen display area

Publications (2)

Publication Number Publication Date
JP2001242976A true JP2001242976A (en) 2001-09-07
JP3613119B2 JP3613119B2 (en) 2005-01-26

Family

ID=18572403

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000050639A Expired - Fee Related JP3613119B2 (en) 2000-02-28 2000-02-28 Automatic update system and method for screen display area

Country Status (1)

Country Link
JP (1) JP3613119B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113760596A (en) * 2021-09-10 2021-12-07 深圳市晶联讯电子有限公司 Method, device and medium for controlling display of liquid crystal display screen

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113760596A (en) * 2021-09-10 2021-12-07 深圳市晶联讯电子有限公司 Method, device and medium for controlling display of liquid crystal display screen

Also Published As

Publication number Publication date
JP3613119B2 (en) 2005-01-26

Similar Documents

Publication Publication Date Title
EP1739543A1 (en) Screen transition control device
US20110234635A1 (en) Image processing apparatus, image processing method, and image processing program
CN101807199A (en) Thumbnail display method and device
US7436408B2 (en) Computer program for generating pictures
JP2001285445A (en) Portable radio equipment
KR100686162B1 (en) Mobile terminal and Method for display thumbnail image in thereof
CN105893558A (en) Recommended data display method and system
US5764214A (en) Window display control apparatus in a window system and window display controlling method
JP2001242976A (en) Automatic update system and the method for screen display area
US20100066729A1 (en) Digital photo frame capable of adjusting digital image and method thereof
JP3008057B2 (en) Graph display device
JP3556346B2 (en) Information display device
JPH11338456A (en) Map display system and image scroll processing method in it
JPS6033591A (en) Partial expansion display system for graphics
JP2009134342A (en) Function specification automatic generation device
JP2003236172A (en) Image display device for pachinko game machine and control method therefor
US20050046636A1 (en) System and method for on screen displays editing and display
JPH0668084A (en) Document preparation supporting device
JP3088135B2 (en) How to manage the start point of filling a closed area
JP2003309873A (en) Portable telephone set and image displaying method in portable telephone set
JPH10105607A (en) Chart display method
CN115659081A (en) Editable webpage drop-down box design method and device based on jQuery
JPS6139092A (en) Display unit
JPH0527936A (en) Window arranging system
JPH0277834A (en) Multiwindow display device

Legal Events

Date Code Title Description
TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20041005

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20041018

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20071105

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20081105

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees