JP2016110446A - Gui control system, gui control method, program for gui control system, and computer-readable recording medium recorded with program for gui system - Google Patents

Gui control system, gui control method, program for gui control system, and computer-readable recording medium recorded with program for gui system Download PDF

Info

Publication number
JP2016110446A
JP2016110446A JP2014248189A JP2014248189A JP2016110446A JP 2016110446 A JP2016110446 A JP 2016110446A JP 2014248189 A JP2014248189 A JP 2014248189A JP 2014248189 A JP2014248189 A JP 2014248189A JP 2016110446 A JP2016110446 A JP 2016110446A
Authority
JP
Japan
Prior art keywords
gui
application
configuration file
capture
acquired
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
JP2014248189A
Other languages
Japanese (ja)
Other versions
JP6428220B2 (en
Inventor
俊樹 塚野
Toshiki Tsukano
俊樹 塚野
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.)
Konica Minolta Inc
Original Assignee
Konica Minolta Inc
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 Konica Minolta Inc filed Critical Konica Minolta Inc
Priority to JP2014248189A priority Critical patent/JP6428220B2/en
Publication of JP2016110446A publication Critical patent/JP2016110446A/en
Application granted granted Critical
Publication of JP6428220B2 publication Critical patent/JP6428220B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

PROBLEM TO BE SOLVED: To provide a GUI control system capable of matching the GUI of the other application that is activated on a target application with the GUI of the target application even when the specification or design of the GUI of the target application is changed.SOLUTION: The GUI control system includes: a capture acquisition part 322 for acquiring the capture of the GUI of a target first application; a capture transmission part 323 and a capture reception part for transmitting/receiving the acquired capture; a capture analysis part for analyzing the received capture, and for acquiring GUI information; a configuration file setting part for setting the acquired GUI information as the configuration file of the GUI of the first application; and a configuration file reading part 326 for acquiring the set configuration file, and for applying the acquired configuration file as the configuration file of the GUI of a second application that is activated on the first application.SELECTED DRAWING: Figure 3

Description

本発明は、グラフィカルユーザーインターフェース(GUI)制御システム、GUI制御方法、GUI制御システム用プログラム、およびGUIシステム用プログラムが記録されたコンピュータ読み取り可能な記録媒体に関する。   The present invention relates to a graphical user interface (GUI) control system, a GUI control method, a program for a GUI control system, and a computer-readable recording medium on which a program for a GUI system is recorded.

近年、印刷物の小ロット・多品種化に伴い、従来からオフセット印刷を行っていたユーザーにおいてもデジタル印刷を行う機会が増加している。その際、オフセット印刷の工程管理アプリケーションであるCTPWF(Computer To Plate WorkFlow)アプリケーションとデジタルプリンターとを連携してデジタル印刷を可能とすることが、ユーザーにとって望ましい。   In recent years, with the increase in the number of printed products in a small lot and a variety of products, there has been an increase in opportunities for digital printing even for users who have conventionally performed offset printing. At this time, it is desirable for the user to enable digital printing by linking a CTPWF (Computer To Plate WorkFlow) application, which is an offset printing process management application, and a digital printer.

しかし、デジタルプリンターはインライン後処理機により後処理を行い、オフセット印刷機はオフライン後処理機により後処理を行う。このため、CTPWFアプリケーションにおいてはデジタルプリンターの後処理機能をすべて使用するためのGUIが存在しないという事情がある。   However, the digital printer performs post-processing by an inline post-processing machine, and the offset printing machine performs post-processing by an offline post-processing machine. For this reason, there is a situation in the CTPWF application that there is no GUI for using all the post-processing functions of the digital printer.

このような事情に対しては、CTPWFアプリケーションにデジタルプリンターの後処理用のGUIを追加する修正をすることで対応できる。しかし、オフセット印刷を中心に扱うCTPWFアプリケーションのベンダーにとっては、このような修正は、修正量が大きく、修正のための工数が大きいため好ましくない。   Such a situation can be coped with by adding a post-processing GUI for the digital printer to the CTPWF application. However, such a correction is not preferable for a CTPWF application vendor mainly handling offset printing because the correction amount is large and the man-hour for correction is large.

そこで、CTPWFアプリケーションとデジタルプリンターとの間の印刷設定通知にはJDF(Job Definition Format)を用いており、JDFにより印刷設定を送信することができる点を活かし、CTPWFアプリケーションからデジタル印刷の詳細設定を行うためのプラグインアプリケーションが提供されている。   Therefore, JDF (Job Definition Format) is used for the print setting notification between the CTPWF application and the digital printer, and the detailed setting of the digital printing can be made from the CTPWF application taking advantage of the fact that the print setting can be transmitted by JDF. A plug-in application is provided to do this.

しかし、プラグインアプリケーションのベンダーは、CTPWFアプリケーションのベンダーとは通常異なり、異なるベンダーが開発するアプリケーションは、GUIに比較的大きな差があるのが通常である。このため、CTPWFアプリケーションとプラグインアプリケーションとのGUIの差が、ユーザーの混乱を招き、適切な操作が妨げられる可能性がある。   However, plug-in application vendors are typically different from CTPWF application vendors, and applications developed by different vendors typically have relatively large differences in GUI. For this reason, the difference in GUI between the CTPWF application and the plug-in application may cause confusion for the user and prevent an appropriate operation.

アプリケーションのGUIの表示を最適化する技術としては、下記特許文献1に記載されたものがある。すなわち、クライアントにおいて実行が指示されたアプリケーションのIDとクライアントのGUIに関する特性を表わすプロファイルデータとをクライアントからサーバーに送信する。そして、当該IDに対応するアプリケーションプログラムと、プロファイルデータに基づいてサーバーにより変換されたリソースデータと、をサーバーからクライアントに送信する。クライアントは、アプリケーションプログラムを、リソースデータを参照して実行する。これにより、クライアントからアプリケーションの実行が指示されたときに、クライアントのGUI機能に合わせて好適なGUIを実現するという。   As a technique for optimizing the display of the GUI of an application, there is one described in Patent Document 1 below. That is, the ID of the application instructed to be executed by the client and the profile data representing the client GUI characteristics are transmitted from the client to the server. Then, the application program corresponding to the ID and the resource data converted by the server based on the profile data are transmitted from the server to the client. The client executes the application program with reference to the resource data. As a result, when the execution of the application is instructed from the client, a suitable GUI is realized in accordance with the client GUI function.

特開平2006−236323号公報JP 2006-236323 A

しかし、上記従来技術は、プロファイルデータがあらかじめ作成されているため、GUIの設定を合わせる目標のアプリケーションのGUIが変わると対応できないという問題がある。さらに、一のアプリケーション上で動作する他のアプリケーションのGUIを当該一のアプリケーションのGUIに合わせることができないという問題がある。   However, since the profile data is created in advance, the above-described prior art has a problem that it cannot cope with the change of the GUI of the target application to match the GUI setting. Furthermore, there is a problem that the GUI of another application operating on one application cannot be matched with the GUI of the one application.

本発明は、このような問題を解決するためになされたものである。すなわち、GUIを合わせる目標のアプリケーションのGUIの仕様またはデザインが変更されても、当該目標のアプリケーション上で起動する他のアプリケーションのGUIを目標のアプリケーションのGUIに合わせて表示させることを可能とする。   The present invention has been made to solve such problems. That is, even if the GUI specification or design of the target application to which the GUI is matched is changed, it is possible to display GUIs of other applications that are activated on the target application in accordance with the GUI of the target application.

本発明の上記課題は、以下の手段によって解決される。   The above-described problems of the present invention are solved by the following means.

(1)GUIを合わせる目標の第1アプリケーションのGUIのキャプチャを取得するキャプチャ取得部と、前記キャプチャ取得部により取得された前記キャプチャを送信するキャプチャ送信部と、前記キャプチャ送信部により送信された前記キャプチャを受信するキャプチャ受信部と、キャプチャ受信部により受信された前記キャプチャを解析し、GUI情報を取得するキャプチャ解析部と、キャプチャ解析部により取得された前記GUI情報を前記第1アプリケーションのGUIのコンフィグファイルとして設定するコンフィグファイル設定部と、コンフィグファイル設定部に設定された前記第1アプリケーションのGUIのコンフィグファイルを取得するコンフィグファイル取得部と、前記コンフィグファイル取得部により取得された前記第1アプリケーションのGUIのコンフィグファイルを、前記第1アプリケーション上で起動する第2アプリケーションのGUIのコンフィグファイルとして適用する制御部と、を有するGUI制御システム。   (1) A capture acquisition unit that acquires a capture of a GUI of a target first application that matches a GUI, a capture transmission unit that transmits the capture acquired by the capture acquisition unit, and the capture transmission unit that is transmitted by the capture transmission unit A capture receiving unit for receiving a capture; analyzing the capture received by the capture receiving unit; obtaining a GUI information; and obtaining the GUI information obtained by the capture analyzing unit for the GUI of the first application Config file setting unit set as a config file, config file acquiring unit for acquiring the GUI configuration file of the first application set in the config file setting unit, and acquired by the config file acquiring unit Serial GUI control system having a configuration file of the first application of the GUI, and a control unit for applying a configuration file in the GUI of the second application running on the first application.

(2)前記GUI制御システムは、クライアントアプリケーションおよびコンフィグ用サーバーを有し、前記クライアントアプリケーションは、前記キャプチャ取得部と、前記キャプチャ送信部と、前記コンフィグファイル取得部と、前記制御部と、を有し、前記コンフィグ用サーバーは、前記キャプチャ受信部と、キャプチャ解析部と、前記コンフィグファイル設定部と、を有する上記(1)に記載のGUI制御システム。   (2) The GUI control system includes a client application and a configuration server, and the client application includes the capture acquisition unit, the capture transmission unit, the configuration file acquisition unit, and the control unit. The GUI server system according to (1), wherein the configuration server includes the capture reception unit, a capture analysis unit, and the configuration file setting unit.

(3)前記GUI情報は、前記第1アプリケーションのGUIの背景色、GUI部品の色、サイズ、配置、文字のフォントサイズ、言語、レイアウト、操作方向、データ入力方法、操作時のユーザーへの確認、および警告の有無の少なくともいずれかを含む、上記(1)または(2)に記載のGUI制御システム。   (3) The GUI information includes the background color of the GUI of the first application, the color, size and arrangement of GUI components, the font size of characters, language, layout, operation direction, data input method, and confirmation to the user during operation. And the GUI control system according to (1) or (2), including at least one of presence / absence of a warning.

(4)前記GUI制御システムは、複数のクライアントアプリケーションを有し、
前記コンフィグ用サーバーにおいて、前記キャプチャ受信部が複数のクライアントアプリケーションから前記キャプチャを受信するたびに、受信したキャプチャからキャプチャ解析部がGUI情報を取得し、取得したGUI情報で前記第1アプリケーションのGUIのコンフィグファイルをコンフィグファイル設定部が更新する、上記(2)または(3)に記載のGUI制御システム。
(4) The GUI control system has a plurality of client applications,
In the configuration server, each time the capture receiving unit receives the capture from a plurality of client applications, the capture analyzing unit acquires GUI information from the received capture, and the GUI information of the first application is acquired using the acquired GUI information. The GUI control system according to (2) or (3), wherein the configuration file is updated by the configuration file setting unit.

(5)前記コンフィグ用サーバーは、前記キャプチャ解析部により取得された前記GUI情報のうち、ユーザーごとに異なる特定のGUI情報のローカルコンフィグファイルを生成するローカルコンフィグファイル生成部をさらに有し、前記コンフィグファイル設定部は、前記特定のGUI情報以外の前記GUI情報を前記第1アプリケーションのGUIのコンフィグファイルとして設定し、前記クライアントアプリケーションは、
前記ローカルコンフィグファイル生成部が生成した前記ローカルコンフィグファイルを取得するローカルコンフィグファイル取得部と、前記ローカルコンフィグファイル取得部により取得された前記ローカルコンフィグファイルを保存するローカルコンフィグファイル保存部と、をさらに有し、前記制御部は、前記コンフィグファイル取得部により取得された前記コンフィグファイルと、前記ローカルコンフィグファイル保存部に保存された前記ローカルコンフィグファイルと、を前記第1アプリケーション上で起動する第2アプリケーションのGUIのコンフィグファイルとして適用する、上記(2)〜(4)のいずれかに記載のGUI制御システム。
(5) The configuration server further includes a local configuration file generation unit that generates a local configuration file of specific GUI information that is different for each user among the GUI information acquired by the capture analysis unit. The file setting unit sets the GUI information other than the specific GUI information as a GUI configuration file of the first application, and the client application
A local configuration file acquisition unit that acquires the local configuration file generated by the local configuration file generation unit; and a local configuration file storage unit that stores the local configuration file acquired by the local configuration file acquisition unit. The control unit is configured to start the configuration file acquired by the configuration file acquisition unit and the local configuration file stored in the local configuration file storage unit on the first application. The GUI control system according to any one of (2) to (4), which is applied as a GUI configuration file.

(6)前記クライアントアプリケーションは、前記コンフィグファイル取得部が取得した前記第1アプリケーションのGUIのコンフィグファイルを保存するコンフィグファイル保存部と、前記第1アプリケーション上での前記第2アプリケーションの起動時に前記コンフィグファイル取得部が前記コンフィグ用サーバーから取得する前記第1アプリケーションのGUIのコンフィグファイルと、前記起動時前に前記コンフィグファイル保存部が保存した前記第1アプリケーションのGUIのコンフィグファイルとを比較するコンフィグファイル比較部と、コンフィグファイル比較部による比較の結果に基づいて、前記第1アプリケーションのGUIのコンフィグファイルの更新の有無を表示するとともに、前記第1アプリケーションのGUIのコンフィグファイルの更新が有る場合は、更新後の前記第1アプリケーションのGUIのコンフィグファイルを、前記第2アプリケーションのGUIのコンフィグファイルとして適用するかどうかをユーザーにより選択可能に表示する表示部と、をさらに有する上記(2)〜(5)のいずれかに記載のGUI制御システム。   (6) The client application includes a configuration file storage unit that stores the configuration file of the GUI of the first application acquired by the configuration file acquisition unit, and the configuration file when the second application is started on the first application. A configuration file that compares the GUI configuration file of the first application acquired by the file acquisition unit from the configuration server with the GUI configuration file of the first application stored by the configuration file storage unit before the startup. Based on the comparison result by the comparison unit and the configuration file comparison unit, whether or not the GUI configuration file of the first application is updated is displayed, and the GUI of the first application is displayed. If there is an update of the configuration file, a display unit that displays whether the user can select the GUI configuration file of the first application after the update as the GUI configuration file of the second application; The GUI control system according to any one of (2) to (5), further including:

(7)前記キャプチャ解析部が前記キャプチャを解析することで取得された前記GUI情報が、過去に前記キャプチャを解析することで取得された前記GUI情報と一致するかどうか判別する判別部をさらに有し、前記コンフィグファイル設定部は、前記判別手段により、一致しないと判断された場合にのみ、前記キャプチャ解析部により取得された前記GUI情報を前記第1アプリケーションのGUIのコンフィグファイルとして設定する、上記(1)〜(6)のいずれかに記載のGUI制御システム。   (7) The image processing apparatus further includes a determination unit that determines whether the GUI information acquired by analyzing the capture by the capture analysis unit matches the GUI information acquired by analyzing the capture in the past. The configuration file setting unit sets the GUI information acquired by the capture analysis unit as the GUI configuration file of the first application only when the determination unit determines that they do not match. The GUI control system according to any one of (1) to (6).

(8)GUIを合わせる目標の第1アプリケーションのGUIのキャプチャを取得する段階(a)と、前記段階(a)において取得された前記キャプチャを送信する段階(b)と、前記段階(b)において送信された前記キャプチャを受信する段階(c)と、前記段階(c)において受信された前記キャプチャを解析し、GUI情報を取得する段階(d)と、前記段階(d)において取得された前記GUI情報を前記第1アプリケーションのGUIのコンフィグファイルとして設定する段階(e)と、前記段階(e)において設定された前記第1アプリケーションのGUIのコンフィグファイルを取得する段階(f)と、前記段階(f)において取得された前記第1アプリケーションのGUIのコンフィグファイルを、前記第1アプリケーション上で起動する第2アプリケーションのGUIのコンフィグファイルとして適用する段階(g)と、を有するGUI制御方法。   (8) In step (b), acquiring a capture of the GUI of the target first application to match the GUI, transmitting the capture acquired in step (a), and (b) Receiving the transmitted capture (c), analyzing the capture received in step (c) and obtaining GUI information (d), and obtaining the GUI information in step (d) A step (e) of setting GUI information as a GUI configuration file of the first application, a step (f) of acquiring the GUI configuration file of the first application set in the step (e), and the step The GUI configuration file of the first application acquired in (f) is stored in the first application. GUI control method having a step (g), the applied as config file GUI of a second application running on emissions.

(9)前記段階(a)、(b)、(f)、および(g)は、クライアントアプリケーションおよびコンフィグ用サーバーを有するGUI制御システムの前記クライアントアプリケーションにより実施され、前記段階(c)、(d)、および(e)は、前記コンフィグ用サーバーにより実施される、上記(8)に記載のGUI制御方法。   (9) The steps (a), (b), (f), and (g) are performed by the client application of the GUI control system having a client application and a configuration server, and the steps (c), (d) ) And (e) are the GUI control methods according to (8), which are implemented by the configuration server.

(10)前記GUI情報は、前記第1アプリケーションのGUIの背景色、GUI部品の色、サイズ、配置、文字のフォントサイズ、言語、レイアウト、操作方向、データ入力方法、操作時のユーザーへの確認、および警告の有無の少なくともいずれかを含む、上記(8)または(9)に記載のGUI制御方法。   (10) The GUI information includes the background color of the GUI of the first application, the color, size, arrangement, character font size, language, layout, operation direction, data input method, and confirmation to the user during operation. And the GUI control method according to (8) or (9), including at least one of presence / absence of a warning.

(11)前記GUI制御システムは、複数のクライアントアプリケーションを有し、前記段階(d)は、前記段階(c)においてコンフィグ用サーバーが複数のクライアントアプリケーションから前記キャプチャを受信するたびに、受信したキャプチャから前記段階(d)においてGUI情報を取得し、前記段階(e)は、前記段階(d)において取得されたGUI情報で前記第1アプリケーションのGUIのコンフィグファイルを更新する、上記(9)または(10)に記載のGUI制御方法。   (11) The GUI control system includes a plurality of client applications, and the step (d) includes the received capture every time the configuration server receives the capture from the plurality of client applications in the step (c). In the step (d), the GUI information is acquired, and the step (e) updates the GUI configuration file of the first application with the GUI information acquired in the step (d). The GUI control method according to (10).

(12)前記コンフィグ用サーバーにおいて、前記段階(d)で取得された前記GUI情報のうち、ユーザーごとに異なる特定のGUI情報のローカルコンフィグファイルを生成する段階(h)をさらに有し、前記段階(e)は、前記特定のGUI情報以外の前記GUI情報を前記第1アプリケーションのGUIのコンフィグファイルとして設定し、
前記段階(h)において生成された前記ローカルコンフィグファイルを、前記クライアントアプリケーションにおいて取得する段階(i)と、前記段階(i)において取得された前記ローカルコンフィグファイルを、前記クライアントアプリケーションにおいて保存する段階(j)と、をさらに有し、前記段階(g)は、前記段階(f)で取得された前記コンフィグファイルと、前記段階(j)で保存された前記ローカルコンフィグファイルと、を前記第1アプリケーション上で起動する第2アプリケーションのGUIのコンフィグファイルとして適用する、上記(9)〜(11)のいずれかに記載のGUI制御方法。
(12) The configuration server further includes a step (h) of generating a local configuration file of specific GUI information different for each user among the GUI information acquired in the step (d), (E) sets the GUI information other than the specific GUI information as a GUI configuration file of the first application;
(I) acquiring the local configuration file generated in the step (h) in the client application, and storing the local configuration file acquired in the step (i) in the client application ( j), wherein the step (g) includes the configuration file acquired in the step (f) and the local configuration file saved in the step (j). The GUI control method according to any one of (9) to (11), wherein the GUI control method is applied as a configuration file of a GUI of the second application that is activated above.

(13)前記クライアントアプリケーションにおいて、前記段階(f)で取得した前記第1アプリケーションのGUIのコンフィグファイルを保存する段階(k)と、前記第1アプリケーション上での前記第2アプリケーションの起動時に前記段階(f)で前記コンフィグ用サーバーから取得する前記第1アプリケーションのGUIのコンフィグファイルと、前記起動時前に前記段階(k)で保存された前記第1アプリケーションのGUIのコンフィグファイルと、を前記クライアントアプリケーションにおいて比較する段階(l)と、前記段階(l)における比較の結果に基づいて、前記第1アプリケーションのGUIのコンフィグファイルの更新の有無を表示するとともに、前記第1アプリケーションのGUIのコンフィグファイルの更新が有る場合は、更新後の前記第1アプリケーションのGUIのコンフィグファイルを、前記第2アプリケーションのGUIのコンフィグファイルとして適用するかどうかをユーザーにより選択可能に表示する段階(m)と、をさらに有する上記(9)〜(12)のいずれかに記載のGUI制御方法。   (13) In the client application, the step (k) of saving the GUI configuration file of the first application acquired in the step (f), and the step at the time of starting the second application on the first application (1) The GUI configuration file of the first application acquired from the configuration server in (f), and the GUI configuration file of the first application saved in the step (k) before the start-up. In the application comparing step (l), based on the comparison result in the step (l), whether or not the GUI configuration file of the first application is updated is displayed, and the GUI configuration file of the first application is displayed. More (M) further includes a step (m) of displaying whether or not to apply the updated GUI configuration file of the first application as the GUI configuration file of the second application. The GUI control method according to any one of (9) to (12) above.

(14)前記段階(d)において前記キャプチャが解析されることで取得された前記GUI情報が、過去に前記キャプチャを解析することで取得された前記GUI情報と一致するかどうか判別する段階(n)をさらに有し、前記段階(e)は、前記段階(n)において一致しないと判断された場合にのみ、前記段階(d)において取得された前記GUI情報を前記第1アプリケーションのGUIのコンフィグファイルとして設定する、上記(8)〜(13)のいずれかに記載のGUI制御方法。   (14) determining whether the GUI information acquired by analyzing the capture in the step (d) matches the GUI information acquired by analyzing the capture in the past (n ), And the step (e) determines that the GUI information acquired in the step (d) is the GUI configuration of the first application only when it is determined that they do not match in the step (n). The GUI control method according to any one of (8) to (13), which is set as a file.

(15)GUIを合わせる目標の第1アプリケーションのGUIのキャプチャを取得する手順(a)と、前記手順(a)において取得された前記キャプチャを送信する手順(b)と、前記手順(b)において送信された前記キャプチャを受信する手順(c)と、
前記手順(c)において受信された前記キャプチャを解析し、GUI情報を取得する手順(d)と、前記手順(d)において取得された前記GUI情報を前記第1アプリケーションのGUIのコンフィグファイルとして設定する手順(e)と、前記手順(e)において設定された前記第1アプリケーションのGUIのコンフィグファイルを取得する手順(f)と、前記手順(f)において取得された前記第1アプリケーションのGUIのコンフィグファイルを、前記第1アプリケーション上で起動する第2アプリケーションのGUIのコンフィグファイルとして適用する手順(g)と、を有する手順をGUI制御システムに実行させるプログラム。
(15) In the procedure (a) for acquiring the GUI capture of the target first application to match the GUI, in the procedure (b) for transmitting the capture acquired in the procedure (a), and in the procedure (b) Receiving the captured capture (c);
Analyzing the capture received in step (c) and acquiring GUI information, and setting the GUI information acquired in step (d) as the GUI configuration file of the first application Step (e), a step (f) for obtaining a GUI configuration file of the first application set in the step (e), and a GUI of the first application obtained in the step (f) A program for causing a GUI control system to execute a procedure having a procedure (g) for applying a configuration file as a GUI configuration file of a second application to be started on the first application.

(16)前記手順(a)、(b)、(f)、および(g)は、クライアントアプリケーションおよびコンフィグ用サーバーを有する前記GUI制御システムの前記クライアントアプリケーションにより実行され、前記手順(c)、(d)、および(e)は、前記コンフィグ用サーバーにより実行される、上記(15)に記載のプログラム。   (16) The procedures (a), (b), (f), and (g) are executed by the client application of the GUI control system having a client application and a configuration server, and the procedures (c), ( d) and (e) are the programs according to (15), which are executed by the configuration server.

(17)前記GUI情報は、前記第1アプリケーションのGUIの背景色、GUI部品の色、サイズ、配置、文字のフォントサイズ、言語、レイアウト、操作方向、データ入力方法、操作時のユーザーへの確認、および警告の有無の少なくともいずれかを含む、上記(15)または(16)に記載のプログラム。   (17) The GUI information includes the GUI background color, GUI component color, size, arrangement, character font size, language, layout, operation direction, data input method, and confirmation to the user during operation of the first application. And the program according to (15) or (16), including at least one of presence / absence of warning.

(18)前記GUI制御システムは、複数のクライアントアプリケーションを有し、前記手順(d)は、前記手順(c)においてコンフィグ用サーバーが複数のクライアントアプリケーションから前記キャプチャを受信するたびに、受信したキャプチャから前記手順(d)においてGUI情報を取得し、前記手順(e)は、前記手順(d)において取得されたGUI情報で前記第1アプリケーションのGUIのコンフィグファイルを更新する、上記(16)または(17)に記載のプログラム。   (18) The GUI control system includes a plurality of client applications, and the procedure (d) is performed when the configuration server receives the capture from the plurality of client applications in the procedure (c). In step (d), the GUI information is acquired, and in step (e), the GUI configuration file of the first application is updated with the GUI information acquired in step (d). The program according to (17).

(19)前記コンフィグ用サーバーにおいて、前記手順(d)で取得された前記GUI情報のうち、ユーザーごとに異なる特定のGUI情報のローカルコンフィグファイルを生成する手順(h)をさらに有し、前記手順(e)は、前記特定のGUI情報以外の前記GUI情報を前記第1アプリケーションのGUIのコンフィグファイルとして設定し、前記手順(h)において生成された前記ローカルコンフィグファイルを、前記クライアントアプリケーションにおいて取得する手順(i)と、前記手順(i)において取得された前記ローカルコンフィグファイルを、前記クライアントアプリケーションにおいて保存する手順(j)と、をさらに有し、前記手順(g)は、前記手順(f)で取得された前記コンフィグファイルと、前記手順(j)で保存された前記ローカルコンフィグファイルと、を前記第1アプリケーション上で起動する第2アプリケーションのGUIのコンフィグファイルとして適用する、上記(16)〜(18)のいずれかに記載のプログラム。   (19) The configuration server further includes a procedure (h) for generating a local configuration file of specific GUI information different for each user among the GUI information acquired in the procedure (d). (E) sets the GUI information other than the specific GUI information as the GUI configuration file of the first application, and acquires the local configuration file generated in the procedure (h) in the client application A procedure (i); and a procedure (j) for storing the local configuration file acquired in the procedure (i) in the client application. The procedure (g) includes the procedure (f) And the configuration file obtained in step (j) In applying the local configuration files stored, as a configuration file of the GUI of the second application running on the first application program according to any one of the above (16) to (18).

(20)前記クライアントアプリケーションにおいて、前記手順(f)で取得した前記第1アプリケーションのGUIのコンフィグファイルを保存する手順(k)と、前記第1アプリケーション上での前記第2アプリケーションの起動時に前記手順(f)で前記コンフィグ用サーバーから取得する前記第1アプリケーションのGUIのコンフィグファイルと、前記起動時前に前記手順(k)で保存された前記第1アプリケーションのGUIのコンフィグファイルと、を前記クライアントアプリケーションにおいて比較する手順(l)と、前記手順(l)における比較の結果に基づいて、前記第1アプリケーションのGUIのコンフィグファイルの更新の有無を表示するとともに、前記第1アプリケーションのGUIのコンフィグファイルの更新が有る場合は、更新後の前記第1アプリケーションのGUIのコンフィグファイルを、前記第2アプリケーションのGUIのコンフィグファイルとして適用するかどうかをユーザーにより選択可能に表示する手順(m)と、をさらに有する上記(16)〜(19)のいずれかに記載のプログラム。   (20) In the client application, a procedure (k) for saving a GUI configuration file of the first application acquired in the procedure (f), and the procedure at the time of starting the second application on the first application (1) the GUI configuration file of the first application acquired from the configuration server in (f) and the GUI configuration file of the first application saved in the step (k) before the start-up. Based on the comparison result in the application (l) and the comparison result in the procedure (l), whether or not the GUI configuration file of the first application is updated is displayed, and the GUI configuration file of the first application More In the case where there is, there is further included a procedure (m) for displaying whether or not to apply the updated GUI configuration file of the first application as the GUI configuration file of the second application. The program according to any one of (16) to (19) above.

