JP2003099170A - User interface controller, user interface control method, computer program, and storage medium - Google Patents

User interface controller, user interface control method, computer program, and storage medium

Info

Publication number
JP2003099170A
JP2003099170A JP2001285681A JP2001285681A JP2003099170A JP 2003099170 A JP2003099170 A JP 2003099170A JP 2001285681 A JP2001285681 A JP 2001285681A JP 2001285681 A JP2001285681 A JP 2001285681A JP 2003099170 A JP2003099170 A JP 2003099170A
Authority
JP
Japan
Prior art keywords
control
user interface
setting
controls
display
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
JP2001285681A
Other languages
Japanese (ja)
Other versions
JP2003099170A5 (en
JP5062932B2 (en
Inventor
Tomonori Minagawa
智徳 皆川
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.)
Canon Inc
Original Assignee
Canon 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 Canon Inc filed Critical Canon Inc
Priority to JP2001285681A priority Critical patent/JP5062932B2/en
Publication of JP2003099170A publication Critical patent/JP2003099170A/en
Publication of JP2003099170A5 publication Critical patent/JP2003099170A5/ja
Application granted granted Critical
Publication of JP5062932B2 publication Critical patent/JP5062932B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a user interface capable of easily constructing a user interface in a window to be displayed for deciding a parameter for executing prescribed processing, and increasing productivity, and improving maintenance. SOLUTION: When an environment setting UI is displayed at printing, an input event by an operator is monitored, and the state variables of each control are changed by referring to a conflict processing rule based on the event. Then, display change is operated so that any unavailable control can be turned to be gray out.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明はユーザインタフェー
ス制御装置及び方法及びコンピュータプログラム及び記
憶媒体に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a user interface control device and method, a computer program and a storage medium.

【0002】[0002]

【従来の技術】コンピュータ上で動作するプログラム
が、ユーザインタフェースを介してユーザからの複数の
設定値の入力を受け付け、それらの設定値に基づいて何
らかの処理を行う機能を有している場合、前述した複数
の設定値間で、排他的な関係、依存関係等が存在する場
合、ユーザからの設定値の入力を受け付ける度に、入力
された値とその他の設定値の中で、関係のある設定値の
値との関係を評価し、それらの設定値間に不整合がない
かどうかの判別を行い、不整合があった場合にはその解
消を実施している。
2. Description of the Related Art In the case where a program running on a computer has a function of receiving a plurality of setting values from a user via a user interface and performing some processing based on those setting values, When there is an exclusive relationship, dependency relationship, etc. between multiple set values that have been set, each time the input of the setting value from the user is accepted, the setting that has a relationship among the input value and other setting values The relationship between the values and the values is evaluated, it is determined whether or not there is a mismatch between the set values, and if there is a mismatch, it is resolved.

【0003】例えば、汎用情報処理装置で動作している
アプリケーションから、印刷指示するときに、印刷に関
する各種設定を行う場合について考えてみる。
Consider, for example, a case where various settings relating to printing are made when a print instruction is given from an application running on a general-purpose information processing apparatus.

【0004】昨今の印刷装置の印字品位は格段に向上
し、その最適化のために数多くの設定パラメータを有す
る。必然、GUIにおける限られたサイズの1つのウイ
ンドウでは対処できず、更に詳細については別ウインド
ウを表示するか、或いは、タブ形式にして表示を切り替
える等で対処せざるを得ない。
The printing quality of printing apparatuses of recent years has been remarkably improved, and many setting parameters are provided for its optimization. Inevitably, one window with a limited size in the GUI cannot be dealt with, and further details have to be dealt with by displaying another window or switching the display in a tab format.

【0005】しかし、設定するパラメータ(コントロー
ル)の中には、互いに因果関係があるものも存在する。
これら因果関係とは、依存関係や排他関係にあるもので
あるが、例えば、或る設定ウインドウで或るパラメータ
に関するコントロール(ラジオボタンや、オプション選
択ボタン、コンボボックス等)で選択や指定を行った
際、別ウインドウの依存関係のあるコントロールだけが
選択や指定可能になり、排他関係にあるものは操作不可
或いは利用不可(以下、コンフリクトという)とするた
めにグレイアウトさせる必要がある。
However, some parameters (controls) to be set have a causal relationship with each other.
These causal relationships have a dependency relationship or an exclusive relationship, but for example, selection or designation is performed by a control (radio button, option selection button, combo box, etc.) related to a certain parameter in a certain setting window. At this time, only controls having a dependency relationship in another window can be selected or designated, and those having an exclusive relationship need to be grayed out so as to be inoperable or unusable (hereinafter, referred to as a conflict).

【0006】[0006]

【発明が解決しようとする課題】しかしながら、タブ切
り替えや別ウインドウ表示を行うと、そのコンフリクト
発生の理由がわかりにくいという問題がある。この問題
は、その理由であるメッセージを表示することで対処で
きるが、その為には、各コントロールに対してその操作
を許可するか不許可にするかの処理も必要になるのは勿
論、コントロール間のコンフリクトの発生の有無のチェ
ックし、その理由を出力する処理も必要になる。
However, when switching tabs or displaying another window, it is difficult to understand the reason for the occurrence of the conflict. This problem can be dealt with by displaying the message that is the reason, but of course, it is necessary for each control to allow or disallow the operation. It is also necessary to check whether there is any conflict between them and output the reason.

【0007】コンフリクトチェックを正確に行うために
はグレイアウトするための処理の各々に対応する検知処
理コードが必要であり、プログラムコードの作成に手間
がかかるだけでなく、グレイアウト処理の追加/変更に
伴って検知処理の漏れや食い違いが出やすいという問題
が発生する。従って、例えば或るコントロールを追加す
る場合には、そのコントロールだけでなく、他のコント
ロールについての因果関係を見直す必要があり、プログ
ラム作成者の負担は増大するばかりである。本発明はか
かる問題点に鑑みなされたものであり、所定の処理を行
うためのパラメータを決定するために表示されるウイン
ドウにおけるユーザーインタフェースを簡単に構築で
き、生産性を高めると共にメンテナンス性にも優れたユ
ーザインタフェース制御装置及び方法及びコンピュータ
プログラム及び記憶媒体を提供しようとするものであ
る。
In order to accurately perform the conflict check, a detection processing code corresponding to each of the processing for graying out is required, which not only takes time to create the program code but also adds / changes the graying-out processing. As a result, there arises a problem that the detection process is likely to be leaked or discrepant. Therefore, for example, when a certain control is added, it is necessary to review the causal relationship not only with that control but also with other controls, which only increases the burden on the program creator. The present invention has been made in view of the above problems, and a user interface in a window displayed for determining a parameter for performing a predetermined process can be easily constructed, which improves productivity and is excellent in maintainability. A user interface control device and method, a computer program, and a storage medium are provided.

【0008】[0008]

【課題を解決するための手段】この課題を解決するた
め、例えば本発明のユーザインタフェース制御装置は以
下の構成を備える。すなわち、所定の処理を行うための
パラメータを決定するため、当該複数のパラメータに対
応する複数のコントロールが配置された表示ウインドウ
を表示し、操作者によるコントロールの操作結果に基づ
いて前記パラメータを決定するユーザーインタフェース
制御装置であって、前記複数のコントロールの依存関係
をコンフリクト処理ルールとして管理する管理手段と、
前記複数のコントロールのうちの1つに対する操作が行
われたとき、前記管理手段で管理されたコンフリクトル
ールに従って、各コントロールの操作可・不可を示す状
態を設定する設定手段と、該設定手段の設定結果に応じ
て、表示ウインドウ中のコントロールの表示形態を更新
する表示更新手段とを備える。
In order to solve this problem, for example, a user interface control device of the present invention has the following configuration. That is, in order to determine a parameter for performing a predetermined process, a display window in which a plurality of controls corresponding to the plurality of parameters are arranged is displayed, and the parameter is determined based on the operation result of the control by the operator. A user interface control device, managing means for managing the dependency relationship of the plurality of controls as a conflict processing rule;
When an operation is performed on one of the plurality of controls, a setting unit that sets a state indicating whether or not each control is operable according to the conflict rule managed by the management unit, and the setting of the setting unit Display updating means for updating the display form of the control in the display window according to the result.

【0009】[0009]

【発明の実施の形態】以下、添付図面を参照して本発明
に係る実施形態を詳細に説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described in detail below with reference to the accompanying drawings.

【0010】なお、実施形態では、ホストコンピュータ
上で動作するアプリケーションから印刷指示する際に、
印刷に関する各種設定を行う場合について説明する。な
お、ホストコンピュータ上で動作するOSとしては、米
国マイクロソフト社が提供するWindowsを例にするもの
とするが、他のOSでも同様である。
In the embodiment, when a print instruction is issued from an application running on the host computer,
A case where various settings relating to printing are performed will be described. The OS operating on the host computer is exemplified by Windows provided by Microsoft Corporation in the United States, but the same applies to other OSs.

【0011】図1は本発明の実施形態を示す印刷処理シ
ステムの構成を説明するブロック図である。なお、特に
断らない限り、本発明の機能が実行されるのであれば、
単体の機器であっても、複数の機器からなるシステムで
あっても、LAN,WAN等のネットワークを介して接
続が為され処理が行われるシステムであっても本発明を
適用できることは言うまでもない。
FIG. 1 is a block diagram for explaining the arrangement of a print processing system showing an embodiment of the present invention. Unless otherwise specified, if the functions of the present invention are executed,
It goes without saying that the present invention can be applied to a single device, a system including a plurality of devices, and a system in which processing is performed by connecting via a network such as a LAN or WAN.

【0012】図1において、3000はホストコンピュ
ータで、1は装置全体の制御を司るCPUである。2は
CPU1のワークエリアとして使用されるRAM(後述
するように、OSやアプリケーション、プリンタドライ
バプログラム及びそのGUI設定プログラムがロードさ
れる)であり、3はフォントROM、BIOS等を記憶
するプログラム用ROM等で構成されるROMを始め、
以下に説明する各要素がバス4を介して接続されてい
る。
In FIG. 1, reference numeral 3000 is a host computer, and 1 is a CPU that controls the entire apparatus. Reference numeral 2 is a RAM used as a work area of the CPU 1 (as will be described later, an OS, an application, a printer driver program and its GUI setting program are loaded), and 3 is a program ROM for storing a font ROM, a BIOS, etc. Starting with the ROM that consists of
Each element described below is connected via a bus 4.

【0013】5はキーボードコントローラ(KBC)
で、キーボード9や不図示のポインティングデバイスか
らのキー入力を制御する。6はCRTコントローラ(C
RTC)で、CRTディスプレイ(CRT)10の表示
を制御する。7はディスクコントローラ(DKC)で、
ブートプログラム、各種のアプリケーション、フォント
データ、ユーザファイル、編集ファイル、プリンタ制御
コマンド生成プログラム(以下プリンタドライバ)等を
記憶するハードディスク(HD)、フロッピー(登録商
標)ディスク(FD)等の外部メモリ11とのアクセス
を制御する。外部メモリ(特にHDD)には、OSを始
めアプリケーション及びプリンタドライバが格納さてい
て、電源投入時に、OSがRAM2にロードされ、その
後ユーザーが指定することで図形編集や文書編集に関す
るアプリケーションがロードされ実行されることにな
る。
5 is a keyboard controller (KBC)
Then, key input from the keyboard 9 or a pointing device (not shown) is controlled. 6 is a CRT controller (C
The display of the CRT display (CRT) 10 is controlled by the RTC). 7 is a disk controller (DKC),
An external memory 11 such as a hard disk (HD) or a floppy (registered trademark) disk (FD) that stores a boot program, various applications, font data, user files, edit files, printer control command generation programs (hereinafter referred to as printer drivers), and the like. Control access. The external memory (particularly the HDD) stores the OS and other applications and printer drivers. When the power is turned on, the OS is loaded into the RAM 2 and then the application relating to graphic editing and document editing is loaded by the user's designation. Will be executed.

【0014】8はプリンタコントローラ(PRTC)
で、所定の双方向性インターフェース(インターフェー
ス)21を介してプリンタ1500に接続されて、プリ
ンタ1500との通信制御処理を実行する。なお、CP
U1は、例えばRAM2上に設定された表示情報RAM
へのアウトラインフォントの展開(ラスタライズ)処理
を実行し、CRT10上でのWYSIWYGを可能とし
ている。また、CPU1は、CRT10上の不図示のマ
ウスカーソル等で指示されたコマンドに基づいて登録さ
れた種々のウインドウを開き、種々のデータ処理を実行
する。ユーザは印刷を実行する際、印刷の設定に関する
ウインドウを開き、プリンタの設定や、印刷モードの選
択を含むプリンタドライバに対する印刷処理方法の設定
を行える。
8 is a printer controller (PRTC)
Then, it is connected to the printer 1500 via a predetermined bidirectional interface (interface) 21 and executes a communication control process with the printer 1500. In addition, CP
U1 is a display information RAM set on the RAM 2, for example.
The outline font development (rasterization) process is executed to enable WYSIWYG on the CRT 10. Further, the CPU 1 opens various windows registered based on a command designated by a mouse cursor (not shown) on the CRT 10 and executes various data processing. When executing printing, the user opens a window relating to print settings, and can make printer settings and print processing method settings for the printer driver including selection of print modes.

【0015】プリンタ1500において、12はプリン
タCPUで、ROM13のプログラム用ROMに記憶さ
れた制御プログラム等あるいは外部メモリ14に記憶さ
れた制御プログラム等に基づいてシステムバス15に接
続される印刷部(プリンタエンジン)17に出力情報と
しての画像信号を出力する。また、このROM13のプ
ログラムROMには、CPU12の制御プログラム等を
記憶する。ROM13のフォント用ROMには上記出力
情報を生成する際に使用するフォントデータ等を記憶
し、ROM13のデータ用ROMにはハードディスク等
の外部メモリ14がないプリンタの場合には、ホストコ
ンピュータ上で利用される情報等を記憶している。CP
U12は入力部18を介してホストコンピュータとの通
信処理が可能となっており、プリンタ内の情報等をホス
トコンピュータ3000に通知可能に構成されている。
19はCPU12の主メモリ、ワークエリア等として機
能するRAMで、図示しない増設ポートに接続されるオ
プションRAMによりメモリ容量を拡張することができ
るように構成されている。なお、RAM19は、出力情
報展開領域、環境データ格納領域、NVRAM等に用い
られる。前述したハードディスク(HD)、ICカード
等の外部メモリ14は、メモリコントローラ(MC)2
0によりアクセスを制御される。外部メモリ14は、オ
プションとして接続され、フォントデータ、エミュレー
ションプログラム、フォームデータ等を記憶する。ま
た、18は前述した操作パネルで操作のためのスイッチ
およびLED表示器等が配されている。また、前述した
外部メモリは1個に限らず、少なくとも1個以上備え、
内蔵フォントに加えてオプションフォントカード、言語
系の異なるプリンタ制御言語を解釈するプログラムを格
納した外部メモリを複数接続できるように構成されてい
てもよい。さらに、図示しないNVRAMを有し、操作
パネル1501からのプリンタモード設定情報を記憶保
持するようにしてもよい。
In the printer 1500, a printer CPU 12 is connected to the system bus 15 based on a control program stored in the program ROM of the ROM 13 or a control program stored in the external memory 14 (printer (printer)). The engine) 17 outputs an image signal as output information. The program ROM of the ROM 13 stores the control program of the CPU 12 and the like. The font ROM of the ROM 13 stores font data or the like used when generating the output information, and in the case of a printer in which the data ROM of the ROM 13 does not have an external memory 14 such as a hard disk, it is used on the host computer. It stores the information to be displayed. CP
The U12 is capable of performing communication processing with the host computer via the input unit 18, and is configured to be able to notify the host computer 3000 of information and the like in the printer.
Reference numeral 19 denotes a RAM that functions as a main memory, a work area, etc. of the CPU 12, and is configured so that the memory capacity can be expanded by an optional RAM connected to an expansion port (not shown). The RAM 19 is used as an output information expansion area, environment data storage area, NVRAM, and the like. The external memory 14 such as the hard disk (HD) or IC card described above is a memory controller (MC) 2
Access is controlled by 0. The external memory 14 is connected as an option and stores font data, emulation programs, form data and the like. Reference numeral 18 denotes the above-mentioned operation panel, on which switches for operation, an LED display, and the like are arranged. Further, the above-mentioned external memory is not limited to one, but at least one is provided,
In addition to the built-in font, an optional font card and a plurality of external memories storing programs for interpreting printer control languages of different languages may be connected. Further, an NVRAM (not shown) may be provided to store and hold the printer mode setting information from the operation panel 1501.

