JP2006221581A - Device and method of preparing operation description expression for gui application, and program - Google Patents

Device and method of preparing operation description expression for gui application, and program Download PDF

Info

Publication number
JP2006221581A
JP2006221581A JP2005036938A JP2005036938A JP2006221581A JP 2006221581 A JP2006221581 A JP 2006221581A JP 2005036938 A JP2005036938 A JP 2005036938A JP 2005036938 A JP2005036938 A JP 2005036938A JP 2006221581 A JP2006221581 A JP 2006221581A
Authority
JP
Japan
Prior art keywords
character string
acquired
event information
component
gui application
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
JP2005036938A
Other languages
Japanese (ja)
Other versions
JP4078356B2 (en
Inventor
Takashi Shibuya
貴志 澁谷
Miwako Shimazu
美和子 島津
Masaki Shindo
正樹 新藤
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.)
Toshiba Corp
Toshiba Digital Solutions Corp
Original Assignee
Toshiba Corp
Toshiba Solutions Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp, Toshiba Solutions Corp filed Critical Toshiba Corp
Priority to JP2005036938A priority Critical patent/JP4078356B2/en
Publication of JP2006221581A publication Critical patent/JP2006221581A/en
Application granted granted Critical
Publication of JP4078356B2 publication Critical patent/JP4078356B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To efficiently prepare an operation description expression of an operation manual for a GUI application. <P>SOLUTION: A message, that is event information generated by an operation of an operation component, is acquired on an execution screen for the GUI application 4, by an operation event determination part 12, and an operation component determination part 14 determines a name of the operation component and a fixed form of character sequence, based on a component class name and a type included in the message, referring to a component list 13. A display character sequence inquiring part 15 inquires a character sequence displayed in association with the corresponding operation component on the application execution screen, to the application 4, via an OS2, based on the acquired message. The name of the operation component and the fixed form of character sequence acquired by the operation component determination part 14, and the display character sequence acquired by the display character sequence inquiring part 15 are connected by a prescribed format in a connection part 16 to prepare the one operation description expression. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、GUIアプリケーションの操作マニュアルなどの作成に用いられるGUIアプリケーションの操作説明文言作成装置、操作説明文言作成方法およびプログラムに関する。   The present invention relates to a GUI application operation explanation word creation device, an operation explanation word creation method, and a program used for creating an operation manual or the like of a GUI application.

GUI(Graphical User Interface)アプリケーションの操作マニュアルは、目的ごとに、どの画面を呼び出し、さらにその呼び出した画面に設けられているメニューやボタンなど様々な操作部品(オブジェクト)の中で、どの操作部品を、どのような手順で操作するかを、画面のイメージや説明文などを用いて表現している。   The operation manual of GUI (Graphical User Interface) application calls which screen for each purpose, and which operation component among various operation components (objects) such as menus and buttons provided on the called screen. The sequence of operations is expressed using screen images and explanatory text.

このようなGUIアプリケーションの操作マニュアルにおける説明文の作成は専ら人手により行われている。この場合、マニュアル作成者はGUIアプリケーションを起動させ、その実行画面に配置されているメニューやボタンなどの各操作部品の名前を調べるとともに、各々の操作部品に対して行われる操作(クリック、チェックなど)の呼び名を調べ、これらを採り入れて操作の説明文を作成することとなる。しかしながら、手作業による操作マニュアルの作成は非効率であり、特に人為的な誤りの校正などの作業にコストがかさむ。   Creation of the explanatory text in the operation manual of the GUI application is performed manually. In this case, the manual creator starts the GUI application, examines the names of the operation parts such as menus and buttons arranged on the execution screen, and performs operations (clicks, checks, etc.) performed on the respective operation parts. ), And adopt these to create a description of the operation. However, manual operation manual preparation is inefficient, and costs such as human error correction are particularly high.

そこで、GUIアプリケーションの実行画面で実際にマウスなどを用いて操作部品を操作することによって生起されたイベントの情報を取得し、その内容を解析して、マニュアルに取り入れることのできるデータに変換して、マニュアルの原形となる文書を作成する方法が公知技術としてある(特許文献1参照)。
特開平10−105444号公報
Therefore, the event information generated by actually operating the operation parts using the mouse or the like on the execution screen of the GUI application is obtained, analyzed, and converted into data that can be incorporated into the manual. There is a known technique for creating a document that is the original form of a manual (see Patent Document 1).
JP-A-10-105444

しかしながら、イベントに含まれる情報、特に操作された操作項目を特定する情報の形式は、必ずしもアプリケーション実行画面のメニューやボタンなどの項目に表示されている文字列であるとは限らない。すなわち、アプリケーションは、個々の操作項目をその位置や項目に割り当てたインデックスなどにより識別している場合がある。したがって、マニュアルの原形の文書が作成された後、その文書に含まれている操作項目の名称を、アプリケーション実行画面上の対応する文字列に変換する作業が必要となる。   However, the format of the information included in the event, particularly the information specifying the operated operation item, is not necessarily a character string displayed in an item such as a menu or button on the application execution screen. That is, the application may identify each operation item by its position or an index assigned to the item. Therefore, after the original document of the manual is created, it is necessary to convert the name of the operation item included in the document into a corresponding character string on the application execution screen.

上記に鑑み、本発明はGUIアプリケーションの操作マニュアルの作成に用いられる操作説明文言を、GUIアプリケーションの実行画面で表示されている文字列を用いて作成することのできるGUIアプリケーションの操作説明文言作成装置、操作説明文言作成方法、およびプログラムを提供することを目的とする。   In view of the above, the present invention provides a GUI application operation explanation word creation device capable of creating an operation explanation word used for creating an operation manual of a GUI application using a character string displayed on the execution screen of the GUI application. An object of the present invention is to provide an operation explanation text creating method and a program.

上記目的を達成するために、本発明に係るGUIアプリケーションの操作説明文言作成装置は、GUIアプリケーションに対するイベントを生起する操作部品を有するアプリケーション実行画面で、操作部品の操作により生起されたイベントの情報を取得するイベント情報取得部と、取得したイベントの情報に基づき、操作された操作部品に関連付けて表示された文字列をGUIアプリケーションに対して問い合わせる表示文字列問い合わせ部と、問い合わせた文字列と連結して操作説明文言を構成するための定型文字列を、取得したイベントの情報に基づき判定する判定部と、表示文字列問い合わせ部にて取得した文字列と判定部により判定した定型文字列とを所定のフォーマットで連結して操作説明文言を作成する連結部とを具備することを特徴とする。   In order to achieve the above object, a GUI application operation explanation word creation apparatus according to the present invention is an application execution screen having an operation component that generates an event for a GUI application, and information on events generated by operation of the operation component. An event information acquisition unit to be acquired, a display character string inquiry unit that inquires the GUI application for a character string displayed in association with the operated operation component based on the acquired event information, and the inquiry character string. A predetermined character string for configuring the operation explanation wording based on the acquired event information, a character string acquired by the display character string inquiry unit, and a fixed character string determined by the determination unit are predetermined. A linking unit that creates an operation explanation text by linking in the format of The features.