(21)前記手順(d)において前記キャプチャが解析されることで取得された前記GUI情報が、過去に前記キャプチャを解析することで取得された前記GUI情報と一致するかどうか判別する手順(n)をさらに有し、前記手順(e)は、前記手順(n)において一致しないと判断された場合にのみ、前記手順(d)において取得された前記GUI情報を前記第1アプリケーションのGUIのコンフィグファイルとして設定する、上記(15)〜(20)のいずれかに記載のプログラム。   (21) A procedure for determining whether or not the GUI information acquired by analyzing the capture in the procedure (d) matches the GUI information acquired by analyzing the capture in the past (n ), And only when it is determined that the procedure (e) does not match in the procedure (n), the GUI information acquired in the procedure (d) is changed to the GUI configuration of the first application. The program according to any one of (15) to (20), which is set as a file.

(22)上記(15)〜(21)のいずれかに記載のプログラムが記録されたコンピュータ読み取り可能な記録媒体。   (22) A computer-readable recording medium on which the program according to any one of (15) to (21) is recorded.

GUIを合わせる目標の第1アプリケーションのGUIのキャプチャを取得して解析することにより、GUI情報を取得し、コンフィグファイルとして設定する。そして、設定されたコンフィグファイルを第1アプリケーション上で動作する第2アプリケーションのGUIのコンフィグファイルとして適用する。これにより、GUIを合わせる目標のアプリケーションのGUIの仕様またはデザインが変更されても、当該目標のアプリケーション上で起動する他のアプリケーションのGUIを目標のアプリケーションのGUIに合わせて表示させることができる。   By acquiring and analyzing the GUI capture of the target first application to match the GUI, the GUI information is acquired and set as a configuration file. Then, the set configuration file is applied as a GUI configuration file of the second application operating on the first application. As a result, even if the GUI specification or design of the target application to which the GUI is matched is changed, the GUI of another application that is activated on the target application can be displayed in accordance with the GUI of the target application.

本発明の第1実施形態に係るGUI制御システムのブロック図である。1 is a block diagram of a GUI control system according to a first embodiment of the present invention. クライアントPCのハードウェア構成を示すブロック図である。It is a block diagram which shows the hardware constitutions of client PC. クライアントPCの機能ブロック図である。It is a functional block diagram of a client PC. CTPWFアプリケーションにより表示され、キャプチャ取得部により取得されたGUIの例を示す図である。It is a figure which shows the example of GUI displayed by the CTPWF application and acquired by the capture acquisition part. CTPWFアプリケーションのGUIとともに表示部に表示される詳細設定プラグインアプリケーションのGUIの例を示す図である。It is a figure which shows the example of GUI of the detailed setting plug-in application displayed on a display part with GUI of a CTPWF application. CTPWFサーバーの機能ブロック図である。It is a functional block diagram of a CTPWF server. コンフィグ用サーバーの機能ブロック図である。It is a functional block diagram of a configuration server. CTPWFアプリケーションのGUIのコンフィグファイルの設定値を示す図である。It is a figure which shows the setting value of the configuration file of GUI of a CTPWF application. デジタルプリンターの機能ブロック図である。It is a functional block diagram of a digital printer. プリンターのハードウェア構成を示すブロック図である。FIG. 2 is a block diagram illustrating a hardware configuration of a printer. コンフィグ用サーバーにコンフィグファイルを設定するためのフローチャートである。It is a flowchart for setting a configuration file in the server for configuration. 詳細設定プラグインアプリケーションを起動するためのフローチャートである。It is a flowchart for starting a detailed setting plug-in application. コンフィグ用サーバーにコンフィグファイルを設定するとともに、ローカルコンフィグファイルを生成してクライアントPCに送信するためのフローチャートである。It is a flowchart for setting a config file in the config server and generating a local config file and sending it to the client PC. 詳細設定プラグインアプリケーションを起動するためのフローチャートである。It is a flowchart for starting a detailed setting plug-in application.

(第1実施形態)
以下、図面を参照して、本発明の第1実施形態に係るGUI制御システム、GUI制御方法、GUI制御システム用プログラム、およびGUIシステム用プログラムが記録されたコンピュータ読み取り可能な記録媒体について説明する。
(First embodiment)
Hereinafter, a GUI control system, a GUI control method, a GUI control system program, and a computer-readable recording medium on which a GUI system program is recorded will be described with reference to the drawings.

本明細書において、GUI(Graphical User Interface)とは、視覚的に直感的な操作をユーザーに提供するユーザーインターフェースをいい、当該操作を提供するための表示等をも含む。   In this specification, a GUI (Graphical User Interface) refers to a user interface that provides a user with a visually intuitive operation, and includes a display for providing the operation.

図1は、本発明の第1実施形態に係るGUI制御システムのブロック図である。   FIG. 1 is a block diagram of a GUI control system according to the first embodiment of the present invention.

GUI表示システム10は、クライアントPC(Personal Computer)300、CTPWFサーバー100、コンフィグ用サーバー200、およびデジタルプリンター400を含む。クライアントPC130の数は限定されず、1つでも複数であってもよい。   The GUI display system 10 includes a client PC (Personal Computer) 300, a CTPWF server 100, a configuration server 200, and a digital printer 400. The number of client PCs 130 is not limited and may be one or more.

図2は、クライアントPCのハードウェア構成を示すブロック図である。   FIG. 2 is a block diagram showing a hardware configuration of the client PC.

クライアントPC300は、CPU(Central Processing Unit)350、RAM(Random Access Memory)351、記憶部352、操作部353、表示部354、および通信部355を有しており、これらは信号をやりとりするためのバス356を介して相互に接続される。   The client PC 300 has a CPU (Central Processing Unit) 350, a RAM (Random Access Memory) 351, a storage unit 352, an operation unit 353, a display unit 354, and a communication unit 355 for exchanging signals. They are connected to each other via a bus 356.

CPU350は、プログラムに従って、上記各部の制御や各種の演算処理を行う。   The CPU 350 performs control of each unit and various arithmetic processes according to a program.

RAM351は、作業領域として一時的にプログラムやデータを記憶する。   The RAM 351 temporarily stores programs and data as a work area.

記憶部352は、オペレーティングシステムを含む各種プログラムや各種データを記憶する。記憶部352は、例えばROM(Read Only Memory)およびHDD(Hard Disk Drive)により構成されることができる。   The storage unit 352 stores various programs including the operating system and various data. The storage unit 352 can be configured by, for example, a ROM (Read Only Memory) and a HDD (Hard Disk Drive).

操作部353は、例えばマウス等のポインティングデバイスやキーボード、タッチパネルを含み、各種の操作および入力を行うために使用される。   The operation unit 353 includes, for example, a pointing device such as a mouse, a keyboard, and a touch panel, and is used for performing various operations and inputs.

表示部354は、例えば液晶ディスプレイであり、各種の情報を表示する。   The display unit 354 is a liquid crystal display, for example, and displays various types of information.

通信部355は、外部機器と通信するためのインターフェースであり、イーサネット(登録商標)、SATA(Serial Advanced Technology Attachment)、PCI Express、USB、IEEE1394等の規格によるネットワークインターフェース、BLUETOOTH(登録商標)、IEEE802.11等の規格による無線通信インターフェース、電話回線に接続するための電話回線インターフェース等を利用することができる。   The communication unit 355 is an interface for communicating with an external device, and is a network interface based on standards such as Ethernet (registered trademark), SATA (Serial Advanced Technology Attachment), PCI Express, USB, IEEE1394, BLUETOOTH (registered trademark), IEEE802. A wireless communication interface according to a standard such as .11 or a telephone line interface for connecting to a telephone line can be used.

図3は、クライアントPCの機能ブロック図である。   FIG. 3 is a functional block diagram of the client PC.

クライアントPC300には、CTPWFアプリケーション310と詳細設定プラグインアプリケーション320がインストールされている。CTPWFアプリケーション310は第1アプリケーションを構成し、詳細設定プラグインアプリケーション320は第2アプリケーションを構成する。   The client PC 300 has a CTPWF application 310 and a detailed setting plug-in application 320 installed therein. The CTPWF application 310 constitutes a first application, and the detailed setting plug-in application 320 constitutes a second application.

クライアントPC300は、ネットワークインターフェース340を有する。   The client PC 300 has a network interface 340.

CTPWFアプリケーション310は、CTPWFサーバーのクライアントアプリケーションであり、GUI311、JDFインターフェース312、起動インターフェース313、およびJDF操作部314の機能を有する。   The CTPWF application 310 is a client application of the CTPWF server, and has functions of a GUI 311, a JDF interface 312, an activation interface 313, and a JDF operation unit 314.

GUI311は、各種印刷設定および印刷工程管理を行うためのユーザーインターフェースであり、表示部354に表示される。印刷設定には、例えば、カラーまたはモノクロの設定および用紙の設定、後処理の設定等が含まれる。印刷工程管理には、用紙への印刷工程の他、後工程の管理が含まれる。   The GUI 311 is a user interface for performing various print settings and print process management, and is displayed on the display unit 354. The print settings include, for example, color or monochrome settings, paper settings, post-processing settings, and the like. The printing process management includes management of the post-process in addition to the printing process on the paper.

JDF操作部314は、GUI1311においてユーザーにより設定された印刷設定の内容を記載したJDF(Job Definition Format)330を生成する。JDF330とは、印刷設定や印刷データの保存場所のパス等の情報を記載するための標準フォーマットをいい、本明細書においては、当該情報が当該フォーマットにより記載されたファイルをも含むものとする。印刷データとは、印刷の対象であるドキュメントのデータであり、印刷データには、例えば、イメージデータ、ベクタデータ(グラフィックスデータ)、テキストデータといった各種データが含まれる。具体的には、印刷データは、例えば、PDL(Page Description Language)データ、PDF(Portable Document Format)データまたはTIFF(Tagged Image File Format)データである。   The JDF operation unit 314 generates a JDF (Job Definition Format) 330 that describes the contents of print settings set by the user in the GUI 1311. The JDF 330 is a standard format for describing information such as a print setting and a storage location path of print data. In the present specification, the JDF 330 includes a file in which the information is described in the format. The print data is data of a document to be printed. The print data includes various data such as image data, vector data (graphics data), and text data. Specifically, the print data is, for example, PDL (Page Description Language) data, PDF (Portable Document Format) data, or TIFF (Tagged Image File Format) data.

JDFインターフェース312は、JDF操作部314により生成されたJDF330をCTPWFサーバー100に通知する。   The JDF interface 312 notifies the CTPWF server 100 of the JDF 330 generated by the JDF operation unit 314.

起動インターフェース313は、詳細設定プラグインアプリケーション320を起動するためのユーザーインターフェースである。起動インターフェース313は、例えば、ボタンにより構成することができる。   The activation interface 313 is a user interface for activating the advanced setting plug-in application 320. The activation interface 313 can be configured with buttons, for example.

詳細設定プラグインアプリケーション320は、GUI321、キャプチャ取得部322、キャプチャ送信部323、起動インターフェース324、JDF操作部325、および、コンフィグファイル読込部326の機能を有する。コンフィグファイル読込部326は、コンフィグファイル取得部、制御部、コンフィグファイル保存部、コンフィグファイル比較部、および表示部を構成する。   The detailed setting plug-in application 320 has functions of a GUI 321, a capture acquisition unit 322, a capture transmission unit 323, a startup interface 324, a JDF operation unit 325, and a configuration file reading unit 326. The configuration file reading unit 326 configures a configuration file acquisition unit, a control unit, a configuration file storage unit, a configuration file comparison unit, and a display unit.

起動インターフェース324は、CTPWFアプリケーション310上で詳細設定プラグインアプリケーション320を起動する際に、CTPWFアプリケーション310により生成されたJDF330をCTPWFアプリケーション310から通知されるためのインターフェースである。   The activation interface 324 is an interface for notifying the JDF 330 generated by the CTPWF application 310 from the CTPWF application 310 when the advanced setting plug-in application 320 is activated on the CTPWF application 310.

キャプチャ取得部322は、CTPWFアプリケーション310のGUI311のキャプチャを取得する。キャプチャ取得部322は、ユーザーによる詳細設定プラグインアプリケーション320の起動の要求、またはGUI311の画面遷移があったことをトリガーとしてキャプチャを取得することができる。画面遷移には、例えば、エラーのポップアップ画面が表示された場合が含まれる。キャプチャの取得は周知技術を用いることができる。キャプチャは、例えば、ビットマップデータであり得る。画面遷移において、例えば、エラーのポップアップ画面が表示される場合は、ポップアップ画面のキャプチャもCTPWFアプリケーション310のGUI311のキャプチャとともに取得されてもよい。   The capture acquisition unit 322 acquires the capture of the GUI 311 of the CTPWF application 310. The capture acquisition unit 322 can acquire a capture triggered by a request for starting the detailed setting plug-in application 320 by the user or a screen transition of the GUI 311. The screen transition includes, for example, a case where an error pop-up screen is displayed. A well-known technique can be used to acquire the capture. The capture can be, for example, bitmap data. In the screen transition, for example, when an error popup screen is displayed, the capture of the popup screen may be acquired together with the capture of the GUI 311 of the CTPWF application 310.

図4は、CTPWFアプリケーションにより表示され、キャプチャ取得部により取得されたGUIの例を示す図である。   FIG. 4 is a diagram illustrating an example of a GUI displayed by the CTPWF application and acquired by the capture acquisition unit.

図4に示す例においては、CTPWFアプリケーションにより表示されるGUI311においては、設定1はテキストインプットにより、設定2はプルダウンメニューにより、設定3はチェックボックスにより、設定4はラジオボタンにより、それぞれ印刷設定を行うGUIとなっている。CTPWFアプリケーション310により表示されるGUI311には、詳細設定プラグインアプリケーションを起動するためのボタン319も表示されている。ユーザーによる詳細設定プラグインアプリケーション320の起動の要求はボタン319が選択されることによりなされる。   In the example shown in FIG. 4, in the GUI 311 displayed by the CTPWF application, setting 1 is a text input, setting 2 is a pull-down menu, setting 3 is a check box, setting 4 is a radio button, and print settings are set. It is a GUI to do. The GUI 311 displayed by the CTPWF application 310 also displays a button 319 for starting the detailed setting plug-in application. The user requests to start the detailed setting plug-in application 320 by selecting the button 319.

キャプチャ送信部323は、キャプチャ取得部322により取得された、CTPWFアプリケーション310のGUI311のキャプチャを、ネットワークインターフェース340により、ネットワーク500を介してコンフィグ用サーバー200に送信する。   The capture transmission unit 323 transmits the capture of the GUI 311 of the CTPWF application 310 acquired by the capture acquisition unit 322 to the configuration server 200 via the network 500 using the network interface 340.