【0016】図2は本実施形態におけるユーザインタフ
ェース制御プログラムがホストコンピュータ3000上
のRAM2にロードされ実行可能となった状態のメモリ
マップを示している。なお、本実施形態におけるユーザ
インタフェース制御プログラムは印刷処理関連プログラ
ム204(プリンタドライバ)の一部として存在してい
る。図3は本実施形態のユーザインタフェース制御部の
内部処理の内容を示すシステム概要図となっている。ま
た、図4は本実施形態のコンフリクト処理における各モ
ジュールで扱うデータの関連を示す例を示している。図
5は本実施形態におけるコンフリクト処理ルールを使っ
たコンフリクト処理及びグレイアウト項目の理由表示処
理を示すフローチャート、図6は本実施形態におけるコ
ンフリクト処理ルールの例を示している。そして、図7
は本実施形態におけるプリンタドライバの表示するユー
ザインタフェースの例であり、図8は図7の状態でユー
ザが[Booklet Printing]を選択した直後の状態を示した
例を、図9は図8の状態でユーザの操作により理由表示
のイベントが発生した状態を示している。また、図11
はメッセージルールの内容を示す図である。
FIG. 2 shows a memory map in a state where the user interface control program according to this embodiment is loaded into the RAM 2 on the host computer 3000 and becomes executable. The user interface control program in this embodiment exists as a part of the print processing related program 204 (printer driver). FIG. 3 is a system schematic diagram showing the contents of internal processing of the user interface control unit of the present embodiment. Further, FIG. 4 shows an example showing a relation of data handled by each module in the conflict processing of the present embodiment. FIG. 5 is a flowchart showing a conflict process and a grayout item reason display process using the conflict process rule in the present embodiment, and FIG. 6 shows an example of the conflict process rule in the present embodiment. And FIG.
8 is an example of a user interface displayed by the printer driver in this embodiment. FIG. 8 shows an example immediately after the user selects [Booklet Printing] in the state of FIG. 7, and FIG. 9 shows the state of FIG. Indicates that a reason display event has occurred due to a user operation. In addition, FIG.
FIG. 6 is a diagram showing the contents of a message rule.