また、本発明において、判定部は、取得したイベントの情報に基づき、問い合わせた文字列と連結して操作説明文言を構成するための定型文字列を判定するとともに、操作された操作項目の名前を判定し、連結部は、表示文字列問い合わせ部にて取得した文字列と判定部により判定した定型文字列および操作項目の名前とを所定のフォーマットで連結して操作説明文言を作成するものであってもよい。   Further, in the present invention, the determination unit determines a fixed character string for composing the operation explanation wording in conjunction with the inquired character string based on the acquired event information, and determines the name of the operated operation item. The linking unit creates an operation explanation word by linking the character string acquired by the display character string inquiry unit, the fixed character string determined by the determination unit, and the name of the operation item in a predetermined format. May be.

さらに、本発明は、イベントの情報に含まれる、操作された操作部品を特定する要素と、これに対応する定型文字列および名前とが登録されたリストをさらに有し、判定部は、取得したイベントの情報に基づきリストを参照して、操作された操作部品に対応する定型文字列と名前を判定するようにしてもよい。   Furthermore, the present invention further includes a list in which elements for identifying the operated operation parts included in the event information, and fixed character strings and names corresponding thereto are registered, and the determination unit acquires A fixed character string and a name corresponding to the operated operation component may be determined by referring to the list based on the event information.

本発明によれば、GUIアプリケーションの操作マニュアルの作成に用いられる操作説明文言を、GUIアプリケーションの実行画面で表示されている文字列を用いて作成することができ、操作マニュアルの作成を効率化することができる。   According to the present invention, it is possible to create an operation explanation word used for creating an operation manual of a GUI application using a character string displayed on the execution screen of the GUI application, thereby making the creation of the operation manual more efficient. be able to.

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

図1は本発明の一実施形態に係るGUIアプリケーションの操作説明文言作成装置の構成を示す図である。   FIG. 1 is a diagram showing a configuration of a GUI application operation explanation text creating apparatus according to an embodiment of the present invention.

このGUIアプリケーション操作説明文言作成装置100は、コンピュータ1と、このコンピュータ1に組み込まれた基本的なプログラムであるOS(オペレーティング・システム)の管理下で動作する操作説明文言作成アプリケーション3と、同じくOS2の管理化で動作する、操作説明文言作成の対象であるGUIアプリケーション4とで実現される。操作説明文言作成アプリケーション3と操作説明文言作成対象のGUIアプリケーション4はそれぞれ、一つのコンピュータにおいて別々のプロセスとして並列に動作する。コンピュータ1は一般的な計算機のハードウェア構成を有する。すなわち、CPU(Central Processing Unit)、メインメモリとしてのRAM(Random Access Memory)、ROM(Read Only Memory)などで構成される。   The GUI application operation explanation word creation device 100 includes an operation explanation word creation application 3 that operates under the control of the computer 1 and an OS (operating system) that is a basic program incorporated in the computer 1, and an OS 2 This is realized by the GUI application 4 that is the target of creating the operation explanation text. The operation explanation word creation application 3 and the operation explanation word creation target GUI application 4 each operate in parallel as separate processes in one computer. The computer 1 has a general computer hardware configuration. That is, it is composed of a CPU (Central Processing Unit), a RAM (Random Access Memory) as a main memory, a ROM (Read Only Memory), and the like.

コンピュータ1に接続された表示部5には、操作説明文言作成対象であるGUIアプリケーション4の実行画面や作成された操作説明文言などが表示される。ユーザは、同じくコンピュータ1に接続されたマウス6aやキーボード6bなどの入力部6を用いて、GUIアプリケーション4の実行画面での各種の操作部品の操作(文字入力、クリック、チェックなど)を行うことができる。   The display unit 5 connected to the computer 1 displays an execution screen of the GUI application 4 that is a target for creating the operation explanation text, the created operation explanation text, and the like. The user performs operations (character input, click, check, etc.) of various operation parts on the execution screen of the GUI application 4 using the input unit 6 such as the mouse 6a and the keyboard 6b that are also connected to the computer 1. Can do.

ここで、OS2がWindows(登録商標)である場合を例にとり、マウス6aやキーボード6bなどでアプリケーション実行画面の操作部品が操作されたときに、その操作に対応するイベントがGUIアプリケーション4に通知される仕組みについて説明する。   Here, taking the case where the OS 2 is Windows (registered trademark) as an example, when an operation component on the application execution screen is operated with the mouse 6a or the keyboard 6b, an event corresponding to the operation is notified to the GUI application 4. Explain the mechanism.

マウス6aやキーボード6bなどの入力部6によるアプリケーション実行画面の操作部品への操作が発生すると、その操作に対応したハードウェアイベントが入力部6にて生起されてデバイスキュー7に蓄積される。キーボードデバイスドライバ、マウスデバイスドライバなどのデバイスドライバは、Windows(登録商標)を呼び出し、デバイスキュー7に蓄積されたハードウェアイベントを、操作内容に対応したメッセージに変換してシステムキュー8に送る。システムキュー8に送られたメッセージは、アプリケーション実行画面である個々のウィンドウに関連づけられたスレッドキュー9に送られて蓄積される。一方、GUIアプリケーション4は、自身に送られたメッセージを処理するために、メッセージループ処理において、Windows(登録商標)に対してメッセージ取得要求を行う。これにより、Windows(登録商標)はスレッドキュー9に蓄積されたメッセージをGUIアプリケーション4に対して送信する。   When an operation on the operation component of the application execution screen by the input unit 6 such as the mouse 6a or the keyboard 6b occurs, a hardware event corresponding to the operation is generated in the input unit 6 and accumulated in the device queue 7. A device driver such as a keyboard device driver or a mouse device driver calls Windows (registered trademark), converts a hardware event stored in the device queue 7 into a message corresponding to the operation content, and sends the message to the system queue 8. The message sent to the system queue 8 is sent to and stored in the thread queue 9 associated with each window that is an application execution screen. On the other hand, the GUI application 4 makes a message acquisition request to Windows (registered trademark) in a message loop process in order to process a message sent to itself. As a result, Windows (registered trademark) transmits the message stored in the thread queue 9 to the GUI application 4.

操作説明文言作成アプリケーション3は、Windows(登録商標)からGUIアプリケーション4へ送られるメッセージを、Windows(登録商標)のフック機能を用いて取得する。このフック機能は、Windows(登録商標)がアプリケーションへ送るメッセージを監視する機能である。   The operation explanation word creation application 3 acquires a message sent from Windows (registered trademark) to the GUI application 4 by using a hook function of Windows (registered trademark). This hook function is a function for monitoring a message sent from Windows (registered trademark) to an application.

