JP2007122306A - Window input control method - Google Patents

Window input control method Download PDF

Info

Publication number
JP2007122306A
JP2007122306A JP2005312144A JP2005312144A JP2007122306A JP 2007122306 A JP2007122306 A JP 2007122306A JP 2005312144 A JP2005312144 A JP 2005312144A JP 2005312144 A JP2005312144 A JP 2005312144A JP 2007122306 A JP2007122306 A JP 2007122306A
Authority
JP
Japan
Prior art keywords
window
server
input
client
request
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2005312144A
Other languages
Japanese (ja)
Inventor
Yuuki Kashiwai
優希 柏井
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2005312144A priority Critical patent/JP2007122306A/en
Publication of JP2007122306A publication Critical patent/JP2007122306A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To reduce the wrong operation of a computer user or the load of communication on a network. <P>SOLUTION: Any operation is performed to the window of the screen of a client, and when a request to a server is made, an operation to the window to which any operation has been performed is prevented from being accepted. Concretely, a whole window is coated with a transparent layer for a display area including this window to suppress the acceptance of designation(click) with a mouse for an object(button or text box or the like) under the layer. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、コンピュータの出力画面に対しマウス等の入力装置を利用して行われる操作に対する制御に関する。特に、当該コンピュータがサーバなど他のコンピュータとの通信中になされる、画面に対する操作の制御に関する。   The present invention relates to control for operations performed on an output screen of a computer using an input device such as a mouse. In particular, the present invention relates to control of operations on a screen that are performed while the computer is communicating with another computer such as a server.

従来のクライアントサーバシステム、特にWebアプリケーションシステムは、クライアントからサーバに処理を要求してから、その回答が返るまでに、時間がかかることがある。その間に、クライアントから、同じ処理を要求したり、異なる処理を要求したりすることもできる。このような連続要求はサーバやネットワークに対する負荷となり、処理の回答にさらに時間がかかる原因ともなっている。システムによっては、誤動作の原因ともなる。   A conventional client server system, particularly a Web application system, may take time until a response is returned after a request is made from the client to the server. In the meantime, the same process can be requested from the client, or a different process can be requested. Such a continuous request becomes a load on the server and the network, and it is a cause that takes more time to answer the process. Depending on the system, it may cause malfunction.

例えば、例えば特許文献1に記載されているように、サーバが処理を受け付けた際、フラグを登録することにより、フラグが登録されている時は、再度同じ処理を受け付けないという方法がある。   For example, as described in Patent Document 1, for example, there is a method of registering a flag when a server accepts a process so that the same process is not accepted again when the flag is registered.

また、特許文献2に記載されているように、クライアント側の画面で操作できるウィンドウが複数ある場合、入力に応じて、ウィンドウの入力フォーカスを、マウスを使わずに自動的に切り替え、正しい処理をサーバに要求するように促すという方法がある。   Also, as described in Patent Document 2, when there are multiple windows that can be operated on the client-side screen, the input focus of the window is automatically switched without using the mouse according to the input, and the correct processing is performed. There is a way to prompt the server to request.

特開2004−178461号公報JP 2004-178461 A 特開平6−282403号JP-A-6-282403

上記従来技術では、クライアントがサーバに処理を要求した後、再度サーバに処理を要求しなければ、同じ処理であるかどうかが分からない。このため、サーバやネットワークに対して負荷がかかってしまうという問題があった。また、操作できるウィンドウが複数ある場合に、フォーカスを自動的に制御しても、マウスで他のウィンドウをフォーカスし直すことによって、入力してほしくないウィンドウに対して入力処理ができてしまうという問題があった。   In the above-described prior art, if the client does not request processing from the server again after requesting processing from the server, it cannot be determined whether the processing is the same. Therefore, there is a problem that a load is applied to the server and the network. In addition, when there are multiple windows that can be operated, even if the focus is automatically controlled, re-focusing other windows with the mouse will allow input processing to be performed on windows that you do not want to input. was there.