【0017】以下、図5に示すフローチャートを中心に
して本実施形態における動作を詳細に説明する。
The operation of this embodiment will be described in detail below with reference to the flow chart shown in FIG.

【0018】本実施形態では、先に説明したように、プ
リンタドライバがCRT10に各種設定用に表示するユ
ーザインタフェース上でのコンフリクト処理を例に説明
する。
In this embodiment, as described above, the conflict processing on the user interface displayed by the printer driver on the CRT 10 for various settings will be described as an example.

【0019】ユーザが図1に示したキーボードコントロ
ーラKBC5等により図7に示すプリンタドライバユー
ザインタフェース(UI)を開く指示をすることで始ま
る。ユーザよりプリンタドライバUIを開く指示によ
り、OS205の管理の基、RAM2に印刷処理関連プ
ログラム204がロードされる。印刷処理関連プログラ
ム204がRAM2にロードされると、ユーザのプリン
タドライバUIを開く指示により、まずプリンタドライ
バUIを開くための初期化処理が行われる。図3に示す
推論エンジン302は図6に例示してあるように表記さ
れたコンフリクト処理ルール301をコンフリクトマネ
ージャ303を介して、RAM2中に読み込む(ステッ
プ501)。
The process starts when the user gives an instruction to open the printer driver user interface (UI) shown in FIG. 7 using the keyboard controller KBC5 shown in FIG. The print processing related program 204 is loaded into the RAM 2 under the management of the OS 205 according to an instruction from the user to open the printer driver UI. When the print processing related program 204 is loaded into the RAM 2, the initialization processing for opening the printer driver UI is first performed by the user's instruction to open the printer driver UI. The inference engine 302 shown in FIG. 3 reads the conflict processing rule 301 described as illustrated in FIG. 6 into the RAM 2 via the conflict manager 303 (step 501).

【0020】続いて、図4の402に示すようなコンフ
リクトマネージャが利用する状態変数リストを作成する
(ステップ503)。コンフリクト処理ルール403の
中に出現するプリンタ機能名A,B,Cのそれぞれについ
て同名の状態変数が存在する。この状態変数の値はプリ
ンタドライバUIで使用される内部構造体の対応するメ
ンバの値と連動している。全てのプリンタ機能名の状態
変数の初期値はその内部構造体のメンバの値が初期値と
なる。
Then, a state variable list used by the conflict manager as shown by 402 in FIG. 4 is created (step 503). For each of the printer function names A, B, and C appearing in the conflict processing rule 403, there is a state variable with the same name. The value of this state variable is linked to the value of the corresponding member of the internal structure used in the printer driver UI. The initial values of the state variables of all printer function names are the initial values of the members of the internal structure.

【0021】例えば、プリンタ機能名A,B,Cに対応す
るプリンタドライバUI内部構造体401のメンバをそ
れぞれ cA,cB,cCとする。int cAの初期値は0
なので、それに対応する状態変数Aの値はOFFとな
る。従って推論エンジン302内のプリンタ機能名Aの
状態値の初期値もOFFとなる。同様にプリンタ機能名
Bの初期値はON、プリンタ機能名Cの初期値はOFF
となる。 A OFF B ON C OFF 次に、コンフリクト処理ルール403を発動し、記載さ
れている A(ON) ← B(ON), C(OFF). が成立した場合、すなわちプリンタ機能名BがONで且
つプリンタ機能名CがOFFの場合、推論エンジン30
2は左辺のプリンタ機能名Aの状態変数値をONに変更
する。 A ON B ON C OFF このように状態変数リストが初期化される。
For example, the members of the printer driver UI internal structure 401 corresponding to the printer function names A, B and C are cA, cB and cC, respectively. The initial value of int cA is 0
Therefore, the value of the state variable A corresponding to that is OFF. Therefore, the initial state value of the printer function name A in the inference engine 302 is also OFF. Similarly, the initial value of printer function name B is ON, and the initial value of printer function name C is OFF.
Becomes A OFF B ON C OFF Next, if the conflict processing rule 403 is invoked and the described A (ON) ← B (ON), C (OFF). Is established, that is, the printer function name B is ON and When the printer function name C is OFF, the inference engine 30
2 changes the state variable value of the printer function name A on the left side to ON. A ON B ON C OFF The state variable list is thus initialized.

【0022】コンフリクトチェックの推論が終了した
後、コンフリクトマネージャは変更された状態変数の値
をプリンタドライバUI内部構造体401の対応するメ
ンバ int cA に反映させる。つまり int cA は上記ルー
ルが成立した事によって0から1に変更される。
After the inference of the conflict check is completed, the conflict manager reflects the changed value of the state variable in the corresponding member int cA of the printer driver UI internal structure 401. So int cA is changed from 0 to 1 when the above rule is satisfied.

【0023】続いて、プリンタドライバUIのオープン
のために必要な初期化処理を行い、図7に例示するよう
なプリンタドライバUIをオープンする(ステップ50
4)。
Subsequently, the initialization process required for opening the printer driver UI is performed, and the printer driver UI as illustrated in FIG. 7 is opened (step 50).
4).

【0024】プリンタドライバUIがオープンされた後
は、OSより送られてくるイベントの取得とその処理を
繰り返す(ステップ505)。なお、ここで言う「イベ
ント」とは、現在動作しているプリンタドライバUIに
対してユーザーが何らかの操作を行ったとき、その「操
作」があったことOSが通知するものである。例えば、
或るボタン(コントロールの1つ)アイコンをクリック
した場合には、そのボタンに対してクリックされたとい
うイベントが発生するので、そのイベントが発生した際
の動作を記述しておくことで、そのイベントに対応する
処理が実現できる。
After the printer driver UI is opened, the acquisition of the event sent from the OS and its processing are repeated (step 505). Note that the "event" referred to here is that the OS notifies that the "operation" has been performed when the user performs some operation on the printer driver UI that is currently operating. For example,
When a button (one of the controls) icon is clicked, an event that the button is clicked occurs. By describing the operation when that event occurs, the event The processing corresponding to can be realized.

【0025】ステップ505にて取得したイベントがユ
ーザがプリンタドライバUI上の設定項目を変更したイ
ベントであるかどうかの判別を行い(ステップ50
6)、そうであった場合には、ステップ501で構築し
たコンフリクト処理ルールを適用する(ステップ50
7)。ユーザの設定変更要求が図7に示すPrint Style
を1-Sided PrintingからBooklet Printingに変更するも
のであった場合を例にとると、コンフリクト処理の適用
は図6に示すコンフリクト処理ルールに対して行われ
る。
It is determined whether or not the event acquired in step 505 is an event in which the user has changed the setting item on the printer driver UI (step 50).
6) If so, the conflict processing rule constructed in step 501 is applied (step 50)
7). The user's setting change request is Print Style shown in FIG.
Taking the case of changing from 1-Sided Printing to Booklet Printing as an example, the conflict processing is applied to the conflict processing rule shown in FIG.

【0026】プリンタドライバUI内部構造体401の
メンバとして存在するCollate、Group、Staple、Layout
の各メンバのコンフリクト処理ルール適用前の値は、以
下の通りとなる。 Collate OFF Group ON Staple OFF Layout 1-SIDED ユーザの変更要求がLayoutを1-SidedからBookletに変更
するものであるので、Layoutのメンバの内容は下記の通
りとなる。 Collate OFF Group ON Staple OFF Layout BOOKLET すると、プリンタドライバUI306はコンフリクトマ
ネージャ303を呼び出し、状態変数リストにあるLayo
utの状態変数が更新され、続いて推論エンジン302が
コールされて、コンフリクト処理ルールの適用が始ま
る。まず推論エンジン302内の各プリンタ機能名が状
態変数リストの各メンバの持つ値で初期化される。続い
て、図6の(5)が適用され、StapleはOFFのままコン
トロールはdisable、すなわちグレイアウトされる。同
様に図6(7)、(8)が適用され、Collateの値はOFF
からONへ、Groupの値はONからOFFへ変更され、各コント
ロールはdisableとなる。 Collate ON (disable) Group OFF (disable) Staple OFF (disable) Layout BOOKLET 以上で推論エンジン302でのコンフリクト処理ルール
の適用が終了する。
Collate, Group, Staple, Layout existing as members of the printer driver UI internal structure 401
The values of each member before the conflict processing rule is applied are as follows. Collate OFF Group ON Staple OFF Layout 1-SIDED Since the user's change request changes Layout from 1-Sided to Booklet, the contents of Layout members are as follows. Collate OFF Group ON Staple OFF Layout BOOKLET Then, the printer driver UI 306 calls the conflict manager 303, and Layo in the state variable list
The state variable of ut is updated, and then the inference engine 302 is called to start application of the conflict processing rule. First, each printer function name in the inference engine 302 is initialized with the value held by each member of the state variable list. Subsequently, (5) of FIG. 6 is applied, and Staple remains OFF, and control is disabled, that is, grayed out. Similarly, Fig. 6 (7) and (8) are applied, and the value of Collate is OFF.
From ON to ON, the value of Group is changed from ON to OFF, and each control is disabled. Collate ON (disable) Group OFF (disable) Staple OFF (disable) Layout BOOKLET Above, the application of the conflict processing rule in the inference engine 302 is completed.

【0027】次のステップでは、コンフリクトマネージ
ャ303が上記の最終状態を元に状態変数リストの更新
(ステップ508)とプリンタドライバUI内部構造体
の更新(ステップ509)を行う。
In the next step, the conflict manager 303 updates the state variable list (step 508) and the printer driver UI internal structure (step 509) based on the final state.

【0028】続いて、プリンタドライバUI306がプ
リンタドライバUI内部構造体のメンバの値を参照し
て、UIの更新が必要かどうかの判別を行う(ステップ
510)。UIの更新の必要がない場合には、そのまま
ステップ505に戻る。更新が必要な場合にはUIの更
新処理を行う(ステップ511)。またこのステップで
は、後述する理由表示のために任意のコントロールにコ
ンフリクトマークをつける処理も行う。上記の例では、
Layoutが1-Sided PrintingからBooklet Printingに設定
が変更されたことにより、CollateがOFFからONへ、Grou
pがONからOFFへと変化し、Collate, Group, Staple がd
isableし、さらにコンフリクトマークを表示しており、
プリンタドライバUIは図8に示すとおりに更新され
る。処理後ステップ505に戻る。
Next, the printer driver UI 306 refers to the value of the member of the internal structure of the printer driver UI to determine whether the UI needs to be updated (step 510). If it is not necessary to update the UI, the process directly returns to step 505. If the update is necessary, the UI is updated (step 511). Further, in this step, a process of adding a conflict mark to an arbitrary control for the reason display described later is also performed. In the above example,
Since the setting of Layout is changed from 1-Sided Printing to Booklet Printing, Collate changes from OFF to ON, Grou
p changes from ON to OFF, Collate, Group, Staple d
It is isable, and a conflict mark is displayed,
The printer driver UI is updated as shown in FIG. After processing, the process returns to step 505.

【0029】ステップ506の判別にて、設定変更要求
ではなかった場合、次にグレイアウトの理由表示のイベ
ントであるかを判別する(ステップ512)。本イベン
トは、例えばコンフリクトマークをクリックした場合や
コンフリクトマーク上にマウスカーソルが重なった場合
などに発生する。
If it is determined in step 506 that the setting change request is not received, it is then determined whether the event is a grayout reason display event (step 512). This event occurs, for example, when the conflict mark is clicked or when the mouse cursor is over the conflict mark.

【0030】本イベントが発生した場合、プリンタドラ
イバUI306はコンフリクトマネージャ303に理由
取得の要求を出す(ステップ513)。コンフリクトマ
ネージャ303はコンフリクト処理ルール301を読み
込み、指定されたコントロールをグレイアウトしている
理由を検索する。
When this event occurs, the printer driver UI 306 issues a reason acquisition request to the conflict manager 303 (step 513). The conflict manager 303 reads the conflict processing rule 301 and searches for the reason why the specified control is grayed out.

【0031】例えばStapleがグレイアウトされている理
由を検索する場合、図6のルールのうちStapleをdisabl
eしているルールを順にチェックする。ここでは(3)
(4)(5)(6)が該当し、(3)のフィニッシャは
ついておりONのためスルー、(4)のステイプル可能な
用紙かはOKでありONのためスルー、(5)のBOOKLETは
指定されているためこれが理由として該当する、という
具合である。なお、ここではフィニッシャが装着されて
おり、用紙はステイプル可能なサイズであるものとし
た。(6)の用紙タイプがOHPかというチェックは、よ
り優先順位の高い理由が既に見つかっているので実行さ
れない。コンフリクトマネージャ303はこの理由に該
当する識別子(IDなど)をプリンタドライバUI306
に返す。プリンタドライバUI306は理由の識別子に
対応する処理を任意に行う。例えば図9に示すようにコ
メントメッセージを表示することができる(ステップ5
14)。何かキーを押下したりマウスカーソルを移動す
るなどによりイベントが解除されると、メッセージは消
えステップ505に戻る。
For example, when searching for the reason why Staple is grayed out, Staple is disabl in the rule of FIG.
e Check the rules in order. Here (3)
(4) (5) and (6) are applicable, the finisher of (3) is attached and is ON because it is ON, and (4) Stapleable paper is OK because it is ON and is through, and (5) BOOKLET is The reason is that this is applicable because it is specified. Note that the finisher is attached here and the paper is of a size that can be stapled. The check (6) whether the paper type is OHP is not executed because the reason for the higher priority has already been found. The conflict manager 303 assigns the identifier (ID, etc.) corresponding to this reason to the printer driver UI 306.
Return to. The printer driver UI 306 arbitrarily performs processing corresponding to the reason identifier. For example, a comment message can be displayed as shown in FIG. 9 (step 5).
14). When the event is canceled by pressing any key or moving the mouse cursor, the message disappears and the process returns to step 505.

【0032】ステップ512の判別にて理由表示イベン
トではなかった場合は、続いてプリンタドライバUIの
クローズ要求かどうかの判別を行う(ステップ51
5)。クローズ要求であった場合には、終了処理を行
い、プリンタドライバUIをクローズして、全ての処理
を終了する(ステップ516)。一方、クローズ要求で
はなかった場合には、再び、処理はステップ505に戻
る。
If the reason is not a reason display event in the determination in step 512, then it is determined whether the request is a printer driver UI close request (step 51).
5). If the request is a close request, end processing is performed, the printer driver UI is closed, and all processing is ended (step 516). On the other hand, if it is not the close request, the process returns to step 505 again.

【0033】なお、メッセージの表示であるが、カーソ
ルを該当するコントロールの上に移動した際に発生する
イベントを利用する。このときに表示するメッセージ
は、例えば図11に示すようにテーブルとして管理して
おく。例えば、コントロールAの場合、そのコントロー
ルAが操作不可になる理由として、図示の場合には2つ
存在することを示している。1つは、他のコントロール
BがONで、コントロールCがOFFの場合、もう1つ
はコントロールXがONで、コントロールYがOFFの
場合であり、該当する状況に応じて表示すべきメッセー
ジを読み取り、それを表示することになる。
Although the message is displayed, an event that occurs when the cursor is moved over the corresponding control is used. The message displayed at this time is managed as a table as shown in FIG. 11, for example. For example, in the case of the control A, the reason why the control A becomes inoperable is that there are two in the illustrated case. One is when the other control B is ON and the control C is OFF, and the other is when the control X is ON and the control Y is OFF. Read the message to be displayed according to the situation. , Will display it.

【0034】以上の処理は、プリンタドライバUIがク
ローズされるまで、繰り返し実行される。プリンタドラ
イバUIがクローズされると処理は全て終了し、本実施
形態における印刷処理関連プログラムの処理も終了し、
RAM2からはOS205の機能により消去される。な
お、本実施形態においては、本印刷処理関連プログラム
を記録する媒体を外部メモリとしているが、外部メモリ
としては、FD、HDドライブ、CD-ROMやICメモリカード等
であってもよい。更に、本印刷プログラム単独、もしく
はOSその他のホストコンピュータ上で動作するプログラ
ムと共にROM3に記録しておき、これをメモリマップ
の一部となすように構成し、直接CPU1で実行するこ
とも可能である。
The above processing is repeatedly executed until the printer driver UI is closed. When the printer driver UI is closed, all the processing ends, and the processing of the print processing related program in this embodiment also ends.
It is erased from the RAM 2 by the function of the OS 205. In this embodiment, the medium for recording the print processing-related program is an external memory, but the external memory may be an FD, HD drive, CD-ROM, IC memory card, or the like. Further, it is also possible to record the print program in the ROM 3 alone or together with a program such as an OS and other programs operating on a host computer, configure it as a part of a memory map, and execute it directly by the CPU 1. .

【0035】[0035]

【他の実施形態】上記実施形態において、理由表示はス
テップ514に示したようにプリンタドライバUIが行
っているが、図10のステップ1013のようにコンフ
リクトマネージャ内で行うこともできる。すなわち、コ
ンフリクトマネージャ303の内部に文字列リソースを
持ち、該当する理由を検索したらそれをプリンタドライ
バUI303に返すのではなく、対応する文字列リソー
スをコンフリクトマネージャがロードして表示処理を行
ってもよい。
Other Embodiments In the above embodiment, the reason display is performed by the printer driver UI as shown in step 514, but it is also possible to perform the reason display in the conflict manager as in step 1013 of FIG. That is, instead of returning the corresponding character string resource to the printer driver UI 303 when the corresponding reason is searched for, the conflict manager may load the corresponding character string resource and perform display processing. .

【0036】また、ステップ513では最も優先順位の
高い理由をひとつ見つけた時点で理由の検索を終了する
が、中断せずにルール全体を検索し、該当する理由をす
べて表示してもよい。
In step 513, the reason search ends when one reason with the highest priority is found, but the entire rule may be searched without interruption and all the corresponding reasons may be displayed.

【0037】以上説明したように本実施形態によれば、
コンフリクト処理を行うためのコンフリクト処理ルール
を記載するだけで、コンフリクトをかけた処理と同じ条
件で理由を取得する事ができる。そのため理由取得のた
めの専用プログラムコードを追加する煩わしさや、条件
の漏れや食い違いを生ずるケースから解放され、品質の
高い理由表示処理を実現できるという効果がある。
As described above, according to this embodiment,
The reason can be acquired under the same condition as the process that caused the conflict, simply by describing the conflict process rule for performing the conflict process. Therefore, there is an effect that it is possible to realize a high-quality reason display process without being bothered by adding a dedicated program code for acquiring the reason and free from the case where the condition is leaked or mismatched.

【0038】さらに、理由表示処理をプリンタドライバ
UIからコンフリクトマネージャに移すことで両者の間
で理由識別子の同期を取る必要がなくなり、つまり独立
性が向上し、生産性が高くメンテナンス性に優れるとい
う効果がある。
Further, by transferring the reason display processing from the printer driver UI to the conflict manager, it is not necessary to synchronize the reason identifiers between the two, that is, the independence is improved, the productivity is high and the maintainability is excellent. There is.

【0039】なお、上記実施形態からの容易に理解でき
るように、本実施形態におけるその動作は、プリンタド
ライバ或いはその一部におけるプログラムによって実現
できるものである。従って、本発明はコンピュータにプ
ログラムを組み込むことによって実現できるわけである
から、コンピュータプログラムも本発明に含まれる。ま
た、プログラムをコンピュータにインストールする際、
フロッピーディスクやCDROM等の記憶媒体を介して
行われるわけであるから、それら記憶媒体も本発明の範
疇に含まれる。
As can be easily understood from the above embodiment, the operation in this embodiment can be realized by a program in the printer driver or a part thereof. Therefore, the present invention can be realized by incorporating the program into a computer, and the computer program is also included in the present invention. Also, when installing the program on your computer,
Since it is performed via a storage medium such as a floppy disk or a CDROM, those storage media are also included in the scope of the present invention.

【0040】[0040]

【発明の効果】以上説明したように本発明によれば、所
定の処理を行うためのパラメータを決定するために表示
されるウインドウにおけるユーザーインタフェースを簡
単に構築でき、生産性を高めると共にメンテナンス性に
も優れたユーザインタフェースを提供できる。
As described above, according to the present invention, it is possible to easily construct a user interface in a window displayed for determining a parameter for performing a predetermined process, thereby improving productivity and improving maintainability. Can provide an excellent user interface.

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

【図1】本発明の一実施形態を示す印刷処理システムの
構成を説明するブロック図である。
FIG. 1 is a block diagram illustrating a configuration of a print processing system according to an exemplary embodiment of the present invention.

【図2】ユーザインタフェース制御プログラムを含む印
刷関連処理関連プログラムがホストコンピュータ300
0のRAM2上にロードされている際のメモリマップを
示すブロック図である。
FIG. 2 is a print-related process-related program including a user interface control program, which is executed by a host computer 300.
It is a block diagram which shows a memory map at the time of being loaded on 0 RAM2.

【図3】本実施形態のユーザインタフェース制御部の内
部処理の内容を示すシステム概要図である。
FIG. 3 is a system schematic diagram showing the contents of internal processing of a user interface control unit of the present embodiment.

【図4】本実施形態におけるコンフリクト処理における
各モジュールで扱うデータの関連を示す例である。
FIG. 4 is an example showing a relation of data handled by each module in the conflict processing in the present embodiment.

【図5】本実施形態におけるコンフリクト処理ルールを
使ったコンフリクト処理及びグレイアウト項目の理由表
示処理の手順を示すフローチャートである。
FIG. 5 is a flowchart showing a procedure of a conflict process using a conflict process rule and a grayout item reason display process in the present embodiment.

【図6】本実施形態における補完処理前のコンフリクト
処理ルールの例である。
FIG. 6 is an example of a conflict processing rule before complementary processing in the present embodiment.

【図7】本実施形態におけるプリンタドライバの表示す
るユーザインタフェースの例を示す図である。
FIG. 7 is a diagram showing an example of a user interface displayed by a printer driver according to the present embodiment.

【図8】図7の状態でユーザが[Booklet Printing]を選
択した直後の状態を示す図である。
8 is a diagram showing a state immediately after the user selects [Booklet Printing] in the state of FIG. 7.

【図9】図8の状態でユーザの操作により理由表示イベ
ントが発生した状態を示す図である。
9 is a diagram showing a state in which a reason display event has occurred due to a user operation in the state of FIG. 8;

【図10】別の実施形態におけるグレイアウト項目の理
由表示をフローチャートにて図示したものである。
FIG. 10 is a flowchart showing the reason display of a grayout item in another embodiment.

【図11】実施形態におけるメッセージルールを示す図
である。
FIG. 11 is a diagram showing a message rule in the embodiment.

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】 所定の処理を行うためのパラメータを決
定するため、当該複数のパラメータに対応する複数のコ
ントロールが配置された表示ウインドウを表示し、操作
者によるコントロールの操作結果に基づいて前記パラメ
ータを決定するユーザーインタフェース制御装置であっ
て、 前記複数のコントロールの依存関係をコンフリクト処理
ルールとして管理する管理手段と、 前記複数のコントロールのうちの1つに対する操作が行
われたとき、前記管理手段で管理されたコンフリクトル
ールに従って、各コントロールの操作可・不可を示す状
態を設定する設定手段と、 該設定手段の設定結果に応じて、表示ウインドウ中のコ
ントロールの表示形態を更新する表示更新手段とを備え
ることを特徴とするユーザインタフェース制御装置。
1. To determine a parameter for performing a predetermined process, a display window in which a plurality of controls corresponding to the plurality of parameters are arranged is displayed, and the parameter is determined based on an operation result of the control by an operator. A user interface control device for determining the dependency of the plurality of controls as a conflict processing rule; and when an operation is performed on one of the plurality of controls, According to the managed conflict rule, setting means for setting a state indicating whether or not each control can be operated, and display updating means for updating the display form of the control in the display window according to the setting result of the setting means. A user interface control device comprising:
【請求項2】 前記設定手段は、操作者の入力によるイ
ベントをトリガにして動作することを特徴とする請求項
第1項に記載のユーザインタフェース制御装置。
2. The user interface control device according to claim 1, wherein the setting unit operates by triggering an event input by an operator.
【請求項3】 前記コンフリクト処理ルールは、対象コ
ントロールの状態と、当該対象コントロールの状態を変
更する原因となる他のコントロールの状態の因果関係を
記述した形式となっていることを特徴とする請求項第1
項に記載のユーザインタフェース制御装置。
3. The conflict processing rule has a format that describes a causal relationship between a state of a target control and a state of another control that causes a change in the state of the target control. Item 1
The user interface control device according to the paragraph.
【請求項4】 前記対象コントロールの状態を変更する
原因となる他のコントロールは複数存在することを特徴
とする請求項第1項に記載のユーザインタフェース制御
装置。
4. The user interface control device according to claim 1, wherein there are a plurality of other controls that cause the state of the target control to be changed.
【請求項5】 表示更新手段は、操作不可となるコント
ロールについてグレイアウトすることを特徴とする請求
項第1項に記載のユーザインタフェース制御装置。
5. The user interface control device according to claim 1, wherein the display update means grays out a control that cannot be operated.
【請求項6】 更に、対象コントロールの状態及び当該
対象コントロールの状態を変更する原因となる他のコン
トロールの状態の因果関係と、前記対象コントロールに
対するメッセージを記憶する記憶手段と、 操作不可となったコントロールが指定された場合、当該
指定コントロールに対応するメッセージを前記記憶手段
より抽出し、表示する表示手段とを備えることを特徴と
する請求項第1項に記載のユーザインタフェース制御装
置。
6. The causal relationship between the state of the target control and the state of another control that causes the state of the target control to change, a storage means for storing a message to the target control, and an operation disabled. The user interface control device according to claim 1, further comprising a display unit that extracts a message corresponding to the designated control from the storage unit and displays the message when the control is designated.
【請求項7】 前記表示ウインドウは、プリンタドライ
バの一部による印刷環境設定のウインドウとすることを
特徴とする請求項第1項乃至第6項のいずれか1つに記
載のユーザインタフェース制御装置。
7. The user interface control device according to claim 1, wherein the display window is a window for setting a printing environment by a part of a printer driver.
【請求項8】 所定の処理を行うためのパラメータを決
定するため、当該複数のパラメータに対応する複数のコ
ントロールが配置された表示ウインドウを表示し、操作
者によるコントロールの操作結果に基づいて前記パラメ
ータを決定するユーザーインタフェース制御方法であっ
て、 前記複数のコントロールの依存関係をコンフリクト処理
ルールとして管理する管理工程と、 前記複数のコントロールのうちの1つに対する操作が行
われたとき、前記管理手段で管理されたコンフリクトル
ールに従って、各コントロールの操作可・不可を示す状
態を設定する設定工程と、 該設定工程の設定結果に応じて、表示ウインドウ中のコ
ントロールの表示形態を更新する表示更新工程とを備え
ることを特徴とするユーザインタフェース制御方法。
8. In order to determine a parameter for performing a predetermined process, a display window in which a plurality of controls corresponding to the plurality of parameters are arranged is displayed, and the parameter is determined based on the operation result of the control by the operator. And a management step of managing dependency relations of the plurality of controls as a conflict processing rule, and when the operation is performed on one of the plurality of controls, According to the managed conflict rule, a setting step of setting a state indicating whether or not each control can be operated, and a display updating step of updating the display form of the control in the display window according to the setting result of the setting step. A user interface control method comprising:
【請求項9】 コンピュータが読み込み実行すること
で、所定の処理を行うためのパラメータを決定するた
め、当該複数のパラメータに対応する複数のコントロー
ルが配置された表示ウインドウを表示し、操作者による
コントロールの操作結果に基づいて前記パラメータを決
定するユーザーインタフェース制御装置として機能する
コンピュータプログラムであって、 前記複数のコントロールの依存関係をコンフリクト処理
ルールとして管理する管理工程のプログラムコードと、 前記複数のコントロールのうちの1つに対する操作が行
われたとき、前記管理手段で管理されたコンフリクトル
ールに従って、各コントロールの操作可・不可を示す状
態を設定する設定工程のプログラムコードと、 該設定工程の設定結果に応じて、表示ウインドウ中のコ
ントロールの表示形態を更新する表示更新工程のプログ
ラムコードとを備えることを特徴とするコンピュータプ
ログラム。
9. A computer controls the control by an operator by displaying a display window in which a plurality of controls corresponding to the plurality of parameters are arranged in order to determine a parameter for performing a predetermined process by reading and executing the computer. Is a computer program that functions as a user interface control device that determines the parameters based on the operation result of, a program code of a management process that manages the dependency relationship of the plurality of controls as a conflict processing rule, and the plurality of controls. When an operation is performed on one of them, the program code of the setting process for setting the state indicating whether or not each control can be operated is set in accordance with the conflict rule managed by the management means, and the setting result of the setting process. Depending on the display window And a program code of a display updating step for updating the display form of the control of 1.
【請求項10】 請求項第9項に記載のコンピュータプ
ログラムを格納することを特徴とする記憶媒体。
10. A storage medium on which the computer program according to claim 9 is stored.
JP2001285681A 2001-09-19 2001-09-19 User interface control device and method, computer program, and storage medium Expired - Fee Related JP5062932B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001285681A JP5062932B2 (en) 2001-09-19 2001-09-19 User interface control device and method, computer program, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001285681A JP5062932B2 (en) 2001-09-19 2001-09-19 User interface control device and method, computer program, and storage medium