図2は図1の操作説明文言作成アプリケーション3の機能をブロック化した図である。   FIG. 2 is a block diagram of the function of the operation explanation word creation application 3 of FIG.

同図に示すように、操作説明文言作成アプリケーション3は、操作説明文言生成の対象であるGUIアプリケーション4を指定する対象アプリケーション指定部11と、OS2から対象のGUIアプリケーション4に対して送信されるメッセージのうち、アプリケーション実行画面での各種操作部品に対する操作に関するメッセージを判定する操作イベント判定部12と、操作イベント判定部12により判定された操作に関するメッセージに基づきその操作が行われた操作部品の名前(通称)およびその操作部品に対応する定型文字列を後述する操作部品リスト13を参照して判定する操作部品判定部14と、操作イベント判定部12により判定された操作に関するメッセージに基づき、対象のGUIアプリケーション4に対して、アプリケーション実行画面でその操作部品に付加して表示される文字列をOS2を通じて問い合わせる表示文字列問合せ部15と、表示文字列問合せ部15にて取得した表示文字列と操作部品判定部14により判定された操作部品の名前および定型文字列とを所定のフォーマットで連結する連結部16と、連結部16により連結された文字列を出力する出力部17と、操作部品リスト13とを有している。   As shown in the figure, the operation explanation text creating application 3 includes a target application designating unit 11 that designates a GUI application 4 that is a target of operation explanation text generation, and a message transmitted from the OS 2 to the target GUI application 4. Among them, the operation event determination unit 12 that determines messages related to operations on various operation components on the application execution screen, and the name of the operation component that has been operated based on the messages related to operations determined by the operation event determination unit 12 ( And a fixed character string corresponding to the operation component with reference to an operation component list 13 to be described later, and an operation GUI determined by the operation event determination unit 12 and a target GUI. For application 4, application The display character string inquiry unit 15 that inquires through the OS 2 the character string that is added to the operation component and displayed on the operation execution screen, and the display character string acquired by the display character string inquiry unit 15 and the operation component determination unit 14 The operation part list 13 includes a connection part 16 that connects the names of the operation parts and the fixed character strings in a predetermined format, an output part 17 that outputs the character strings connected by the connection part 16, and an operation part list 13.

操作部品リスト13には、図3に示すように、GUIアプリケーション4に通知されるメッセージに含まれる、操作部品の分類を示す“menu”“button”“ComboBox”といった部品クラス名、操作部品のタイプ、操作部品の名前(通称)、そして操作部品に対して使用される定型文字列が関連付けて登録されている。   As shown in FIG. 3, the operation component list 13 includes component class names such as “menu”, “button”, and “ComboBox” indicating the operation component classification included in the message notified to the GUI application 4, and the operation component type. The name (common name) of the operation component and the fixed character string used for the operation component are registered in association with each other.

操作部品のタイプとは、たとえば、部品クラス名が“menu”の場合、その下位にサブメニューがあるタイプのものであるか(MF_POPUP)、サブメニューは存在せず、その操作部品がコマンドの入力を行うタイプ(MF_COMMAND)であるかを示す。さらに、部品クラス名が“button”の場合、これがチェックボックス(BS_CHECKBOX)、プッシュボタン(BS_PUSHBUTTON)、オプションボタン(BS_RADIOBUTTON)のどのタイプであるかを示す。操作部品の名前(通称)とは、「メニュー」、「チェックボックス」、「ボタン」、「オプションボタン」などである。これらはアプリケーション実行画面の操作部品に付加して表示される文字列と必ずしも一致しない。定型文字列は、操作項目と連結されて操作の説明として意味のある文を作成するための記号や文字列である。たとえば、タイプがMF_POPUPであるメニューの場合、続いてその下位のメニューが選択されることになるので、定型文字列には、これを意味する「→」が登録されている。また、タイプがMF_COMMANDであるメニューの場合には、続いて何らかのコマンドが選択されて実行されることになるので、定型文字列には「を実行します。」が登録されている。   For example, if the part class name is “menu”, the type of the operation part is a type with a submenu below it (MF_POPUP), or there is no submenu and the operation part is a command input. Indicates whether the type is to perform (MF_COMMAND). Further, when the part class name is “button”, it indicates which type of the check box (BS_CHECKBOX), push button (BS_PUSHBUTTON), or option button (BS_RADIOBUTTON) is. The names (common names) of the operation parts are “menu”, “check box”, “button”, “option button”, and the like. These do not necessarily match the character string displayed in addition to the operation component on the application execution screen. A fixed character string is a symbol or character string that is linked to an operation item to create a sentence that is meaningful as an explanation of the operation. For example, in the case of a menu whose type is MF_POPUP, the lower menu is subsequently selected, and therefore “→” meaning this is registered in the fixed character string. Further, in the case of a menu whose type is MF_COMMAND, a certain command is subsequently selected and executed, so “execute” is registered in the fixed character string.

図4はGUIアプリケーション4の実行画面21の例を示している。GUIアプリケーション4の実行画面21には、たとえば、メニューやボタンなど、イベントを生起する操作部品が設けられている。ここで、メニュー22は「ファイル」「編集」「書式」などの複数の操作部品で構成される。ここで、「ファイル」「編集」「書式」の各文字列が上記の表示文字列である。「ファイル」「編集」「書式」の各操作部品にはそれぞれサブメニューが設けられている。たとえば、「ファイル」が指定されると、たとえば、図5に示すように、そのファイルの操作項目の下方に「開く」「印刷」「終り」などのコマンド入力用の操作部品で構成されるサブメニュー24が開く。これら「開く」「印刷」「終り」の文字列が上記の表示文字列である。また、ボタンには、オプションボタン23a、チェックボックス23b、プッシュボタン23c、などがある。オプションボタン23aの横には表示文字列として「オプション1」「オプション2」などの文字列が表示され、チェックボックス23bの横には表示文字列として「チェック1」「チェック2」などの文字列が表示されている。そしてプッシュボタン23cには表示文字列として「適用」が表示されている。   FIG. 4 shows an example of the execution screen 21 of the GUI application 4. The execution screen 21 of the GUI application 4 is provided with operation components that cause an event, such as menus and buttons. Here, the menu 22 includes a plurality of operation components such as “file”, “edit”, and “format”. Here, each character string of “file”, “edit”, and “format” is the display character string. Each of the “file”, “edit”, and “format” operation parts has a submenu. For example, when “file” is designated, for example, as shown in FIG. 5, subordinates configured by command input operation parts such as “open”, “print”, and “end” are displayed below the operation items of the file. Menu 24 opens. These character strings “open”, “print”, and “end” are the display character strings. The buttons include an option button 23a, a check box 23b, and a push button 23c. Character strings such as “Option 1” and “Option 2” are displayed next to the option button 23a, and character strings such as “Check 1” and “Check 2” are displayed next to the check box 23b. Is displayed. The push button 23c displays “Apply” as a display character string.

次に、この実施形態のGUIアプリケーション操作説明文言作成装置100の動作を説明する。   Next, the operation of the GUI application operation explanation text creating device 100 of this embodiment will be described.

図6は、本実施形態のGUIアプリケーション操作説明文言作成装置100による操作説明文言の作成の手順を示すフローチャートである。   FIG. 6 is a flowchart showing a procedure for creating an operation explanation text by the GUI application operation explanation text creation device 100 according to the present embodiment.

まず、対象アプリケーション指定部11にて、操作説明文言を生成する対象のGUIアプリケーション4がユーザにより指定される(ステップS601)。対象GUIアプリケーション4の指定内容は操作イベント判定部12に与えられる。操作イベント判定部12は、以後、OS2の該当するスレッドキュー9から対象GUIアプリケーション4に対するメッセージを取得し(ステップS602)、その中からアプリケーション実行画面の操作部品に対する操作に関するメッセージを判定する(ステップS603)。   First, the target application designating unit 11 designates the target GUI application 4 for generating the operation explanation text by the user (step S601). The specified content of the target GUI application 4 is given to the operation event determination unit 12. Thereafter, the operation event determination unit 12 acquires a message for the target GUI application 4 from the corresponding thread queue 9 of the OS 2 (step S602), and determines a message related to an operation on the operation component of the application execution screen from the message (step S603). ).

操作イベント判定部12は、操作に関するメッセージであることを判定すると(ステップS603のYES)、取得したメッセージに含まれる部品クラス名とタイプを操作部品判定部14に送るとともに、表示文字列問合せ部15にその取得メッセージを送る(ステップS604)。   When the operation event determination unit 12 determines that the message is related to an operation (YES in step S603), the operation event determination unit 12 sends the component class name and type included in the acquired message to the operation component determination unit 14 and the display character string inquiry unit 15 The acquisition message is sent to (step S604).

操作部品判定部14は部品クラス名とタイプを受けると、これらをキーに操作部品リスト13を参照して、該当する操作部品の名前と定型文字列を判定する(ステップS605)。また、表示文字列問合せ部15は、メッセージを取得すると、このメッセージに基づき、対象GUIアプリケーション4に対して、アプリケーション実行画面で該当する操作部品に関連付けて表示される文字列をOS2を通じて問い合わせ、その表示文字列を取得する(ステップS606)。これは、Windows(登録商標)に用意されている、たとえば、ウィンドウのタイトルバーの文字列を取得する“GetWindowText”などのAPI(Application Program Interface)関数を用いることなどにより可能である。   When receiving the component class name and type, the operation component determination unit 14 refers to the operation component list 13 using these as keys and determines the name and fixed character string of the corresponding operation component (step S605). Further, when the display character string inquiry unit 15 acquires the message, based on this message, the display character string inquiry unit 15 inquires the target GUI application 4 for the character string displayed in association with the corresponding operation component on the application execution screen through the OS 2. A display character string is acquired (step S606). This is possible by using an API (Application Program Interface) function such as “GetWindowText” that is provided in Windows (registered trademark), for example, to obtain a character string of the title bar of the window.

この後、連結部16は、操作部品判定部14にて取得した操作部品の名前および定型文字列と、表示文字列問合せ部15にて取得した表示文字列とを所定のフォーマットで連結して一つの文を作成する(ステップS607)。このようにして作成された連結文は、出力部17によって、たとえば表示部に表示され(ステップS608)、ユーザからの指令によりテキストファイルに吐き出される。   Thereafter, the connecting unit 16 connects the name and fixed character string of the operation component acquired by the operation component determining unit 14 and the display character string acquired by the display character string inquiry unit 15 in a predetermined format. Two sentences are created (step S607). The connected sentence created in this way is displayed on the display unit, for example, by the output unit 17 (step S608), and discharged to the text file in response to a command from the user.

次に、GUIアプリケーション4の操作説明文言作成の具体例を説明する。   Next, a specific example of creating the operation explanation text of the GUI application 4 will be described.

図4に示したGUIアプリケーション4の実行画面21において、メニュー22の中の「ファイル」と表示された操作項目がクリックされ、これにより図5に示したように、「ファイル」の操作項目の下方に「開く」「印刷」「終り」などのコマンド入力用の操作部品で構成されるサブメニュー24が開き、その中の「印刷」のコマンドがクリックされた場合を例にとる。   On the execution screen 21 of the GUI application 4 shown in FIG. 4, the operation item displayed as “file” in the menu 22 is clicked, and as a result, as shown in FIG. For example, a case where a submenu 24 including operation parts for command input such as “Open”, “Print”, and “End” is opened and a “Print” command is clicked is taken as an example.

まず、メニュー22の中の「ファイル」がマウス6aでクリックされると、操作説明文言作成アプリケーション3は、操作イベント判定部12にて、OS2のスレッドキュー9から取得したメッセージが操作に関するメッセージであることを判定する。操作イベント判定部12は、その操作に関するメッセージに含まれる部品クラス名“menu”およびタイプ(MF_POPUP)を部品判定部14に通知するとともに、そのメッセージを表示文字列問合せ部15に通知する。部品判定部14は、部品クラス名“menu”とタイプ(MF_POPUP)をキーに操作部品リスト13から該当する操作部品の名前である「メニュー」と定型文字列である「→」を判定して連結部16に送る。一方、表示文字列問合せ部15は、メッセージを基に、対象GUIアプリケーション4に対して、アプリケーション実行画面で該当する操作部品に関連付けて表示される文字列をOS2を通じて問い合わせ、その応答を受けると、受け取った表示文字列である「ファイル」を連結部16に送る。連結部16は、部品判定部14より受け取った操作部品名前「メニュー」および定型文字列「→」と、表示文字列問合せ部15より受け取った表示文字列である「ファイル」とを所定のフォーマットで連結する。たとえば、「ファイル メニュー →」といった書式で連結する。この連結結果は出力部17を通じて表示部5に表示される。   First, when “file” in the menu 22 is clicked with the mouse 6a, the operation explanation word creation application 3 uses the operation event determination unit 12 to obtain a message related to the operation from the thread queue 9 of the OS2. Judge that. The operation event determination unit 12 notifies the component class name “menu” and type (MF_POPUP) included in the message related to the operation to the component determination unit 14 and notifies the display character string inquiry unit 15 of the message. The component determination unit 14 determines the “menu” that is the name of the corresponding operation component and the “→” that is the fixed character string from the operation component list 13 using the component class name “menu” and the type (MF_POPUP) as a key, and connects them. Send to part 16. On the other hand, based on the message, the display character string inquiry unit 15 inquires the target GUI application 4 for a character string displayed in association with the corresponding operation component on the application execution screen through the OS 2 and receives a response. The received display character string “file” is sent to the linking unit 16. The linking unit 16 receives the operation component name “menu” and the fixed character string “→” received from the component determination unit 14 and the “file” that is the display character string received from the display character string inquiry unit 15 in a predetermined format. Link. For example, concatenate with the format “File Menu →”. This connection result is displayed on the display unit 5 through the output unit 17.

続いて、サブメニュー24の中の「印刷」と表示されたコマンドがクリックされると、操作説明文言作成アプリケーション3は、操作イベント判定部12にて、OS2のスレッドキュー9から取得したメッセージが操作に関するメッセージであることを判定する。操作イベント判定部12は、その操作に関するメッセージに含まれる部品クラス名“menu”およびタイプ(MF_COMMAND)を部品判定部14に通知するとともに、そのメッセージを表示文字列問合せ部15に通知する。部品判定部14は、部品クラス名“menu”とタイプ(MF_COMMAND)をキーに操作部品リスト13から該当する操作部品の名前と定型文字列である「を実行します。」を判定して連結部16に送る。なお、部品クラス名“menu”とタイプ(MF_COMMAND)に対応する操作部品の名前は操作部品リスト13において空白となっているので、操作部品の名前は無しとする。一方、表示文字列問合せ部15は、メッセージを基に、対象GUIアプリケーション4に対して、アプリケーション実行画面で該当する操作部品に関連付けて表示される文字列をOS2を通じて問い合わせ、その応答を受けると、受け取った表示文字列である「印刷」を連結部16に送る。連結部16は、部品判定部14より受け取った定型文字列「を実行します。」と、表示文字列問合せ部15より受け取った表示文字列である「印刷」とを所定のフォーマットで連結する。たとえば、「印刷 を実行します。」といった書式で連結する。この連結結果は出力部17を通じて表示部5に表示される。たとえば、前回作成した操作説明文言の後に続けて、あるいは改行して表示する。   Subsequently, when the command displayed as “print” in the submenu 24 is clicked, the operation explanation text creating application 3 operates the message acquired from the thread queue 9 of the OS 2 by the operation event determination unit 12. It is determined that the message is related to. The operation event determination unit 12 notifies the component determination unit 14 of the component class name “menu” and the type (MF_COMMAND) included in the message related to the operation, and notifies the display character string inquiry unit 15 of the message. The part determination unit 14 determines the name of the corresponding operation part and the fixed character string “execute” from the operation part list 13 by using the part class name “menu” and the type (MF_COMMAND) as a key, and the connection part. 16 Since the name of the operation component corresponding to the component class name “menu” and the type (MF_COMMAND) is blank in the operation component list 13, the name of the operation component is none. On the other hand, based on the message, the display character string inquiry unit 15 inquires the target GUI application 4 for a character string displayed in association with the corresponding operation component on the application execution screen through the OS 2 and receives a response. The received display character string “print” is sent to the linking unit 16. The concatenating unit 16 concatenates the standard character string “execute” received from the component determination unit 14 and “print”, which is the display character string received from the display character string inquiry unit 15, in a predetermined format. For example, concatenate in the format “Print is executed”. This connection result is displayed on the display unit 5 through the output unit 17. For example, it is displayed after the previously created operation explanation word or after a line feed.

次に、図7に示すように、GUIアプリケーション4の実行画面21において、「チェック1」と表示されたボタン(チェックボックス)23b1にチェックが挿入され、続いて、「適用」と表示されたボタン(プッシュボタン)23cがクリックされた場合を例として、操作説明文言の作成の動作を説明する。   Next, as shown in FIG. 7, in the execution screen 21 of the GUI application 4, a check is inserted into a button (check box) 23 b 1 displayed as “Check 1”, and subsequently a button displayed as “Apply”. The operation for creating the operation explanation text will be described by taking as an example a case where the (push button) 23c is clicked.

まず、「チェック1」と表示されたボタン(チェックボックス)23b1にチェックが挿入されると、操作説明文言作成アプリケーション3は、操作イベント判定部12にて、OS2のスレッドキュー9から取得したメッセージが操作に関するメッセージであることを判定する。操作イベント判定部12は、その操作に関するメッセージに含まれる部品クラス名“button”およびタイプ(BS_CHECKBOX)を部品判定部14に通知するとともに、そのメッセージを表示文字列問合せ部15に通知する。部品判定部14は、部品クラス名“button”とタイプ(BS_CHECKBOX)をキーに操作部品リスト13から該当する操作部品の名前である「チェックボックス」と定型文字列である「をチェックします。」を判定して連結部16に送る。一方、表示文字列問合せ部15は、メッセージを基に、対象GUIアプリケーション4に対して、アプリケーション実行画面で該当する操作部品に関連付けて表示される文字列をOS2を通じて問い合わせ、その応答を受けると、受け取った表示文字列である「チェック1」を連結部16に送る。連結部16は、部品判定部14より受け取った操作部品の名前「チェックボックス」および定型文字列「をチェックします。」と、表示文字列問合せ部15より受け取った表示文字列である「チェック1」とを所定のフォーマットで連結する。たとえば、「チェック1 チェックボックス をチェックします。」といった書式で連結する。この連結結果は出力部17を通じて表示部に表示される。   First, when a check is inserted into a button (check box) 23b1 displayed as “Check 1”, the operation explanation text creation application 3 receives a message acquired from the thread queue 9 of the OS 2 by the operation event determination unit 12. It is determined that the message is related to the operation. The operation event determination unit 12 notifies the component determination unit 14 of the component class name “button” and type (BS_CHECKBOX) included in the message related to the operation, and notifies the display character string inquiry unit 15 of the message. The part determination unit 14 checks the “check box” that is the name of the corresponding operation part and the standard character string “from the operation part list 13 by using the part class name“ button ”and the type (BS_CHECKBOX) as keys. Is sent to the connecting unit 16. On the other hand, based on the message, the display character string inquiry unit 15 inquires the target GUI application 4 for a character string displayed in association with the corresponding operation component on the application execution screen through the OS 2 and receives a response. The received display character string “Check 1” is sent to the linking unit 16. The linking unit 16 checks the name “check box” and the fixed character string “check box” of the operation component received from the component determination unit 14, and “Check 1” is the display character string received from the display character string inquiry unit 15. ”In a predetermined format. For example, concatenate in the format of “Check 1 check box”. This connection result is displayed on the display unit through the output unit 17.

続いて、図8に示すように、GUIアプリケーション4の実行画面21において「適用」と表示されたボタン(プッシュボタン)23cがクリックされると、操作説明文言作成アプリケーション3は、操作イベント判定部12にて、OS2のスレッドキュー9から取得したメッセージが操作に関するメッセージであることを判定する。操作イベント判定部12は、その操作に関するメッセージに含まれる部品クラス名“button”およびタイプ(BS_PUSHBUTTON)を部品判定部14に通知するとともに、そのメッセージを表示文字列問合せ部15に通知する。これにより、部品判定部14は、部品クラス名“button”とタイプ(BS_PUSHBUTTON)をキーに操作部品リスト13から該当する操作部品の名前である「ボタン」と定型文字列である「をクリックします。」を判定して連結部16に送る。一方、表示文字列問合せ部15は、メッセージを基に、対象GUIアプリケーション4に対して、アプリケーション実行画面で該当する操作部品に関連付けて表示される文字列をOS2を通じて問い合わせ、その応答を受けると、受け取った表示文字列である「適用」を連結部16に送る。連結部16は、部品判定部14より受け取った操作部品の名前「ボタン」および定型文字列「をクリックします。」と、表示文字列問合せ部15より受け取った表示文字列である「適用」とを所定のフォーマットで連結する。たとえば、「ボタン 適用 をクリックします。」といった書式で連結する。この連結結果は出力部17を通じて表示部5に表示される。たとえば、前回作成した操作説明文言の後に続けて、あるいは改行して表示する。   Subsequently, as illustrated in FIG. 8, when the button (push button) 23 c displayed as “Apply” is clicked on the execution screen 21 of the GUI application 4, the operation explanation word creation application 3 displays the operation event determination unit 12. Then, it is determined that the message acquired from the thread queue 9 of the OS 2 is a message related to the operation. The operation event determination unit 12 notifies the component determination unit 14 of the component class name “button” and type (BS_PUSHBUTTON) included in the message related to the operation, and notifies the display character string inquiry unit 15 of the message. As a result, the component determination unit 14 clicks the “button” that is the name of the corresponding operation component and the standard character string “” from the operation component list 13 using the component class name “button” and the type (BS_PUSHBUTTON) as keys. Is sent to the connecting unit 16. On the other hand, based on the message, the display character string inquiry unit 15 inquires the target GUI application 4 for a character string displayed in association with the corresponding operation component on the application execution screen through the OS 2 and receives a response. “Apply” which is the received display character string is sent to the linking unit 16. The connection unit 16 clicks the name “button” and the fixed character string “click” of the operation component received from the component determination unit 14, and “apply” which is the display character string received from the display character string inquiry unit 15. Are linked in a predetermined format. For example, concatenate in the format “Click Apply Button”. This connection result is displayed on the display unit 5 through the output unit 17. For example, it is displayed after the previously created operation explanation word or after a line feed.

次に、操作部品リスト13の更新について説明する。   Next, update of the operation component list 13 will be described.

操作部品リスト13の内容は表示部5に一覧として表示させることが可能であり、この表示された状態で、ユーザは操作部品リスト13中の任意の項目をマウス6aなどで選択し、キーボード6bなどにより文字を入力して内容を更新することができる。たとえば、操作部品の名前、定型文字列などは、変更(カスタマイズ)の有用性が高い。より具体的には、定型文字列を「ですます調」から「である調」に変更したり、メニューの「→」は接続詞「の」などに変更することができる。   The contents of the operation component list 13 can be displayed as a list on the display unit 5. In this displayed state, the user selects an arbitrary item in the operation component list 13 with the mouse 6a or the like, and the keyboard 6b or the like. The contents can be updated by inputting characters. For example, the names of operation parts, fixed character strings, etc. are highly useful for modification (customization). More specifically, the fixed character string can be changed from “Dashun key” to “Don key”, or “→” in the menu can be changed to a conjunction “no” or the like.

また、図9に示すように、操作部品リスト13の更新画面において、任意の項目にマウス6aのカーソルを移動させてクリックを行うことで、その項目に登録可能なデータの一覧25が表示され、その中で任意のデータを選択することで、操作部品リスト13の内容の更新をキーボード6bからの文字入力無しに行えるようにしてもよい。   Also, as shown in FIG. 9, by moving the mouse 6a cursor to an arbitrary item and clicking on the update screen of the operation component list 13, a list 25 of data that can be registered in that item is displayed. By selecting arbitrary data among them, the contents of the operation component list 13 may be updated without inputting characters from the keyboard 6b.

さらに、操作部品リスト13において更新された内容は、それまでに作成済みの操作説明文としてメモリなどに格納されているデータにも自動的に反映されるようにすることで、言葉の統一された操作説明文を効率的にかつ高い変更自由度で作成できる。   Furthermore, the contents updated in the operation component list 13 are automatically reflected in the data stored in the memory or the like as the operation explanations that have been created so far. Operation descriptions can be created efficiently and with a high degree of freedom of change.

以上説明したように、この実施形態によれば、GUIアプリケーション4の実行画面に表示される文字列を用いて、GUIアプリケーション4の操作マニュアルの作成のベースとなる操作説明文言を効率良く作成することができる。   As described above, according to this embodiment, it is possible to efficiently create an operation explanation wording that serves as a base for creating an operation manual of the GUI application 4 using a character string displayed on the execution screen of the GUI application 4. Can do.

本発明の実施形態は上記の実施形態に限られず拡張、変更可能であり、拡張、変更した実施形態も本発明の技術的範囲に含まれる。   Embodiments of the present invention are not limited to the above-described embodiments, and can be expanded and modified. The expanded and modified embodiments are also included in the technical scope of the present invention.

本発明の一実施形態に係るGUIアプリケーション4の操作説明文言作成装置の構成を示す図である。It is a figure which shows the structure of the operation description word creation apparatus of the GUI application 4 which concerns on one Embodiment of this invention. 図1の操作説明文言作成アプリケーションの機能をブロック化した図である。It is the figure which made the function of the operation description word creation application of FIG. 1 into a block. 図2の操作部品リストの例を示す図である。It is a figure which shows the example of the operation components list | wrist of FIG. GUIアプリケーション4の実行画面の例を示す図である。It is a figure which shows the example of the execution screen of the GUI application. 図4のGUIアプリケーション4の実行画面において「ファイル」のサブメニューが表示された状態を示す図である。FIG. 5 is a diagram showing a state in which a “file” submenu is displayed on the execution screen of the GUI application 4 of FIG. 4. 本実施形態のGUIアプリケーション4の操作説明文言作成装置の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the operation description word creation apparatus of the GUI application 4 of this embodiment. GUIアプリケーション4の実行画面においてチェックボックスが操作された状態を示す図である。It is a figure which shows the state by which the check box was operated in the execution screen of the GUI application. GUIアプリケーション4の実行画面において適用のボタンが操作された状態を示す図である。It is a figure which shows the state by which the button of application was operated in the execution screen of the GUI application. 操作部品リストの更新画面を示す図である。It is a figure which shows the update screen of an operation component list.

符号の説明Explanation of symbols

1…コンピュータ、2…OS、3…操作説明文言作成アプリケーション、4…GUIアプリケーション、5…表示部、6…入力部、7…デバイスキュー、8…システムキュー、9…スレッドキュー、11…対象アプリケーション指定部、12…操作イベント判定部、13…操作部品リスト、14…操作部品判定部、15…表示文字列問合せ部、16…連結部、17…出力部、21…アプリケーション実行画面、22…メニュー、23a…オプションボタン、23b…チェックボックス、23c…プッシュボタン、24…サブメニュー、100…GUIアプリケーション操作説明文言作成装置     DESCRIPTION OF SYMBOLS 1 ... Computer, 2 ... OS, 3 ... Operation explanation word creation application, 4 ... GUI application, 5 ... Display part, 6 ... Input part, 7 ... Device queue, 8 ... System queue, 9 ... Thread queue, 11 ... Target application Designation part, 12 ... Operation event determination part, 13 ... Operation part list, 14 ... Operation part judgment part, 15 ... Display character string inquiry part, 16 ... Connection part, 17 ... Output part, 21 ... Application execution screen, 22 ... Menu , 23a ... Option button, 23b ... Check box, 23c ... Push button, 24 ... Submenu, 100 ... GUI application operation explanation word creation device

Claims (10)

GUIアプリケーションに対するイベントを生起する操作部品を有するアプリケーション実行画面で、前記操作部品の操作により生起されたイベントの情報を取得するイベント情報取得部と、
前記取得したイベントの情報に基づき、前記操作された操作部品に関連付けて表示された文字列を前記GUIアプリケーションに対して問い合わせる表示文字列問い合わせ部と、
前記問い合わせた文字列と連結して操作説明文言を構成するための定型文字列を、前記取得したイベントの情報に基づき判定する判定部と、
前記表示文字列問い合わせ部にて取得した文字列と前記判定部により判定した定型文字列とを所定のフォーマットで連結して操作説明文言を作成する連結部と
を具備することを特徴とするGUIアプリケーションの操作説明文言作成装置。
An event information acquisition unit for acquiring information on an event generated by an operation of the operation component on an application execution screen having an operation component for generating an event for the GUI application;
A display character string inquiry unit that inquires the GUI application for a character string displayed in association with the operated operation component based on the acquired event information;
A determination unit that determines a fixed character string for configuring an operation explanation wording in conjunction with the inquired character string, based on the acquired event information;
A GUI application comprising: a connection unit that connects the character string acquired by the display character string inquiry unit and the fixed character string determined by the determination unit in a predetermined format to create an operation explanation wording. Operation explanation word creation device.
前記判定部は、前記取得したイベントの情報に基づき、前記問い合わせた文字列と連結して操作説明文言を構成するための定型文字列を判定するとともに、前記操作された操作項目の名前を判定し、
前記連結部は、前記表示文字列問い合わせ部にて取得した文字列と前記判定部により判定した前記定型文字列および前記操作項目の名前とを所定のフォーマットで連結して操作説明文言を作成することを特徴とする請求項1に記載のGUIアプリケーションの操作説明文言作成装置。
The determination unit determines a fixed character string for constructing an operation explanation word by concatenating with the queried character string based on the acquired event information, and determines a name of the operated operation item. ,
The concatenation unit concatenates the character string acquired by the display character string inquiry unit, the fixed character string determined by the determination unit and the name of the operation item in a predetermined format, and creates an operation explanation wording. The operation explanation word creation device for a GUI application according to claim 1.
前記イベントの情報に含まれる、前記操作された操作部品を特定する要素と、これに対応する定型文字列および名前とが登録されたリストをさらに有し、
前記判定部は、前記取得したイベントの情報に基づき前記リストを参照して前記操作された操作部品に対応する定型文字列と名前を判定することを特徴とする請求項2に記載のGUIアプリケーションの操作説明文言作成装置。
An element for identifying the operated operation component included in the event information, and a list of registered standard character strings and names corresponding thereto are further included;
The GUI application according to claim 2, wherein the determination unit determines a fixed character string and a name corresponding to the operated operation component with reference to the list based on the acquired event information. Operation explanation word creation device.
前記リストが更新可能であることを特徴とする請求項3に記載のGUIアプリケーションの操作説明文言作成装置。   4. The operation explanation text creating apparatus for a GUI application according to claim 3, wherein the list is updateable. イベント情報取得部により、GUIアプリケーションに対するイベントを生起する操作部品を有するアプリケーション実行画面で、前記操作部品の操作により生起されたイベントの情報を取得するステップと、
表示文字列問い合わせ部により、前記取得したイベントの情報に基づき、前記操作された操作部品に関連付けて表示された文字列を前記GUIアプリケーションに対して問い合わせるステップと、
判定部により、前記問い合わせた文字列と連結して操作説明文言を構成するための定型文字列を、前記取得したイベントの情報に基づき判定するステップと、
連結部により、前記表示文字列問い合わせ部にて取得した文字列と前記判定部により判定した定型文字列とを所定のフォーマットで連結して操作説明文言を作成するステップと
を具備することを特徴とするGUIアプリケーションの操作説明文言作成方法。
A step of acquiring event information generated by an operation of the operation component on an application execution screen having an operation component that generates an event for a GUI application by an event information acquisition unit;
Inquiring the GUI application for a character string displayed in association with the operated operation component based on the acquired event information by a display character string inquiry unit;
A step of determining a fixed character string for configuring an operation explanation word by connecting with the inquired character string based on the acquired event information by the determination unit;
A step of connecting the character string acquired by the display character string inquiry unit and the fixed character string determined by the determination unit in a predetermined format by a connection unit, and creating an operation explanation wording, A method for creating an operation explanation for a GUI application.
前記判定部により、前記取得したイベントの情報に基づき、前記問い合わせた文字列と連結して操作説明文言を構成するための定型文字列を判定するとともに、前記操作された操作項目の名前を判定し、
前記連結部により、前記表示文字列問い合わせ部にて取得した文字列と前記判定部により判定した前記定型文字列および前記操作項目の名前とを所定のフォーマットで連結して操作説明文言を作成することを特徴とする請求項5に記載のGUIアプリケーションの操作説明文言作成方法。
Based on the acquired event information, the determination unit determines a fixed character string that is connected to the inquired character string to form an operation explanation wording, and determines the name of the operated operation item. ,
Creating an operation explanation word by connecting the character string acquired by the display character string inquiry unit, the fixed character string determined by the determination unit, and the name of the operation item in a predetermined format by the connecting unit. The method for creating an operation explanation text of a GUI application according to claim 5.
前記イベントの情報に含まれる、前記操作された操作部品を特定する要素と、これに対応する定型文字列および名前とが登録されたリストを設けておき、
前記判定部により、前記取得したイベントの情報に基づき前記リストを参照して前記操作された操作部品に対応する定型文字列と名前を判定することを特徴とする請求項6に記載のGUIアプリケーションの操作説明文言作成方法。
There is provided a list in which elements for identifying the operated operation parts included in the event information, and fixed character strings and names corresponding thereto are registered,
7. The GUI application according to claim 6, wherein the determination unit determines a fixed character string and a name corresponding to the operated operation component with reference to the list based on the acquired event information. How to create operation explanation text.
コンピュータを
GUIアプリケーションに対するイベントを生起する操作部品を有するアプリケーション実行画面で、前記操作部品の操作により生起されたイベントの情報を取得するイベント情報取得手段と、
前記取得したイベントの情報に基づき、前記操作された操作部品に関連付けて表示された文字列を前記GUIアプリケーションに対して問い合わせる表示文字列問い合わせ手段と、
前記問い合わせた文字列と連結して操作説明文言を構成するための定型文字列を、前記取得したイベントの情報に基づき判定する判定手段と、
前記表示文字列問い合わせ手段にて取得した文字列と前記判定手段により判定した定型文字列とを所定のフォーマットで連結して操作説明文言を作成する連結手段
として機能させることを特徴とするプログラム。
An event information acquisition means for acquiring information of an event generated by an operation of the operation component on an application execution screen having an operation component for generating an event for the GUI application on the computer;
Display character string inquiry means for inquiring of the GUI application a character string displayed in association with the operated operation component based on the acquired event information;
A determination means for determining a fixed character string for constructing an operation explanation wording linked to the inquired character string based on information of the acquired event;
A program which functions as a connecting means for connecting the character string acquired by the display character string inquiry means and the fixed character string determined by the determining means in a predetermined format to create an operation explanation text.
前記判定手段は、前記取得したイベントの情報に基づき、前記問い合わせた文字列と連結して操作説明文言を構成するための定型文字列を判定するとともに、前記操作された操作項目の名前を判定し、
前記連結手段は、前記表示文字列問い合わせ部にて取得した文字列と前記判定部により判定した前記定型文字列および前記操作項目の名前とを所定のフォーマットで連結して操作説明文言を作成することを特徴とする請求項8に記載のプログラム。
The determination means determines a fixed character string for constructing an operation explanation word by concatenating with the queried character string based on the acquired event information, and determines a name of the operated operation item. ,
The connecting means connects the character string acquired by the display character string inquiry unit, the fixed character string determined by the determination unit, and the name of the operation item in a predetermined format to create an operation explanation wording. The program according to claim 8.
前記判定手段は、前記取得したイベントの情報に基づき、前記イベントの情報に含まれる、前記操作された操作部品を特定する要素と、これに対応する定型文字列および名前とが登録されたリストを参照して、前記操作された操作部品に対応する定型文字列と名前を判定することを特徴とする請求項9に記載のプログラム。   The determination means is based on the acquired event information, and includes a list in which elements that specify the operated operation component and a fixed character string and a name corresponding to the elements are included in the event information. The program according to claim 9, wherein a fixed character string and a name corresponding to the operated operation component are determined with reference to the program.
JP2005036938A 2005-02-14 2005-02-14 GUI application operation explanation word creation device, GUI application operation explanation word creation method and program Active JP4078356B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005036938A JP4078356B2 (en) 2005-02-14 2005-02-14 GUI application operation explanation word creation device, GUI application operation explanation word creation method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005036938A JP4078356B2 (en) 2005-02-14 2005-02-14 GUI application operation explanation word creation device, GUI application operation explanation word creation method and program

Publications (2)

Publication Number Publication Date
JP2006221581A true JP2006221581A (en) 2006-08-24
JP4078356B2 JP4078356B2 (en) 2008-04-23

Family

ID=36983860

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005036938A Active JP4078356B2 (en) 2005-02-14 2005-02-14 GUI application operation explanation word creation device, GUI application operation explanation word creation method and program

Country Status (1)

Country Link
JP (1) JP4078356B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009031942A (en) * 2007-07-25 2009-02-12 Fuji Xerox Co Ltd Electronic document management apparatus and program
JP2014179951A (en) * 2013-03-15 2014-09-25 Ricoh Co Ltd Information processing device, information processing method and program
US8879078B2 (en) 2011-08-04 2014-11-04 Sharp Kabushiki Kaisha Display control apparatus communicating with a multifunction peripheral to present operational information to users
JP2015035068A (en) * 2013-08-08 2015-02-19 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation Method for supporting preparation of manual for program product, and computer and computer program thereof
CN105045774A (en) * 2015-07-27 2015-11-11 浪潮通用软件有限公司 WYSIWYG user interface operation manual compiling and generating method

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009031942A (en) * 2007-07-25 2009-02-12 Fuji Xerox Co Ltd Electronic document management apparatus and program
US8879078B2 (en) 2011-08-04 2014-11-04 Sharp Kabushiki Kaisha Display control apparatus communicating with a multifunction peripheral to present operational information to users
JP2014179951A (en) * 2013-03-15 2014-09-25 Ricoh Co Ltd Information processing device, information processing method and program
JP2015035068A (en) * 2013-08-08 2015-02-19 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation Method for supporting preparation of manual for program product, and computer and computer program thereof
US10007648B2 (en) 2013-08-08 2018-06-26 International Business Machines Corporation Manual creation for a program product
CN105045774A (en) * 2015-07-27 2015-11-11 浪潮通用软件有限公司 WYSIWYG user interface operation manual compiling and generating method

Also Published As

Publication number Publication date
JP4078356B2 (en) 2008-04-23

Similar Documents

Publication Publication Date Title
US7536640B2 (en) Advanced translation context via web pages embedded with resource information
EP2350812B1 (en) Modal-less interface enhancements
JP4503438B2 (en) System and method for informing applications and users of user interface elements
JP5984215B2 (en) Dynamic manual creation device and method, and computer program
US8136043B2 (en) GUI generation apparatus and method for generating GUI
JP2006285914A (en) Data retrieval processor and program
US20110131523A1 (en) Grouping of windows based on user-defined contexts
KR20050061534A (en) Tool-tip for multimedia files
JP4078356B2 (en) GUI application operation explanation word creation device, GUI application operation explanation word creation method and program
JP5355032B2 (en) Client device, server device, and document management system, document management method, and document management program using them
JP2006252001A (en) Document processor
US10095528B2 (en) Interfacing systems and methods
JPH0973383A (en) Hmi management system and managing method
JPH07152550A (en) Method for preparing object-oriented system
WO2020157918A1 (en) Rendering assistance device, display device, rendering assistance method, and computer program
JP3150889B2 (en) Software development support method and apparatus
JP2006065364A (en) Information management method, program, and device
JP4470776B2 (en) Visual display program
JPH1055339A (en) On-line business processing system
JP4894441B2 (en) Screen operation control device and information processing system
JP2010015380A (en) Cui/web input/output conversion system, cui/web input/output conversion method and program
JP2007094453A (en) Program development support system, program development support method and program
JP5197508B2 (en) Source code management device
JP2024049751A (en) Document management device and program
JP4093977B2 (en) Form data output device, form data output method, program, and form data output system

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070628

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070703

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070829

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070925

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071121

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080204

R150 Certificate of patent or registration of utility model

Ref document number: 4078356

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20110208

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20120208

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20130208

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20140208

Year of fee payment: 6

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350