本発明の目的は、クライアントからサーバに対して不必要な処理の再要求を行なえなくすること、また、複数のウィンドウに対する誤操作を防ぎ、特定のウィンドウのみ操作を受け付けるようにすることにある。   An object of the present invention is to make it impossible to re-request unnecessary processing from the client to the server, and to prevent erroneous operations on a plurality of windows and to accept operations only on specific windows.

上記目的を達成するため、本発明では、クライアントの画面のウィンドウに対して何らかの操作を行ない、サーバへの要求を行なった時に、操作を行われたウィンドウに対する操作を受け付けなくする(入力により要求される処理を抑止する)。   In order to achieve the above object, according to the present invention, when an operation is performed on the window of the client screen and a request is made to the server, the operation on the window in which the operation is performed is not accepted (requested by input). To suppress the processing).

より、具体的には、このウィンドウを含む表示エリアに対して、ウィンドウ全体に透明のレイヤ(層)を皮膜し、レイヤの下にあるオブジェクト(ボタンやテキストボックスなど)に、マウスなどでの指定(クリック)の受付けを抑止する。本発明では、このように受付自体を抑止してもよいし、受付は行うがそれで要求される処理の開始を抑止することの少なくとも一方も含む。   More specifically, for the display area including this window, a transparent layer (layer) is coated on the entire window, and the object (button, text box, etc.) below the layer is specified with the mouse or the like. Suppress acceptance of (clicks). In the present invention, the reception itself may be suppressed as described above, or at least one of the reception is performed but the start of the requested process is included.

透明である必要はないが、透明である方が、このような構成によると、操作直前の状態から変化がほとんど感じられず、操作した者にとっては違和感が少ない。   Although it is not necessary to be transparent, according to such a configuration, a transparent person hardly feels a change from the state immediately before the operation, and there is less sense of incongruity for the operator.

サーバに対して要求した処理が完了したことを検知すると、レイヤを消して、再度入力が可能な状態とすることができる。   When it is detected that the processing requested to the server is completed, the layer can be erased and input can be made again.

また、レイヤに対してマウスでクリックすると、「ただいまサーバ処理中です」のようなメッセージを出すことも本発明に含まれる。   Further, when a layer is clicked with a mouse, a message such as “Now processing server” is also included in the present invention.

本発明によれば、コンピュータ利用者の誤動作やネットワーク上の通信の負荷を減らすことができる。   According to the present invention, it is possible to reduce a malfunction of a computer user and a communication load on a network.

以下、本発明の実施の形態について図面により詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

図1は、本発明を適用したWebアプリケーションシステムのブロック図を示したものである。100〜103はクライアントPC、200はWebアプリケーションサーバ、300はインターネットやイントラネットなどのネットワーク網を示す。本発明の実施の形態では、クライアントPCは3台しか示されていないが、実際にはこれ以上のクライアントPCが接続されている。   FIG. 1 shows a block diagram of a Web application system to which the present invention is applied. Reference numerals 100 to 103 denote client PCs, 200 denotes a Web application server, and 300 denotes a network such as the Internet or an intranet. Although only three client PCs are shown in the embodiment of the present invention, more client PCs are actually connected.

クライアントPC100は、画面110及び一時記憶領域120を持つ。画面110は、複数のウィンドウ111〜112を表示できる。サーバ200は、コンテンツの内容を生成するプログラム210、スクリプトを生成するプログラム220、クライアントPC100からの要求を処理する業務処理プログラム230を実行することができる。クライアントからの要求によって、コンテンツの内容生成プログラム210で生成されたコンテンツは、クライアントPC100の画面110のウィンドウ111〜112を表示し、スクリプト生成プログラム220で生成されたスクリプト121を、クライアントPC100の一時記憶領域120に格納する。   The client PC 100 has a screen 110 and a temporary storage area 120. The screen 110 can display a plurality of windows 111 to 112. The server 200 can execute a program 210 for generating content, a program 220 for generating a script, and a business processing program 230 for processing a request from the client PC 100. The content generated by the content generation program 210 in response to a request from the client displays the windows 111 to 112 of the screen 110 of the client PC 100, and the script 121 generated by the script generation program 220 is temporarily stored in the client PC 100. Store in area 120.

次に、本Webアプリケーションシステムによる処理を図2のフローチャートに従って説明する。図2は、クライアントPC100がサーバ200に対してコンテンツの表示要求を行ない、その表示したコンテンツからサーバに対して処理要求を行なう流れを示したものである。   Next, processing by the Web application system will be described with reference to the flowchart of FIG. FIG. 2 shows a flow in which the client PC 100 makes a content display request to the server 200 and makes a processing request to the server from the displayed content.

クライアントPC100より、サーバ200に対して、コンテンツの内容を表示するよう要求する(ステップ501)。クライアントPC100は、利用者からマウス等の入力デバイスの入力を受付け、これに基づいてサーバ200に対して、コンテンツの要求情報を送信する。本実施の形態が対象としているシステムはWebアプリケーションであるため、要求方法は、ウィンドウ111からのURL送信によるHTTPリクエストとなる。   The client PC 100 requests the server 200 to display the content details (step 501). The client PC 100 receives input from an input device such as a mouse from the user, and transmits content request information to the server 200 based on the input. Since the system targeted by the present embodiment is a Web application, the request method is an HTTP request by URL transmission from the window 111.

サーバ200は、クライアントPC100からの要求に対して、コンテンツ内容生成プログラム210とスクリプト生成プログラム220を実行し、コンテンツの表示内容とスクリプト121を生成する(ステップ502)。スクリプト121には、実行命令することにより透明のレイヤでウィンドウ内を皮膜する、という内容と、実行命令することにより皮膜を消す、という内容が記述されている。なお、ウィンドウ内を皮膜するとの記述は、ウィンドウ内全てであってもよい。また、所定の指示エリア(利用者が指示したものなど)を皮膜するとの記述でもよい。   In response to the request from the client PC 100, the server 200 executes the content content generation program 210 and the script generation program 220 to generate the content display content and the script 121 (step 502). The script 121 describes the contents of coating the inside of the window with a transparent layer by executing an instruction and the contents of erasing the film by executing an execution command. Note that the description of coating the inside of the window may be all within the window. Further, it may be a description that a predetermined instruction area (such as that designated by the user) is coated.

生成したスクリプト121は、クライアントPC100の一時記憶領域120に配置する(ステップ503)。生成したコンテンツは、ウィンドウ111に表示する(ステップ504)。ウィンドウ111に表示したコンテンツより、サーバ200に対して業務処理を要求する(ステップ505)。この要求は、主にコンテンツ内のボタンの押下等から起きる。サーバに業務処理を要求し、また、スクリプト121に対して、ウィンドウ111を透明のレイヤで皮膜するという実行命令を行なう。なお、ウィンドウ111に対するレイアの皮膜は、ウィンドウ111の全域でもよいし、ウィンドウ111の所定エリアとしてもよい。つまり、サーバ200に対して、二重要求を抑止可能な形で皮膜すればよい。全域の皮膜であれば、ウィンドウの大きさを取得し、そのウィンドウの大きさに合わせてレイヤの座標を決定して皮膜する。所定エリアの皮膜であれば、実行命令をする際、座標を引数で与えて、レイヤの座標を決定して皮膜する。この場合、利用者の入力エリアを皮膜する方法でもよい。この手法の場合、ステップ501での要求相手であるサーバ200に対する指示を行なうための入力エリアに対して皮膜をし、他のサーバに対する入力エリアは皮膜しなくともよい。これにより、スクリプト121は、ウィンドウ111を透明のレイヤで皮膜する(ステップ506)。   The generated script 121 is placed in the temporary storage area 120 of the client PC 100 (step 503). The generated content is displayed on the window 111 (step 504). From the contents displayed in the window 111, the server 200 is requested to perform business processing (step 505). This request is mainly caused by pressing a button in the content. A request for business processing is issued to the server, and an execution command for coating the window 111 with a transparent layer is issued to the script 121. The layer coating on the window 111 may be the entire area of the window 111 or a predetermined area of the window 111. That is, the server 200 may be coated in a form that can suppress double requests. If it is a coating of the entire area, the size of the window is acquired, and the coating is performed by determining the coordinates of the layer according to the size of the window. If it is a film of a predetermined area, when an execution command is given, the coordinates are given as an argument, and the layer coordinates are determined to coat the film. In this case, a method of covering the input area of the user may be used. In the case of this method, the input area for instructing the requesting server 200 in step 501 is coated, and the input areas for other servers need not be coated. As a result, the script 121 coats the window 111 with a transparent layer (step 506).

ウィンドウ111を皮膜している間に、サーバ200は業務処理プログラム230を実行し、クライアントPC100からの業務処理に対する結果を出力する(ステップ507)。サーバ200からの処理結果をウィンドウ111に表示する場合、ウィンドウ111に施した皮膜は、サーバ200からの処理結果を上書きするため、消滅する。クライアントPC100は、サーバ200からの通信内容が、ステップ501の要求に対する結果か否かを判断し、この結果である場合、上記の消滅処理を行ってもよい。また、サーバ200からの処理結果が他のウィンドウ112に表示する場合(ステップ508)、今後、ウィンドウ111からの処理要求も受け付けるには、スクリプト121に対して、実行命令することにより、ウィンドウ111の透明のレイヤを消滅させることができる(ステップ509)。   While covering the window 111, the server 200 executes the business process program 230 and outputs a result of the business process from the client PC 100 (step 507). When the processing result from the server 200 is displayed on the window 111, the coating applied to the window 111 disappears because the processing result from the server 200 is overwritten. The client PC 100 determines whether or not the communication content from the server 200 is a result of the request in step 501, and if this is the result, the above-described extinction process may be performed. Further, when the processing result from the server 200 is displayed in another window 112 (step 508), in order to accept a processing request from the window 111 in the future, an instruction to execute the script 121 is sent to the script 121. The transparent layer can be erased (step 509).

今回の実施例では、図3に示すように、1つのウィンドウに対して操作を行なうパターンAと、図4に示すように、複数のウィンドウに対して操作を行なうパターンBの2つがある。パターンAでは、ウィンドウ111のテキスト入力エリア701に文字を入力し、ボタン703を押下することにより、サーバに業務処理の要求をすることができる。その際、スクリプト121が実行され、網掛け703のように、ウィンドウ111を透明のレイヤで皮膜する。これにより、テキスト入力エリア701やボタン702に対しての操作を受け付けなくすることができる。   In the present embodiment, there are two patterns, a pattern A for operating a single window as shown in FIG. 3 and a pattern B for operating a plurality of windows as shown in FIG. In the pattern A, by inputting characters into the text input area 701 of the window 111 and pressing the button 703, it is possible to make a request for business processing to the server. At that time, the script 121 is executed to coat the window 111 with a transparent layer as indicated by the shaded area 703. As a result, it is possible to stop accepting operations on the text input area 701 and the button 702.

パターンBでは、ウィンドウ111のボタン702を押下しても、ウィンドウ112のボタン705を押下しても、サーバに業務処理の要求をすることができる。ここで、ボタン702が押下された場合、ボタン705は押下されないようにしたいとする。この場合、ボタン702が押下されると、スクリプト121が実行され、網掛け706のように、ウィンドウ112を透明のレイヤで皮膜する。これにより、ウィンドウ112のテキスト入力エリア704やボタン705に対しての操作を受け付けなくすることができる。また、透明のレイヤ、すなわち網掛け703や網掛け705に対し、マウスのクリックがあった場合に、画面に「ただいまサーバ処理中です」のようなメッセージを出し、操作が受け付けられないことを利用者に伝えることができる。   In the pattern B, the server can make a request for business processing whether the button 702 of the window 111 is pressed or the button 705 of the window 112 is pressed. Here, it is assumed that when the button 702 is pressed, the button 705 is not pressed. In this case, when the button 702 is pressed, the script 121 is executed, and the window 112 is covered with a transparent layer as indicated by shading 706. As a result, it is possible to stop accepting operations on the text input area 704 and the button 705 of the window 112. In addition, when a mouse is clicked on a transparent layer, ie, shading 703 or shading 705, a message such as “Now processing server” is displayed on the screen, and the operation cannot be accepted. Can tell.

本発明によれば、コンピュータとのハードウエア資源に対する入力制御を施すことが可能になる。   According to the present invention, it is possible to perform input control on hardware resources with a computer.

本発明の実施の形態を示すシステム概要図System outline diagram showing an embodiment of the present invention 図1における業務処理の手順を示すフローチャートFlowchart showing the procedure of business processing in FIG. レイヤを皮膜する具体例を示す図The figure which shows the concrete example which coats the layer 複数のウィンドウを操作できる状態でレイヤを皮膜する具体例を示す図The figure which shows the concrete example which coats the layer in the state where plural windows can be operated

符号の説明Explanation of symbols

100〜102…クライアントPC
110…画面
111〜112…ウィンドウ
120…一時記憶領域
121…透明レイヤ生成スクリプト
200…Webアプリケーションサーバ
210…コンテンツ内容生成プログラム
220…スクリプト生成プログラム
230…業務処理プログラム
300…ネットワーク
100 to 102 ... Client PC
DESCRIPTION OF SYMBOLS 110 ... Screen 111-112 ... Window 120 ... Temporary storage area 121 ... Transparent layer generation script 200 ... Web application server 210 ... Content content generation program 220 ... Script generation program 230 ... Business processing program 300 ... Network

Claims (2)

ネットワークを利用してサーバと接続されるコンピュータ装置の表示画面に表示されるウィンドウに対する利用者からの入力を制御するウィンドウ入力制御方法において、前記コンピュータ装置は、
表示画面に、前記サーバ装置に対して情報を送信するための指示エリアを含むウィンドウを表示し、
入力手段を介して、前記指示エリアに対する利用者からの指示を受付け、
受付された指示に対応する情報を前記サーバに送信し、
前記サーバから前記指示に応じた応答に対する待機状態を検知し、
前記待機状態を検知している場合、前記ウィンドウに対する入力受付けを抑止することを特徴とするウィンドウ入力制御方法。
In a window input control method for controlling an input from a user to a window displayed on a display screen of a computer device connected to a server using a network, the computer device includes:
On the display screen, a window including an instruction area for transmitting information to the server device is displayed.
Accepting an instruction from the user for the instruction area via the input means,
Sending information corresponding to the accepted instructions to the server;
Detecting a standby state for a response according to the instruction from the server;
A window input control method, wherein input acceptance to the window is suppressed when the standby state is detected.
請求項1に記載のウィンドウ入力制御方法において、
前記入力受付けの抑止は、前記ウィンドウを含む表示エリアに対して、透明なレイアを重畳することで実行することを特徴とするウィンドウ入力制御方法。
The window input control method according to claim 1,
Inhibiting the input acceptance is executed by superimposing a transparent layer on a display area including the window.
JP2005312144A 2005-10-27 2005-10-27 Window input control method Pending JP2007122306A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005312144A JP2007122306A (en) 2005-10-27 2005-10-27 Window input control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005312144A JP2007122306A (en) 2005-10-27 2005-10-27 Window input control method

Publications (1)

Publication Number Publication Date
JP2007122306A true JP2007122306A (en) 2007-05-17

Family

ID=38146101

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005312144A Pending JP2007122306A (en) 2005-10-27 2005-10-27 Window input control method

Country Status (1)

Country Link
JP (1) JP2007122306A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010015521A (en) * 2008-06-30 2010-01-21 Yahoo Japan Corp Information processor and processing method, program system, and server computer
JP2010015520A (en) * 2008-06-30 2010-01-21 Yahoo Japan Corp Method of integrating display of a plurality of programs by partially correcting screen
JP2012104118A (en) * 2010-11-11 2012-05-31 Heiderberger Druckmaschinen Ag Method for operating printing machine by browser
JP2015049746A (en) * 2013-09-02 2015-03-16 株式会社オービックビジネスコンサルタント Control device, control method, and program
JP2021152936A (en) * 2017-10-18 2021-09-30 株式会社三菱Ufj銀行 Computer system and program
JP2022103241A (en) * 2017-10-18 2022-07-07 株式会社三菱Ufj銀行 Server system, client device and program

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010015521A (en) * 2008-06-30 2010-01-21 Yahoo Japan Corp Information processor and processing method, program system, and server computer
JP2010015520A (en) * 2008-06-30 2010-01-21 Yahoo Japan Corp Method of integrating display of a plurality of programs by partially correcting screen
JP2012104118A (en) * 2010-11-11 2012-05-31 Heiderberger Druckmaschinen Ag Method for operating printing machine by browser
US10152191B2 (en) 2010-11-11 2018-12-11 Heidelberger Druckmaschinen Ag Method for operating machinery using a browser
JP2015049746A (en) * 2013-09-02 2015-03-16 株式会社オービックビジネスコンサルタント Control device, control method, and program
JP2021152936A (en) * 2017-10-18 2021-09-30 株式会社三菱Ufj銀行 Computer system and program
JP2022103241A (en) * 2017-10-18 2022-07-07 株式会社三菱Ufj銀行 Server system, client device and program
JP7163453B2 (en) 2017-10-18 2022-10-31 株式会社三菱Ufj銀行 computer system and program
JP7315750B2 (en) 2017-10-18 2023-07-26 株式会社三菱Ufj銀行 Server system, client device and program

Similar Documents

Publication Publication Date Title
CN112181397B (en) Flow visual monitoring method, device, computer equipment and storage medium
US10445114B2 (en) Associating command surfaces with multiple active components
CN102939583B (en) Creation task session
US8156419B2 (en) Intelligent preloads of views and asynchronous loading of models using the MVC design pattern
US8312450B2 (en) Widgetizing a web-based application
CN102939584B (en) List is integrated
US9124549B1 (en) Automated web frontend sharding
US7974494B2 (en) Image control from composed composite image using HID signal conversion to source image coordinates
US20120297007A1 (en) Multi-domain co-browsing utilizing localized state management
US20140075453A1 (en) Method and device for controlling communication between applications in a web runtime environment
US20130290858A1 (en) User Interface Virtualization Profiles for Accessing Applications on Remote Devices
US20090077174A1 (en) Server-based computing environment
US9330077B2 (en) Dynamic image generation for customizable user interfaces
CN102918540A (en) Creating and launching a web application with credentials
CN102918484A (en) Web application pinning including task bar pinning
CA2679789A1 (en) Web-based integrated test and debugging system
JP2007122306A (en) Window input control method
US20170318064A1 (en) Method and electronic device for editing content
US20120117491A1 (en) Web interface for remote platform build
CN110740118B (en) Protocol for initiating sessions with partner sites
US9037981B2 (en) Information processing apparatus, control method therefor, and storage medium for displaying cursors from other sites in dedicated windows
US8397154B2 (en) Remotely controlling a browser program
US20080228927A1 (en) Server directed browsing
KR20130099519A (en) Apparatus and method for providing remote user interface
US20070118798A1 (en) Web service UI information guide