JPH02259921A - Error reporting system by icon movement - Google Patents

Error reporting system by icon movement

Info

Publication number
JPH02259921A
JPH02259921A JP1082255A JP8225589A JPH02259921A JP H02259921 A JPH02259921 A JP H02259921A JP 1082255 A JP1082255 A JP 1082255A JP 8225589 A JP8225589 A JP 8225589A JP H02259921 A JPH02259921 A JP H02259921A
Authority
JP
Japan
Prior art keywords
icon
window
class
moving
address
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
JP1082255A
Other languages
Japanese (ja)
Other versions
JPH07120245B2 (en
Inventor
Hiroyuki Shimada
嶋田 浩之
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP1082255A priority Critical patent/JPH07120245B2/en
Publication of JPH02259921A publication Critical patent/JPH02259921A/en
Publication of JPH07120245B2 publication Critical patent/JPH07120245B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE:To omit the interruption of user work and the labor of window redisplay by checking whether or not an icon can be accepted in the window, moving the icon to an original position, and reporting an error. CONSTITUTION:An icon moving device 6 detects the moving direction and moving distance of a mouse 9, moves the icon with the current icon position as a reference, stores the position before the movement into a storage 1, and when the position is applied as a parameter, the device 6 moves the icon to the position before the movement. An icon judging device 7 compares the class ID of a class structure obtained by chained-linking the data structure of the icon with the acceptable class ID of the window class structure obtained by chained-linking a pair of the window data structure on the storage 1, and when the window cannot accept the icon, the device 7 instructs the icon moving device 6 to move the icon to the original position.

Description

【発明の詳細な説明】 (産業上の利用分野) 本発明はアイコン移動によるエラー告知方式に関し、特
にマルチウィンドウをユーザインターフェースとするシ
ステムにおけるアイコン移動によるエラー告知方式に関
する。
DETAILED DESCRIPTION OF THE INVENTION (Field of Industrial Application) The present invention relates to an error notification system using icon movement, and more particularly to an error notification system using icon movement in a system having a multi-window user interface.

(従来の技術) 従来、マルチウィンドウをユーザインターフェースとし
て、アイコンをマウスにより制御する手段を取り入れた
システムにおいて、エラーを告知する場合には、エラー
メツセージウィンドウを開き、そのメツセージに対しマ
ウスを使うか、キーボードの上にあるキーを押すまで処
理を中断し、メツセージを確認させるか、もしくは、ア
イコンを元の位置に置き直す方式が用いられていた。
(Prior Art) Conventionally, in a system that uses a multi-window as a user interface and incorporates means for controlling icons with a mouse, when notifying an error, it is necessary to either open an error message window and use the mouse to respond to the message. The process was interrupted until a key at the top of the keyboard was pressed, and the message was either checked or the icon was replaced in its original position.

(発明が解決しようとする課題) 上述の従来方式のうちエラーメツセージウィンドウを開
く方式においては、そのウィンドウに対し、確認処理が
要求され、システムの使用者の思考の中断を引き起こし
、また、確認後、エラーメツセージウィンドウを消去し
、元のウィンドウを描き直さなければならないという欠
点がある。
(Problems to be Solved by the Invention) Among the conventional methods described above, in the method of opening an error message window, a confirmation process is required for the window, which causes a interruption in the thinking of the system user, and , the disadvantage is that the error message window must be erased and the original window must be redrawn.

また、アイコンを元の位置に描き直す方式においては、
アイコンが瞬時に元の位置に現れてしまうため、使用者
が、エラーが起きたかどうかが確認できないという欠点
がある。
Also, in the method of redrawing the icon to its original position,
The disadvantage is that the user cannot confirm whether an error has occurred because the icon instantly appears in its original position.

(課題を解決するための手段) 本発明によるアイコン移動によるエラー告知方式は、ウ
ィンドウの指定および表示指示に従い、ウィンドウを表
示するウィンドウ表示手段と、前記ウィンドウに含まれ
る全てのアイコンをウィンドウ内に表示するアイコン表
示手段と、前記ウィンドウ内のアイコンをマウスにより
、ウィンドウ間をドラッグしたりアイコンの位置がパラ
メータとして与えられると、その位置までアイコンを移
動するアイコン移動手段と、移動したアイコンに対する
アイコンのデータ構造体が示すアイコンのクラスIDと
、前記アイコンが移動したウィンドウに対するウィンド
ウのデータ構造体が指す受け入れ可能クラスIDとを比
較することにより、前記ウィンドウ内にアイコンを受け
入れることが可能か否かをチェックし、不可能な場合に
は前記アイコン移動手段に対し、前記アイコンを元の位
置まで移動することを指示するアイコン判断手段とを設
け、アイコンが元の位置に移動することによりエラーを
告知する。
(Means for Solving the Problems) The error notification method by moving icons according to the present invention includes a window display means for displaying a window according to window designation and display instructions, and displaying all icons included in the window within the window. an icon display means for dragging an icon in the window between windows with a mouse or when the position of the icon is given as a parameter, an icon moving means for moving the icon to that position; and icon data for the moved icon. Check whether the icon can be accepted in the window by comparing the class ID of the icon indicated by the structure with the acceptable class ID indicated by the window data structure for the window to which the icon has been moved. However, if this is not possible, an icon determining means is provided which instructs the icon moving means to move the icon to its original position, and an error is notified by moving the icon to its original position.

(実施例) 以下、本発明の一実施例を第1図、第2図および第3図
に基づき説明する。
(Example) An example of the present invention will be described below with reference to FIGS. 1, 2, and 3.

第1図は、本発明の一実施例を示す構成ブロック図であ
り、記憶装置1にはウィンドウAのデータ2およびウィ
ンドウBのデータ3が記憶されている。
FIG. 1 is a block diagram showing an embodiment of the present invention, and a storage device 1 stores data 2 for window A and data 3 for window B.

ウィンドウ表示装置4は、ウィンドウの種類、表示位置
、大きさをパラメータとして与えることにより、デイス
プレィ装置f8上にウィンドウを表示する。アイコン表
示装置5は、指定されたアイコン構造体をデイスプレィ
装置8の指定された位置に表示する。また、アイコン移
動装置6は、マウス9の移動方向、移動距離を検出し、
現在のアイコンの位置を基準としてアイコンを移動させ
るとともに、移動前の位置を記憶装置1上に記憶してお
き、その位置がパラメータとして与えられると、移動前
の位置までアイコンを移動させる。アイコン判断装置7
は、アイコンのデータ構造体が連鎖結合するクラス構造
体のクラスIDと、ウィンドウのデータ構造体が連鎖結
合するウィンドウクラス構造体の受け入れ可能クラスI
Dとを記憶装置1上で比較し、ウィンドウがそのアイコ
ンを受け入れ可能でない場合、アイコン移動装置6に対
し、そのアイコンを元の位置まで移動することを指示す
る。
The window display device 4 displays a window on the display device f8 by giving the window type, display position, and size as parameters. The icon display device 5 displays the designated icon structure at the designated position on the display device 8. The icon moving device 6 also detects the moving direction and moving distance of the mouse 9,
The icon is moved based on the current position of the icon, and the position before movement is stored in the storage device 1, and when the position is given as a parameter, the icon is moved to the position before movement. Icon judgment device 7
is the class ID of the class structure to which the icon data structure is chained, and the acceptable class I of the window class structure to which the window data structure is chained.
D on the storage device 1, and if the window cannot accept the icon, the icon moving device 6 is instructed to move the icon to its original position.

第1図におけるウィンドウAのデータは、第2図のウィ
ンドウAのウィンドウ構造体10とアイコン構造体11
.12との連鎖結合と、ウィンドウ構造体10と連鎖結
合するウィンドウクラス構造体13と、アイコン構造体
11.12とをそれぞれ連鎖結合するクラス構造体14
.15により表現される。
The data of window A in FIG. 1 is the window structure 10 and icon structure 11 of window A in FIG.
.. 12, a window class structure 13 that is chain-coupled with the window structure 10, and a class structure 14 that is chain-coupled with the icon structures 11 and 12, respectively.
.. 15.

ウィンドウ構造体10.16は、ウィンドウ名称、次ア
イコンアドレス、元のアイコンアドレス、ウィンドウ内
アイコン数、ウィンドウクラスアドレスから成るデータ
群である0次アイコンアドレスは、ウィンドウAまたは
ウィンドウB中の先頭のアイコンに対応するアイコン構
造体11.17のメモリアドレス、元のアイコンアドレ
スはウィンドウに展開する前のアイコンのメモリアドレ
ス、またウィンドウクラスアドレスは、そのウィンドウ
の種別を示すウィンドウクラス構造体13のメモリアド
レスである。
Window structure 10.16 is a data group consisting of a window name, next icon address, original icon address, number of icons in the window, and window class address. The zero-order icon address is the first icon in window A or window B. The memory address of the icon structure 11.17 corresponding to the icon structure 11.17, the original icon address is the memory address of the icon before it is expanded into a window, and the window class address is the memory address of the window class structure 13 that indicates the type of the window. be.

ウィンドウA中のアイコン構造体11.12はアイコン
名、フラグ、内部ID、次アイコンアドレス、クラスア
ドレスから成るデータ群であり、フラグはアイコンがウ
ィンドウに展開中か否かを示し、内部IDはシステムが
アイコンを一意に識別するIDで、次アイコンアドレス
はウィンドウA中に展開される次のアイコンのアイコン
構造体のメモリアドレス、クラスアドレスは、自アイコ
ンの種別を示すクラス構造体のメモリアドレスである。
The icon structure 11.12 in window A is a data group consisting of an icon name, a flag, an internal ID, a next icon address, and a class address.The flag indicates whether the icon is being expanded in the window, and the internal ID is a system is the ID that uniquely identifies the icon, the next icon address is the memory address of the icon structure of the next icon expanded in window A, and the class address is the memory address of the class structure that indicates the type of the current icon. .

ウィンドウ構造体とアイコン構造体の連鎖結合は、ウィ
ンドウ構造体またはアイコン構造体の次アイコンアドレ
スに、次のアイコン構造体のメモリアドレスを入れアド
レスポインタを形成することにより行う。
The chain connection of a window structure and an icon structure is performed by entering the memory address of the next icon structure into the next icon address of the window structure or icon structure to form an address pointer.

ウィンドウクラス構造体13.18は、ウィンドウをシ
ステム内で一意に識別するIDを示すウィンドウクラス
IDと、自ウィンドウに受け入れ可能であるアイコンの
クラスIDから成る受け入れ可能クラスから成るデータ
群である。
The window class structure 13.18 is a data group consisting of a window class ID indicating an ID that uniquely identifies a window within the system, and an acceptable class consisting of a class ID of an icon that is acceptable to the own window.

クラス構造体14,15.19は、アイコンの種別をシ
ステム内−意に識別するIDを示すクラスIDと、ウィ
ンドウがこのクラスを受け入れられるかどうかを判断す
るためのマウス値から成るデータ群である。
The class structures 14, 15, and 19 are a data group consisting of a class ID indicating an ID that internally identifies the icon type, and a mouse value for determining whether the window can accept this class. .

デイスプレィ装置8上に表示されているウィンドウA、
ウィンドウBのアイコンをマウス9によりクリックする
と、ウィンドウ表示装置4は、アイコンの表示位置を基
準として、ウィンドウ表示位置を決め、アイコンの種類
によりウィンドウの種類、大きさを決めて、デイスプレ
ィ装置S上にウィンドウA20、ウィンドウB21をそ
れぞれ表示する。
Window A displayed on display device 8,
When the icon of window B is clicked with the mouse 9, the window display device 4 determines the window display position based on the icon display position, determines the type and size of the window based on the type of icon, and displays the window on the display device S. A window A20 and a window B21 are displayed respectively.

次にアイコン表示装置5は、記憶装置1内のウィンドウ
A20のウィンドウ構造体10の次アイコンアドレス、
該次アイコンアドレスに連鎖結合されているアイコン構
造体の次アイコンアドレスがNULLになるまで次々と
たどり、ウィンドウAに登録されているアイコン構造体
11.12からアイコン名および、内部IDを読み出し
、ウィンドウAにアイコン22.23として表示する。
Next, the icon display device 5 displays the next icon address of the window structure 10 of the window A20 in the storage device 1,
The next icon address of the icon structure chained to the next icon address is traced one after another until it becomes NULL, the icon name and internal ID are read from the icon structure 11.12 registered in window A, and the window A is displayed as an icon 22.23.

同様に、記憶装置1内のウィンドウBのウィンドウ構造
体16内の次アイコンアドレス、該次アイコンアドレス
に連鎖結合されているアイコン構造体の次アイコンアド
レスがNULLになるまで次々とたとり、ウィンドウB
に登録されているアイコン構造体17からアイコン名称
および内部IDを読み出し、ウィンドウB内にアイコン
24として表示する。
Similarly, the next icon address in the window structure 16 of window B in the storage device 1 and the next icon address of the icon structure chained to the next icon address are taken one after another until they become NULL.
The icon name and internal ID are read out from the icon structure 17 registered in the icon structure 17 and displayed as the icon 24 in the window B.

次に、ウィンドウ21がアイコン23を受け入れられな
いという前提でアイコン23をウィンドウ21に移動す
るときの流れを説明する。
Next, the flow when moving the icon 23 to the window 21 will be described on the premise that the window 21 cannot accept the icon 23.

マウス9により、ウィンドウA20内からウィンドウB
21に移動するアイコン23を選択し、マウス9を移動
させると、アイコン移動袋M6により、マウスの移動方
向、距離を検出し、アイコンを移動させる。これにより
選択したアイコン23をウィンドウB21内に移動させ
る。このとき、移動前のアイコンの位置が記憶装置1内
に記憶される。マウス9の位置を検出し、ウィンドウB
の座標と比較することにより、アイコン23がウィンド
ウB内に移動したことを検出すると、ウィンドウ21内
に新たにアイコン23が表示される。同時に指定された
アイコン23に対応するアイコン構造体12のアイコン
クラスアドレスに結合されているクラス構造体15のマ
スク値と、ウィンドウB21に対応するウィンドウ構造
体16のウィンドウクラスアドレスに結合されているウ
ィンドウクラス構造体18の受け入れ可能クラスが記憶
装置1上に展開される。
Using the mouse 9, move from window A20 to window B.
When the icon 23 to be moved is selected at 21 and the mouse 9 is moved, the icon moving bag M6 detects the moving direction and distance of the mouse and moves the icon. This moves the selected icon 23 into window B21. At this time, the position of the icon before movement is stored in the storage device 1. Detects the position of mouse 9 and opens window B
When it is detected that the icon 23 has moved into the window B by comparing the coordinates with the coordinates of the icon 23, the icon 23 is newly displayed in the window 21. At the same time, the mask value of the class structure 15 connected to the icon class address of the icon structure 12 corresponding to the designated icon 23, and the window connected to the window class address of the window structure 16 corresponding to window B21. The acceptable classes of the class structure 18 are developed on the storage device 1.

次にアイコン判断装置7により上記クラス構造体15の
マスク値と、ウィンドウクラス構造体18の受け入れ可
能クラスが比較され、アイコン23がウィンドウ21に
受け入れられないことが判断され、アイシン移動装置6
に対し、前記記憶装置1上に記憶されたアイコン23の
移動前のアイコンの位置を基に、アイコン23の移動が
指定される。アイコン移動装置6はアイコン判断装置7
の指示に従い、アイコンを移動させる。
Next, the icon determination device 7 compares the mask value of the class structure 15 with the acceptable class of the window class structure 18, and determines that the icon 23 cannot be accepted in the window 21.
On the other hand, the movement of the icon 23 is specified based on the position of the icon 23 stored on the storage device 1 before the icon 23 is moved. The icon moving device 6 is the icon determining device 7.
Follow the instructions to move the icon.

このようにして、ウィンドウB21からウィンドウA2
0へアイコン23が移動することによりエラーを告知す
ることができる。
In this way, from window B21 to window A2
An error can be notified by moving the icon 23 to 0.

次に第4図を用い、本発明の応用例としてキャビネット
に格納されている封筒を受信メールボックスに入れよう
とした場合の動作を説明する。
Next, referring to FIG. 4, the operation when an attempt is made to put an envelope stored in a cabinet into a receiving mailbox will be described as an applied example of the present invention.

受信メールボックスは、キャビネットから直接は格納さ
れず、唯一メール受信によって受信した封筒しか格納さ
れないとする。
It is assumed that the reception mailbox does not store anything directly from the cabinet, but only the envelopes received through mail reception.

■キャビネットには、文書1と封筒1が格納されている
とする。これは、マルチウィンドウとアイコンを用いた
システムでは、キャビネットウィンドウ25内に、文書
アイコン26と封筒アイコン27が表示されることによ
って示される。これは機能の説明で述べたように、キャ
ビネットウィンドウ25のウィンドウ構造体10と文書
アイコン26のアイコン構造体11と封筒アイコン27
のアイコン構造体12そしてウィンドウクラス構造体1
3とクラス構造体14との連鎖結合によって表現され、
ウィンドウ表示装置4とアイコン表示装置5によってC
RT8に表示される。一方、受信メールボックスには、
封筒2が入っているとする。これは、受信メールボック
スウィンドウ28内に封筒アイコン29が表示されるこ
とによって示される。これらも上記と同様に、受信メー
ルボックスウィンドウ28のウィンドウ構造体16と封
筒アイコン29のアイコン構造体17そしてウィンドウ
クラス構造体とクラス構造体との連鎖結合によって表現
され、ウィンドウ表示装置とアイコン表示装置によって
CRT8に表示される。今、封ftUlを受信メールボ
ックスに入れるために、マウスにより封筒アイコン27
を選択する。
■Assume that document 1 and envelope 1 are stored in the cabinet. In a system using multiple windows and icons, this is indicated by the display of a document icon 26 and an envelope icon 27 within the cabinet window 25. As described in the function description, this includes the window structure 10 of the cabinet window 25, the icon structure 11 of the document icon 26, and the envelope icon 27.
icon struct 12 and window class struct 1
3 and the class structure 14,
C by the window display device 4 and icon display device 5
Displayed on RT8. On the other hand, in the receiving mailbox,
Assume that envelope 2 is included. This is indicated by the display of an envelope icon 29 within the receiving mailbox window 28. In the same way as above, these are also expressed by a chain connection of the window structure 16 of the receiving mailbox window 28, the icon structure 17 of the envelope icon 29, the window class structure, and the class structure, and the window display device and the icon display device displayed on the CRT8. Now, to put the envelope into the incoming mailbox, click the envelope icon 27 with the mouse.
Select.

■マウス9をドラッグすると、アイコン移動装置6によ
り、マウスの移動方向、距離を検出され、封筒アイコン
27が移動する。移動開始にあたってアイコン移動装置
6は、封筒アイコン27の移動前のCRT上の座標を記
憶装置1内に記憶する。
(2) When the mouse 9 is dragged, the icon moving device 6 detects the moving direction and distance of the mouse, and the envelope icon 27 is moved. At the start of movement, the icon moving device 6 stores in the storage device 1 the coordinates of the envelope icon 27 on the CRT before the movement.

このようにして封筒アイコン27は受信メールボックス
ウィンドウ28に移動する。移動が終了すると、封筒ア
イコン27のアイコン構造体に連鎖結合するクラス構造
体のマスク値と、移動先の受信メールボックスウィンド
ウのウィンドウ構造体に連鎖結合するウィンドウクラス
構造体の受け入れ可能クラスの値がアイコン判断装置に
より比較され、封筒アイコン27が受信メールボックス
ウィンドウ28に入れることができないことが判断され
、アイコン移動装置に対し、該封筒アイコンを移動前の
位置に移動することが指示される。
The envelope icon 27 is thus moved to the receiving mailbox window 28. When the movement is completed, the mask value of the class structure chained to the icon structure of the envelope icon 27 and the acceptable class value of the window class structure chained to the window structure of the destination receiving mailbox window are set. The icon determining device compares the icons, determines that the envelope icon 27 cannot be placed in the receiving mailbox window 28, and instructs the icon moving device to move the envelope icon to its previous position.

■アイコン移動装置は、前記封筒アイコンの移動前の座
標を基にアイコンを移動させる。
(2) The icon moving device moves the icon based on the coordinates of the envelope icon before movement.

■移動が終了すると、処理は通常の状態伸戻り、ユーザ
の入力待ちの状態となる。
(2) When the movement is completed, the process returns to the normal state and enters the state of waiting for user input.

(発明の効果) 以上説明したように、本発明は、アイコンの移動により
エラーを告知するため、エラーメ・yセージウィンドウ
の表示確認による、ユーザ作業の中断と、エラーメツセ
ージウィンドウ表示後のウィンドウ再表示の手間を省く
という効果がある。
(Effects of the Invention) As explained above, the present invention notifies the user of an error by moving an icon, so that the user's work is interrupted by checking the display of the error message window, and the window is redisplayed after the error message window is displayed. This has the effect of saving time and effort.

また、アイコンの表示と、マウスによる制御という一貫
したユーザインターフェースにより捜査できるので、一
連の処理の流れがスムーズに行えるという効果がある。
Furthermore, since investigations can be carried out using a consistent user interface consisting of icon display and mouse control, a series of processes can be carried out smoothly.

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

第1図は本発明によるアイコン移動によるエラー告知方
式の一実施例を示すブロック図、第2図および第3図は
本発明を利用した一動作例を示す図、第4図は本発明の
詳細な説明するための図である。 1・・・記憶装置、2・・・ウィンドウAのデータ、3
・・・ウィンドウBのデータ、4・・・ウィンドウ表示
手段、5・・・アイコン表示手段、6・・・アイコン移
動手段、7・・・アイコン判断手段、8・・・デイスプ
レィ装置、9・・・マウス、10・・・ウィンドウAの
ウィンドウ構造体、16・・・ウィンドウBのウィンド
ウ構造体、11,12.17・・・アイコン構造体、1
3.18・・・ウィンドウクラス構造体、14.15.
19・・・クラス構造体、20・・・ウィンドウA、2
1・・・ウィンドウB、22.23.24・・・アイコ
ン、25・・・キャビネットウィンドウ、26・・・文
書アイコン、27・・・封筒アイコン、28・・・受信
メールボックスウィンドウ、29・・・封筒アイコン。
FIG. 1 is a block diagram showing an embodiment of an error notification method by moving icons according to the present invention, FIGS. 2 and 3 are diagrams showing an example of an operation using the present invention, and FIG. 4 is a detailed diagram of the present invention. FIG. 1... Storage device, 2... Window A data, 3
. . . Window B data, 4. Window display means, 5. Icon display means, 6. Icon moving means, 7. Icon determination means, 8. Display device, 9..・Mouse, 10...Window structure of window A, 16...Window structure of window B, 11, 12.17...Icon structure, 1
3.18...Window class structure, 14.15.
19...Class structure, 20...Window A, 2
1...Window B, 22.23.24...Icon, 25...Cabinet window, 26...Document icon, 27...Envelope icon, 28...Receiving mailbox window, 29...・Envelope icon.

Claims (1)

【特許請求の範囲】[Claims] ウィンドウの指定および表示指示に従い、ウィンドウを
表示するウィンドウ表示手段と、前記ウィンドウに含ま
れる全てのアイコンをウィンドウ内に表示するアイコン
表示手段と、前記ウィンドウ内のアイコンをマウスによ
り、ウィンドウ間をドラッグしたりアイコンの位置がパ
ラメータとして与えられると、その位置までアイコンを
移動するアイコン移動手段と、移動したアイコンに対す
るアイコンのデータ構造体が示すアイコンのクラスID
と、前記アイコンが移動したウィンドウに対するウィン
ドウのデータ構造体が指す受け入れ可能クラスIDとを
比較することにより、前記ウィンドウ内にアイコンを受
け入れることが可能か否かをチェックし、不可能な場合
には前記アイコン移動手段に対し、前記アイコンを元の
位置まで移動することを指示するアイコン判断手段とを
設け、アイコンが元の位置に移動することによりエラー
を告知することを特徴とするアイコン移動によるエラー
告知方式。
A window display means for displaying a window in accordance with window designation and display instructions; an icon display means for displaying all icons included in the window within the window; and a mouse for dragging icons within the window between windows. When the position of an icon is given as a parameter, an icon moving means that moves the icon to that position and the icon class ID indicated by the icon data structure for the moved icon.
and the acceptability class ID pointed to by the window data structure for the window to which the icon has moved, to check whether it is possible to accept the icon in the window, and if not, to An error due to icon movement, characterized in that the icon moving means is provided with an icon determining means for instructing the icon to move to the original position, and an error is notified by moving the icon to the original position. Announcement method.
JP1082255A 1989-03-31 1989-03-31 Error notification method by moving icons Expired - Fee Related JPH07120245B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1082255A JPH07120245B2 (en) 1989-03-31 1989-03-31 Error notification method by moving icons

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1082255A JPH07120245B2 (en) 1989-03-31 1989-03-31 Error notification method by moving icons

Publications (2)

Publication Number Publication Date
JPH02259921A true JPH02259921A (en) 1990-10-22
JPH07120245B2 JPH07120245B2 (en) 1995-12-20

Family

ID=13769337

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1082255A Expired - Fee Related JPH07120245B2 (en) 1989-03-31 1989-03-31 Error notification method by moving icons

Country Status (1)

Country Link
JP (1) JPH07120245B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04355823A (en) * 1991-05-17 1992-12-09 Internatl Business Mach Corp <Ibm> Method and apparatus for selectively exposing display-window shielding part by moving operation in longitudinal and lateral directions through graphic-user interface
JPH06243007A (en) * 1993-02-17 1994-09-02 Canon Inc Data processor
JP2019179344A (en) * 2018-03-30 2019-10-17 ブラザー工業株式会社 Screen creation program, information processing apparatus, and screen creation method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04355823A (en) * 1991-05-17 1992-12-09 Internatl Business Mach Corp <Ibm> Method and apparatus for selectively exposing display-window shielding part by moving operation in longitudinal and lateral directions through graphic-user interface
JPH06243007A (en) * 1993-02-17 1994-09-02 Canon Inc Data processor
JP2019179344A (en) * 2018-03-30 2019-10-17 ブラザー工業株式会社 Screen creation program, information processing apparatus, and screen creation method

Also Published As

Publication number Publication date
JPH07120245B2 (en) 1995-12-20

Similar Documents

Publication Publication Date Title
US8819585B2 (en) Child window surfacing and management
US9189144B2 (en) Multi-touch gesture-based interface for network design and management
KR100249336B1 (en) Method, memory and apparatus for postponing transference of focus to a newly opened window
US20070083821A1 (en) Creating viewports from selected regions of windows
US20040239691A1 (en) Dynamic guides
CN101833392A (en) Signal conditioning package, information processing method and program
JPH10154061A (en) Information processor and program storage medium
JPH07225665A (en) Data processor
JPH02259921A (en) Error reporting system by icon movement
US20040230918A1 (en) Window display controlling method, window display controlling apparatus, and computer readable record medium containing a program
JPH09258948A (en) Comment attachment/preservation system and cooperation work support system using the same
JPH0512208A (en) Command input system
US20020054055A1 (en) Analyzer
JPH06139042A (en) Cursor display method and its device
JPH10149272A (en) Display device
JP2002341990A (en) Information processor, control program of information processor, and storage medium in which the control program is stored
JPH08328531A (en) Window display device and window display control method
JPH0452686A (en) Display area movement control system
US20150160787A1 (en) Controlling multiple computing systems
JPH05233202A (en) Window control system
JPH0519192B2 (en)
JPH08335142A (en) Move controller for mouse pointer
JPS62287347A (en) Error display device
JPH0659850A (en) Window display area control system
JPH04333131A (en) Multi-window system

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees