JP2004086790A - Touch panel apparatus and computer program thereof - Google Patents
Touch panel apparatus and computer program thereof Download PDFInfo
- Publication number
- JP2004086790A JP2004086790A JP2002249979A JP2002249979A JP2004086790A JP 2004086790 A JP2004086790 A JP 2004086790A JP 2002249979 A JP2002249979 A JP 2002249979A JP 2002249979 A JP2002249979 A JP 2002249979A JP 2004086790 A JP2004086790 A JP 2004086790A
- Authority
- JP
- Japan
- Prior art keywords
- button
- touch panel
- adjacent
- recognized
- predetermined
- 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.)
- Withdrawn
Links
Images
Landscapes
- Position Input By Displaying (AREA)
Abstract
Description
【0001】
【発明の属する技術分野】
本発明は、表示画面上に複数のボタンを表示し、表示画面上に重畳されたタッチパネルのタッチ位置に対応するボタンが操作されたことを認識するタッチパネル装置及びそのコンピュータプログラムに関する。
【0002】
【従来の技術】
一般に、タッチパネルは表示画面の上に重畳されており、表示画面に表示されたボタンに対して操作者がそのボタンの位置のタッチパネルをタッチすると、タッチ座標に対応するボタンが押されたことを検出している。
【0003】
【発明が解決しようとする課題】
しかしながら、従来例では、タッチパネルがタッチされた位置のボタンを全て有効としているので、複数のボタンを並べて表示した場合、操作者が所望のボタンにタッチした後に指が滑って隣接するボタンにタッチした場合に、両方のボタンを有効とし、操作者の意図するボタン操作とならないという問題点がある。
【0004】
本発明は上記従来例の問題点に鑑み、操作者の指が滑って所望のボタンと隣接するボタンにタッチした場合に誤操作を防止することができるタッチパネル装置及びそのコンピュータプログラムを提供することを目的とする。
【0005】
【課題を解決するための手段】
本発明のタッチパネル装置及びそのコンピュータプログラムは上記目的を達成するために、
所定ボタンが操作されたことを認識したとき、操作が認識された所定ボタンに少なくとも隣接するボタン操作を所定時間無効にして、操作が認識されたボタン操作が有効か無効かを判断し、判断結果に基づいてそのボタン操作を有効か又は無効にするようにした。
上記構成により、操作者の指が滑って所望のボタンと隣接するボタンにタッチした場合に隣接するボタンを無効にするので、誤操作を防止することができる。
【0006】
【発明の実施の形態】
以下、図面を参照して本発明の実施の形態について説明する。図1は本発明に係るタッチパネル装置の一実施の形態を示すブロック図、図2は表示ボタンの一例を示す説明図、図3は図1のマイコンの操作ボタン処理を説明するためのフローチャートである。
【0007】
図1において、LCDドライバ1はLCD表示装置2の画面に、例えば図2に示すようなボタン#1〜#4などの画像を表示し、タッチパネルドライバ3はLCD表示装置2の画面上に重畳されたタッチパネル4のタッチ位置を検出する。マイコン5はLCDドライバ1によりLCD表示装置2の画面に表示されたボタン位置とタッチパネルドライバ3により検出されたタッチパネル4のタッチ位置に基づいてどのボタンが操作されたかを判断し、操作されたボタンに応じた制御を行う。なお、タッチパネル4のタッチ位置を検出する処理は、タッチパネルドライバ3ではなくマイコン5が行うようにしてもよい。
【0008】
次に図3を参照してマイコン5の操作ボタン検出処理を説明する。まず、タッチパネル4がタッチされるとタッチ位置に対応するボタンを認識し(ステップS1)、次いでそのボタンに隣接するボタンのフラグを「操作無効」にし(ステップS2)、次いでその「操作無効」にしたボタンのタイマをスタートする(ステップS3)。次いでステップS1において認識したボタンのフラグを参照し、フラグが「操作有効」であれば、その後操作が認識されたボタンを有効処理により有効とし(ステップS4→S5)、他方、フラグが「操作無効」であれば無効処理により無効にする(ステップS4→S6)。
【0009】
ステップS5の有効処理とは、当該ボタンの操作を有効なもの、すわちオン/オフスイッチである各ボタンが所定の時間オン状態(導通状態)であったものとして図示省略のタッチパネルインターフェイスが取り扱うことを言い、一方、ステップS6の無効処理とは、当該ボタンがオフ状態(非導通状態)であったものとしてタッチパネルインターフェイスが取り扱うことを言う。ステップS3においてスタートしたタイマが、操作者の指が滑って所望のボタンと隣接するボタンにタッチすると思われる所定の時間、例えば100msecが経過すると、そのフラグが「操作有効」にリセットされる。さらに、隣接するボタンがタッチパネルから離れてから所定時間、そのボタン操作を無効にすることにより、誤操作を防止することができる。
【0010】
【発明の効果】
以上説明したように本発明によれば、操作者の指が滑って所望のボタンと隣接するボタンにタッチした場合に隣接するボタン操作を無効にするので、誤操作を防止することができる。
【図面の簡単な説明】
【図1】本発明に係るタッチパネル装置の一実施の形態を示すブロック図
【図2】表示ボタンの一例を示す説明図
【図3】図1のマイコンの操作ボタン処理を説明するためのフローチャート
【符号の説明】
1 LCDドライバ
2 LCD表示装置
3 タッチパネルドライバ
4 タッチパネル
5 マイコン[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a touch panel device that displays a plurality of buttons on a display screen and recognizes that a button corresponding to a touch position of the touch panel superimposed on the display screen has been operated, and a computer program thereof.
[0002]
[Prior art]
Generally, the touch panel is superimposed on the display screen, and when the operator touches the button displayed on the display screen and touches the touch panel at the position of the button, it is detected that the button corresponding to the touch coordinates is pressed. are doing.
[0003]
[Problems to be solved by the invention]
However, in the conventional example, since all the buttons at the position where the touch panel is touched are enabled, when a plurality of buttons are displayed side by side, after the operator touches a desired button, the finger slips and touches an adjacent button. In this case, there is a problem that both buttons are enabled and the button operation intended by the operator is not performed.
[0004]
The present invention has been made in view of the above-described problems of the related art, and has an object to provide a touch panel device capable of preventing an erroneous operation when an operator's finger slides and touches a button adjacent to a desired button, and a computer program thereof. And
[0005]
[Means for Solving the Problems]
The touch panel device of the present invention and a computer program thereof are provided in order to achieve the above object.
When recognizing that the predetermined button has been operated, the button operation at least adjacent to the predetermined button whose operation has been recognized is invalidated for a predetermined time, and it is determined whether the button operation whose operation has been recognized is valid or invalid. The button operation is enabled or disabled on the basis of.
According to the above configuration, when the operator's finger slides and touches a button adjacent to a desired button, the adjacent button is invalidated, so that an erroneous operation can be prevented.
[0006]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing one embodiment of a touch panel device according to the present invention, FIG. 2 is an explanatory diagram showing an example of a display button, and FIG. 3 is a flowchart for explaining operation button processing of the microcomputer of FIG. .
[0007]
1, the
[0008]
Next, an operation button detection process of the
[0009]
The validity processing in step S5 means that a touch panel interface (not shown) treats the operation of the button as valid, that is, each button which is an on / off switch is in an on state (conductive state) for a predetermined time. On the other hand, the invalidation processing in step S6 means that the touch panel interface treats the button as being in an off state (non-conduction state). When the timer started in step S3 elapses a predetermined time, for example, 100 msec, at which the operator's finger slips and touches a button adjacent to the desired button, the flag is reset to “operation valid”. Further, by invalidating the button operation for a predetermined time after the adjacent button is separated from the touch panel, erroneous operation can be prevented.
[0010]
【The invention's effect】
As described above, according to the present invention, when an operator's finger slides and touches a button adjacent to a desired button, the operation of the adjacent button is invalidated, so that erroneous operation can be prevented.
[Brief description of the drawings]
FIG. 1 is a block diagram showing an embodiment of a touch panel device according to the present invention. FIG. 2 is an explanatory diagram showing an example of a display button. FIG. 3 is a flowchart for explaining operation button processing of a microcomputer in FIG. Explanation of code]
1
Claims (4)
所定ボタンが操作されたことを認識したとき、操作が認識された前記所定ボタンに少なくとも隣接するボタン操作を所定時間無効にする手段と、
操作が認識されたボタン操作が有効か無効かを判断し、判断結果に基づいてそのボタン操作を有効か又は無効にする手段とを、
有することを特徴とするタッチパネル装置。A touch panel device that displays a plurality of buttons on a display screen and recognizes that a button corresponding to a touch position of the touch panel superimposed on the display screen has been operated.
When recognizing that the predetermined button has been operated, means for invalidating a button operation at least adjacent to the predetermined button whose operation has been recognized for a predetermined time,
Means for determining whether the button operation whose operation has been recognized is valid or invalid, and means for validating or invalidating the button operation based on the determination result,
A touch panel device comprising:
所定ボタンが操作されたことを認識したとき、操作が認識された前記所定ボタンに少なくとも隣接するボタン操作を所定時間無効にするステップと、
操作認識されたボタン操作が有効か無効かを判断し、判断結果に基づいてそのボタン操作を有効か又は無効にするステップとを、
有するコンピュータプログラム。A computer program for a touch panel device that displays a plurality of buttons on a display screen and recognizes that a button corresponding to a touch position of a touch panel superimposed on the display screen has been operated,
When recognizing that the predetermined button has been operated, disabling a button operation at least adjacent to the predetermined button whose operation has been recognized for a predetermined time,
Determining whether the button operation recognized operation is valid or invalid, the step of validating or invalidating the button operation based on the determination result,
Computer program having
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2002249979A JP2004086790A (en) | 2002-08-29 | 2002-08-29 | Touch panel apparatus and computer program thereof |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2002249979A JP2004086790A (en) | 2002-08-29 | 2002-08-29 | Touch panel apparatus and computer program thereof |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2004086790A true JP2004086790A (en) | 2004-03-18 |
Family
ID=32056922
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2002249979A Withdrawn JP2004086790A (en) | 2002-08-29 | 2002-08-29 | Touch panel apparatus and computer program thereof |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2004086790A (en) |
Cited By (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0530713A (en) * | 1991-07-16 | 1993-02-05 | Mitsuba Electric Mfg Co Ltd | Structure of holding armature for motor |
JP2006146516A (en) * | 2004-11-18 | 2006-06-08 | Riso Kagaku Corp | Image processor with touch panel |
JP2010057840A (en) * | 2008-09-05 | 2010-03-18 | Sega Corp | Game machine and program |
JP2012022430A (en) * | 2010-07-13 | 2012-02-02 | Dainippon Printing Co Ltd | Information processing system and program thereof |
CN102348081A (en) * | 2010-08-03 | 2012-02-08 | 深圳市同方多媒体科技有限公司 | Method and system for controlling television set operation menu and television set |
JP2012128733A (en) * | 2010-12-16 | 2012-07-05 | Minebea Co Ltd | Input device and input method for electronic apparatus |
JP2013003749A (en) * | 2011-06-15 | 2013-01-07 | Sharp Corp | Operation device |
JP2013012060A (en) * | 2011-06-29 | 2013-01-17 | Kyocera Document Solutions Inc | Display input device and image formation apparatus comprising the same |
US20140123059A1 (en) * | 2012-10-29 | 2014-05-01 | Google Inc. | Graphical user interface |
JP2014123190A (en) * | 2012-12-20 | 2014-07-03 | International Business Maschines Corporation | Object selection device, method, and program |
JP2015014949A (en) * | 2013-07-05 | 2015-01-22 | スズキ株式会社 | Touch panel device |
CN111352524A (en) * | 2018-12-21 | 2020-06-30 | 京瓷办公信息系统株式会社 | Information input device |
JP2020115295A (en) * | 2019-01-18 | 2020-07-30 | コニカミノルタ株式会社 | Image formation device |
US11009991B2 (en) | 2018-11-07 | 2021-05-18 | Canon Kabushiki Kaisha | Display control apparatus and control method for the display control apparatus |
-
2002
- 2002-08-29 JP JP2002249979A patent/JP2004086790A/en not_active Withdrawn
Cited By (22)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0530713A (en) * | 1991-07-16 | 1993-02-05 | Mitsuba Electric Mfg Co Ltd | Structure of holding armature for motor |
JP2006146516A (en) * | 2004-11-18 | 2006-06-08 | Riso Kagaku Corp | Image processor with touch panel |
JP4630644B2 (en) * | 2004-11-18 | 2011-02-09 | 理想科学工業株式会社 | Image processing apparatus with touch panel |
JP2010057840A (en) * | 2008-09-05 | 2010-03-18 | Sega Corp | Game machine and program |
JP2012022430A (en) * | 2010-07-13 | 2012-02-02 | Dainippon Printing Co Ltd | Information processing system and program thereof |
CN102348081A (en) * | 2010-08-03 | 2012-02-08 | 深圳市同方多媒体科技有限公司 | Method and system for controlling television set operation menu and television set |
JP2012128733A (en) * | 2010-12-16 | 2012-07-05 | Minebea Co Ltd | Input device and input method for electronic apparatus |
JP2013003749A (en) * | 2011-06-15 | 2013-01-07 | Sharp Corp | Operation device |
JP2013012060A (en) * | 2011-06-29 | 2013-01-17 | Kyocera Document Solutions Inc | Display input device and image formation apparatus comprising the same |
WO2014070729A1 (en) * | 2012-10-29 | 2014-05-08 | Google Inc. | Graphical user interface |
US20140123059A1 (en) * | 2012-10-29 | 2014-05-01 | Google Inc. | Graphical user interface |
US9977567B2 (en) | 2012-10-29 | 2018-05-22 | Google Llc | Graphical user interface |
JP2014123190A (en) * | 2012-12-20 | 2014-07-03 | International Business Maschines Corporation | Object selection device, method, and program |
US10001915B2 (en) | 2012-12-20 | 2018-06-19 | International Business Machines Corporation | Methods and devices for object selection in a computer |
JP2015014949A (en) * | 2013-07-05 | 2015-01-22 | スズキ株式会社 | Touch panel device |
US11009991B2 (en) | 2018-11-07 | 2021-05-18 | Canon Kabushiki Kaisha | Display control apparatus and control method for the display control apparatus |
CN111352524A (en) * | 2018-12-21 | 2020-06-30 | 京瓷办公信息系统株式会社 | Information input device |
JP2020102003A (en) * | 2018-12-21 | 2020-07-02 | 京セラドキュメントソリューションズ株式会社 | Information input device |
JP7218567B2 (en) | 2018-12-21 | 2023-02-07 | 京セラドキュメントソリューションズ株式会社 | Information input device |
CN111352524B (en) * | 2018-12-21 | 2024-02-23 | 京瓷办公信息系统株式会社 | Information input device |
JP2020115295A (en) * | 2019-01-18 | 2020-07-30 | コニカミノルタ株式会社 | Image formation device |
JP7172633B2 (en) | 2019-01-18 | 2022-11-16 | コニカミノルタ株式会社 | image forming device |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5957834B2 (en) | Portable information terminal, touch operation control method, and program | |
TWI567602B (en) | Touch input determining method electronic apparatus applying the touch input determining method | |
JP2012043180A (en) | Information processor, information processing method and computer program | |
JP2004086790A (en) | Touch panel apparatus and computer program thereof | |
BR112013030424B1 (en) | Handheld Terminal and Method for Controlling a Handheld Terminal Key Operation | |
JP2008084158A (en) | Input device | |
JP2006059238A (en) | Information input display device | |
WO2014201927A1 (en) | Method and apparatus for preventing misoperation on touchscreen equipped mobile device | |
CN107547738B (en) | Prompting method and mobile terminal | |
JP5875456B2 (en) | Touch panel erroneous operation prevention input / output device | |
KR101349526B1 (en) | Automatic teller machine and display method | |
CA2897131C (en) | Off-center sensor target region | |
JPH0876925A (en) | Input/output device and its controlling method | |
JP2008009856A (en) | Input device | |
JP2011138276A (en) | Information input device and information input method | |
JP2006085218A (en) | Touch panel operating device | |
JP2017142656A (en) | Information processing apparatus | |
TW201128451A (en) | Input device | |
JPH0445855B2 (en) | ||
JP6748026B2 (en) | Touch panel input device | |
TWI511021B (en) | Operation method for virtual keyboard | |
JP4444172B2 (en) | Information processing device | |
JP3121335B2 (en) | Input control device | |
JP2658048B2 (en) | Information input device | |
JP2004362518A (en) | Touch panel input device with cleaning mode |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A300 | Application deemed to be withdrawn because no request for examination was validly filed |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 20051101 |