JP2009105780A - Content display device and content display program - Google Patents

Content display device and content display program Download PDF

Info

Publication number
JP2009105780A
JP2009105780A JP2007277083A JP2007277083A JP2009105780A JP 2009105780 A JP2009105780 A JP 2009105780A JP 2007277083 A JP2007277083 A JP 2007277083A JP 2007277083 A JP2007277083 A JP 2007277083A JP 2009105780 A JP2009105780 A JP 2009105780A
Authority
JP
Japan
Prior art keywords
key
content
focus
displayed
invalid
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2007277083A
Other languages
Japanese (ja)
Inventor
Hisatoshi Omae
寿敏 大前
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.)
Sanyo Electric Co Ltd
Original Assignee
Sanyo Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sanyo Electric Co Ltd filed Critical Sanyo Electric Co Ltd
Priority to JP2007277083A priority Critical patent/JP2009105780A/en
Publication of JP2009105780A publication Critical patent/JP2009105780A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
  • User Interface Of Digital Computer (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a content display device capable of notifying a user that a key event does not occur even though the key is pressed regarding the key with which the key event does not occur using a characteristic of a markup description language. <P>SOLUTION: The content display device can display the content described by a markup language, and can change the contents of the displayed content according to key input by a key input means. The content display device comprises: a determination means for determining whether or not the input of each key of the key input means is valid or invalid based on the contents of the displayed content; and a key state notifying means for notifying the user that the input of each key is valid or invalid based on the determination result by the determination means. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

この発明は、マークアップ記述言語で記述されたコンテンツを表示するためのコンテンツ表示装置およびコンテンツ表示プログラムに関する。   The present invention relates to a content display device and a content display program for displaying content described in a markup description language.

地上デジタル放送におけるデータ放送で使用されるBML(Broadcast Markup Language) 等のマークアップ記述言語で記述されたコンテンツを再生するブラウザでは、ユーザ操作によりキーイベントを発生させることが可能である。たとえばユーザが決定キーを押下した際にはキーダウンイベントが、押下した決定キーを離した際にはキーアップイベントが発生する。ユーザは特定の要素に対してキーイベントを発生させ、所定の動作を行わせることが可能である。たとえば、onkeydown 属性の指定されているobject要素に、ユーザが決定キーのキーダウンイベントを発生させるとonkeydown 属性で指定されている動作を行う。これにより文書遷移が行われたり、画面の更新が行われたりする。なお、BMLについては、非特許文献1に詳細に記述されている。   In a browser that reproduces content described in a markup description language such as BML (Broadcast Markup Language) used for data broadcasting in terrestrial digital broadcasting, a key event can be generated by a user operation. For example, a key down event occurs when the user presses the enter key, and a key up event occurs when the enter key is released. The user can generate a key event for a specific element and perform a predetermined operation. For example, when the user generates a keydown event for the decision key in the object element with the onkeydown attribute specified, the operation specified by the onkeydown attribute is performed. As a result, document transition or screen update is performed. Note that BML is described in detail in Non-Patent Document 1.

通常、ブラウザ機能を備えた携帯型電話機などの携帯・移動体端末は、キー入力による操作を行うために、フォーカス表示を行う機能を有する表示制御装置を備えている。フォーカス表示とは、ユーザが表示されている画面を見ながら、矢印キーを操作して、表示されている要素のどれかを選択すると、要素が選択されたことを判別できるよう表示することを言う。また、フォーカス表示されている要素をフォーカス要素と呼ぶ。さらに、要素がフォーカス要素になることをその要素がフォーカスを取得したと言い、逆にフォーカス要素からの通常の要素になることを、その要素がフォーカスを消失したと言う。ユーザが決定キーを押下すると、このフォーカス要素に対して決定キーによるキーダウンイベントが発生する。   Usually, a portable / mobile terminal such as a mobile phone having a browser function includes a display control device having a function of performing a focus display in order to perform an operation by key input. Focus display refers to displaying so that the user can determine that an element has been selected by operating the arrow keys while viewing the displayed screen and selecting one of the displayed elements. . An element that is displayed in focus is called a focus element. Further, when an element becomes a focus element, it is said that the element has acquired the focus, and conversely, when it becomes a normal element from the focus element, it is said that the element has lost the focus. When the user presses the enter key, a key down event by the enter key is generated for this focus element.

ただし、キーを押下した際にイベントが発生するかどうかはコンテンツの内容、およびブラウザの状態に依存する。すなわち、ユーザが何らかのキー操作を行っても何の表示の更新も行われない場合が存在する。
デジタル放送標準規格「ARIB STD-B24 「デジタル放送におけるデータ放送符号化方式と伝送方式」 平成19年3月4日策定 5.1版」規格書
However, whether or not an event occurs when a key is pressed depends on the content and browser status. That is, there is a case where no display is updated even if the user performs some key operation.
Digital Broadcasting Standard “ARIB STD-B24“ Data Broadcast Coding and Transmission System for Digital Broadcasting ”Standard Edition, March 4, 2007

この発明は、マークアップ記述言語の特徴を利用して、キーイベントが発生しないキーについては、そのキーを押下してもキーイベントが発生しないことをユーザに通知できるようになるコンテンツ表示装置およびコンテンツ表示プログラムを提供することを目的とする。   The present invention uses a feature of a markup description language to make it possible to notify a user that a key event does not occur for a key that does not generate a key event even if the key is pressed. An object is to provide a display program.

請求項1に記載の発明は、マークアップ言語で記述されたコンテンツの表示を行うとともに、キー入力手段からのキー入力に応じて表示中コンテンツの内容を変化させることが可能なコンテンツ表示装置であって、表示中コンテンツの内容に基づいて、キー入力手段の各キーの入力が有効であるか無効であるかを判定する判定手段、および判定手段による判定結果に基づいて、各キーの入力が有効であるか無効であるかをユーザに通知するキー状態通知手段を備えていることを特徴とする。ここで、「表示中コンテンツの内容を変化させる」には、画面に表示されている内容を変化させることの他、BML文書を解析して得られる文書構造の内容を変化させることも含まれる。   The invention described in claim 1 is a content display device capable of displaying content described in a markup language and changing the content of the displayed content in response to a key input from a key input means. And determining whether each key input of the key input means is valid or invalid based on the content of the displayed content, and whether each key input is valid based on the determination result by the determination means. It is characterized by comprising key state notifying means for notifying the user of whether or not it is invalid. Here, “changing the content of the displayed content” includes changing the content of the document structure obtained by analyzing the BML document in addition to changing the content displayed on the screen.

請求項2に記載の発明は、請求項1に記載のコンテンツ表示装置において、判定手段は、「表示中コンテンツに含まれるbody要素のused-key-list 特性の値」に基づいて、キー入力手段の各キーの入力が有効であるか無効であるかを判定するものであることを特徴とする。   According to a second aspect of the present invention, in the content display device according to the first aspect, the determination means is a key input means based on “the value of the used-key-list characteristic of the body element included in the displayed content”. It is characterized in that it is determined whether the input of each key is valid or invalid.

請求項3に記載の発明は、請求項1に記載のコンテンツ表示装置において、判定手段は、「表示中コンテンツに含まれるbody要素のused-key-list 特性の値」および「表示中コンテンツにフォーカスを有している要素が存在するか否か」に基づいて、キー入力手段の各キーの入力が有効であるか無効であるかを判定するものであることを特徴とする。   According to a third aspect of the present invention, in the content display device according to the first aspect, the determining means includes “the value of the used-key-list characteristic of the body element included in the displayed content” and “the focus on the displayed content”. It is characterized in that whether or not the input of each key of the key input means is valid or invalid is determined based on whether or not there is an element having “.”

請求項4に記載の発明は、請求項1に記載のコンテンツ表示装置において、判定手段は、「表示中コンテンツに含まれるbody要素のused-key-list 特性の値」、「表示中コンテンツにフォーカスを有している要素が存在するか否か」、および「表示中コンテンツにaccesskey 属性を有する要素が存在する場合における当該accesskey 属性の値」に基づいて、キー入力手段の各キーの入力が有効であるか無効であるかを判定するものであることを特徴とする。   According to a fourth aspect of the present invention, in the content display device according to the first aspect, the determination means includes “the value of the used-key-list characteristic of the body element included in the displayed content”, “the focus on the displayed content”. Input of each key of the key input means is valid based on "whether there is an element that has an accesskey attribute" and "the value of the accesskey attribute when there is an element having an accesskey attribute in the displayed content" It is characterized in that it is determined whether or not it is invalid.

請求項5に記載の発明は、請求項3乃至4に記載のコンテンツ表示装置において、判定手段は、表示中コンテンツにフォーカスを有している要素が存在する場合には、さらに、「当該フォーカス要素に指定されている属性」を考慮して、キー入力手段の各キーの入力が有効であるか無効であるかを判定するものであることを特徴とする。   According to a fifth aspect of the present invention, in the content display device according to any one of the third to fourth aspects, the determination unit further includes: “the focus element” when there is an element having a focus on the displayed content. It is characterized in that it is determined whether the input of each key of the key input means is valid or invalid in consideration of the attribute designated by “.

請求項6に記載の発明は、請求項3乃至4に記載のコンテンツ表示装置において、判定手段は、表示中コンテンツにフォーカスを有している要素が存在する場合には、さらに、「当該フォーカス要素に指定されている属性」および「当該フォーカス要素の種別」を考慮して、キー入力手段の各キーの入力が有効であるか無効であるかを判定するものであることを特徴とする。   According to a sixth aspect of the present invention, in the content display device according to any one of the third to fourth aspects, the determination unit further includes: “the focus element” when there is an element having a focus on the displayed content. It is characterized in that it is determined whether the input of each key of the key input means is valid or invalid in consideration of the “attribute specified in” and “the type of the focus element”.

請求項7に記載の発明は、請求項1に記載のコンテンツ表示装置において、判定手段は、表示中コンテンツにおいて、「body要素のused-key-list 特性に"basic" が含まれていない場合」、「フォーカスを有している要素が存在しない場合」、若しくは「フォーカスを有している要素が存在するが当該フォーカス要素が決定キーのキーイベントを取得する状態にない場合」のいずれかに該当する場合に、決定キーが無効であると判定する手段を備えていることを特徴とする。   According to a seventh aspect of the present invention, in the content display device according to the first aspect, in the content being displayed, the determination means is “when the used-key-list characteristic of the body element does not include“ basic ”” , "When there is no element that has the focus", or "When there is an element that has the focus but the focus element is not in a state to acquire the key event of the enter key" In this case, there is provided means for determining that the determination key is invalid.

フォーカス要素が決定キーのキーイベントを取得する状態にない場合とは、当該フォーカス要素に対してhref属性、onkeydown 属性、onkeyup 属性およびonclick 属性のいずれもが有効に指定されていない場合をいう。   The case where the focus element is not in a state of acquiring the key event of the determination key means a case where none of the href attribute, onkeydown attribute, onkeyup attribute, and onclick attribute is effectively specified for the focus element.

請求項8に記載の発明は、請求項1に記載のコンテンツ表示装置において、判定手段は、表示中コンテンツにおいて、「フォーカスを有している要素が存在しない場合」、又は「フォーカスを有している要素が存在するが上記フォーカス要素が文字入力に関する要素ではなく、かつbody要素のused-key-list 特性に"basic" が含まれていない場合」、若しくは「フォーカスを有している要素が存在するが上記フォーカス要素が文字入力に関する要素ではなく、かつbody要素のused-key-list 特性に"basic" が含まれているが当該フォーカス要素が決定キーのキーイベントを取得する状態にない場合」に、決定キーが無効であると判定する手段を備えていることを特徴とする。   The invention according to claim 8 is the content display device according to claim 1, wherein the determination unit is configured such that “when there is no element having focus” or “with focus” in the displayed content. But the focus element is not an element related to character input and the body element used-key-list property does not contain "basic" or "the element has the focus" But if the focus element is not an element related to character input and the body element's used-key-list property contains "basic", but the focus element is not in a state to get the key event of the decision key " And a means for determining that the determination key is invalid.

上記文字入力に関する要素とは、例えば、input 要素または textarea 要素をいう。   The element related to the character input is, for example, an input element or a textarea element.

請求項9に記載の発明は、請求項1に記載のコンテンツ表示装置において、判定手段は、表示中コンテンツにおいて、「body要素のused-key-list 特性に"basic" が含まれていない場合」、または「フォーカスを有している要素が存在しない場合若しくはフォーカスを有している要素が存在するが当該フォーカス要素が戻るキーのキーイベントを取得する状態にない場合のいずれかに該当し、かつ、戻るキーに対応するaccesskey 属性が指定された要素が存在しない場合」に、戻るキーが無効であると判定する手段を備えていることを特徴とする。   According to the ninth aspect of the present invention, in the content display device according to the first aspect of the present invention, the determination unit is configured such that “basic” is not included in the used-key-list characteristic of the body element in the displayed content. Or “corresponds to the case where there is no element that has focus, or there is an element that has focus, but the focus element is not in a state of acquiring the key event of the return key, and In the case where there is no element in which the accesskey attribute corresponding to the return key is specified, means for determining that the return key is invalid is provided.

フォーカス要素が戻るキーのキーイベントを取得する状態にない場合とは、当該フォーカス要素に対してonkeydown 属性およびonkeyup 属性のいずれもが有効に指定されていない場合をいう。   The case where the focus element is not in a state of acquiring the key event of the return key means that neither the onkeydown attribute nor the onkeyup attribute is effectively specified for the focus element.

請求項10に記載の発明は、請求項1に記載のコンテンツ表示装置において、判定手段は、表示中コンテンツにおいて、「body要素のused-key-list 特性に"numeric-tuning"が含まれていない場合」、または、「フォーカスを有している要素が存在しない場合若しくはフォーカスを有している要素が存在するが当該フォーカス要素が数字キーのキーイベントを取得する状態にない場合のいずれかに該当し、かつ、数字キーに対応するaccesskey 属性が指定された要素が存在しない場合」に、数字キーが無効であると判定する手段を備えていることを特徴とする。   According to a tenth aspect of the present invention, in the content display device according to the first aspect, the determination means does not include “numeric-tuning” in the “used-key-list characteristic of the body element” in the displayed content. ”Or“ when there is no element that has the focus, or there is an element that has the focus, but the focus element is not in a state to acquire a key event of a numeric key. And means for determining that the numeric key is invalid when there is no element in which the accesskey attribute corresponding to the numeric key is specified.

フォーカス要素が数字キーのキーイベントを取得する状態にない場合とは、当該フォーカス要素に対してonkeydown 属性およびonkeyup 属性のいずれもが有効に指定されていない場合をいう。   The case where the focus element is not in the state of acquiring the key event of the numeric key means a case where neither the onkeydown attribute nor the onkeyup attribute is effectively specified for the focus element.

請求項11に記載の発明は、請求項1に記載のコンテンツ表示装置において、判定手段は、表示中コンテンツにおいて、「body要素のused-key-list 特性に"special-1" が含まれていない場合」、または、「フォーカスを有している要素が存在しない場合若しくはフォーカスを有している要素が存在するが当該フォーカス要素が記号キーのキーイベントを取得する状態にない場合のいずれかに該当し、かつ、記号キーに対応するaccesskey 属性が指定された要素が存在しない場合」に、記号キーが無効であると判定する手段を備えていることを特徴とする。   According to the eleventh aspect of the present invention, in the content display device according to the first aspect, the determination means does not include “special-1” in the used-key-list characteristic of the body element in the displayed content. ”Or“ when there is no element that has the focus, or there is an element that has the focus but the focus element is not in a state to acquire the key event of the symbol key. And means for determining that the symbol key is invalid when there is no element in which the accesskey attribute corresponding to the symbol key is specified.

フォーカス要素が記号キーのキーイベントを取得する状態にない場合とは、当該フォーカス要素に対してonkeydown 属性およびonkeyup 属性のいずれもが有効に指定されていない場合をいう。   The case where the focus element is not in a state of acquiring the key event of the symbol key means a case where neither the onkeydown attribute nor the onkeyup attribute is effectively specified for the focus element.

請求項12に記載の発明は、請求項1乃至11に記載のコンテンツ表示装置において、キー入力手段はタッチパネルであり、キー状態通知手段は、タッチパネル上に表示されるソフトキーの表示様態を変化させることによって、キー入力手段の各々のキーの入力が有効であるか無効であるかをユーザに通知させるものであることを特徴とする。   According to a twelfth aspect of the present invention, in the content display device according to the first to eleventh aspects, the key input means is a touch panel, and the key state notification means changes the display mode of the soft keys displayed on the touch panel. In this way, the user is notified whether the input of each key of the key input means is valid or invalid.

請求項13に記載の発明は、請求項1乃至11に記載のコンテンツ表示装置において、キー入力手段は1又は複数のハードキーから構成され、キー状態通知手段は、ハードキーのバックライトを制御することによって、キー入力手段の各々のキーの入力が有効であるか無効であるかをユーザに通知させるものであることを特徴とする。   According to a thirteenth aspect of the present invention, in the content display device according to the first to eleventh aspects, the key input means is composed of one or a plurality of hard keys, and the key state notifying means controls the backlight of the hard keys. In this way, the user is notified whether the input of each key of the key input means is valid or invalid.

請求項14に記載の発明は、コンテンツ表示プログラムてあって、マークアップ言語で記述されたコンテンツの表示を行わせるとともに、キー入力手段からのキー入力に応じて表示中コンテンツの内容を変化させるために、コンピュータを、表示中コンテンツの内容に基づいて、キー入力手段の各キーの入力が有効であるか無効であるかを判定する判定手段、および判定手段による判定結果に基づいて、各キーが有効であるか無効であるかをユーザに通知するキー状態通知手段として機能させることを特徴とする。   According to a fourteenth aspect of the present invention, there is provided a content display program for displaying content described in a markup language and changing the content of the displayed content in response to a key input from a key input unit. In addition, the computer determines whether each key input of the key input means is valid or invalid based on the content of the displayed content, and each key is determined based on the determination result by the determination means. It is characterized by functioning as a key state notifying means for notifying the user whether it is valid or invalid.

この発明によれば、キーイベントが発生しないキーについては、そのキーを押下してもキーイベントが発生しないことをユーザに通知できるようになる。   According to the present invention, for a key that does not generate a key event, the user can be notified that a key event does not occur even if the key is pressed.

以下、図面を参照して、この発明を、地上デジタルテレビ放送を受信する機能およびカーナビゲーション機能を備えた移動体端末に適用した場合の実施例について説明する。   Hereinafter, with reference to the drawings, an embodiment in which the present invention is applied to a mobile terminal having a function of receiving digital terrestrial television broadcasting and a car navigation function will be described.

〔1〕移動体端末の構成
図1は、地上デジタルテレビ放送を受信する機能およびカーナビゲーション機能を備えた移動体端末の構成を示している。ただし、本実施例の特徴は、地上デジタルテレビ放送によって送られてくるデータ放送を表示している場合のキーの有効・無効表示方法にあるので、図1では、カーナビゲーション機能を実現するための回路は省略されている。
[1] Configuration of Mobile Terminal FIG. 1 shows a configuration of a mobile terminal having a function of receiving digital terrestrial television broadcasting and a car navigation function. However, since the feature of this embodiment is the key valid / invalid display method in the case of displaying a data broadcast transmitted by terrestrial digital television broadcast, in FIG. The circuit is omitted.

アンテナ1で受信された放送波はチューナ2に送られて、高周波処理および復調が行なわれ、トランスポート・ストリームとして出力される。DEMUX回路3は、チューナ2に受け取ったトランスポート・ストリームを解析し、AVストリームと、番組情報と、BML文書などに分解する。AVストリームは、AVデコーダ4に送られ、番組情報とBML文書などは、システム制御部20に送られる。   A broadcast wave received by the antenna 1 is sent to the tuner 2, subjected to high frequency processing and demodulation, and output as a transport stream. The DEMUX circuit 3 analyzes the transport stream received by the tuner 2 and decomposes it into an AV stream, program information, and a BML document. The AV stream is sent to the AV decoder 4, and the program information and the BML document are sent to the system control unit 20.

AVデコーダ4は、AVストリームをデコードする。AVデコーダ4によって得られた映像信号は、映像処理回路5、マルチプレクサ6および映像出力回路7を介してLCD(液晶表示器)8に送られる。AVデコーダ4によって得られた音声信号は、音声処理回路9および音声出力回路10を介してスピーカ11に送られる。   The AV decoder 4 decodes the AV stream. The video signal obtained by the AV decoder 4 is sent to an LCD (liquid crystal display) 8 through a video processing circuit 5, a multiplexer 6 and a video output circuit 7. The audio signal obtained by the AV decoder 4 is sent to the speaker 11 via the audio processing circuit 9 and the audio output circuit 10.

システム制御部20は、移動体端末の各部を制御する。システム制御部20には、操作部21が接続されている。この実施例では、操作部21は、LCD8上に形成されたタッチパネルからなる。   The system control unit 20 controls each unit of the mobile terminal. An operation unit 21 is connected to the system control unit 20. In this embodiment, the operation unit 21 includes a touch panel formed on the LCD 8.

システム制御部20は、DEMUX回路3によって分離されたBML文書を解析し、その解析結果に応じた表示が行なわれるように、グラフィック表示回路22を制御する。グラフィック表示回路22によって生成されたクラフィック信号は、マルチプレクサ6に送られて映像信号に合成される。マルチプレクサ6によって得られた映像信号は、映像出力回路7を介してLCD8に送られる。   The system control unit 20 analyzes the BML document separated by the DEMUX circuit 3, and controls the graphic display circuit 22 so that display according to the analysis result is performed. The graphic signal generated by the graphic display circuit 22 is sent to the multiplexer 6 and synthesized with the video signal. The video signal obtained by the multiplexer 6 is sent to the LCD 8 via the video output circuit 7.

〔2〕本願発明の実施形態
図2は、地上デジタルテレビ放送の表示画面例を示している。
[2] Embodiment of the Present Invention FIG. 2 shows an example of a display screen of terrestrial digital television broadcasting.

この例では、表示画面には、左上のテレビ番組表示領域Q1、領域Q1の下側の番組情報表示領域Q2、それらの領域Q1,Q2の右側のブラウザ領域Q3および画面下端部のボタン表示領域Q4が設けられている。ブラウザ領域Q3には、データ放送のコンテンツが表示される。   In this example, the display screen includes a television program display area Q1 at the upper left, a program information display area Q2 below the area Q1, a browser area Q3 on the right side of these areas Q1 and Q2, and a button display area Q4 at the bottom of the screen. Is provided. Data broadcast content is displayed in the browser area Q3.

図2に示すように、この実施例では、各種の操作キーは、画面内にソフトキーとして表示されている。ここで、ソフトキーとは、画面内に配置されたボタンのことをさす。この例では、番組情報表示領域Q2に、ソフトキー切替ボタン101が表示されている。また、ボタン表示領域Q4に、映像ボタン201、データメニューボタン202、数字/記号ボタン203、戻るボタン204、決定ボタン205、上方移動ボタン206、下方移動ボタン207が表示されている。   As shown in FIG. 2, in this embodiment, various operation keys are displayed as soft keys in the screen. Here, the soft key refers to a button arranged in the screen. In this example, a soft key switching button 101 is displayed in the program information display area Q2. In the button display area Q4, a video button 201, a data menu button 202, a number / symbol button 203, a return button 204, a determination button 205, an up movement button 206, and a down movement button 207 are displayed.

数字/記号ボタン203が押されると、図3に示すように、0〜9の数字ボタンと、*および#の記号ボタンが表示される。図3の画面を、数字/記号操作画面ということにする。数字/記号操作画面では、数字/記号ボタン203が、基本操作ボタン208に変更される。基本操作ボタン208が押されると、図2の表示画面が表示される。   When the numeric / symbol button 203 is pressed, numeric buttons 0 to 9 and symbol buttons * and # are displayed as shown in FIG. The screen of FIG. 3 is referred to as a number / symbol operation screen. On the number / symbol operation screen, the number / symbol button 203 is changed to a basic operation button 208. When the basic operation button 208 is pressed, the display screen of FIG. 2 is displayed.

携帯・移動体端末向け地上デジタルテレビ放送では、コンテンツが取得可能なキーイベントを発行できるキーは、「決定キー」、「戻るキー」、「数字キー(0〜9)」、「*キー」、「#キー」、「テレビリンクキー」と定められている。「*キー」および「#キー」を総称して「記号キー」ということにする。   In digital terrestrial television broadcasting for mobile / mobile terminals, the keys that can issue key events that can be acquired are “decision key”, “return key”, “numeric keys (0-9)”, “* key”, “# Key” and “TV link key” are defined. The “* key” and “# key” are collectively referred to as the “symbol key”.

この実施例においては、「数字キー」、「*キー」、「#キー」を画面内に配置するスペースが存在しないため、基本操作ボタン群の1つとして、図2に示すように、数字/記号ボタン203を表示させておき、ユーザが数字/記号ボタン203を押下げると、図3に示すような数字/記号操作画面が表示されるようになっている。   In this embodiment, since there is no space for arranging the “numeric key”, “* key”, and “# key” in the screen, as shown in FIG. When the symbol button 203 is displayed and the user depresses the number / symbol button 203, a number / symbol operation screen as shown in FIG. 3 is displayed.

図2に表示されているボタンのうち、本発明の対象となるのは、「決定キー」のキーイベントを発行するための決定ボタン205と、「戻るキー」のキーイベントを発行するための戻るボタン204と、「数字キー」、「#キー」および「*キー」のキーイベントを発行するためのボタン(図3の数字ボタンおよび記号ボタン)を表示させるための数字/記号ボタン203である。   Among the buttons displayed in FIG. 2, the object of the present invention is a decision button 205 for issuing a “decision key” key event and a return for issuing a “return key” key event. A number / symbol button 203 for displaying a button 204 and buttons (numeric buttons and symbol buttons in FIG. 3) for issuing key events of “numeric key”, “# key”, and “* key”.

この実施例では、表示中のコンテンツの内容に基づいて、決定ボタン205、戻るボタン204、数字/記号ボタン203それぞれについて、有効であるか無効であるかを判別し、各ボタンが有効であるか無効であるかをユーザが識別できるようにボタンの表示形態を制御するようにしている。   In this embodiment, it is determined whether each of the decision button 205, the return button 204, and the number / symbol button 203 is valid or invalid based on the content being displayed, and whether each button is valid. The display mode of the button is controlled so that the user can identify whether it is invalid.

各ソフトキーが有効であるか無効であるかを識別するための表示は、図4に示すように、そのソフトキー(ボタン)を押下することが可能かどうかをユーザが一見して判断できる表示とする。図4の例では、ボタン201〜207のうち、数字/記号ボタン203のみが無効表示となっている。つまり、この例では、ソフトキーが有効である場合にはボタン内の文字部分が白抜き表示されるが、ソフトキーが無効である場合にはボタン内の文字部分がそのバックと同じ黒表示とされる。   As shown in FIG. 4, a display for identifying whether each soft key is valid or invalid is a display that allows the user to determine at a glance whether or not the soft key (button) can be pressed. And In the example of FIG. 4, only the number / symbol button 203 among the buttons 201 to 207 is invalid. In other words, in this example, when the soft key is valid, the character portion in the button is displayed in white, but when the soft key is invalid, the character portion in the button is displayed in the same black as the background. Is done.

〔3〕実施形態1 [3] Embodiment 1

実施形態1では、BML文書で用いられるused-key-list 特性の値に基づいて、決定ボタン205、戻るボタン204、数字/記号ボタン203それぞれについて、有効であるか無効であるかを判別する。”used-key-list ”とはBMLブラウザにて受け付けるべきキー種別を指定したものであり、携帯・移動体端末向け地上デジタルテレビ放送では、表1の値が用いられる。   In the first embodiment, based on the value of the used-key-list characteristic used in the BML document, it is determined whether each of the decision button 205, the return button 204, and the number / symbol button 203 is valid or invalid. “Used-key-list” designates a key type to be accepted by the BML browser, and the values shown in Table 1 are used in terrestrial digital television broadcasting for portable / mobile terminals.

Figure 2009105780
Figure 2009105780

たとえば、used-key-list 特性の値に”basic ”のみが含まれる場合は、「決定キー」、「戻るキー」が押下られた場合のみ、コンテンツはキーイベントを取得する。逆に、「数字キー」、「#キー」、「*キー」が押下られても、コンテンツはキーイベントを取得しない。実施形態1においては、例えば、used-key-list 特性の値に”basic ”のみが含まれる場合は、「数字キー」、「#キー」および「*キー」のキーイベントを発行するための数字/記号ボタン203が無効表示となる。   For example, when only “basic” is included in the value of the used-key-list characteristic, the content acquires a key event only when the “decision key” and the “return key” are pressed. Conversely, even if the “numeric key”, “# key”, and “* key” are pressed, the content does not acquire a key event. In the first embodiment, for example, when only “basic” is included in the value of the used-key-list characteristic, numbers for issuing key events of “numeric key”, “# key”, and “* key” The / symbol button 203 is disabled.

つまり、実施形態1においては、”used-key-list ”によってBMLブラウザにて受け付けるべきキー種別として含まれていないキーのキーイベントを発行するためのボタンが無効表示となる。   In other words, in the first embodiment, a button for issuing a key event of a key that is not included as a key type that should be accepted by the BML browser by “used-key-list” is disabled.

〔4〕実施形態2 [4] Embodiment 2

実施形態2では、BML文書で用いられるused-key-list 特性の値およびフォーカスを有している要素の有無に基づいて、決定ボタン205、戻るボタン204、数字/記号ボタン203それぞれについて、有効であるか無効であるかを判別する。   In the second embodiment, each of the enter button 205, the return button 204, and the number / symbol button 203 is valid based on the value of the used-key-list characteristic used in the BML document and the presence / absence of an element having focus. Determine if it is present or invalid.

図5は、図2のブラウザ領域S3のみを抽出した、データ放送の表示画面である。図5(a)はフォーカス要素が存在しない場合のデータ放送画面を示し、図5(b)は、フォーカス要素が存在する場合のデータ放送画面を示している。図5(a)に示すようにフォーカス要素が存在しない場合には、当然ながらキーイベントを取得する要素は存在しない。   FIG. 5 is a data broadcast display screen in which only the browser area S3 of FIG. 2 is extracted. FIG. 5A shows a data broadcast screen when there is no focus element, and FIG. 5B shows a data broadcast screen when there is a focus element. As shown in FIG. 5A, when there is no focus element, there is naturally no element for acquiring a key event.

したがって、”used-key-list ”によってBMLブラウザにて受け付けるべきキー種別として含まれているキーであっても、フォーカス要素が存在しない場合には、、そのキーを無効表示する。つまり、フォーカス要素が存在しない場合には、「決定キー」、「戻るキー」、「数字キー」、「#キー」および「*キー」のキーイベントを発行するための決定ボタン205、戻るボタン204、数字/記号ボタン203は、無効表示となる。
〔5〕実施形態3
Therefore, even if the key is included as a key type that should be received by the BML browser by “used-key-list”, if the focus element does not exist, the key is displayed invalid. That is, when there is no focus element, a determination button 205 and a return button 204 for issuing key events of “decision key”, “return key”, “numeric key”, “# key”, and “* key”. The number / symbol button 203 is disabled.
[5] Embodiment 3

実施形態3では、BML文書で用いられるused-key-list 特性の値、フォーカスを有している要素の有無およびアクセスキーを利用可能にするためのaccesskey 属性を有する要素の有無に基づいて、決定ボタン205、戻るボタン204、数字/記号ボタン203それぞれについて、有効であるか無効であるかを判別する。   In the third embodiment, the determination is made based on the value of the used-key-list characteristic used in the BML document, the presence / absence of an element having a focus, and the presence / absence of an element having an accesskey attribute for making an access key available. It is determined whether each of the button 205, the return button 204, and the number / symbol button 203 is valid or invalid.

実施形態3においても、実施形態2と同様なキーの有効・無効判定が行なわれるが、実施形態3では、アクセスキーを利用可能にするためのaccesskey 属性を有する要素が存在する場合には、アクセスキーに相当するボタンが有効表示となる。   In the third embodiment, the same key validity / invalidity determination as in the second embodiment is performed. However, in the third embodiment, when there is an element having an accesskey attribute for making an access key available, access is performed. The button corresponding to the key is displayed effectively.

アクセスキーとは、対応するキーイベントが発行された場合、accesskey 属性が指定されている要素へのフォーカス移動と同時に、その要素に対して「決定キー」によるキーイベントが発行されるものである。コンテンツ内に、あるキーによるキーイベントを取得可能なaccesskey 属性の値を持つ要素が存在する場合は、そのキーイベントを発行するためのキーを有効にする。たとえば、「戻るキー」に対するアクセスキーを意味する値が”X”である場合、コンテンツ内にaccesskey 属性の値が”X”である要素が存在する場合には、「戻るキー」のキーイベントを発行するための戻るボタン204が有効表示となる。   An access key is a key event issued by a “decision key” for an element when a corresponding key event is issued, simultaneously with the focus movement to the element for which the accesskey attribute is specified. If there is an element in the content that has an accesskey attribute value that can obtain a key event for a key, enable the key for issuing the key event. For example, if the value indicating the access key for the “return key” is “X”, and there is an element whose accesskey attribute value is “X” in the content, the key event of the “return key” is sent. The return button 204 for issuing is valid display.

たとえば、図5(b)のデータ放送の表示のためのBML文書が図6であるとする。図6では”トップページへ戻る”と表示されている画像にあたるobject要素に、bml:accesskey 属性が指定されている。この場合、このobject要素はブラウザの状態にかかわらず「戻るキー」によるキーイベントを取得するので「戻るキー」のキーイベントを発行するための戻るボタン204が有効表示となる。   For example, suppose that the BML document for data broadcasting display of FIG. 5B is FIG. In FIG. 6, the bml: accesskey attribute is specified in the object element corresponding to the image displayed as “return to top page”. In this case, since the object element acquires a key event based on the “return key” regardless of the state of the browser, the return button 204 for issuing the “return key” key event becomes effective display.

〔6〕実施形態4 [6] Embodiment 4

実施形態4では、実施形態2または実施形態3のキー有効・無効判定において、フォーカスを有している要素が存在する場合には、さらにフォーカス要素に指定されている属性やフォーカス要素の種別をも考慮して、キー有効・無効判定を行なう。   In the fourth embodiment, in the key validity / invalidity determination in the second or third embodiment, when there is an element having a focus, the attribute specified for the focus element and the type of the focus element are further set. Consider key validity / invalidity.

携帯・移動体端末向け地上デジタルテレビ放送および地上デジタルラジオ放送において、フォーカス要素となりうる要素は、「href属性、onclick 属性、onkeydown 属性およびonkeyup 属性のいずれか1つ以上の属性が指定されているa要素」、「onclick 属性、onkeydown 属性、onkeyup 属性、bml:onfocus 属性、bml:onblur属性のいずれか1つ以上の属性が指定されているobject要素」、「input 要素」、ならびに「textarea要素」のいずれかである。しかしながら、フォーカス要素であってもすべてのキーイベントを取得可能なわけではない。   In terrestrial digital television broadcasting and terrestrial digital radio broadcasting for portable / mobile terminals, an element that can be a focus element is “one or more attributes of the href attribute, onclick attribute, onkeydown attribute, and onkeyup attribute are designated a” Element "," onclick attribute, onkeydown attribute, onkeyup attribute, bml: onfocus attribute, bml: onblur attribute object element with one or more attributes "," input element ", and" textarea element " Either. However, not all key events can be acquired even with a focus element.

「決定キー」によるキーイベントを取得可能な属性は、href属性、onclick 属性、onkeydown 属性、onkeyup 属性のみである。すなわち、フォーカス要素の属性に、href属性、onclick 属性、onkeydown 属性およびonkeyup 属性のいずれも指定されていない場合、「決定キー」が押下されてもコンテンツはキーイベントを取得しない。実施形態4では、このような場合、「決定キー」キーイベントを発行するための決定ボタン205が無効表示となる。   Only the href attribute, the onclick attribute, the onkeydown attribute, and the onkeyup attribute can acquire the key event by the “decision key”. That is, when none of the href attribute, onclick attribute, onkeydown attribute, and onkeyup attribute is specified as the attribute of the focus element, the content does not acquire a key event even if the “decision key” is pressed. In the fourth embodiment, in such a case, the determination button 205 for issuing a “decision key” key event is disabled.

「戻るキー」、「数字キー」、「#キー」、「*キー」によるキーイベントを取得可能な属性は、onkeydown 属性、onkeyup 属性のみである。フォーカス要素の属性にonkeydown 属性およびonkeyup 属性のいずれも指定されていない場合、「戻るキー」、「数字キー」、「#キー」、「*キー」が押下されてもコンテンツはキーイベントを取得しない。実施形態4では、このような場合、「戻るキー」、「数字キー」、「#キー」、「*キー」のキーイベントを発行するための戻るボタン204、数字/記号ボタン203が無効表示となる。ただし、実施形態3で説明したように、accesskey 属性の値に「戻るキー」を表す値が指定されている要素が含まれている場合には、戻るボタン204は有効表示となる。同様に、accesskey 属性の値に「数字キー」、「#キー」または「*キー」を表す値が指定されている要素が含まれている場合には、数字/記号ボタン203が有効表示となる。   Only the onkeydown attribute and the onkeyup attribute can acquire the key event by the “return key”, “numeric key”, “# key”, and “* key”. If neither the onkeydown attribute nor the onkeyup attribute is specified in the attribute of the focus element, the content will not acquire a key event even if the “return key”, “number key”, “# key”, “* key” is pressed . In the fourth embodiment, in such a case, the return button 204 and the number / symbol button 203 for issuing key events of “return key”, “number key”, “# key”, and “* key” are displayed as invalid. Become. However, as described in the third exemplary embodiment, when the value indicating the “return key” is included in the value of the accesskey attribute, the return button 204 is enabled. Similarly, when the value indicating the “numeric key”, “# key”, or “* key” is included in the value of the accesskey attribute, the numeric / symbol button 203 is effectively displayed. .

たとえば、図5(b)のデータ放送の表示のためのBML文書が図7であるとする。”used-key-list ”の値に”basic ”および”numeric-tuning”が含まれているので、コンテンツとしては、「決定キー」、「戻るキー」、「数字キー」によるキーイベントが利用可能である。前述のフォーカス可能要素の条件より、図7においてフォーカスを持ちうる要素は4つのa要素と2つのobject要素となる。図5(b)の表示画面では、「天気」、「スポーツ」、「ニュース」および「番組情報」の文字列が4つのa要素に相当し、「音符の画像」および「トップページへもどると表示されている画像」が2つのobject要素に相当する。   For example, suppose that the BML document for data broadcasting display of FIG. 5B is FIG. Since "basic" and "numeric-tuning" are included in the value of "used-key-list", the key event by "decision key", "return key", "numeric key" can be used as content It is. From the above-described condition of the focusable element, the elements that can have the focus in FIG. 7 are four a elements and two object elements. In the display screen of FIG. 5B, the character strings of “weather”, “sports”, “news”, and “program information” correspond to four “a” elements, and return to the “note image” and “top page”. The “displayed image” corresponds to two object elements.

これら4つのa要素に関してはhref属性のみが指定されている。すなわち、これら4つのa要素は、「決定キー」によるキーイベントのみを取得する。よってこれら4つのa要素のいずれかがフォーカス要素である場合は、「決定キー」キーイベントを発行するための決定ボタン205が有効表示となり、「戻るキー」、「数字キー」キーイベントを発行するための戻るボタン204、数字/記号ボタン203は無効表示となる。ただし、実施形態3で説明したように、アクセスキーを利用可能にするためのaccesskey 属性を有する要素が存在する場合には、戻るボタン204、数字/記号ボタン203が有効表示となる場合がある。   Only the href attribute is specified for these four a elements. That is, these four a elements acquire only the key event by the “decision key”. Therefore, when any of these four a elements is the focus element, the determination button 205 for issuing the “decision key” key event is displayed effectively, and the “return key” and “number key” key events are issued. The return button 204 and the number / symbol button 203 for displaying are invalid. However, as described in the third embodiment, when there is an element having an accesskey attribute for making an access key available, the return button 204 and the number / symbol button 203 may be displayed effectively.

「音符の画像」にあたるobject要素にはbml:onfocus 属性のみが指定されている。すなわち、このobject要素はいずれのキーイベントも取得しない。よって、このobject要素がフォーカス要素である場合は「決定キー」、「戻るキー」、「数字キー」キーイベントを発行するための決定ボタン205、戻るボタン204、数字/記号ボタン203に関して無効表示となる。ただし、実施形態3で説明したように、アクセスキーを利用可能にするためのaccesskey 属性を有する要素が存在する場合には、戻るボタン204、数字/記号ボタン203が有効表示となる場合がある。   Only the bml: onfocus attribute is specified in the object element corresponding to “note image”. That is, this object element does not acquire any key event. Therefore, when the object element is a focus element, the determination button 205, the return button 204, and the number / symbol button 203 for issuing the “decision key”, “return key”, and “numeric key” key events are invalidated. Become. However, as described in the third embodiment, when there is an element having an accesskey attribute for making an access key available, the return button 204 and the number / symbol button 203 may be displayed effectively.

「トップページへ戻ると表示されている画像」にはonkeydown 属性のみが指定されている。すなわち、このobject要素は「決定キー」、「戻るキー」、「数字キー」によるキーイベントを取得する。よって、このobject要素がフォーカス要素である場合は、「決定キー」、「戻るキー」、「数字キー」によるキーイベントを発行するための決定ボタン205、戻るボタン204、数字/記号ボタン203は有効表示となる。   Only the onkeydown attribute is specified for the “image displayed when returning to the top page”. That is, this object element acquires a key event based on a “decision key”, “return key”, and “numeric key”. Therefore, when this object element is a focus element, the enter button 205, the return button 204, and the number / symbol button 203 for issuing a key event by the “decision key”, “return key”, and “number key” are valid. Display.

なお、フォーカス要素がinput 要素またはtextarea要素である場合に、「決定キー」押下により文字入力アプリが起動せしめられる携帯・移動体端末においては、フォーカス要素がinput 要素またはtextarea要素である場合には、「決定キー」によるキーイベントを発行する決定ボタン205を有効表示にしておく必要がある。   When the focus element is an input element or textarea element, and the mobile / mobile terminal where the character input application is activated by pressing the “decision key”, if the focus element is an input element or textarea element, The decision button 205 for issuing a key event based on the “decision key” needs to be displayed in an effective manner.

〔5−1〕以下、システム制御部20によって実行される「決定キー」、「戻るキー」、「数字キー」、「記号キー」それぞれに対する有効無効判定処理について説明する。 [5-1] The following describes the validity / invalidity determination processing for “decision key”, “return key”, “numeric key”, and “symbol key” executed by the system control unit 20.

システム制御部20は、「決定キー」が有効であると判定したときには決定ボタン205を有効表示とし、「決定キー」が無効であると判定したときには決定ボタン205を無効表示とする。また、システム制御部20は、「戻るキー」が有効であると判定したときには戻るボタン204を有効表示とし、「戻るキー」が無効であると判定したときには戻るボタン204を無効表示とする。また、システム制御部20は、「数字キー」および「記号キー」の少なくとも一方が有効であると判定した場合には、数字/記号ボタン203を有効表示とし、「数字キー」および「記号キー」の両方が無効であれば数字/記号ボタン203を無効表示とする。なお、数字/記号ボタン203が有効表示されているときに、数字/記号ボタン203が押し下げられて、図3に示す数字/記号操作画面が表示される際には、「数字キー」の有効・無効判定結果に応じて数字ボタンが有効・無効表示されるとともに、「記号キー」の有効・無効判定結果に応じて記号ボタンが有効・無効表示される。   The system control unit 20 displays the determination button 205 as valid when it is determined that the “decision key” is valid, and displays the determination button 205 as invalid when it is determined that the “decision key” is invalid. Further, the system control unit 20 displays the return button 204 as valid when it is determined that the “return key” is valid, and displays the return button 204 as invalid when it is determined that the “return key” is invalid. When the system control unit 20 determines that at least one of the “number key” and the “symbol key” is valid, the number / symbol button 203 is displayed as valid, and the “number key” and the “symbol key” are displayed. If both are invalid, the number / symbol button 203 is invalidated. When the number / symbol button 203 is displayed while the number / symbol button 203 is pressed down to display the number / symbol operation screen shown in FIG. The numeric buttons are displayed as valid / invalid according to the invalidity determination result, and the symbol buttons are displayed as valid / invalid according to the validity / invalidity determination result of the “symbol key”.

図8は、「決定キー」に対する有効無効判定処理の手順を示している。   FIG. 8 shows the procedure of the validity / invalidity determination process for the “decision key”.

この処理は、「画面に表示されている内容が変更された場合」および「BML文書を解析して得られる文書構造の内容が変更された場合」に実行される。他のキーに対する有効無効判定処理も、同様である。   This process is executed when “the contents displayed on the screen are changed” and “when the contents of the document structure obtained by analyzing the BML document are changed”. The same applies to the validity / invalidity determination processing for other keys.

「画面に表示されている内容が変更された場合」とは、文書遷移が発生し、画面に表示するBML文書が変更された場合、または同一のBML文書を表示中であってもフォーカス要素に変更が生じた場合、具体的にはフォーカス要素が変更された場合や、フォーカス要素が消失した場合などを指す。「BML文書を解析して得られる文書構造の内容が変更された場合」とは、スクリプトによりBML文書を解析して得られる文書構造の値が変更された場合を指す。文書構造の値が変更されても必ずしも画面表示が変更されるわけではない。例えば、used-key-list 特性の値が変更されても画面表示は変更されない。   “When the content displayed on the screen is changed” means that a document transition occurs and the BML document displayed on the screen is changed, or even if the same BML document is being displayed, When the change occurs, specifically, the focus element is changed or the focus element disappears. “When the content of the document structure obtained by analyzing the BML document is changed” refers to the case where the value of the document structure obtained by analyzing the BML document is changed by the script. Even if the value of the document structure is changed, the screen display is not necessarily changed. For example, even if the value of the used-key-list property is changed, the screen display is not changed.

まず、フォーカス要素が存在するか否かを判別する(ステップS1)。フォーカス要素が存在しないと判別した場合には、「決定キー」が無効であると判定する(ステップS6)。この場合には、決定ボタン205が無効表示される。   First, it is determined whether or not a focus element exists (step S1). If it is determined that the focus element does not exist, it is determined that the “decision key” is invalid (step S6). In this case, the enter button 205 is displayed invalid.

ステップS1において、フォーカス要素が存在すると判別した場合には、フォーカス要素がinput 要素またはtextarea要素であるか否かを判別する(ステップ2)。フォーカス要素がinput 要素またはtextarea要素であると判別した場合には、「決定キー」が有効であると判定する(ステップS5)。この場合には、決定ボタン205が有効表示される。   If it is determined in step S1 that the focus element exists, it is determined whether or not the focus element is an input element or a textarea element (step 2). When it is determined that the focus element is the input element or the textarea element, it is determined that the “decision key” is valid (step S5). In this case, the determination button 205 is displayed effectively.

上記ステップS2において、フォーカス要素がinput 要素およびtextarea要素のいずれでもないと判別した場合には、used-key-list 特性の値に"basic" が含まれているか否かを判別する(ステップS3)。used-key-list 特性の値に"basic" が含まれていないと判別した場合には、「決定キー」が無効であると判定する(ステップS6)。この場合には、決定ボタン205が無効表示される。   If it is determined in step S2 that the focus element is neither an input element nor a textarea element, it is determined whether or not “basic” is included in the value of the used-key-list characteristic (step S3). . When it is determined that “basic” is not included in the value of the used-key-list characteristic, it is determined that the “decision key” is invalid (step S6). In this case, the enter button 205 is displayed invalid.

ステップS3において、used-key-list 特性の値に"basic" が含まれていると判別した場合には、フォーカス要素が「決定キー」のキーイベントを取得する状態にある(フォーカス要素に対してhref属性、onclick 属性、onkeydown 属性およびonkeyup 属性のうちの少なくとも1つが有効に指定されている)か否かを判別する(ステップS4)。フォーカス要素が「決定キー」のキーイベントを取得する状態にあると判別した場合には、「決定キー」が有効であると判定する(ステップS5)。この場合には、決定ボタン205が有効表示される。   In step S3, when it is determined that the value of the used-key-list characteristic includes “basic”, the focus element is in a state of acquiring a key event of “decision key” (with respect to the focus element). It is determined whether or not at least one of href attribute, onclick attribute, onkeydown attribute, and onkeyup attribute is designated (step S4). If it is determined that the focus element is in a state of acquiring the “decision key” key event, it is determined that the “decision key” is valid (step S5). In this case, the determination button 205 is displayed effectively.

上記ステップS4において、フォーカス要素が「決定キー」のキーイベントを取得する状態にないと判別した場合には、決定キーが無効であると判定する(ステップS6)。この場合には、決定ボタン205が無効表示される。   If it is determined in step S4 that the focus element is not in a state of acquiring the “decision key” key event, it is determined that the determination key is invalid (step S6). In this case, the enter button 205 is displayed invalid.

図9は、「戻るキー」に対する有効無効判定処理の手順を示している。   FIG. 9 shows the procedure of the validity / invalidity determination process for the “return key”.

まず、used-key-list 特性の値に"basic" が含まれているか否かを判別する(ステップS11)。used-key-list 特性の値に"basic" が含まれていないと判別した場合には、「戻るキー」が無効であると判定する(ステップS16)。この場合には、戻るボタン204が無効表示される。   First, it is determined whether or not “basic” is included in the value of the used-key-list characteristic (step S11). When it is determined that “basic” is not included in the value of the used-key-list characteristic, it is determined that the “return key” is invalid (step S16). In this case, the return button 204 is displayed invalid.

ステップS11において、used-key-list 特性の値に"basic" が含まれていると判別した場合には、「戻るキー」に対応するaccesskey 属性が指定された要素が存在するか否かを判別する(ステップS12)。具体的には、accesskey 属性の値に、「戻るキー」に対応する値”X”が指定されている要素が存在するか否かを判別する。「戻るキー」に対応するaccesskey 属性が指定された要素が存在すると判別した場合には、「戻るキー」が有効であると判定する(ステップS15)。この場合には、戻るボタン204が有効表示される。   In step S11, if it is determined that the value of the used-key-list characteristic includes “basic”, it is determined whether or not there is an element in which the accesskey attribute corresponding to the “return key” is specified. (Step S12). Specifically, it is determined whether or not there is an element for which the value “X” corresponding to the “return key” is specified as the value of the accesskey attribute. If it is determined that there is an element for which the accesskey attribute corresponding to the “return key” is specified, it is determined that the “return key” is valid (step S15). In this case, the return button 204 is effectively displayed.

ステップS12において、「戻るキー」に対応するaccesskey 属性が指定された要素が存在しないと判別した場合には、フォーカス要素が存在するか否かを判別する(ステップS13)。フォーカス要素が存在しないと判別した場合には、「戻るキー」が無効であると判定する(ステップS16)。この場合には、戻るボタン205が無効表示される。   If it is determined in step S12 that there is no element for which the accesskey attribute corresponding to the “return key” is specified, it is determined whether or not a focus element exists (step S13). If it is determined that there is no focus element, it is determined that the “return key” is invalid (step S16). In this case, the return button 205 is displayed invalid.

ステップS13において、フォーカス要素が存在すると判別した場合には、フォーカス要素が「戻るキー」のキーイベントを取得する状態にある(フォーカス要素に対してonkeydown 属性およびonkeyup 属性のうちの少なくとも1つが有効に指定されている)か否かを判別する(ステップS14)。フォーカス要素が「戻るキー」のキーイベントを取得する状態にないと判別した場合には、「戻るキー」が無効であると判定する(ステップS16)。この場合には、戻るボタン204が無効表示される。   If it is determined in step S13 that the focus element is present, the focus element is in a state of acquiring a “back key” key event (at least one of the onkeydown attribute and the onkeyup attribute is valid for the focus element). It is determined whether or not (step S14). When it is determined that the focus element is not in a state of acquiring the key event of “return key”, it is determined that the “return key” is invalid (step S16). In this case, the return button 204 is displayed invalid.

上記ステップS14において、フォーカス要素が「戻るキー」のキーイベントを取得する状態にあると判別した場合には、「戻るキー」が有効であると判定する(ステップS15)。この場合には、戻るボタン204が有効表示される。   If it is determined in step S14 that the focus element is in a state of acquiring the key event “return key”, it is determined that the “return key” is valid (step S15). In this case, the return button 204 is effectively displayed.

図10は、「数字キー」に対する有効無効判定処理の手順を示している。   FIG. 10 shows the procedure of the validity / invalidity determination process for the “numeric key”.

まず、used-key-list 特性の値に"numeric-tuning"が含まれているか否かを判別する(ステップS21)。used-key-list 特性の値に"numeric-tuning"が含まれていないと判別した場合には、「数字キー」が無効であると判定する(ステップS26)。   First, it is determined whether or not “numeric-tuning” is included in the value of the used-key-list characteristic (step S21). When it is determined that “numeric-tuning” is not included in the value of the used-key-list characteristic, it is determined that the “numeric key” is invalid (step S26).

ステップS21において、used-key-list 特性の値に"numeric-tuning"が含まれていると判別した場合には、「数字キー」に対応するaccesskey 属性が指定された要素が存在するか否かを判別する(ステップS22)。具体的には、accesskey 属性の値に、「数字キー」に対応する値(0〜9それぞれに対応する値のうちのいずれか)が指定されている要素が存在するか否かを判別する。「数字キー」に対応するaccesskey 属性が指定された要素が存在すると判別した場合には、「数字キー」が有効であると判定する(ステップS25)。   If it is determined in step S21 that the used-key-list characteristic value includes “numeric-tuning”, whether or not there is an element for which the accesskey attribute corresponding to the “numeric key” is specified. Is determined (step S22). Specifically, it is determined whether or not there is an element in which a value corresponding to the “numeric key” (any one of values corresponding to 0 to 9) is specified as the value of the accesskey attribute. If it is determined that there is an element for which the accesskey attribute corresponding to the “number key” is specified, it is determined that the “number key” is valid (step S25).

ステップS22において、「数字キー」に対応するaccesskey 属性が指定された要素が存在しないと判別した場合には、フォーカス要素が存在するか否かを判別する(ステップS23)。フォーカス要素が存在しないと判別した場合には、「数字キー」が無効であると判定する(ステップS26)。   If it is determined in step S22 that there is no element for which the accesskey attribute corresponding to the “numeric key” is specified, it is determined whether or not a focus element exists (step S23). If it is determined that the focus element does not exist, it is determined that the “numeric key” is invalid (step S26).

ステップS23において、フォーカス要素が存在すると判別した場合には、フォーカス要素が「数字キー」のキーイベントを取得する状態にある(フォーカス要素に対してonkeydown 属性およびonkeyup 属性のうちの少なくとも1つが有効に指定されている)か否かを判別する(ステップS24)。フォーカス要素が「数字キー」のキーイベントを取得する状態にないと判別した場合には、「数字キー」が無効であると判定する(ステップS26)。   If it is determined in step S23 that the focus element is present, the focus element is in a state of acquiring a “numeric key” key event (at least one of the onkeydown attribute and the onkeyup attribute is valid for the focus element). It is determined whether it is specified (step S24). If it is determined that the focus element is not in a state of acquiring the key event of “number key”, it is determined that the “number key” is invalid (step S26).

上記ステップS24において、フォーカス要素が「数字キー」のキーイベントを取得する状態にあると判別した場合には、「数字キー」が有効であると判定する(ステップS25)。   If it is determined in step S24 that the focus element is in a state of acquiring a key event of “numeric key”, it is determined that the “numeric key” is valid (step S25).

図11は、「記号キー」に対する有効無効判定処理の手順を示している。   FIG. 11 shows the procedure of the validity / invalidity determination process for the “symbol key”.

まず、used-key-list 特性の値に"special-1" が含まれているか否かを判別する(ステップS31)。used-key-list 特性の値に"special-1" が含まれていないと判別した場合には、「記号キー」が無効であると判定する(ステップS36)。   First, it is determined whether or not “special-1” is included in the value of the used-key-list characteristic (step S31). If it is determined that “special-1” is not included in the value of the used-key-list characteristic, it is determined that the “symbol key” is invalid (step S36).

ステップS31において、used-key-list 特性の値に"special-1" が含まれていると判別した場合には、「記号キー」に対応するaccesskey 属性が指定された要素が存在するか否かを判別する(ステップS32)。具体的には、accesskey 属性の値に、「記号キー」に対応する値(*、#それぞれに対応する値のうちのいずれか)が指定されている要素が存在するか否かを判別する。「記号キー」に対応するaccesskey 属性が指定された要素が存在すると判別した場合には、「記号キー」が有効であると判定する(ステップS35)。   If it is determined in step S31 that the value of the used-key-list characteristic includes “special-1”, whether or not there is an element for which the accesskey attribute corresponding to the “symbol key” is specified. Is discriminated (step S32). Specifically, it is determined whether or not there is an element for which the value corresponding to the “symbol key” (any one of the values corresponding to * and #) is specified as the value of the accesskey attribute. If it is determined that there is an element for which the accesskey attribute corresponding to the “symbol key” is specified, it is determined that the “symbol key” is valid (step S35).

ステップS32において、「記号キー」に対応するaccesskey 属性が指定された要素が存在しないと判別した場合には、フォーカス要素が存在するか否かを判別する(ステップS33)。フォーカス要素が存在しないと判別した場合には、「記号キー」が無効であると判定する(ステップS36)。   If it is determined in step S32 that there is no element for which the accesskey attribute corresponding to the “symbol key” is specified, it is determined whether or not a focus element exists (step S33). If it is determined that the focus element does not exist, it is determined that the “symbol key” is invalid (step S36).

ステップS33において、フォーカス要素が存在すると判別した場合には、フォーカス要素が「記号キー」のキーイベントを取得する状態にある(フォーカス要素に対してonkeydown 属性およびonkeyup 属性のうちの少なくとも1つが有効に指定されている)か否かを判別する(ステップS34)。フォーカス要素が「記号キー」のキーイベントを取得する状態にないと判別した場合には、「記号キー」が無効であると判定する(ステップS36)。   If it is determined in step S33 that the focus element is present, the focus element is in a state of acquiring a “symbol key” key event (at least one of the onkeydown attribute and the onkeyup attribute is valid for the focus element). It is determined whether or not (step S34). If it is determined that the focus element is not in a state of acquiring the “symbol key” key event, it is determined that the “symbol key” is invalid (step S36).

上記ステップS34において、フォーカス要素が「記号キー」のキーイベントを取得する状態にあると判別した場合には、「記号キー」が有効であると判定する(ステップS35)。   If it is determined in step S34 that the focus element is in a state of acquiring a “symbol key” key event, it is determined that the “symbol key” is valid (step S35).

上記実施例では、操作部(キー入力手段)21がタッチパネルであり、各操作キーがソフトキーである場合について説明したが、各操作キーはハードキーであってもよい。各操作キーがハードキーである場合には、キーが有効であるか無効であるかは、例えば、ハードキーのバックライトのオンオフ状態によって識別するようにしてもよいし、有効なハードキーについては、表示器にそのキーの名称等を別途表示することにより識別するようにしてもよい。   In the above embodiment, the operation unit (key input means) 21 is a touch panel and each operation key is a soft key. However, each operation key may be a hard key. When each operation key is a hard key, whether the key is valid or invalid may be identified by, for example, the on / off state of the backlight of the hard key. The key name or the like may be separately displayed on the display unit for identification.

地上デジタルテレビ放送を受信する機能およびカーナビゲーション機能を備えた移動体端末の構成を示すブロック図である。It is a block diagram which shows the structure of the mobile terminal provided with the function to receive terrestrial digital television broadcasting, and a car navigation function. 地上デジタルテレビ放送の表示画面例を示す模式図である。It is a schematic diagram which shows the example of a display screen of terrestrial digital television broadcasting. 図2の表示画面上の数字/記号ボタン203が押下られたときに、表示される数字・記号入力画面を示す模式図である。FIG. 3 is a schematic diagram showing a number / symbol input screen displayed when a number / symbol button 203 on the display screen of FIG. 2 is pressed. ボタン201〜207のうち、数字/記号ボタン203のみが無効表示されている例を示す模式図である。It is a schematic diagram which shows the example in which only the number / symbol button 203 is invalidly displayed among the buttons 201-207. フォーカス要素が存在しない場合のデータ放送画面例と、フォーカス要素が存在する場合のデータ放送画面例とを示す模式図である。It is a schematic diagram which shows the example of a data broadcast screen when a focus element does not exist, and the example of a data broadcast screen when a focus element exists. 図5(b)のデータ放送の表示のためのBML文書の一例を示す模式図である。It is a schematic diagram which shows an example of the BML document for the display of the data broadcast of FIG.5 (b). 図5(a)のデータ放送の表示のためのBML文書の一例を示す模式図である。It is a schematic diagram which shows an example of the BML document for the display of the data broadcast of Fig.5 (a). 「決定キー」に対する有効無効判定処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the validity / invalidity determination process with respect to a "decision key". 「戻るキー」に対する有効無効判定処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the validity / invalidity determination process with respect to a "return key". 「数字キー」に対する有効無効判定処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the valid / invalid determination process with respect to a "numeric key". 「記号キー」に対する有効無効判定処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the validity / invalidity determination process with respect to a "symbol key".

符号の説明Explanation of symbols

1 アンテナ
2 チューナ
3 DEMUX回路
4 AVデコーダ
5 映像処理回路
6 マルチプレクサ
7 映像出力回路
8 LCD(液晶表示器)
9 音声処理回路
10 音声出力回路
11 スピーカ
20 システム制御部
21 操作部
22 グラフィック表示回路
1 Antenna 2 Tuner 3 DEMUX Circuit 4 AV Decoder 5 Video Processing Circuit 6 Multiplexer 7 Video Output Circuit 8 LCD (Liquid Crystal Display)
9 Audio processing circuit 10 Audio output circuit 11 Speaker 20 System control unit 21 Operation unit 22 Graphic display circuit

Claims (14)

マークアップ言語で記述されたコンテンツの表示を行うとともに、キー入力手段からのキー入力に応じて表示中コンテンツの内容を変化させることが可能なコンテンツ表示装置であって、
表示中コンテンツの内容に基づいて、キー入力手段の各キーの入力が有効であるか無効であるかを判定する判定手段、および
判定手段による判定結果に基づいて、各キーの入力が有効であるか無効であるかをユーザに通知するキー状態通知手段、
を備えていることを特徴とするコンテンツ表示装置。
A content display device capable of displaying content described in a markup language and changing the content of the displayed content in response to a key input from a key input means,
Based on the content of the content being displayed, the determination means for determining whether the input of each key of the key input means is valid or invalid, and the input of each key is valid based on the determination result by the determination means Key status notification means for notifying the user of whether or not it is invalid,
A content display device comprising:
判定手段は、「表示中コンテンツに含まれるbody要素のused-key-list 特性の値」に基づいて、キー入力手段の各キーの入力が有効であるか無効であるかを判定するものであることを特徴とする請求項1に記載のコンテンツ表示装置。 The determination means determines whether the input of each key of the key input means is valid or invalid based on “the value of the used-key-list characteristic of the body element included in the displayed content”. The content display device according to claim 1. 判定手段は、「表示中コンテンツに含まれるbody要素のused-key-list 特性の値」および「表示中コンテンツにフォーカスを有している要素が存在するか否か」に基づいて、キー入力手段の各キーの入力が有効であるか無効であるかを判定するものであることを特徴とする請求項1に記載のコンテンツ表示装置。 The determination means is a key input means based on “the value of the used-key-list characteristic of the body element included in the displayed content” and “whether there is an element having a focus on the displayed content”. The content display device according to claim 1, wherein the input of each key is determined to be valid or invalid. 判定手段は、「表示中コンテンツに含まれるbody要素のused-key-list 特性の値」、「表示中コンテンツにフォーカスを有している要素が存在するか否か」、および「表示中コンテンツにaccesskey 属性を有する要素が存在する場合における当該accesskey 属性の値」に基づいて、キー入力手段の各キーの入力が有効であるか無効であるかを判定するものであることを特徴とする請求項1に記載のコンテンツ表示装置。 The judging means are “the value of the used-key-list characteristic of the body element included in the displayed content”, “whether there is an element having a focus on the displayed content”, and “the displayed content The key input means determines whether each key input is valid or invalid based on the value of the access key attribute when there is an element having the access key attribute. 2. The content display device according to 1. 判定手段は、表示中コンテンツにフォーカスを有している要素が存在する場合には、さらに、「当該フォーカス要素に指定されている属性」を考慮して、キー入力手段の各キーの入力が有効であるか無効であるかを判定するものであることを特徴とする請求項3乃至4に記載のコンテンツ表示装置。 When there is an element that has focus in the displayed content, the determination means further considers the “attribute specified for the focus element” and the input of each key of the key input means is valid. 5. The content display device according to claim 3, wherein the content display device determines whether the content is invalid or invalid. 判定手段は、表示中コンテンツにフォーカスを有している要素が存在する場合には、さらに、「当該フォーカス要素に指定されている属性」および「当該フォーカス要素の種別」を考慮して、キー入力手段の各キーの入力が有効であるか無効であるかを判定するものであることを特徴とする請求項3乃至4に記載のコンテンツ表示装置。 If there is an element that has focus in the content being displayed, the determination means further considers the “attributes specified for the focus element” and the “type of the focus element” and key input 5. The content display apparatus according to claim 3, wherein the input of each key of the means is determined to be valid or invalid. 判定手段は、表示中コンテンツにおいて、「body要素のused-key-list 特性に"basic" が含まれていない場合」、「フォーカスを有している要素が存在しない場合」、若しくは「フォーカスを有している要素が存在するが当該フォーカス要素が決定キーのキーイベントを取得する状態にない場合」のいずれかに該当する場合に、決定キーが無効であると判定する手段を備えていることを特徴とする請求項1に記載のコンテンツ表示装置。 In the displayed content, the judging means is “when the“ basic ”is not included in the used-key-list characteristic of the body element”, “when there is no element with focus”, or “with focus”. A means for determining that the determination key is invalid when any of the elements is present but the focus element is not in a state of acquiring the key event of the determination key. The content display device according to claim 1, wherein 判定手段は、表示中コンテンツにおいて、「フォーカスを有している要素が存在しない場合」、又は「フォーカスを有している要素が存在するが上記フォーカス要素が文字入力に関する要素ではなく、かつbody要素のused-key-list 特性に"basic" が含まれていない場合」、若しくは「フォーカスを有している要素が存在するが上記フォーカス要素が文字入力に関する要素ではなく、かつbody要素のused-key-list 特性に"basic" が含まれているが当該フォーカス要素が決定キーのキーイベントを取得する状態にない場合」に、決定キーが無効であると判定する手段を備えていることを特徴とする請求項1に記載のコンテンツ表示装置。 In the content being displayed, the determination means is “when there is no element with focus” or “the element with focus exists but the focus element is not an element related to character input and the body element Used-key-list property does not include "basic" "or" There is an element that has focus, but the focus element is not an element related to character input, and the used-key of the body element When "-basic" is included in the -list property but the focus element is not in a state to acquire the key event of the enter key ", it is provided with means for determining that the enter key is invalid. The content display device according to claim 1. 判定手段は、表示中コンテンツにおいて、「body要素のused-key-list 特性に"basic" が含まれていない場合」、または「フォーカスを有している要素が存在しない場合若しくはフォーカスを有している要素が存在するが当該フォーカス要素が戻るキーのキーイベントを取得する状態にない場合のいずれかに該当し、かつ、戻るキーに対応するaccesskey 属性が指定された要素が存在しない場合」に、戻るキーが無効であると判定する手段を備えていることを特徴とする請求項1に記載のコンテンツ表示装置。 In the content being displayed, the judging means is “when the“ basic ”is not included in the used-key-list characteristic of the body element” or “when there is no element that has the focus or there is a focus. If there is an element that exists but the focus element is not in a state to get the key event of the return key, and there is no element with the accesskey attribute corresponding to the return key ", 2. The content display device according to claim 1, further comprising means for determining that the return key is invalid. 判定手段は、表示中コンテンツにおいて、「body要素のused-key-list 特性に"numeric-tuning"が含まれていない場合」、または、「フォーカスを有している要素が存在しない場合若しくはフォーカスを有している要素が存在するが当該フォーカス要素が数字キーのキーイベントを取得する状態にない場合のいずれかに該当し、かつ、数字キーに対応するaccesskey 属性が指定された要素が存在しない場合」に、数字キーが無効であると判定する手段を備えていることを特徴とする請求項1に記載のコンテンツ表示装置。 In the content being displayed, the judging means is “when the“ numeric-tuning ”is not included in the used-key-list characteristic of the body element” or “when there is no element that has the focus or the focus is When there is an element that has, but the focus element is not in the state to acquire the key event of the numeric key, and there is no element with the accesskey attribute corresponding to the numeric key The content display device according to claim 1, further comprising means for determining that the numeric key is invalid. 判定手段は、表示中コンテンツにおいて、「body要素のused-key-list 特性に"special-1" が含まれていない場合」、または、「フォーカスを有している要素が存在しない場合若しくはフォーカスを有している要素が存在するが当該フォーカス要素が記号キーのキーイベントを取得する状態にない場合のいずれかに該当し、かつ、記号キーに対応するaccesskey 属性が指定された要素が存在しない場合」に、記号キーが無効であると判定する手段を備えていることを特徴とする請求項1に記載のコンテンツ表示装置。 In the content being displayed, the judgment means is “if the element used-key-list property does not contain“ special-1 ”” or “if the element that has focus does not exist or the focus is When there is an element that has it but the focus element is not in a state to acquire the key event of the symbol key, and there is no element with the accesskey attribute corresponding to the symbol key The content display device according to claim 1, further comprising means for determining that the symbol key is invalid. キー入力手段はタッチパネルであり、キー状態通知手段は、タッチパネル上に表示されるソフトキーの表示様態を変化させることによって、キー入力手段の各々のキーの入力が有効であるか無効であるかをユーザに通知させるものであることを特徴とする請求項1乃至11に記載のコンテンツ表示装置。 The key input means is a touch panel, and the key status notification means determines whether each key input of the key input means is valid or invalid by changing the display state of the soft keys displayed on the touch panel. The content display apparatus according to claim 1, wherein the content display apparatus is configured to notify a user. キー入力手段は1又は複数のハードキーから構成され、キー状態通知手段は、ハードキーのバックライトを制御することによって、キー入力手段の各々のキーの入力が有効であるか無効であるかをユーザに通知させるものであることを特徴とする請求項1乃至11に記載のコンテンツ表示装置。 The key input means is composed of one or a plurality of hard keys, and the key status notification means controls whether the input of each key of the key input means is valid or invalid by controlling the backlight of the hard key. The content display apparatus according to claim 1, wherein the content display apparatus is configured to notify a user. マークアップ言語で記述されたコンテンツの表示を行わせるとともに、キー入力手段からのキー入力に応じて表示中コンテンツの内容を変化させるために、コンピュータを、
表示中コンテンツの内容に基づいて、キー入力手段の各キーの入力が有効であるか無効であるかを判定する判定手段、および
判定手段による判定結果に基づいて、各キーが有効であるか無効であるかをユーザに通知するキー状態通知手段、
として機能させるためのコンテンツ表示プログラム。
In order to display the content described in the markup language and change the content of the displayed content in response to the key input from the key input means, the computer is
Based on the contents of the content being displayed, a determination means for determining whether the input of each key of the key input means is valid or invalid, and whether each key is valid or invalid based on the determination result by the determination means A key state notification means for notifying the user of whether or not
Content display program to function as
JP2007277083A 2007-10-25 2007-10-25 Content display device and content display program Pending JP2009105780A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007277083A JP2009105780A (en) 2007-10-25 2007-10-25 Content display device and content display program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007277083A JP2009105780A (en) 2007-10-25 2007-10-25 Content display device and content display program

Publications (1)

Publication Number Publication Date
JP2009105780A true JP2009105780A (en) 2009-05-14

Family

ID=40707025

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007277083A Pending JP2009105780A (en) 2007-10-25 2007-10-25 Content display device and content display program

Country Status (1)

Country Link
JP (1) JP2009105780A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002199299A (en) * 2000-12-22 2002-07-12 Toshiba Corp Digital broadcast receiver and its control method
JP2003131783A (en) * 2001-10-25 2003-05-09 Victor Co Of Japan Ltd Data broadcast receiver
JP2004194126A (en) * 2002-12-12 2004-07-08 Nec Corp Data broadcast receiving device, operation function information program, and digital broadcast receiver
JP2005073022A (en) * 2003-08-26 2005-03-17 Nippon Hoso Kyokai <Nhk> Broadcast receiving device, and device, method, and program for remote control
JP2005217473A (en) * 2004-01-27 2005-08-11 Fujitsu Ten Ltd Data broadcast operation display method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002199299A (en) * 2000-12-22 2002-07-12 Toshiba Corp Digital broadcast receiver and its control method
JP2003131783A (en) * 2001-10-25 2003-05-09 Victor Co Of Japan Ltd Data broadcast receiver
JP2004194126A (en) * 2002-12-12 2004-07-08 Nec Corp Data broadcast receiving device, operation function information program, and digital broadcast receiver
JP2005073022A (en) * 2003-08-26 2005-03-17 Nippon Hoso Kyokai <Nhk> Broadcast receiving device, and device, method, and program for remote control
JP2005217473A (en) * 2004-01-27 2005-08-11 Fujitsu Ten Ltd Data broadcast operation display method

Similar Documents

Publication Publication Date Title
JP3989942B1 (en) Television receiver, program and recording medium
KR101564318B1 (en) Dsiplay apparatus and user interface display method thereof
CN111432256A (en) Display device and method for presenting electronic program guide
US20080278628A1 (en) Content display device, content display method, content display system, content display program, and recording medium
JPH1173290A (en) Menu display device
CN111479155A (en) Display device and user interface display method
JP5330559B2 (en) Electronic device and display control method
US7546531B2 (en) Accessing alternate content
US20090024538A1 (en) Method for providing stock information and broadcast receiving apparatus using the same
JP2009146440A (en) Broadcasting receiver and display
EP2235636A1 (en) Information providing device, information display device, information providing system, information providing method, program, and computer-readable storage medium having program stored therein
US20100131981A1 (en) Method for displaying a widget and a broadcast receiving apparatus thereof
JP2009105780A (en) Content display device and content display program
JP5340699B2 (en) In-vehicle digital broadcast receiver and data broadcast display method
EP2320647A1 (en) Display apparatus and control method thereof
JP4086804B2 (en) Digital broadcast receiving apparatus and data broadcast update notification method
JP5242274B2 (en) Information processing apparatus and method, and computer program
EP2635038A1 (en) Information processing device, broadcast wave receiver, and display control method
JP2004336179A (en) Broadcast reception terminal and method and program for controlling operation key thereof
JP4233482B2 (en) Multi-screen display television apparatus and operation target screen switching method
KR102425445B1 (en) Display apparatus and Method for controlling the display apparatus thereof
US20120281141A1 (en) Reception apparatus, reception method, and program
JP4114663B2 (en) Data broadcasting receiver
WO2011016473A1 (en) Content information display device
KR101432586B1 (en) Portable terminal and its broadcasting augmentation information display method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100929

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120809

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120816

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20121206