GUI321は、デジタル印刷の印刷設定の詳細設定を行うためのユーザーインターフェースであり、CTPWFアプリケーション310によるGUI311とともに表示部に表示される。GUI321は、CTPWFアプリケーション310のGUI311においては設定することができない印刷設定のためのユーザーインターフェースを提供する。CTPWFアプリケーション310のGUI311において設定することができない印刷設定には、デジタルプリンター400の後処理の印刷設定が含まれ、例えば、パンチの設定およびステープルの設定が含まれる。   The GUI 321 is a user interface for performing detailed setting of print settings for digital printing, and is displayed on the display unit together with the GUI 311 by the CTPWF application 310. The GUI 321 provides a user interface for print settings that cannot be set in the GUI 311 of the CTPWF application 310. The print settings that cannot be set in the GUI 311 of the CTPWF application 310 include post-processing print settings for the digital printer 400, such as punch settings and staple settings.

JDF操作部325は、GUI1321においてユーザーにより設定された印刷設定の内容を、CTPWFアプリケーション310から起動インターフェース324に通知されたJDF330に追記する。   The JDF operation unit 325 adds the contents of the print settings set by the user in the GUI 1321 to the JDF 330 notified from the CTPWF application 310 to the activation interface 324.

コンフィグファイル読込部326は、コンフィグ用サーバー200からネットワークインターフェース340によりネットワーク500を介してコンフィグファイルを取得し、読み込むことにより、CTPWFアプリケーション310上で起動する詳細設定プラグインアプリケーション320のGUI321のコンフィグファイルとして適用する。コンフィグファイルとは、GUIを表示するためのGUIの設定値のファイルである。   The configuration file reading unit 326 acquires a configuration file from the configuration server 200 via the network 500 using the network interface 340 and reads the configuration file as a configuration file of the GUI 321 of the advanced setting plug-in application 320 that is activated on the CTPWF application 310. Apply. A configuration file is a file of GUI setting values for displaying a GUI.

コンフィグファイル読込部326は、取得したコンフィグファイルをクライアントPC300内に保存する機能を有することができる。コンフィグファイル読込部326は、クライアントPC300内に保存したコンフィグファイルと、詳細設定プラグインアプリケーション320の起動時にコンフィグ用サーバー200から取得するコンフィグファイルとを比較する。そして、比較結果に基づいてコンフィグファイルの更新の有無を表示部354に表示するとともに、更新が有る場合は、更新後のコンフィグファイルを詳細設定プラグインアプリケーション320のGUI321のコンフィグファイルとして適用するかどうかを選択可能に表示部354に表示する。   The configuration file reading unit 326 can have a function of saving the acquired configuration file in the client PC 300. The configuration file reading unit 326 compares the configuration file stored in the client PC 300 with the configuration file acquired from the configuration server 200 when the advanced setting plug-in application 320 is activated. Based on the comparison result, whether or not the configuration file is updated is displayed on the display unit 354. If there is an update, whether the updated configuration file is applied as the configuration file of the GUI 321 of the detailed setting plug-in application 320 or not. Is displayed on the display unit 354 in a selectable manner.

図5は、CTPWFアプリケーションのGUIとともに表示部に表示される詳細設定プラグインアプリケーションのGUIの例を示す図である。図5においては、詳細設定プラグインアプリケーション320のGUI321とともにCTPWFアプリケーション310のGUI311が示されている。   FIG. 5 is a diagram illustrating an example of the GUI of the detailed setting plug-in application displayed on the display unit together with the GUI of the CTPWF application. In FIG. 5, the GUI 311 of the CTPWF application 310 is shown together with the GUI 321 of the detailed setting plug-in application 320.

詳細設定プラグインアプリケーション320のGUI321は、コンフィグファイル読込部326により取得されたコンフィグファイルが適用されて表示される。コンフィグファイル読込部326により取得されたコンフィグファイルは、後述するように、CTPWFアプリケーション310のGUI311のキャプチャがコンフィグ用サーバーで解析されて得られたGUI情報である。GUI情報とは、GUIを表示するためのGUIの設定値の情報である。従って、詳細設定プラグインアプリケーション320のGUI321のコンフィグファイルは、CTPWFアプリケーション310のGUI311のコンフィグファイルが適用されている。これにより、詳細設定プラグインアプリケーション320のGUI321が、GUIを合わせる目標であるCTPWFアプリケーション310のGUI311と合わされている。詳細設定プラグインアプリケーション320のGUI321とCTPWFアプリケーション310のGUI311とは、例えば、背景色が白で一致している。また、例えば、詳細設定プラグインアプリケーション320のGUI321の設定6および設定9は、CTPWFアプリケーション310のGUI311の設定2と同様のプルダウンメニューで一致している。   The GUI 321 of the detailed setting plug-in application 320 is displayed by applying the configuration file acquired by the configuration file reading unit 326. The configuration file acquired by the configuration file reading unit 326 is GUI information obtained by analyzing the capture of the GUI 311 of the CTPWF application 310 by the configuration server, as will be described later. The GUI information is information on a setting value of a GUI for displaying the GUI. Therefore, the configuration file of the GUI 321 of the CTPWF application 310 is applied to the configuration file of the GUI 321 of the detailed setting plug-in application 320. As a result, the GUI 321 of the detailed setting plug-in application 320 is matched with the GUI 311 of the CTPWF application 310 which is a target for matching the GUI. For example, the GUI 321 of the detailed setting plug-in application 320 and the GUI 311 of the CTPWF application 310 have the same white background color. Further, for example, the setting 6 and the setting 9 of the GUI 321 of the detailed setting plug-in application 320 match with the pull-down menu similar to the setting 2 of the GUI 311 of the CTPWF application 310.

ネットワークインターフェース340は、クライアントPC300が外部装置と通信するためのインターフェースである。クライアントPC300は、JDF330を、CTPWFサーバー100を通じてデジタルプリンター400に送信して、印刷ジョブの印刷設定を行うとともに、デジタルプリンター400からの要求に応じて、JDF330に保存場所のパスが記載された印刷データをデジタルプリンター400に送信する。また、ネットワークインターフェース340は、CTPWFアプリケーション310のGUI311のキャプチャをコンフィグ用サーバー200に送信し、コンフィグ用サーバー200からコンフィグファイルを受信する。   The network interface 340 is an interface for the client PC 300 to communicate with an external device. The client PC 300 transmits the JDF 330 to the digital printer 400 through the CTPWF server 100 to perform print settings for the print job, and in response to a request from the digital printer 400, print data in which the storage location path is described in the JDF 330 Is transmitted to the digital printer 400. Further, the network interface 340 transmits a capture of the GUI 311 of the CTPWF application 310 to the configuration server 200 and receives a configuration file from the configuration server 200.

図6は、CTPWFサーバーの機能ブロック図である。なお、CTPWFサーバー100のハードウェア構成は、基本的にクライアントPC300と同様であるため、説明を省略する。   FIG. 6 is a functional block diagram of the CTPWF server. Note that the hardware configuration of the CTPWF server 100 is basically the same as that of the client PC 300, and thus description thereof is omitted.

CTPWFサーバー100は、クライアントアプリケーションである各CTPWFアプリケーション310を管理するためのサーバーであり、JDFインターフェース110およびネットワークインターフェース120を有する。   The CTPWF server 100 is a server for managing each CTPWF application 310 that is a client application, and includes a JDF interface 110 and a network interface 120.

JDFインターフェース110は、CTPWFアプリケーション310により生成されたJDF330を受信し、デジタルプリンター400に送信する。なお、オフセット印刷が行われる場合は、JDFインターフェース110は、クライアントPC300から受信したJDF330を図示しないオフセット印刷機に送信する。   The JDF interface 110 receives the JDF 330 generated by the CTPWF application 310 and transmits it to the digital printer 400. When offset printing is performed, the JDF interface 110 transmits the JDF 330 received from the client PC 300 to an offset printing machine (not shown).

ネットワークインターフェース120は、CTPWFサーバー100が外部装置と通信するためのインターフェースである。   The network interface 120 is an interface for the CTPWF server 100 to communicate with an external device.

図7は、コンフィグ用サーバーの機能ブロック図である。なお、コンフィグ用サーバー200のハードウェア構成は、基本的にクライアントPC300と同様であるため、説明を省略する。   FIG. 7 is a functional block diagram of the configuration server. Note that the hardware configuration of the configuration server 200 is basically the same as that of the client PC 300, and thus description thereof is omitted.

コンフィグ用サーバー200は、キャプチャ受信部210、キャプチャ解析部220、コンフィグファイル設定部230、およびネットワークインターフェース240を有する。   The configuration server 200 includes a capture reception unit 210, a capture analysis unit 220, a configuration file setting unit 230, and a network interface 240.

キャプチャ受信部210は、詳細設定プラグインアプリケーション320から送信されたキャプチャを受信する。   The capture receiving unit 210 receives the capture transmitted from the detailed setting plug-in application 320.

キャプチャ解析部220は、キャプチャ受信部210により受信されたキャプチャを画像認識により解析することで、CTPWFアプリケーション310のGUI311のGUI情報を取得する。   The capture analysis unit 220 acquires the GUI information of the GUI 311 of the CTPWF application 310 by analyzing the capture received by the capture reception unit 210 by image recognition.

コンフィグファイル設定部230は、キャプチャ解析部220により解析され、取得されたGUI情報をCTPWFアプリケーション310のGUI311のコンフィグファイル250として保存することにより、設定および更新する。   The configuration file setting unit 230 performs setting and updating by storing the GUI information analyzed and acquired by the capture analysis unit 220 as the configuration file 250 of the GUI 311 of the CTPWF application 310.

コンフィグファイル設定部230は、判別部を構成し、キャプチャ解析部220により解析されることで取得されたGUI情報が、過去にキャプチャ解析部220により解析されることで取得されたGUI情報と一致するかどうか判別する。そして、一致しないと判断された場合にのみ、キャプチャ解析部220により解析されることで取得されたGUI情報をCTPWFアプリケーション310のGUI311のコンフィグファイル250として設定および更新することができる。   The configuration file setting unit 230 constitutes a determination unit, and the GUI information acquired by analysis by the capture analysis unit 220 matches the GUI information acquired by analysis by the capture analysis unit 220 in the past. Determine whether or not. Only when it is determined that they do not match, the GUI information obtained by analysis by the capture analysis unit 220 can be set and updated as the configuration file 250 of the GUI 311 of the CTPWF application 310.

図8は、CTPWFアプリケーションのGUIのコンフィグファイルの設定値の例を示す図である。なお、図8には、詳細設定プラグインアプリケーション320のGUI321の設定値の初期値も併せて示されている。   FIG. 8 is a diagram illustrating an example of setting values in the GUI configuration file of the CTPWF application. In FIG. 8, the initial value of the setting value of the GUI 321 of the detailed setting plug-in application 320 is also shown.

コンフィグファイルとして設定されているGUI情報には、CTPWFアプリケーション310のGUI311の背景色、GUI部品の色、サイズ、配置、文字のフォントサイズ、言語、レイアウト、操作方向、データ入力方法、操作時のユーザーへの確認、および警告の有無の少なくともいずれかを含むことができる。GUI部品には、ボタン、チェックボックス、ショートカットキーが含まれる。レイアウトには、ラベルとテキストエリアの位置関係が含まれる。操作方向とは、例えば、言語により変わり得る文字の入力方向が含まれる。入力方法には、例えば、「1−3」、「1,2,3」というようなページの設定方法や、プルダウンメニューが含まれる。   The GUI information set as a configuration file includes the GUI 311 background color, GUI component color, size, layout, character font size, language, layout, operation direction, data input method, and user at the time of operation of the CTPWF application 310. Confirmation and / or warning. The GUI component includes buttons, check boxes, and shortcut keys. The layout includes the positional relationship between labels and text areas. The operation direction includes, for example, a character input direction that can change depending on the language. Input methods include, for example, page setting methods such as “1-3”, “1, 2, 3”, and pull-down menus.

図8においては、例えば、CTPWFアプリケーション310のGUI311のコンフィグファイル250では、背景色がRGB=(0,0,0)(黒)に設定されているのに対し、詳細設定プラグインアプリケーション320のGUI321の設定値の初期値では、RGB=(240,240,240)に設定されている。また、両者は、操作方向等が異なっている。従って、CTPWFアプリケーション310のGUI311と、初期値のままでの詳細設定プラグインアプリケーション320のGUI321とは、ユーザーにとって印象の差が大きく、操作方法も異なるものとなっている。   In FIG. 8, for example, in the configuration file 250 of the GUI 311 of the CTPWF application 310, the background color is set to RGB = (0, 0, 0) (black), whereas the GUI 321 of the detailed setting plug-in application 320 In the initial value of the set value, RGB = (240, 240, 240) is set. In addition, the operation direction and the like are different. Therefore, the GUI 311 of the CTPWF application 310 and the GUI 321 of the detailed setting plug-in application 320 with the initial values have a large difference in impression for the user, and the operation method is also different.

ネットワークインターフェース240は、ネットワーク500を介して、コンフィグ用サーバー200が外部装置と通信するためのインターフェースである。   The network interface 240 is an interface for the configuration server 200 to communicate with an external device via the network 500.

図9は、デジタルプリンターの機能ブロック図である。   FIG. 9 is a functional block diagram of the digital printer.

デジタルプリンター400は、プリンターコントローラー410およびプリンター420を有する。   The digital printer 400 includes a printer controller 410 and a printer 420.

プリンターコントローラー410は、JDFインターフェース411、RIP処理部412、プリンターインターフェース413、およびネットワークインターフェース414を有する。プリンターコントローラー410のハードウェア構成は、プリンターと通信するためのプリンターインターフェース部を有すること以外は、基本的にクライアントPC300と同様であるため、重複する説明を省略する。プリンターインターフェース部は、プリンターとローカル接続され、プリンターコントローラー410によりラスタライズ処理がされた印刷データおよび印刷設定をプリンターに送信するための専用のインターフェースである。   The printer controller 410 includes a JDF interface 411, a RIP processing unit 412, a printer interface 413, and a network interface 414. The hardware configuration of the printer controller 410 is basically the same as that of the client PC 300 except that the printer controller 410 has a printer interface unit for communicating with the printer. The printer interface unit is a dedicated interface that is locally connected to the printer and transmits print data and print settings that have been rasterized by the printer controller 410 to the printer.

JDFインターフェース411は、CTPWFサーバー100からJDF330を受信する。   The JDF interface 411 receives the JDF 330 from the CTPWF server 100.

RIP処理部412は、JDF330に記載された印刷データの保存場所のパスに基づいて、クライアントPC300における当該保存場所からネットワークインターフェース414により取得された印刷データのラスタライズ処理を行う。ラスタライズ処理は、JDF330に記載された印刷設定に基づいて行われる。   The RIP processing unit 412 performs rasterization processing of the print data acquired by the network interface 414 from the storage location in the client PC 300 based on the path of the storage location of the print data described in the JDF 330. The rasterization process is performed based on the print settings described in the JDF 330.

プリンターインターフェース413は、RIP処理部412によりラスタライズ処理がされた印刷データを印刷設定とともにプリンターに送信する。   The printer interface 413 transmits the print data rasterized by the RIP processing unit 412 to the printer together with print settings.

ネットワークインターフェース414は、ネットワーク500を介して、プリンターコントローラー410が外部危機と通信するためのインターフェースである。   The network interface 414 is an interface for the printer controller 410 to communicate with an external crisis via the network 500.

図10は、プリンター420のハードウェア構成を示すブロック図である。   FIG. 10 is a block diagram illustrating a hardware configuration of the printer 420.

プリンター420は、CPU4241、RAM4242、記憶部4243、操作部4244、表示部4245、印刷処理部4246、スキャン処理部4247、およびコントローラーインターフェース4248を有しており、これらは信号をやりとりするためのバス4249を介して相互に接続される。   The printer 420 includes a CPU 4241, a RAM 4242, a storage unit 4243, an operation unit 4244, a display unit 4245, a print processing unit 4246, a scan processing unit 4247, and a controller interface 4248, which are a bus 4249 for exchanging signals. Are connected to each other.

なお、CPU4241、RAM4242、記憶部4243、操作部4244、および表示部4245の各基本機能は、クライアントPC300の対応する構成要素と同様であるため、重複する説明は省略する。   Note that the basic functions of the CPU 4241, the RAM 4242, the storage unit 4243, the operation unit 4244, and the display unit 4245 are the same as the corresponding components of the client PC 300, and thus redundant description is omitted.

プリンター420は、例えば、電子写真プリンター、インクジェットプリンター、または熱転写プリンターにより構成されることができる。   The printer 420 can be configured by, for example, an electrophotographic printer, an inkjet printer, or a thermal transfer printer.

印刷処理部4246は、電子写真式プロセス等の周知の作像プロセスを用いて、印刷データに基づく画像を用紙に印刷する。   The print processing unit 4246 prints an image based on the print data on a sheet using a known image forming process such as an electrophotographic process.

スキャン処理部4247は、原稿台の所定の読取り位置にセットされた原稿、またはADF(Auto Document Feeder)により所定の読取り位置に搬送された原稿に対して蛍光ランプ等の光源から光を照射し、その反射光をCCD(Charge Coupled Device)イメージセンサやCMOS(Complementary Metal Oxide Semiconductor)イメージセンサ等の受光素子でスキャンしながら受光することで原稿画像のデジタルデータを生成する。   The scan processing unit 4247 emits light from a light source such as a fluorescent lamp to a document set at a predetermined reading position on the document table or a document conveyed to a predetermined reading position by an ADF (Auto Document Feeder), The reflected light is received while being scanned by a light receiving element such as a CCD (Charge Coupled Device) image sensor or a CMOS (Complementary Metal Oxide Semiconductor) image sensor, thereby generating digital data of a document image.

コントローラーインターフェース4248は、ローカル接続されたプリンターコントローラー410と通信するためのインターフェースであり、プリンターコントローラー410からラスタライズ処理がされた印刷データおよび印刷設定を受信する。   The controller interface 4248 is an interface for communicating with the locally connected printer controller 410, and receives print data and print settings subjected to rasterization processing from the printer controller 410.

図9に戻り、機能ブロック図によりプリンター420の機能について説明を継続する。   Returning to FIG. 9, the function of the printer 420 will be described with reference to the functional block diagram.

プリンター420は、プリント処理部421、コントローラーインターフェース423、および記録部422を有する。   The printer 420 includes a print processing unit 421, a controller interface 423, and a recording unit 422.

コントローラーインターフェース423は、プリンターコントローラー410からラスタライズ処理がなされた印刷データおよび印刷設定を受信する。   The controller interface 423 receives print data and print settings that have undergone rasterization processing from the printer controller 410.

プリント処理部421は、ラスタライズ処理がなされた印刷データに基づく画像を用紙に印刷する。さらに、プリント処理部421は、印刷された用紙について後処理を行う。   The print processing unit 421 prints an image based on the print data subjected to the rasterization process on a sheet. Further, the print processing unit 421 performs post-processing on the printed paper.

記録部422は、プリンターコントローラー410から受信された、タライズ処理がなされた印刷データを一時的に保存する。   The recording unit 422 temporarily stores the print data that has been subjected to the tally process and received from the printer controller 410.

GUI制御システム10の作用について説明する。   The operation of the GUI control system 10 will be described.

図11は、コンフィグ用サーバーにコンフィグファイルを設定するためのフローチャートである。   FIG. 11 is a flowchart for setting a configuration file in the configuration server.

詳細設定プラグインアプリケーション320は、ユーザーによる詳細設定プラグインアプリケーション320の起動の要求、またはCTPWPアプリケーション310のGUI311の画面の遷移があったたかどうか検知により判断する(S101)。詳細設定プラグインアプリケーション320の起動の要求またはGUI311の画面の遷移があったと判断したときは(S101:YES)、CTPWFアプリケーション310のGUI311のキャプチャを取得する(S102)。   The detailed setting plug-in application 320 determines by detecting whether the user has requested to start the detailed setting plug-in application 320 or the screen of the GUI 311 of the CTPWP application 310 is changed (S101). When it is determined that there is a request for starting the detailed setting plug-in application 320 or the screen of the GUI 311 is changed (S101: YES), capture of the GUI 311 of the CTPWF application 310 is acquired (S102).

詳細設定プラグインアプリケーション320は、取得したキャプチャをコンフィグ用サーバー200に送信する(S103)。   The detailed setting plug-in application 320 transmits the acquired capture to the configuration server 200 (S103).

コンフィグ用サーバー200は、キャプチャを解析してGUI情報を取得する(S104)。   The config server 200 analyzes the capture and acquires GUI information (S104).

コンフィグ用サーバー200のコンフィグファイル設定部230は、CTPWPアプリケーション310のGUI311のキャプチャがすでに解析され、コンフィグファイルが設定されているかどうか判断し(S105)、キャプチャが未解析と判断した場合は(S105:YES)、解析により得られたGUI情報をCTPWFアプリケーション310のGUI311のコンフィグファイルとして設定する(S106)。   The configuration file setting unit 230 of the configuration server 200 determines whether the capture of the GUI 311 of the CTPWP application 310 has already been analyzed and the configuration file has been set (S105), and if it is determined that the capture has not been analyzed (S105: YES), the GUI information obtained by the analysis is set as a configuration file of the GUI 311 of the CTPWF application 310 (S106).

コンフィグファイル設定部230は、キャプチャがすでに解析され、コンフィグファイルが設定されていると判断した場合は(S105:NO)、解析により得られたGUI情報を破棄する。   When it is determined that the capture has already been analyzed and the configuration file has been set (S105: NO), the configuration file setting unit 230 discards the GUI information obtained by the analysis.

図12は、詳細設定プラグインアプリケーションを起動するためのフローチャートである。   FIG. 12 is a flowchart for starting the detailed setting plug-in application.

詳細設定プラグインアプリケーション320は、CTPWFアプリケーション310から起動の要求があったときは(S201:YES)、コンフィグ用サーバー200からコンフィグファイルを取得し、クライアントPC300内に保存する(S202)。   The detailed setting plug-in application 320 acquires a configuration file from the configuration server 200 and saves it in the client PC 300 (S202) when a request for activation is received from the CTPWF application 310 (S201: YES).

詳細設定プラグインアプリケーション320は、詳細設定プラグインアプリケーション320の起動が初回の起動かどうか判断する(S203)。詳細設定プラグインアプリケーション320は、起動回数の情報をクライアントPC300内に保持することにより、当該情報に基づいて、今回の起動が初回の起動かどうか判断することができる。   The advanced setting plug-in application 320 determines whether the advanced setting plug-in application 320 is activated for the first time (S203). The detail setting plug-in application 320 can determine whether or not the current activation is the first activation by holding the activation count information in the client PC 300.

詳細設定プラグインアプリケーション320は、今回の起動が初回の起動であると判断したときは(S203:YES)、取得したコンフィグファイルを詳細設定プラグインアプリケーション320のGUI321のコンフィグファイルとして適用する(S208)。   When it is determined that the current activation is the first activation (S203: YES), the detailed setting plug-in application 320 applies the acquired configuration file as the configuration file of the GUI 321 of the detailed setting plug-in application 320 (S208). .

詳細設定プラグインアプリケーション320は、今回の起動が初回の起動ではないと判断したときは(S203:NO)、コンフィグ用サーバー200から取得したコンフィグファイルと、起動前にクライアントPC300内に保存されたコンフィグファイルとを比較する(S204)。   When the detailed setting plug-in application 320 determines that the current activation is not the first activation (S203: NO), the configuration file acquired from the configuration server 200 and the configuration saved in the client PC 300 before the activation are stored. The file is compared (S204).

詳細設定プラグインアプリケーション320は、コンフィグ用サーバー200から取得したコンフィグファイルと、起動前にクライアントPC300内に保存されたコンフィグファイルに差異がないと判断した場合は(S205:NO)、取得したコンフィグファイルを破棄する(S207)。これにより、詳細設定プラグインアプリケーション320のGUI321のコンフィグファイルは、前回の詳細設定プラグインアプリケーション320の起動時において設定されたコンフィグファイルが維持されるため、コンフィグファイルのGUI321への適用のための処理時間を削減することができる。   If the detailed setting plug-in application 320 determines that there is no difference between the configuration file acquired from the configuration server 200 and the configuration file saved in the client PC 300 before starting (S205: NO), the acquired configuration file Is discarded (S207). As a result, the configuration file of the GUI 321 of the advanced setting plug-in application 320 maintains the configuration file that was set when the advanced advanced setting plug-in application 320 was last activated. Therefore, the process for applying the configuration file to the GUI 321 is performed. Time can be saved.

詳細設定プラグインアプリケーション320は、コンフィグ用サーバー200から取得したコンフィグファイルと、起動前にクライアントPC300内に保存されたコンフィグファイルに差異があると判断した場合は(S205:YES)、コンフィグファイルの更新があったことを表示するとともに、取得したコンフィグファイルを詳細設定プラグインアプリケーション320のGUI321のコンフィグファイルとして適用することで更新するかどうかを、ユーザーにより選択可能に表示する(S206)。詳細設定プラグインアプリケーション320は、取得したコンフィグファイルを詳細設定プラグインアプリケーション320のGUI321のコンフィグファイルとして適用することにより更新するかどうかを、例えば、ダイアログを表示することによりユーザーにより選択可能に表示することができる。   If the advanced setting plug-in application 320 determines that there is a difference between the configuration file acquired from the configuration server 200 and the configuration file stored in the client PC 300 before starting (S205: YES), the configuration file update is performed. Is displayed, and whether to update by applying the acquired configuration file as the configuration file of the GUI 321 of the advanced setting plug-in application 320 is displayed so as to be selectable by the user (S206). The advanced setting plug-in application 320 displays whether to update the acquired configuration file by applying it as the GUI 321 configuration file of the advanced setting plug-in application 320, for example, by displaying a dialog so that the user can select it. be able to.

なお、ステップS205において、コンフィグ用サーバー200から取得したコンフィグファイルと、起動前にクライアントPC300内に保存されたコンフィグファイルに差異があると判断される場合とは、例えば、バージョンアップ等によりCTPWPアプリケーション310のGUI311が変わった場合である。   In step S205, when it is determined that there is a difference between the configuration file acquired from the configuration server 200 and the configuration file stored in the client PC 300 before startup, for example, the CTPWP application 310 is updated due to version upgrade or the like. This is a case where the GUI 311 changes.

詳細設定プラグインアプリケーション320は、取得したコンフィグファイルを詳細設定プラグインアプリケーション320のGUI321のコンフィグファイルとして適用せず、コンフィグファイルを更新しないという選択がされた場合は(S206:NO)、取得したコンフィグファイルを破棄する(S207)。   When it is selected that the advanced configuration plug-in application 320 does not apply the acquired configuration file as the configuration file of the GUI 321 of the advanced configuration plug-in application 320 and does not update the configuration file (S206: NO), the acquired configuration file The file is discarded (S207).

詳細設定プラグインアプリケーション320は、取得したコンフィグファイルを詳細設定プラグインアプリケーション320のGUI321のコンフィグファイルとして適用して、コンフィグファイルを更新するという選択がされた場合は(S206:YES)、取得したコンフィグファイルを詳細設定プラグインアプリケーション320のGUI321のコンフィグファイルとして適用することで更新する(S208)。   The advanced configuration plug-in application 320 applies the acquired configuration file as the configuration file of the GUI 321 of the advanced configuration plug-in application 320, and when it is selected to update the configuration file (S206: YES), the acquired configuration file The file is updated by applying it as a configuration file of the GUI 321 of the detailed setting plug-in application 320 (S208).

以上、本発明の第1実施形態に係るGUI制御システム、GUI制御方法、GUI制御システム用プログラム、およびGUIシステム用プログラムが記録されたコンピュータ読み取り可能な記録媒体について説明したが、本実施形態は以下の効果を奏する。   The GUI control system, the GUI control method, the GUI control system program, and the computer-readable recording medium on which the GUI system program is recorded according to the first embodiment of the present invention have been described above. The effect of.

GUIを合わせる目標の第1アプリケーションのGUIのキャプチャを取得して解析することにより、GUI情報を取得し、コンフィグファイルとして設定する。そして、設定されたコンフィグファイルを第1アプリケーション上で動作する第2アプリケーションのGUIのコンフィグファイルとして適用する。これにより、GUIを合わせる目標のアプリケーションのGUIの仕様またはデザインが変更されても、当該目標のアプリケーション上で起動する他のアプリケーションのGUIを目標のアプリケーションのGUIに合わせて表示させることができる。また、あらかじめコンフィグファイルを作成する必要がない。また、GUIを合わせる目標のアプリケーションが複数ある場合、またはGUIを合わせる目標のアプリケーションが追加された場合であっても、それらのアプリケーションごとに、それらのアプリケーション上で起動する他のアプリケーションのGUIを合わせて表示させることができる。   By acquiring and analyzing the GUI capture of the target first application to match the GUI, the GUI information is acquired and set as a configuration file. Then, the set configuration file is applied as a GUI configuration file of the second application operating on the first application. As a result, even if the GUI specification or design of the target application to which the GUI is matched is changed, the GUI of another application that is activated on the target application can be displayed in accordance with the GUI of the target application. Also, there is no need to create a configuration file in advance. In addition, even when there are multiple target applications that match the GUI, or even when target applications that match the GUI are added, the GUIs of other applications that are started on those applications are matched for each application. Can be displayed.

さらに、GUI制御システムを、クライアントアプリケーションおよびコンフィグ用サーバーにより構成する。そして、第1アプリケーションのGUIのキャプチャの取得をクライアントアプリケーションが行い。キャプチャの解析によるGUI情報の取得、および取得したGUI情報のコンフィグファイルとしての設定をコンフィグ用サーバーが行う。そして、設定されたコンフィグファイルの第1アプリケーション上で動作する第2アプリケーションのGUIのコンフィグファイルへの適用をクライアントアプリケーションが行う。これにより、より効率的かつ簡易に、GUIを合わせる目標のアプリケーション上で起動する他のアプリケーションのGUIを目標のアプリケーションのGUIに合わせることができる。また、異なるユーザーが、GUIを第1アプリケーションのGUIに合わせたいアプリケーションを初めて使用する場合に、あらかじめコンフィグ用サーバーにおいて第1アプリケーションのGUIのコンフィグファイルとして設定されているコンフィグファイルを利用することができる。   Further, the GUI control system is configured by a client application and a configuration server. Then, the client application acquires the GUI capture of the first application. The configuration server acquires GUI information by analyzing the capture, and sets the acquired GUI information as a configuration file. Then, the client application applies the set configuration file to the GUI configuration file of the second application that operates on the first application. As a result, the GUI of the other application that is started on the target application for matching the GUI can be matched with the GUI of the target application more efficiently and simply. In addition, when a different user uses an application for which the GUI is to be matched with the GUI of the first application for the first time, the configuration file set as the configuration file of the GUI of the first application in the configuration server in advance can be used. .

さらに、キャプチャの解析により取得するGUI情報を、第1アプリケーションのGUIの背景色、GUI部品の色、サイズ、配置、文字のフォントサイズ、言語、レイアウト、操作方向、データ入力方法、操作時のユーザーへの確認、および警告の有無の少なくともいずれかを含むようにする。これにより、第1アプリケーションと、第2アプリケーションとのGUIの見た目の印象および操作方法をより近づけることができる。   Furthermore, the GUI information acquired by the analysis of the capture includes the first application GUI background color, GUI component color, size, layout, character font size, language, layout, operation direction, data input method, and user at the time of operation. Include at least one of confirmation and warning. Thereby, it is possible to make the GUI appearance and operation method of the first application and the second application closer.

さらに、コンフィグ用サーバーにおいて、複数のクライアントアプリケーションからそれぞれキャプチャを受信するたびに、受信したキャプチャからGUI情報を取得し、取得したGUI情報で第1アプリケーションのGUIのコンフィグファイルを更新する。これにより、1つのクライアントアプリケーションからキャプチャを取得するよりも効率的にGUI情報を取得することができる。   Furthermore, each time a capture is received from each of a plurality of client applications, the configuration server acquires GUI information from the received capture, and updates the GUI configuration file of the first application with the acquired GUI information. This makes it possible to acquire GUI information more efficiently than acquiring a capture from one client application.

さらに、クライアントアプリケーションにおいて、第1アプリケーションのGUIのコンフィグファイルを保存し、第1アプリケーション上での第2アプリケーションの起動時に、コンフィグ用サーバーから取得する第1アプリケーションのGUIのコンフィグファイルと、起動時前に保存されたコンフィグファイルとを比較する。そして、比較結果に基づいて、第1アプリケーションのGUIのコンフィグファイルの更新の有無を表示するとともに、更新が有る場合は、更新後の第1アプリケーションのGUIのコンフィグファイルを、第2アプリケーションのGUIのコンフィグファイルとして適用するかどうかをユーザーにより選択可能に表示する。これにより、コンフィグファイルの適用について、ユーザーの意志をより柔軟に反映させることができるとともに、コンフィグファイルのGUIへの適用のための処理時間を削減することができる。   Further, in the client application, the GUI configuration file of the first application is saved, and when the second application is started on the first application, the GUI configuration file of the first application acquired from the configuration server and before the startup Compare with the configuration file saved in. Based on the comparison result, whether or not the GUI configuration file of the first application is updated is displayed. If there is an update, the updated GUI configuration file of the first application is displayed as the updated GUI configuration file of the second application. Whether to apply as a config file is displayed so that it can be selected by the user. As a result, the user's will can be reflected more flexibly with respect to the application of the configuration file, and the processing time for applying the configuration file to the GUI can be reduced.

さらに、キャプチャを解析することで取得されたGUI情報が、過去に取得されたGUI情報と一致するかどうか判別し、一致しない場合にのみ、取得されたGUI情報を第1アプリケーションのGUIのコンフィグファイルとして設定する。これにより、コンフィグファイルの設定のための処理時間および記憶容量を削減することができる。   Further, it is determined whether or not the GUI information acquired by analyzing the capture matches the GUI information acquired in the past. Only when the GUI information does not match, the acquired GUI information is used as the GUI configuration file of the first application. Set as. As a result, the processing time and the storage capacity for setting the configuration file can be reduced.

(第2実施形態)
本発明の第2実施形態に係るGUI制御システム、GUI制御方法、GUI制御システム用プログラム、およびGUIシステム用プログラムが記録されたコンピュータ読み取り可能な記録媒体について説明する。
(Second Embodiment)
A GUI control system, a GUI control method, a GUI control system program, and a computer-readable recording medium on which the GUI system program is recorded according to a second embodiment of the present invention will be described.

本実施形態は、コンフィグ用サーバー200において、キャプチャの解析により取得されたGUI情報のうち、ユーザーごとに異なる特定のGUI情報のローカルコンフィグファイルを、コンフィグファイルとは別に生成する。そして、クライアントPC300において、コンフィグ用サーバー200から取得されたローカルコンフィグファイルを保存し、コンフィグ用サーバー200から取得されたコンフィグファイルとともにCTPWFアプリケーション310上で起動する詳細設定プラグインアプリケーション320のGUI321のコンフィグファイルとして適用する。これ以外の点においては、本実施形態は第1実施形態と同様であるため、重複となる説明は省略または簡略化する。   In the present embodiment, the configuration server 200 generates a local configuration file of specific GUI information that is different for each user out of the GUI information acquired by the analysis of the capture, separately from the configuration file. Then, in the client PC 300, the local configuration file acquired from the configuration server 200 is stored, and the configuration file of the GUI 321 of the advanced setting plug-in application 320 that is started on the CTPWF application 310 together with the configuration file acquired from the configuration server 200. Apply as In other respects, the present embodiment is the same as the first embodiment, and therefore redundant description is omitted or simplified.

本実施形態において、コンフィグファイル設定部230はローカルコンフィグファイル生成部を構成し、コンフィグファイル読込部326は、ローカルコンフィグファイル取得部、およびローカルコンフィグファイル保存部を構成する。   In this embodiment, the configuration file setting unit 230 configures a local configuration file generation unit, and the configuration file reading unit 326 configures a local configuration file acquisition unit and a local configuration file storage unit.

図13は、コンフィグ用サーバーにコンフィグファイルを設定するとともに、ローカルコンフィグファイルを生成してクライアントPCに送信するためのフローチャートである。   FIG. 13 is a flowchart for setting a configuration file in the configuration server and generating a local configuration file and transmitting it to the client PC.

図13のステップS301〜S305は、第1実施形態の図11のステップS101〜S105と同様であるため、説明を省略または簡略化する。   Steps S301 to S305 in FIG. 13 are the same as steps S101 to S105 in FIG. 11 of the first embodiment, and thus description thereof is omitted or simplified.

コンフィグ用サーバー200のコンフィグファイル設定部230は、キャプチャが前にキャプチャ解析部220により解析されているかどうか判断する(S305)。そして、キャプチャが未解析であると判断した場合は(S305:YES)、解析により得られたGUI情報がユーザーごとに異なる設定を含むかどうか判断する(S306)。コンフィグファイル設定部230は、キャプチャの解析により取得されたGUI情報を、ユーザーごとに異なる設定項目と、ユーザー共通の設定項目とに分類することにより、GUI情報にユーザーごとに異なる設定が含まれるかどうか判断することができる。   The configuration file setting unit 230 of the configuration server 200 determines whether the capture has been previously analyzed by the capture analysis unit 220 (S305). If it is determined that the capture has not been analyzed (S305: YES), it is determined whether the GUI information obtained by the analysis includes different settings for each user (S306). The configuration file setting unit 230 classifies the GUI information acquired by the capture analysis into different setting items for each user and setting items common to the user, so that the GUI information includes different settings for each user. Judgment can be made.

コンフィグファイル設定部230は、解析により得られたGUI情報がユーザーごとに異なる設定を含まないと判断した場合は(S306:NO)、解析により得られたGUI情報をCTPWFアプリケーション310のGUI311のコンフィグファイルとして設定する(S308)。   When the configuration file setting unit 230 determines that the GUI information obtained by the analysis does not include different settings for each user (S306: NO), the configuration information of the GUI 311 of the CTPWF application 310 is used as the GUI information obtained by the analysis. (S308).

コンフィグファイル設定部230は、解析により得られたGUI情報がユーザーごとに異なる設定を含むと判断した場合は(S306:YES)、解析により得られたGUI情報のうち、ユーザーごとに異なる設定である特定のGUI情報のローカルコンフィグファイルをコンフィグファイルとは別に生成し、クライアントPC300に送信してクライアントPC300内に保存させる(S307)。ユーザーごとに異なる設定である特定のGUI情報の設定項目は、あらかじめ定められ、コンフィグ用サーバー200内に記憶されることができる。特定のGUI情報は、例えば、言語、または数値単位に関するGUI情報である。   When the configuration file setting unit 230 determines that the GUI information obtained by the analysis includes different settings for each user (S306: YES), the GUI file obtained by the analysis has different settings for each user. A local configuration file of specific GUI information is generated separately from the configuration file, transmitted to the client PC 300, and stored in the client PC 300 (S307). Setting items of specific GUI information, which are different settings for each user, can be determined in advance and stored in the configuration server 200. The specific GUI information is, for example, GUI information related to a language or a numerical unit.

図14は、詳細設定プラグインアプリケーションを起動するためのフローチャートである。   FIG. 14 is a flowchart for starting the detailed setting plug-in application.

図14のステップS401〜S407は、第1実施形態の図12のステップS201〜S207と同様であるため、説明を省略または簡略化する。   Steps S401 to S407 in FIG. 14 are the same as steps S201 to S207 in FIG. 12 of the first embodiment, and thus the description is omitted or simplified.

詳細設定プラグインアプリケーション320のコンフィグファイル読込部326は、CTPWFアプリケーション310から起動の要求があったときは(S401:YES)、コンフィグ用サーバー200からコンフィグファイルおよびローカルコンフィグファイルを取得し、クライアントPC300内に保存する(S402)。   The configuration file reading unit 326 of the detailed setting plug-in application 320 acquires the configuration file and the local configuration file from the configuration server 200 when the activation request is received from the CTPWF application 310 (S401: YES), and is stored in the client PC 300. (S402).

コンフィグファイル読込部326は、詳細設定プラグインアプリケーション320の起動が初回の起動かどうか判断する(S403)。   The configuration file reading unit 326 determines whether or not the detailed setting plug-in application 320 is activated for the first time (S403).

コンフィグファイル読込部326は、詳細設定プラグインアプリケーション320の起動が初回の起動が初回の起動であると判断したときは(S403:YES)、コンフィグ用サーバー200から取得したコンフィグファイルおよびローカルコンフィグファイルを詳細設定プラグインアプリケーション320のGUI321のコンフィグファイルとして適用する(S408)。コンフィグファイルおよびローカルコンフィグファイルはマージされた後に詳細設定プラグインアプリケーション320のGUI321のコンフィグファイルとして適用されてもよく、個別かつ先後を問わず順番に適用されてもよい。   When the configuration file reading unit 326 determines that the first activation is the first activation of the advanced setting plug-in application 320 (S403: YES), the configuration file reading unit 326 reads the configuration file and the local configuration file acquired from the configuration server 200. The detailed setting plug-in application 320 is applied as a configuration file of the GUI 321 (S408). The configuration file and the local configuration file may be applied as a configuration file of the GUI 321 of the detailed setting plug-in application 320 after being merged, or may be applied individually and in any order.

コンフィグファイル読込部326は、ユーザーによりコンフィグファイルを更新するという選択がされた場合も(S406:YES)、コンフィグ用サーバー200から取得したコンフィグファイルおよびローカルコンフィグファイルを詳細設定プラグインアプリケーション320のGUI321のコンフィグファイルとして適用する(S408)。   Even when the user selects to update the configuration file (S406: YES), the configuration file reading unit 326 stores the configuration file and the local configuration file acquired from the configuration server 200 in the GUI 321 of the detailed setting plug-in application 320. Apply as a configuration file (S408).

本実施形態は、第1実施形態が奏する効果に加え、以下の効果を奏する。   In addition to the effect which 1st Embodiment has, this embodiment has the following effects.

コンフィグ用サーバーにおいて、キャプチャの解析により取得されたGUI情報のうち、ユーザーごとに異なる特定のGUI情報のローカルコンフィグファイルを、コンフィグファイルとは別に生成する。そして、クライアントアプリケーションにおいて、コンフィグ用サーバーから取得されたローカルコンフィグファイルを保存し、コンフィグ用サーバーから取得されたコンフィグファイルとともに第1アプリケーション上で起動する第2アプリケーションのGUIのコンフィグファイルとして適用する。これにより、ユーザーが使用する言語または数値単位等に応じて、ユーザーごとにより柔軟に、GUIを合わせる目標のアプリケーションのGUIの仕様またはデザインが変更されても、当該目標のアプリケーション上で起動する他のアプリケーションのGUIを目標のアプリケーションのGUIに合わせて表示させることができる。   In the configuration server, a local configuration file of specific GUI information different for each user among the GUI information acquired by the analysis of capture is generated separately from the configuration file. Then, the local configuration file acquired from the configuration server is stored in the client application, and is applied as the configuration file of the GUI of the second application that is activated on the first application together with the configuration file acquired from the configuration server. Accordingly, even if the GUI specification or design of the target application that matches the GUI is changed more flexibly for each user according to the language or numerical unit used by the user, the other applications that are started on the target application are changed. The GUI of the application can be displayed in accordance with the GUI of the target application.

本発明に係るGUI制御システム、GUI制御方法、GUI制御プログラム、およびGUI制御プログラムを記憶したコンピュータ読み取り可能な記録媒体は、上述した実施形態に限定されるものではない。   The GUI control system, the GUI control method, the GUI control program, and the computer-readable recording medium storing the GUI control program according to the present invention are not limited to the above-described embodiments.

例えば、上述した実施形態においてプログラムにより実行される機能の一部または全部を半導体回路等によるハードウェアに置き換えて実施されてもよい。   For example, some or all of the functions executed by the program in the above-described embodiment may be replaced with hardware such as a semiconductor circuit.

また、コントローラは、デジタルプリンターに包含されずにデジタルプリンターの外部の装置として構成してもよい。   Further, the controller may be configured as an external device of the digital printer without being included in the digital printer.

10 GUI制御システム、
100 CTPWFサーバー、
200 コンフィグ用サーバー、
300 クライアントPC、
400 デジタルプリンター。
10 GUI control system,
100 CTPWF server,
200 Config server,
300 client PCs,
400 Digital printer.

Claims (22)

GUIを合わせる目標の第1アプリケーションのGUIのキャプチャを取得するキャプチャ取得部と、
前記キャプチャ取得部により取得された前記キャプチャを送信するキャプチャ送信部と、
前記キャプチャ送信部により送信された前記キャプチャを受信するキャプチャ受信部と、
キャプチャ受信部により受信された前記キャプチャを解析し、GUI情報を取得するキャプチャ解析部と、
キャプチャ解析部により取得された前記GUI情報を前記第1アプリケーションのGUIのコンフィグファイルとして設定するコンフィグファイル設定部と、
コンフィグファイル設定部に設定された前記第1アプリケーションのGUIのコンフィグファイルを取得するコンフィグファイル取得部と、
前記コンフィグファイル取得部により取得された前記第1アプリケーションのGUIのコンフィグファイルを、前記第1アプリケーション上で起動する第2アプリケーションのGUIのコンフィグファイルとして適用する制御部と、
を有するGUI制御システム。
A capture acquisition unit that acquires a GUI capture of a target first application to match the GUI;
A capture transmission unit for transmitting the capture acquired by the capture acquisition unit;
A capture receiver for receiving the capture transmitted by the capture transmitter;
A capture analysis unit that analyzes the capture received by the capture reception unit and obtains GUI information;
A configuration file setting unit that sets the GUI information acquired by the capture analysis unit as a configuration file of the GUI of the first application;
A configuration file acquisition unit for acquiring a GUI configuration file of the first application set in the configuration file setting unit;
A control unit that applies the GUI configuration file of the first application acquired by the configuration file acquisition unit as a GUI configuration file of the second application that is started on the first application;
A GUI control system.
前記GUI制御システムは、クライアントアプリケーションおよびコンフィグ用サーバーを有し、
前記クライアントアプリケーションは、前記キャプチャ取得部と、前記キャプチャ送信部と、前記コンフィグファイル取得部と、前記制御部と、を有し、
前記コンフィグ用サーバーは、前記キャプチャ受信部と、キャプチャ解析部と、前記コンフィグファイル設定部と、を有する請求項1に記載のGUI制御システム。
The GUI control system has a client application and a configuration server,
The client application includes the capture acquisition unit, the capture transmission unit, the configuration file acquisition unit, and the control unit,
The GUI control system according to claim 1, wherein the configuration server includes the capture reception unit, a capture analysis unit, and the configuration file setting unit.
前記GUI情報は、前記第1アプリケーションのGUIの背景色、GUI部品の色、サイズ、配置、文字のフォントサイズ、言語、レイアウト、操作方向、データ入力方法、操作時のユーザーへの確認、および警告の有無の少なくともいずれかを含む、請求項1または2に記載のGUI制御システム。   The GUI information includes the GUI background color of the first application, the color, size and arrangement of GUI components, the font size of the character, language, layout, operation direction, data input method, confirmation to the user during operation, and warning The GUI control system according to claim 1, comprising at least one of presence / absence. 前記GUI制御システムは、複数のクライアントアプリケーションを有し、
前記コンフィグ用サーバーにおいて、前記キャプチャ受信部が複数のクライアントアプリケーションから前記キャプチャを受信するたびに、受信したキャプチャからキャプチャ解析部がGUI情報を取得し、取得したGUI情報で前記第1アプリケーションのGUIのコンフィグファイルをコンフィグファイル設定部が更新する、請求項2または3に記載のGUI制御システム。
The GUI control system has a plurality of client applications,
In the configuration server, each time the capture receiving unit receives the capture from a plurality of client applications, the capture analyzing unit acquires GUI information from the received capture, and the GUI information of the first application is acquired using the acquired GUI information. The GUI control system according to claim 2 or 3, wherein the config file setting unit updates the config file.
前記コンフィグ用サーバーは、
前記キャプチャ解析部により取得された前記GUI情報のうち、ユーザーごとに異なる特定のGUI情報のローカルコンフィグファイルを生成するローカルコンフィグファイル生成部をさらに有し、
前記コンフィグファイル設定部は、前記特定のGUI情報以外の前記GUI情報を前記第1アプリケーションのGUIのコンフィグファイルとして設定し、
前記クライアントアプリケーションは、
前記ローカルコンフィグファイル生成部が生成した前記ローカルコンフィグファイルを取得するローカルコンフィグファイル取得部と、
前記ローカルコンフィグファイル取得部により取得された前記ローカルコンフィグファイルを保存するローカルコンフィグファイル保存部と、をさらに有し、
前記制御部は、前記コンフィグファイル取得部により取得された前記コンフィグファイルと、前記ローカルコンフィグファイル保存部に保存された前記ローカルコンフィグファイルと、を前記第1アプリケーション上で起動する第2アプリケーションのGUIのコンフィグファイルとして適用する、請求項2〜4のいずれか一項に記載のGUI制御システム。
The config server is
Of the GUI information acquired by the capture analysis unit, further includes a local configuration file generation unit that generates a local configuration file of specific GUI information that is different for each user,
The configuration file setting unit sets the GUI information other than the specific GUI information as a GUI configuration file of the first application,
The client application is
A local configuration file acquisition unit for acquiring the local configuration file generated by the local configuration file generation unit;
A local configuration file storage unit that stores the local configuration file acquired by the local configuration file acquisition unit, and
The control unit includes a GUI of a second application that starts the configuration file acquired by the configuration file acquisition unit and the local configuration file stored in the local configuration file storage unit on the first application. The GUI control system according to any one of claims 2 to 4, which is applied as a configuration file.
前記クライアントアプリケーションは、
前記コンフィグファイル取得部が取得した前記第1アプリケーションのGUIのコンフィグファイルを保存するコンフィグファイル保存部と、
前記第1アプリケーション上での前記第2アプリケーションの起動時に前記コンフィグファイル取得部が前記コンフィグ用サーバーから取得する前記第1アプリケーションのGUIのコンフィグファイルと、前記起動時前に前記コンフィグファイル保存部が保存した前記第1アプリケーションのGUIのコンフィグファイルとを比較するコンフィグファイル比較部と、
コンフィグファイル比較部による比較の結果に基づいて、前記第1アプリケーションのGUIのコンフィグファイルの更新の有無を表示するとともに、前記第1アプリケーションのGUIのコンフィグファイルの更新が有る場合は、更新後の前記第1アプリケーションのGUIのコンフィグファイルを、前記第2アプリケーションのGUIのコンフィグファイルとして適用するかどうかをユーザーにより選択可能に表示する表示部と、
をさらに有する請求項2〜5のいずれか一項に記載のGUI制御システム。
The client application is
A configuration file storage unit for storing a GUI configuration file of the first application acquired by the configuration file acquisition unit;
The configuration file of the GUI of the first application that the configuration file acquisition unit acquires from the configuration server when the second application is started on the first application, and the configuration file storage unit stores the configuration file before the startup A configuration file comparison unit for comparing the GUI configuration file of the first application,
Based on the result of the comparison by the configuration file comparison unit, whether or not the GUI configuration file of the first application is updated is displayed, and if there is an update of the GUI configuration file of the first application, A display unit that displays whether or not to apply the GUI configuration file of the first application as the GUI configuration file of the second application;
The GUI control system according to claim 2, further comprising:
前記キャプチャ解析部が前記キャプチャを解析することで取得された前記GUI情報が、過去に前記キャプチャを解析することで取得された前記GUI情報と一致するかどうか判別する判別部をさらに有し、
前記コンフィグファイル設定部は、前記判別手段により、一致しないと判断された場合にのみ、前記キャプチャ解析部により取得された前記GUI情報を前記第1アプリケーションのGUIのコンフィグファイルとして設定する、請求項1〜6のいずれか一項に記載のGUI制御システム。
A determination unit that determines whether the GUI information acquired by analyzing the capture by the capture analysis unit matches the GUI information acquired by analyzing the capture in the past;
The configuration file setting unit sets the GUI information acquired by the capture analysis unit as a GUI configuration file of the first application only when it is determined by the determination means that they do not match. The GUI control system as described in any one of -6.
GUIを合わせる目標の第1アプリケーションのGUIのキャプチャを取得する段階(a)と、
前記段階(a)において取得された前記キャプチャを送信する段階(b)と、
前記段階(b)において送信された前記キャプチャを受信する段階(c)と、
前記段階(c)において受信された前記キャプチャを解析し、GUI情報を取得する段階(d)と、
前記段階(d)において取得された前記GUI情報を前記第1アプリケーションのGUIのコンフィグファイルとして設定する段階(e)と、
前記段階(e)において設定された前記第1アプリケーションのGUIのコンフィグファイルを取得する段階(f)と、
前記段階(f)において取得された前記第1アプリケーションのGUIのコンフィグファイルを、前記第1アプリケーション上で起動する第2アプリケーションのGUIのコンフィグファイルとして適用する段階(g)と、
を有するGUI制御方法。
Obtaining a GUI capture of the target first application to match the GUI;
Transmitting the capture acquired in step (a) (b);
Receiving the capture sent in step (b) (c);
Analyzing the capture received in step (c) and obtaining GUI information (d);
Setting the GUI information acquired in the step (d) as a GUI configuration file of the first application;
Obtaining a GUI configuration file of the first application set in the step (e);
Applying the GUI configuration file of the first application acquired in step (f) as the GUI configuration file of the second application to be started on the first application;
A GUI control method comprising:
前記段階(a)、(b)、(f)、および(g)は、クライアントアプリケーションおよびコンフィグ用サーバーを有するGUI制御システムの前記クライアントアプリケーションにより実施され、
前記段階(c)、(d)、および(e)は、前記コンフィグ用サーバーにより実施される、請求項8に記載のGUI制御方法。
Steps (a), (b), (f), and (g) are performed by the client application of a GUI control system having a client application and a configuration server,
9. The GUI control method according to claim 8, wherein the steps (c), (d), and (e) are performed by the configuration server.
前記GUI情報は、前記第1アプリケーションのGUIの背景色、GUI部品の色、サイズ、配置、文字のフォントサイズ、言語、レイアウト、操作方向、データ入力方法、操作時のユーザーへの確認、および警告の有無の少なくともいずれかを含む、請求項8または9に記載のGUI制御方法。   The GUI information includes the GUI background color of the first application, the color, size and arrangement of GUI components, the font size of the character, language, layout, operation direction, data input method, confirmation to the user during operation, and warning The GUI control method according to claim 8, comprising at least one of presence / absence. 前記GUI制御システムは、複数のクライアントアプリケーションを有し、
前記段階(d)は、前記段階(c)においてコンフィグ用サーバーが複数のクライアントアプリケーションから前記キャプチャを受信するたびに、受信したキャプチャからGUI情報を取得し、前記段階(e)は、前記段階(d)において取得されたGUI情報で前記第1アプリケーションのGUIのコンフィグファイルを更新する、請求項9または10に記載のGUI制御方法。
The GUI control system has a plurality of client applications,
The step (d) acquires GUI information from the received capture every time the config server receives the capture from a plurality of client applications in the step (c), and the step (e) includes the step (e). 11. The GUI control method according to claim 9, wherein the GUI configuration file of the first application is updated with the GUI information acquired in d).
前記コンフィグ用サーバーにおいて、前記段階(d)で取得された前記GUI情報のうち、ユーザーごとに異なる特定のGUI情報のローカルコンフィグファイルを生成する段階(h)をさらに有し、
前記段階(e)は、前記特定のGUI情報以外の前記GUI情報を前記第1アプリケーションのGUIのコンフィグファイルとして設定し、
前記段階(h)において生成された前記ローカルコンフィグファイルを、前記クライアントアプリケーションにおいて取得する段階(i)と、
前記段階(i)において取得された前記ローカルコンフィグファイルを、前記クライアントアプリケーションにおいて保存する段階(j)と、をさらに有し、
前記段階(g)は、前記段階(f)で取得された前記コンフィグファイルと、前記段階(j)で保存された前記ローカルコンフィグファイルと、を前記第1アプリケーション上で起動する第2アプリケーションのGUIのコンフィグファイルとして適用する、請求項9〜11のいずれか一項に記載のGUI制御方法。
The configuration server further includes a step (h) of generating a local configuration file of specific GUI information different for each user among the GUI information acquired in the step (d),
The step (e) sets the GUI information other than the specific GUI information as a GUI configuration file of the first application,
Obtaining the local configuration file generated in step (h) in the client application (i);
Storing the local configuration file obtained in step (i) in the client application (j),
In the step (g), the GUI of the second application that starts the configuration file acquired in the step (f) and the local configuration file saved in the step (j) on the first application. The GUI control method according to claim 9, which is applied as a configuration file.
前記クライアントアプリケーションにおいて、前記段階(f)で取得した前記第1アプリケーションのGUIのコンフィグファイルを保存する段階(k)と、
前記第1アプリケーション上での前記第2アプリケーションの起動時に前記段階(f)で前記コンフィグ用サーバーから取得する前記第1アプリケーションのGUIのコンフィグファイルと、前記起動時前に前記段階(k)で保存された前記第1アプリケーションのGUIのコンフィグファイルと、を前記クライアントアプリケーションにおいて比較する段階(l)と、
前記段階(l)における比較の結果に基づいて、前記第1アプリケーションのGUIのコンフィグファイルの更新の有無を表示するとともに、前記第1アプリケーションのGUIのコンフィグファイルの更新が有る場合は、更新後の前記第1アプリケーションのGUIのコンフィグファイルを、前記第2アプリケーションのGUIのコンフィグファイルとして適用するかどうかをユーザーにより選択可能に表示する段階(m)と、
をさらに有する請求項9〜12のいずれか一項に記載のGUI制御方法。
In the client application, storing the GUI configuration file of the first application acquired in the step (f) (k);
The GUI configuration file of the first application acquired from the configuration server in the step (f) when the second application is started on the first application, and saved in the step (k) before the startup Comparing the configured GUI configuration file of the first application with the client application (l);
Based on the result of the comparison in the step (l), whether or not the GUI configuration file of the first application is updated is displayed, and if there is an update of the GUI configuration file of the first application, Displaying whether the user can select whether to apply the GUI configuration file of the first application as the GUI configuration file of the second application (m);
The GUI control method according to any one of claims 9 to 12, further comprising:
前記段階(d)において前記キャプチャが解析されることで取得された前記GUI情報が、過去に前記キャプチャを解析することで取得された前記GUI情報と一致するかどうか判別する段階(n)をさらに有し、
前記段階(e)は、前記段階(n)において一致しないと判断された場合にのみ、前記段階(d)において取得された前記GUI情報を前記第1アプリケーションのGUIのコンフィグファイルとして設定する、請求項8〜13のいずれか一項に記載のGUI制御方法。
Determining whether the GUI information acquired by analyzing the capture in the step (d) matches the GUI information acquired by analyzing the capture in the past (n) Have
The step (e) sets the GUI information acquired in the step (d) as a GUI configuration file of the first application only when it is determined that they do not match in the step (n). Item 14. The GUI control method according to any one of Items 8 to 13.
GUIを合わせる目標の第1アプリケーションのGUIのキャプチャを取得する手順(a)と、
前記手順(a)において取得された前記キャプチャを送信する手順(b)と、
前記手順(b)において送信された前記キャプチャを受信する手順(c)と、
前記手順(c)において受信された前記キャプチャを解析し、GUI情報を取得する手順(d)と、
前記手順(d)において取得された前記GUI情報を前記第1アプリケーションのGUIのコンフィグファイルとして設定する手順(e)と、
前記手順(e)において設定された前記第1アプリケーションのGUIのコンフィグファイルを取得する手順(f)と、
前記手順(f)において取得された前記第1アプリケーションのGUIのコンフィグファイルを、前記第1アプリケーション上で起動する第2アプリケーションのGUIのコンフィグファイルとして適用する手順(g)と、
を有する手順をGUI制御システムに実行させるプログラム。
A procedure (a) for acquiring a GUI capture of a target first application to match the GUI;
A procedure (b) for transmitting the capture acquired in the procedure (a);
Receiving the capture sent in step (b) (c);
Analyzing the capture received in step (c) and obtaining GUI information; (d);
A procedure (e) for setting the GUI information acquired in the procedure (d) as a GUI configuration file of the first application;
A procedure (f) for obtaining a GUI configuration file of the first application set in the procedure (e);
Applying the GUI configuration file of the first application acquired in step (f) as the GUI configuration file of the second application to be started on the first application;
A program for causing a GUI control system to execute a procedure having
前記手順(a)、(b)、(f)、および(g)は、クライアントアプリケーションおよびコンフィグ用サーバーを有する前記GUI制御システムの前記クライアントアプリケーションにより実行され、
前記手順(c)、(d)、および(e)は、前記コンフィグ用サーバーにより実行される、請求項15に記載のプログラム。
The steps (a), (b), (f), and (g) are executed by the client application of the GUI control system having a client application and a configuration server,
The program according to claim 15, wherein the steps (c), (d), and (e) are executed by the configuration server.
前記GUI情報は、前記第1アプリケーションのGUIの背景色、GUI部品の色、サイズ、配置、文字のフォントサイズ、言語、レイアウト、操作方向、データ入力方法、操作時のユーザーへの確認、および警告の有無の少なくともいずれかを含む、請求項15または16に記載のプログラム。   The GUI information includes the GUI background color of the first application, the color, size and arrangement of GUI components, the font size of the character, language, layout, operation direction, data input method, confirmation to the user during operation, and warning The program according to claim 15 or 16, which includes at least one of presence or absence. 前記GUI制御システムは、複数のクライアントアプリケーションを有し、
前記手順(d)は、前記手順(c)においてコンフィグ用サーバーが複数のクライアントアプリケーションから前記キャプチャを受信するたびに、受信したキャプチャからGUI情報を取得し、前記手順(e)は、前記手順(d)において取得されたGUI情報で前記第1アプリケーションのGUIのコンフィグファイルを更新する、請求項16または17に記載のプログラム。
The GUI control system has a plurality of client applications,
The procedure (d) acquires GUI information from the received capture every time the config server receives the capture from a plurality of client applications in the procedure (c), and the procedure (e) The program according to claim 16 or 17, wherein the GUI configuration file of the first application is updated with the GUI information acquired in d).
前記コンフィグ用サーバーにおいて、前記手順(d)で取得された前記GUI情報のうち、ユーザーごとに異なる特定のGUI情報のローカルコンフィグファイルを生成する手順(h)をさらに有し、
前記手順(e)は、前記特定のGUI情報以外の前記GUI情報を前記第1アプリケーションのGUIのコンフィグファイルとして設定し、
前記手順(h)において生成された前記ローカルコンフィグファイルを、前記クライアントアプリケーションにおいて取得する手順(i)と、
前記手順(i)において取得された前記ローカルコンフィグファイルを、前記クライアントアプリケーションにおいて保存する手順(j)と、をさらに有し、
前記手順(g)は、前記手順(f)で取得された前記コンフィグファイルと、前記手順(j)で保存された前記ローカルコンフィグファイルと、を前記第1アプリケーション上で起動する第2アプリケーションのGUIのコンフィグファイルとして適用する、請求項16〜18のいずれか一項に記載のプログラム。
The configuration server further includes a procedure (h) for generating a local configuration file of specific GUI information different for each user among the GUI information acquired in the procedure (d),
The step (e) sets the GUI information other than the specific GUI information as a GUI configuration file of the first application,
A procedure (i) of acquiring the local configuration file generated in the procedure (h) in the client application;
A step (j) of storing the local configuration file acquired in the step (i) in the client application;
The procedure (g) includes a GUI of a second application that starts the configuration file acquired in the procedure (f) and the local configuration file saved in the procedure (j) on the first application. The program according to any one of claims 16 to 18, which is applied as a configuration file.
前記クライアントアプリケーションにおいて、前記手順(f)で取得した前記第1アプリケーションのGUIのコンフィグファイルを保存する手順(k)と、
前記第1アプリケーション上での前記第2アプリケーションの起動時に前記手順(f)で前記コンフィグ用サーバーから取得する前記第1アプリケーションのGUIのコンフィグファイルと、前記起動時前に前記手順(k)で保存された前記第1アプリケーションのGUIのコンフィグファイルと、を前記クライアントアプリケーションにおいて比較する手順(l)と、
前記手順(l)における比較の結果に基づいて、前記第1アプリケーションのGUIのコンフィグファイルの更新の有無を表示するとともに、前記第1アプリケーションのGUIのコンフィグファイルの更新が有る場合は、更新後の前記第1アプリケーションのGUIのコンフィグファイルを、前記第2アプリケーションのGUIのコンフィグファイルとして適用するかどうかをユーザーにより選択可能に表示する手順(m)と、
をさらに有する請求項16〜19のいずれか一項に記載のプログラム。
In the client application, a procedure (k) for saving the GUI configuration file of the first application acquired in the procedure (f);
The GUI configuration file of the first application acquired from the configuration server in the procedure (f) when the second application is started on the first application, and saved in the procedure (k) before the startup (1) comparing the GUI configuration file of the first application that has been made in the client application;
Based on the result of the comparison in the step (l), whether or not the GUI configuration file of the first application is updated is displayed, and if there is an update of the GUI configuration file of the first application, A step (m) of displaying whether or not to apply the GUI configuration file of the first application as the GUI configuration file of the second application, so as to be selectable by a user;
The program according to any one of claims 16 to 19, further comprising:
前記手順(d)において前記キャプチャが解析されることで取得された前記GUI情報が、過去に前記キャプチャを解析することで取得された前記GUI情報と一致するかどうか判別する手順(n)をさらに有し、
前記手順(e)は、前記手順(n)において一致しないと判断された場合にのみ、前記手順(d)において取得された前記GUI情報を前記第1アプリケーションのGUIのコンフィグファイルとして設定する、請求項15〜20のいずれか一項に記載のプログラム。
A step (n) of determining whether or not the GUI information acquired by analyzing the capture in the step (d) matches the GUI information acquired by analyzing the capture in the past; Have
The procedure (e) sets the GUI information acquired in the procedure (d) as the GUI configuration file of the first application only when it is determined that they do not match in the procedure (n). Item 21. The program according to any one of Items 15 to 20.
請求項15〜21のいずれか一項に記載のプログラムが記録されたコンピュータ読み取り可能な記録媒体。
The computer-readable recording medium with which the program as described in any one of Claims 15-21 was recorded.
JP2014248189A 2014-12-08 2014-12-08 GUI control system, GUI control method, program for GUI control system, and computer-readable recording medium on which program for GUI system is recorded Active JP6428220B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014248189A JP6428220B2 (en) 2014-12-08 2014-12-08 GUI control system, GUI control method, program for GUI control system, and computer-readable recording medium on which program for GUI system is recorded

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014248189A JP6428220B2 (en) 2014-12-08 2014-12-08 GUI control system, GUI control method, program for GUI control system, and computer-readable recording medium on which program for GUI system is recorded

Publications (2)

Publication Number Publication Date
JP2016110446A true JP2016110446A (en) 2016-06-20
JP6428220B2 JP6428220B2 (en) 2018-11-28

Family

ID=56124189

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014248189A Active JP6428220B2 (en) 2014-12-08 2014-12-08 GUI control system, GUI control method, program for GUI control system, and computer-readable recording medium on which program for GUI system is recorded

Country Status (1)

Country Link
JP (1) JP6428220B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020060223A1 (en) * 2018-09-19 2020-03-26 삼성전자주식회사 Device and method for providing application translation information
AU2022100126B4 (en) * 2019-03-18 2023-04-27 Apple Inc. User interfaces for subscription applications

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004038550A (en) * 2002-07-03 2004-02-05 Canon Inc Network device and control method therefor
JP2010128701A (en) * 2008-11-26 2010-06-10 Nec Corp System file sharing device, system file sharing method, and program
JP2011053841A (en) * 2009-08-31 2011-03-17 Toshiba Corp Information processing apparatus and program
US20120166978A1 (en) * 2010-12-24 2012-06-28 Gurpreet Singh Metadata generation systems and methods
JP2013033377A (en) * 2011-08-02 2013-02-14 Nippon Telegr & Teleph Corp <Ntt> Method and device for specifying component to be automatically operated

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004038550A (en) * 2002-07-03 2004-02-05 Canon Inc Network device and control method therefor
JP2010128701A (en) * 2008-11-26 2010-06-10 Nec Corp System file sharing device, system file sharing method, and program
JP2011053841A (en) * 2009-08-31 2011-03-17 Toshiba Corp Information processing apparatus and program
US20120166978A1 (en) * 2010-12-24 2012-06-28 Gurpreet Singh Metadata generation systems and methods
JP2013033377A (en) * 2011-08-02 2013-02-14 Nippon Telegr & Teleph Corp <Ntt> Method and device for specifying component to be automatically operated

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020060223A1 (en) * 2018-09-19 2020-03-26 삼성전자주식회사 Device and method for providing application translation information
KR20200036084A (en) * 2018-09-19 2020-04-07 삼성전자주식회사 Device and method for providing translation information of application
KR102606287B1 (en) 2018-09-19 2023-11-27 삼성전자주식회사 Device and method for providing translation information of application
US11868739B2 (en) 2018-09-19 2024-01-09 Samsung Electronics Co., Ltd. Device and method for providing application translation information
AU2022100126B4 (en) * 2019-03-18 2023-04-27 Apple Inc. User interfaces for subscription applications

Also Published As

Publication number Publication date
JP6428220B2 (en) 2018-11-28

Similar Documents

Publication Publication Date Title
JP5677047B2 (en) Printing system, information processing apparatus, printing method, and program
US9116651B2 (en) Image processing apparatus, control method, and recording medium storing computer program for image processing
US8542370B2 (en) Image forming apparatus executing a process corresponding to a function information item included in an application information item selected from a list, information processing apparatus, information processing method, and computer-readable recording medium
US9830544B2 (en) Image processing apparatus, control method, and storage medium for executing print processing using a password including selecting a personal identification code type that indicates a purpose for using the password
US20170078530A1 (en) Image forming apparatus, controlling method of image forming apparatus and storage medium
US10088982B2 (en) Information processing apparatus, method, and program
US20120215828A1 (en) Information processing system, information processing device, and recording medium
US20160119491A1 (en) Information processing system, information processing apparatus, and information processing method
US8941867B2 (en) Printing system, server apparatus, information processing method, and storage medium
US9477435B2 (en) Image processing apparatus, information terminal, and program
US8773699B2 (en) Information processing apparatus, printing system, and method for controlling the same
US20150371118A1 (en) Image forming apparatus, method for controlling image forming apparatus, and storage medium
US9794429B2 (en) Server apparatus storing print data, printing apparatus, and printing system for checking processing status on a print data list
JP2013149085A (en) Printing system, printing control device and printing control program
US20110082796A1 (en) Copyright management system
US20170039011A1 (en) Printing system, printing apparatus and server used in the system, management method of print data, and medium
US20180293032A1 (en) Print management method and print management apparatus
JP6428220B2 (en) GUI control system, GUI control method, program for GUI control system, and computer-readable recording medium on which program for GUI system is recorded
US20230082502A1 (en) Image forming apparatus, and control method for controlling image forming apparatus
US20150301769A1 (en) Function setting method and recording medium
US20160255221A1 (en) Apparatus, information processing system, information processing method, and computer program product
US20160198055A1 (en) Information processing apparatus, information processing system, and information processing method
US9575697B2 (en) Printing device, system, and method when changing of printers
US9588942B2 (en) Information processing apparatus and information processing method
JP6834716B2 (en) Print management program, print management method, print management device and print management system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20171109

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20180613

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180703

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180726

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: 20181002

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20181015

R150 Certificate of patent or registration of utility model

Ref document number: 6428220

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150