Publications (3)

Publication Number Publication Date
JP2003099170A true JP2003099170A (en) 2003-04-04
JP2003099170A5 JP2003099170A5 (en) 2008-10-30
JP5062932B2 JP5062932B2 (en) 2012-10-31

Family

ID=19108794

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001285681A Expired - Fee Related JP5062932B2 (en) 2001-09-19 2001-09-19 User interface control device and method, computer program, and storage medium

Country Status (1)

Country Link
JP (1) JP5062932B2 (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7475407B2 (en) 2003-03-27 2009-01-06 Canon Kabushiki Kaisha Information processing apparatus and method for evaluating conflict resolution rules
WO2010016234A1 (en) 2008-08-08 2010-02-11 Canon Kabushiki Kaisha Information processing apparatus and method, and control program
US7822772B2 (en) 2006-12-28 2010-10-26 Brother Kogyo Kabushiki Kaisha Data processor
JP2011043889A (en) * 2009-08-19 2011-03-03 Konica Minolta Business Technologies Inc Job editing method, job editing device, and image forming apparatus
JP2011154640A (en) * 2010-01-28 2011-08-11 Kyocera Mita Corp Setting apparatus, display program, and display method
JP2015125539A (en) * 2013-12-26 2015-07-06 株式会社沖データ Image processor and printing system
JP2016066346A (en) * 2014-09-17 2016-04-28 株式会社リコー Prohibition processing device, prohibition processing method and program
US9971554B2 (en) 2015-07-13 2018-05-15 Canon Kabushiki Kaisha Resolving print setting conflicts in an image forming system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000227847A (en) * 1999-02-08 2000-08-15 Fuji Xerox Co Ltd Device and method for setting execution conditions
JP2001195166A (en) * 2000-01-11 2001-07-19 Fuji Xerox Co Ltd Information processor
JP2001216064A (en) * 2000-02-04 2001-08-10 Minolta Co Ltd Operation condition setting device and printer driver and printer and operation condition setting method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000227847A (en) * 1999-02-08 2000-08-15 Fuji Xerox Co Ltd Device and method for setting execution conditions
JP2001195166A (en) * 2000-01-11 2001-07-19 Fuji Xerox Co Ltd Information processor
JP2001216064A (en) * 2000-02-04 2001-08-10 Minolta Co Ltd Operation condition setting device and printer driver and printer and operation condition setting method

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7475407B2 (en) 2003-03-27 2009-01-06 Canon Kabushiki Kaisha Information processing apparatus and method for evaluating conflict resolution rules
US7822772B2 (en) 2006-12-28 2010-10-26 Brother Kogyo Kabushiki Kaisha Data processor
WO2010016234A1 (en) 2008-08-08 2010-02-11 Canon Kabushiki Kaisha Information processing apparatus and method, and control program
US9047032B2 (en) 2008-08-08 2015-06-02 Canon Kabushiki Kaisha Information processing apparatus and method, and control program
JP2011043889A (en) * 2009-08-19 2011-03-03 Konica Minolta Business Technologies Inc Job editing method, job editing device, and image forming apparatus
JP2011154640A (en) * 2010-01-28 2011-08-11 Kyocera Mita Corp Setting apparatus, display program, and display method
JP2015125539A (en) * 2013-12-26 2015-07-06 株式会社沖データ Image processor and printing system
JP2016066346A (en) * 2014-09-17 2016-04-28 株式会社リコー Prohibition processing device, prohibition processing method and program
US9971554B2 (en) 2015-07-13 2018-05-15 Canon Kabushiki Kaisha Resolving print setting conflicts in an image forming system

Also Published As

Publication number Publication date
JP5062932B2 (en) 2012-10-31

Similar Documents

Publication Publication Date Title
US7218976B2 (en) User interface control apparatus and method
US9128646B2 (en) Information processing apparatus, information processing method, and computer readable recording medium stored with information processing program
US9836256B2 (en) Information processing apparatus and method of controlling the same
US9218150B2 (en) Image forming apparatus and method thereof
JP4371693B2 (en) Print control apparatus, print control method, and computer program
JP4863450B2 (en) Information processing apparatus for customizing device driver program and device driver program customization method
US7817294B2 (en) Data processing apparatus, print setting processing method, storing medium storing computer-readable program therein, and program
EP3293628B1 (en) Information processing apparatus and information processing method
EP1999557B1 (en) Printing controller,gui display method, printer driver, and recording medium
JP4077996B2 (en) Data processing apparatus, data processing method, and storage medium storing computer-readable program
US20110075207A1 (en) Information processing apparatus and method thereof
US9367266B2 (en) Information processing apparatus, control method, and storage medium
US8675217B2 (en) Data processing apparatus having a printer driver for changing an output destination
US20100007905A1 (en) Printer selection apparatus, and computer readable recording medium stored with printer selection program
JP6936634B2 (en) Information processing device and information storage method
JP2007272857A (en) Device driver system
JP2001243031A (en) Printing controller and its controlling method
US7346673B1 (en) Method and apparatus for selecting a device and a computer product
JP5062932B2 (en) User interface control device and method, computer program, and storage medium
JP2010176639A (en) Print control apparatus, print control method and program
US20090193412A1 (en) Computer-Readable Medium, Information Processing Apparatus, Display Control Method
JP2007094554A (en) Information processor and printer searching method
JP3814479B2 (en) Information processing apparatus, information processing method, image forming apparatus, and storage medium
JP2001043051A (en) Information processor, control method thereof, and storage medium
JP4366027B2 (en) User interface control apparatus and method

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080916

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080916

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100907

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100917

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20101115

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20111003

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20111201

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120807

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

Free format text: PAYMENT UNTIL: 20150817

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees