JP2006521610A - ウィンドウを管理する方法および装置 - Google Patents
ウィンドウを管理する方法および装置 Download PDFInfo
- Publication number
- JP2006521610A JP2006521610A JP2006505919A JP2006505919A JP2006521610A JP 2006521610 A JP2006521610 A JP 2006521610A JP 2006505919 A JP2006505919 A JP 2006505919A JP 2006505919 A JP2006505919 A JP 2006505919A JP 2006521610 A JP2006521610 A JP 2006521610A
- Authority
- JP
- Japan
- Prior art keywords
- application
- foreground
- window
- pop
- buffer
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 56
- 238000012545 processing Methods 0.000 claims abstract description 47
- 239000000872 buffer Substances 0.000 claims abstract description 25
- 230000004044 response Effects 0.000 claims abstract description 10
- 230000000694 effects Effects 0.000 claims description 17
- 238000012544 monitoring process Methods 0.000 claims description 3
- 238000004590 computer program Methods 0.000 claims 1
- 230000008569 process Effects 0.000 description 40
- 239000007853 buffer solution Substances 0.000 description 16
- 230000007246 mechanism Effects 0.000 description 15
- 238000010586 diagram Methods 0.000 description 12
- 238000004891 communication Methods 0.000 description 9
- 230000001960 triggered effect Effects 0.000 description 6
- 230000005540 biological transmission Effects 0.000 description 3
- 230000008859 change Effects 0.000 description 3
- 238000007689 inspection Methods 0.000 description 3
- 230000002093 peripheral effect Effects 0.000 description 3
- 230000004913 activation Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000012360 testing method Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0481—Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- User Interface Of Digital Computer (AREA)
- Digital Computer Display Output (AREA)
- Image Generation (AREA)
Abstract
【解決手段】ポップアップ・ウィンドウをフォアグラウンドで提示する要求の受取に応答して、ユーザ入力についてバッファを監視する。フォアグラウンドのアプリケーションが割込み可能なアプリケーションであるかどうかに関する判定を行う。ポップアップ・ウィンドウは、ユーザ入力が存在せず、識別されたアプリケーションが割込み可能アプリケーションである場合にフォアグラウンドに提示される。
Description
Claims (16)
- フォアグラウンドおよびバックグラウンドでウィンドウを管理する、データ処理システムにおける方法であって、
前記バックグラウンドから前記フォアグラウンドにポップアップ・ウィンドウを移動する要求の受取に応答して、ユーザ入力がバッファに存在するかどうかを判定するステップと、
ユーザ入力が前記バッファに存在する場合に、前記バックグラウンドから前記フォアグラウンドに前記ポップアップ・ウィンドウを移動する前記要求を無視するステップと、
ユーザ入力が前記バッファに存在しない場合に、前記ポップアップを前記バックグラウンドから前記フォアグラウンドに移動するステップと
を含む方法。 - 前記ユーザ入力がないことに応答して、識別されたアプリケーションを形成するために前記フォアグラウンドで実行中のアプリケーションを識別するステップと、
前記識別されたアプリケーションが割込み不能アプリケーションであるかどうかを判定するステップと、
前記識別されたアプリケーションが割込み不能アプリケーションである場合に、前記バックグラウンドから前記フォアグラウンドへの前記ポップアップ・ウィンドウの移動をさせないステップと
をさらに含む、請求項1に記載の方法。 - 前記判定するステップは、
前記識別されたアプリケーションを割込み不能アプリケーションのリストと比較するステップと、
前記識別されたアプリケーションが割込み不能アプリケーションの前記リストのアプリケーションと一致する場合に、前記識別されたアプリケーションを割込み不能アプリケーションとして識別するステップと
を含む、請求項2に記載の方法。 - 割込み不能アプリケーションの前記リストは、ユーザ生成である、請求項3に記載の方法。
- 前記ポップアップ・ウィンドウは、非同期ポップアップ・ウィンドウである、請求項1に記載の方法。
- 前記ポップアップ・ウィンドウは、インスタント・メッセンジャ・アプリケーション用である、請求項1に記載の方法。
- 前記バッファは、キーボード・バッファおよびマウス入力バッファのうちの少なくとも1つである、請求項1に記載の方法。
- ユーザ・アクティビティが前記バッファに存在する場合に、ユーザ選択の時間期間の後に前記判定ステップを再開始すること
をさらに含む、請求項1に記載の方法。 - フォアグラウンドおよびバックグラウンドでウィンドウを管理するデータ処理システムであって、
前記バックグラウンドから前記フォアグラウンドにポップアップ・ウィンドウを移動する要求の受取に応答して、ユーザ入力がバッファに存在するかどうかを判定する監視手段と、
ユーザ入力が前記バッファに存在する場合に、前記バックグラウンドから前記フォアグラウンドに前記ポップアップ・ウィンドウを移動する前記要求を無視する無視手段と、
ユーザ入力が前記バッファに存在しない場合に、前記ポップアップを前記バックグラウンドから前記フォアグラウンドに移動する移動手段と
を含む、データ処理システム。 - 前記ユーザ入力がないことに応答して、識別されたアプリケーションを形成するために前記フォアグラウンドで実行中のアプリケーションを識別する識別手段と、
前記識別されたアプリケーションが割込み不能アプリケーションであるかどうかを判定する判定手段と、
前記識別されたアプリケーションが割込み不能アプリケーションである場合に、前記バックグラウンドから前記フォアグラウンドへの前記ポップアップ・ウィンドウの移動をさせない防止手段と
をさらに含む、請求項9に記載のデータ処理システム。 - 前記判定手段は、
前記識別されたアプリケーションを割込み不能アプリケーションのリストと比較する比較手段と、
前記識別されたアプリケーションが割込み不能アプリケーションの前記リストのアプリケーションと一致する場合に、前記識別されたアプリケーションを割込み不能アプリケーションとして識別する識別手段と
を含む、請求項10に記載のデータ処理システム。 - 割込み不能アプリケーションの前記リストは、ユーザ生成である、請求項11に記載のデータ処理システム。
- 前記ポップアップ・ウィンドウは、非同期ポップアップ・ウィンドウである、請求項9に記載のデータ処理システム。
- 前記ポップアップ・ウィンドウは、インスタント・メッセンジャ・アプリケーション用である、請求項9に記載のデータ処理システム。
- 前記バッファは、キーボード・バッファおよびマウス入力バッファのうちの少なくとも1つである、請求項9に記載のデータ処理システム。
- コンピュータに請求項1ないし8のいずれか一項に記載のステップを実行させるためのコンピュータ・プログラム。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/401,412 US7380218B2 (en) | 2003-03-27 | 2003-03-27 | Method and apparatus for managing windows |
PCT/GB2004/000933 WO2004086221A2 (en) | 2003-03-27 | 2004-03-05 | Method and apparatus for managing windows |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2006521610A true JP2006521610A (ja) | 2006-09-21 |
JP4285659B2 JP4285659B2 (ja) | 2009-06-24 |
Family
ID=32989445
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006505919A Expired - Fee Related JP4285659B2 (ja) | 2003-03-27 | 2004-03-05 | ウィンドウを管理する方法および装置 |
Country Status (9)
Country | Link |
---|---|
US (1) | US7380218B2 (ja) |
EP (1) | EP1606701B1 (ja) |
JP (1) | JP4285659B2 (ja) |
KR (1) | KR100800352B1 (ja) |
CN (1) | CN100504735C (ja) |
AT (1) | ATE387656T1 (ja) |
CA (1) | CA2515447C (ja) |
DE (1) | DE602004012075T2 (ja) |
WO (1) | WO2004086221A2 (ja) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2011096132A (ja) * | 2009-10-30 | 2011-05-12 | Toshiba Corp | 情報処理装置および表示制御方法 |
JP2011123816A (ja) * | 2009-12-14 | 2011-06-23 | Kyocera Corp | 触感呈示装置 |
JP2011129019A (ja) * | 2009-12-21 | 2011-06-30 | Kyocera Corp | 触感呈示装置 |
JP2016103171A (ja) * | 2014-11-28 | 2016-06-02 | アイシン・エィ・ダブリュ株式会社 | 操作受付システム、方法およびプログラム |
JP2017010370A (ja) * | 2015-06-24 | 2017-01-12 | 富士ゼロックス株式会社 | 制御装置、電子機器及びプログラム |
JP2019021088A (ja) * | 2017-07-19 | 2019-02-07 | 株式会社ソニー・インタラクティブエンタテインメント | 情報処理装置および情報表示制御方法 |
JP2021529371A (ja) * | 2018-06-20 | 2021-10-28 | インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation | ユーザにより実行されるアクティビティに基づく主題専門家の決定 |
Families Citing this family (103)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7813954B1 (en) * | 2001-12-14 | 2010-10-12 | Keen Personal Media, Inc. | Audiovisual system and method for displaying segmented advertisements tailored to the characteristic viewing preferences of a user |
KR101015187B1 (ko) | 2003-03-25 | 2011-02-17 | 트랜스퍼시픽 소닉, 엘엘씨 | 클럭 비교 분석 회로를 이용한 디에스피 입력 클럭의최적화 방법 |
US7577995B2 (en) * | 2003-09-16 | 2009-08-18 | At&T Intellectual Property I, L.P. | Controlling user-access to computer applications |
US20050066290A1 (en) * | 2003-09-16 | 2005-03-24 | Chebolu Anil Kumar | Pop-up capture |
US7865839B2 (en) * | 2004-03-05 | 2011-01-04 | Aol Inc. | Focus stealing prevention |
US7490299B2 (en) * | 2004-06-30 | 2009-02-10 | International Business Machines Corporation | System and method for handling unexpected focus change messages in a computing device |
US8689135B2 (en) * | 2005-08-11 | 2014-04-01 | Koninklijke Philips N.V. | Method of driving an interactive system and user interface system |
US7757234B2 (en) * | 2005-10-24 | 2010-07-13 | Sap Aktiengesellschaft | Methods and software for a batch processing framework for wizard-based processes |
US8146002B2 (en) * | 2005-12-08 | 2012-03-27 | International Business Machines Corporation | Screen sharing session with selective pop-ups |
KR100687886B1 (ko) * | 2005-12-28 | 2007-02-27 | 주식회사 알티캐스트 | 텔레비전 환경에서 사용자 화면에 디스플레이되는 팝업창관리 방법 |
JP2007199819A (ja) * | 2006-01-24 | 2007-08-09 | Fujitsu Ltd | メッセージ表示制御プログラムおよびメッセージ表示制御装置 |
US7873915B2 (en) * | 2006-06-16 | 2011-01-18 | Microsoft Corporation | Suppressing dialog boxes |
US7575163B2 (en) | 2006-07-18 | 2009-08-18 | At&T Intellectual Property I, L.P. | Interactive management of storefront purchases |
JP2008040666A (ja) * | 2006-08-03 | 2008-02-21 | Hitachi Ltd | 画面設計支援装置 |
KR100843134B1 (ko) * | 2006-09-15 | 2008-07-02 | 삼성전자주식회사 | 인터럽트 금지구간 처리 장치 및 방법과 페이지 고정 장치및 방법 |
US9106799B2 (en) * | 2006-11-16 | 2015-08-11 | Verizon Patent And Licensing Inc. | Transaction widgets |
JP5172156B2 (ja) * | 2007-01-15 | 2013-03-27 | 富士通株式会社 | 情報処理装置,表示方法および表示プログラム |
WO2009075083A1 (ja) * | 2007-12-11 | 2009-06-18 | Panasonic Corporation | 自動フォーカス遷移装置及びその方法 |
US8301699B1 (en) * | 2008-10-29 | 2012-10-30 | Cisco Technology, Inc. | Dynamically enabling features of an application based on user status |
US8892127B2 (en) | 2008-11-21 | 2014-11-18 | Qualcomm Incorporated | Wireless-based positioning adjustments using a motion sensor |
US20100135178A1 (en) | 2008-11-21 | 2010-06-03 | Qualcomm Incorporated | Wireless position determination using adjusted round trip time measurements |
US9645225B2 (en) * | 2008-11-21 | 2017-05-09 | Qualcomm Incorporated | Network-centric determination of node processing delay |
US20100130230A1 (en) * | 2008-11-21 | 2010-05-27 | Qualcomm Incorporated | Beacon sectoring for position determination |
US9125153B2 (en) * | 2008-11-25 | 2015-09-01 | Qualcomm Incorporated | Method and apparatus for two-way ranging |
US8768344B2 (en) | 2008-12-22 | 2014-07-01 | Qualcomm Incorporated | Post-deployment calibration for wireless position determination |
US9294421B2 (en) | 2009-03-23 | 2016-03-22 | Google Inc. | System and method for merging edits for a conversation in a hosted conversation system |
US8527602B1 (en) | 2009-05-28 | 2013-09-03 | Google Inc. | Content upload system with preview and user demand based upload prioritization |
US9021386B1 (en) | 2009-05-28 | 2015-04-28 | Google Inc. | Enhanced user interface scrolling system |
US9602444B2 (en) | 2009-05-28 | 2017-03-21 | Google Inc. | Participant suggestion system |
US20110113367A1 (en) * | 2009-11-06 | 2011-05-12 | Lenovo (Singapore) Pte. Ltd. | Apparatus and method for providing options to customize settings for user messaging |
US8698845B2 (en) * | 2010-01-06 | 2014-04-15 | Apple Inc. | Device, method, and graphical user interface with interactive popup views |
US20110185396A1 (en) * | 2010-01-26 | 2011-07-28 | Ntt Docomo, Inc. | Information-processing apparatus, information-processing method, and computer-readable storage medium |
US9823831B2 (en) | 2010-04-07 | 2017-11-21 | Apple Inc. | Device, method, and graphical user interface for managing concurrently open software applications |
US9513801B2 (en) | 2010-04-07 | 2016-12-06 | Apple Inc. | Accessing electronic notifications and settings icons with gestures |
AU2015230769B2 (en) * | 2010-04-07 | 2017-08-31 | Apple Inc. | Gesture based graphical user interface for managing concurrently open software applications |
US20110252376A1 (en) * | 2010-04-07 | 2011-10-13 | Imran Chaudhri | Device, Method, and Graphical User Interface for Managing Concurrently Open Software Applications |
US8781492B2 (en) | 2010-04-30 | 2014-07-15 | Qualcomm Incorporated | Device for round trip time measurements |
US8434134B2 (en) | 2010-05-26 | 2013-04-30 | Google Inc. | Providing an electronic document collection |
US9380011B2 (en) * | 2010-05-28 | 2016-06-28 | Google Inc. | Participant-specific markup |
US9026935B1 (en) | 2010-05-28 | 2015-05-05 | Google Inc. | Application user interface with an interactive overlay |
US9229773B1 (en) * | 2010-06-30 | 2016-01-05 | Crimson Corporation | Determining when to perform a maintenance operation on a computing device based on status of a currently running process or application on the computing device |
US8886773B2 (en) | 2010-08-14 | 2014-11-11 | The Nielsen Company (Us), Llc | Systems, methods, and apparatus to monitor mobile internet activity |
US9244606B2 (en) | 2010-12-20 | 2016-01-26 | Apple Inc. | Device, method, and graphical user interface for navigation of concurrently open software applications |
CN102902515A (zh) * | 2011-07-25 | 2013-01-30 | 腾讯科技(深圳)有限公司 | 一种软件窗口的处理方法和装置 |
US8806369B2 (en) | 2011-08-26 | 2014-08-12 | Apple Inc. | Device, method, and graphical user interface for managing and interacting with concurrently open software applications |
US9063775B2 (en) | 2011-09-01 | 2015-06-23 | Microsoft Technology Licensing, Llc | Event aggregation for background work execution |
US9032413B2 (en) | 2011-09-01 | 2015-05-12 | Microsoft Technology Licensing, Llc | Decoupling background work and foreground work |
US20130132959A1 (en) * | 2011-11-23 | 2013-05-23 | Yahoo! Inc. | System for generating or using quests |
US9164803B2 (en) | 2012-01-20 | 2015-10-20 | Microsoft Technology Licensing, Llc | Background task resource control |
US8856640B1 (en) | 2012-01-20 | 2014-10-07 | Google Inc. | Method and apparatus for applying revision specific electronic signatures to an electronically stored document |
CN102571376B (zh) * | 2012-02-24 | 2014-12-03 | 苏州阔地网络科技有限公司 | 一种多窗口聊天的实现方法及系统 |
US8897762B2 (en) * | 2012-02-28 | 2014-11-25 | Qualcomm Incorporated | Optimizing signaling load overhead and battery consumption for background applications |
WO2013169875A2 (en) | 2012-05-09 | 2013-11-14 | Yknots Industries Llc | Device, method, and graphical user interface for displaying content associated with a corresponding affordance |
KR101823288B1 (ko) | 2012-05-09 | 2018-01-29 | 애플 인크. | 제스처에 응답하여 디스플레이 상태들 사이를 전이하기 위한 디바이스, 방법, 및 그래픽 사용자 인터페이스 |
WO2013169843A1 (en) | 2012-05-09 | 2013-11-14 | Yknots Industries Llc | Device, method, and graphical user interface for manipulating framed graphical objects |
WO2013169851A2 (en) | 2012-05-09 | 2013-11-14 | Yknots Industries Llc | Device, method, and graphical user interface for facilitating user interaction with controls in a user interface |
EP3401773A1 (en) | 2012-05-09 | 2018-11-14 | Apple Inc. | Device, method, and graphical user interface for displaying additional information in response to a user contact |
WO2013169842A2 (en) | 2012-05-09 | 2013-11-14 | Yknots Industries Llc | Device, method, and graphical user interface for selecting object within a group of objects |
WO2013169865A2 (en) | 2012-05-09 | 2013-11-14 | Yknots Industries Llc | Device, method, and graphical user interface for moving a user interface object based on an intensity of a press input |
KR101956082B1 (ko) | 2012-05-09 | 2019-03-11 | 애플 인크. | 사용자 인터페이스 객체를 선택하는 디바이스, 방법, 및 그래픽 사용자 인터페이스 |
WO2013169882A2 (en) | 2012-05-09 | 2013-11-14 | Yknots Industries Llc | Device, method, and graphical user interface for moving and dropping a user interface object |
CN108287651B (zh) | 2012-05-09 | 2021-04-13 | 苹果公司 | 用于针对在用户界面中执行的操作提供触觉反馈的方法和装置 |
CN109298789B (zh) | 2012-05-09 | 2021-12-31 | 苹果公司 | 用于针对激活状态提供反馈的设备、方法和图形用户界面 |
WO2013169849A2 (en) | 2012-05-09 | 2013-11-14 | Industries Llc Yknots | Device, method, and graphical user interface for displaying user interface objects corresponding to an application |
WO2013169845A1 (en) | 2012-05-09 | 2013-11-14 | Yknots Industries Llc | Device, method, and graphical user interface for scrolling nested regions |
US9529916B1 (en) | 2012-10-30 | 2016-12-27 | Google Inc. | Managing documents based on access context |
US11308037B2 (en) | 2012-10-30 | 2022-04-19 | Google Llc | Automatic collaboration |
US9489236B2 (en) | 2012-10-31 | 2016-11-08 | Microsoft Technology Licensing, Llc | Application prioritization |
US9384285B1 (en) | 2012-12-18 | 2016-07-05 | Google Inc. | Methods for identifying related documents |
US9495341B1 (en) | 2012-12-18 | 2016-11-15 | Google Inc. | Fact correction and completion during document drafting |
WO2014105276A1 (en) | 2012-12-29 | 2014-07-03 | Yknots Industries Llc | Device, method, and graphical user interface for transitioning between touch input to display output relationships |
EP3564806B1 (en) | 2012-12-29 | 2024-02-21 | Apple Inc. | Device, method and graphical user interface for determining whether to scroll or select contents |
KR20170081744A (ko) | 2012-12-29 | 2017-07-12 | 애플 인크. | 다중 접촉 제스처에 대한 촉각적 출력의 발생을 보류하는 디바이스, 방법, 및 그래픽 사용자 인터페이스 |
EP2939095B1 (en) | 2012-12-29 | 2018-10-03 | Apple Inc. | Device, method, and graphical user interface for moving a cursor according to a change in an appearance of a control icon with simulated three-dimensional characteristics |
KR101742808B1 (ko) | 2012-12-29 | 2017-06-01 | 애플 인크. | 사용자 인터페이스 계층을 내비게이션하기 위한 디바이스, 방법 및 그래픽 사용자 인터페이스 |
US9658740B2 (en) | 2013-03-15 | 2017-05-23 | Apple Inc. | Device, method, and graphical user interface for managing concurrently open software applications |
US10356579B2 (en) * | 2013-03-15 | 2019-07-16 | The Nielsen Company (Us), Llc | Methods and apparatus to credit usage of mobile devices |
US9477404B2 (en) | 2013-03-15 | 2016-10-25 | Apple Inc. | Device, method, and graphical user interface for managing concurrently open software applications |
US9378054B2 (en) * | 2013-04-12 | 2016-06-28 | Dropbox, Inc. | Testing system with methodology for background application control |
US9514113B1 (en) | 2013-07-29 | 2016-12-06 | Google Inc. | Methods for automatic footnote generation |
US9842113B1 (en) | 2013-08-27 | 2017-12-12 | Google Inc. | Context-based file selection |
US20150082206A1 (en) * | 2013-09-19 | 2015-03-19 | Bin Lay Low | Methods and apparatus to detect pop-up/pop-under windows in a browser |
CN104598097A (zh) * | 2013-11-07 | 2015-05-06 | 腾讯科技(深圳)有限公司 | 即时通信im窗口的排序方法和装置 |
US9529791B1 (en) | 2013-12-12 | 2016-12-27 | Google Inc. | Template and content aware document and template editing |
US9703763B1 (en) | 2014-08-14 | 2017-07-11 | Google Inc. | Automatic document citations by utilizing copied content for candidate sources |
US9762688B2 (en) | 2014-10-31 | 2017-09-12 | The Nielsen Company (Us), Llc | Methods and apparatus to improve usage crediting in mobile devices |
US9645732B2 (en) | 2015-03-08 | 2017-05-09 | Apple Inc. | Devices, methods, and graphical user interfaces for displaying and using menus |
US10048757B2 (en) | 2015-03-08 | 2018-08-14 | Apple Inc. | Devices and methods for controlling media presentation |
US10095396B2 (en) | 2015-03-08 | 2018-10-09 | Apple Inc. | Devices, methods, and graphical user interfaces for interacting with a control object while dragging another object |
US9785305B2 (en) | 2015-03-19 | 2017-10-10 | Apple Inc. | Touch input cursor manipulation |
US20170045981A1 (en) | 2015-08-10 | 2017-02-16 | Apple Inc. | Devices and Methods for Processing Touch Inputs Based on Their Intensities |
US9674426B2 (en) | 2015-06-07 | 2017-06-06 | Apple Inc. | Devices and methods for capturing and interacting with enhanced digital images |
US9860451B2 (en) | 2015-06-07 | 2018-01-02 | Apple Inc. | Devices and methods for capturing and interacting with enhanced digital images |
US10637986B2 (en) | 2016-06-10 | 2020-04-28 | Apple Inc. | Displaying and updating a set of application views |
US10824332B2 (en) * | 2016-08-30 | 2020-11-03 | International Business Machines Corporation | Controlling touchscreen inputs to a device |
CN106502862A (zh) * | 2016-10-20 | 2017-03-15 | 广州优视网络科技有限公司 | 一种监测应用程序状态的设备、装置及方法 |
CN106502778A (zh) * | 2016-10-26 | 2017-03-15 | 深圳市金立通信设备有限公司 | 一种终端及其进程调度优化方法 |
US10943066B2 (en) * | 2016-11-21 | 2021-03-09 | Samsung Electronics Co., Ltd. | Method and apparatus for generating statement |
CN106648368B (zh) * | 2016-12-26 | 2019-10-08 | 三星电子(中国)研发中心 | 用户接口界面操作方法及装置 |
CN106980498B (zh) * | 2017-02-15 | 2023-06-27 | Oppo广东移动通信有限公司 | 窗口管理方法和装置 |
CN107122186B (zh) * | 2017-04-25 | 2020-06-09 | 南京秦淮紫云创益企业服务有限公司 | 悬浮窗的管理方法与管理装置 |
CN110294372B (zh) * | 2018-03-23 | 2023-02-28 | 奥的斯电梯公司 | 一种无线信号装置、电梯服务请求系统和方法 |
US11209902B2 (en) * | 2020-01-09 | 2021-12-28 | Lenovo (Singapore) Pte. Ltd. | Controlling input focus based on eye gaze |
Family Cites Families (32)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5008853A (en) | 1987-12-02 | 1991-04-16 | Xerox Corporation | Representation of collaborative multi-user activities relative to shared structured data objects in a networked workstation environment |
US5075675A (en) | 1988-06-30 | 1991-12-24 | International Business Machines Corporation | Method and apparatus for dynamic promotion of background window displays in multi-tasking computer systems |
CA2105055C (en) * | 1993-01-05 | 1998-06-16 | Jeffrey Scott Boston | Window restoration methods for halted debuggee window applications |
US6185514B1 (en) | 1995-04-17 | 2001-02-06 | Ricos International, Inc. | Time and work tracker with hardware abstraction layer |
US5963914A (en) | 1995-04-17 | 1999-10-05 | Skinner; Gary R. | Network time and work tracker |
US5781894A (en) | 1995-08-11 | 1998-07-14 | Petrecca; Anthony | Method and system for advertising on personal computers |
US5940612A (en) * | 1995-09-27 | 1999-08-17 | International Business Machines Corporation | System and method for queuing of tasks in a multiprocessing system |
US5721849A (en) | 1996-03-29 | 1998-02-24 | International Business Machines Corporation | Method, memory and apparatus for postponing transference of focus to a newly opened window |
US5964839A (en) * | 1996-03-29 | 1999-10-12 | At&T Corp | System and method for monitoring information flow and performing data collection |
US5936608A (en) | 1996-08-30 | 1999-08-10 | Dell Usa, Lp | Computer system including display control system |
US6172046B1 (en) * | 1997-09-21 | 2001-01-09 | Schering Corporation | Combination therapy for eradicating detectable HCV-RNA in patients having chronic Hepatitis C infection |
US6119098A (en) | 1997-10-14 | 2000-09-12 | Patrice D. Guyot | System and method for targeting and distributing advertisements over a distributed network |
JP3079079B2 (ja) * | 1998-01-07 | 2000-08-21 | インターナショナル・ビジネス・マシーンズ・コーポレ−ション | 画面表示装置及び画面表示制御方法 |
JP4064060B2 (ja) | 1998-05-15 | 2008-03-19 | ユニキャスト・コミュニケーションズ・コーポレイション | 参照ウェブページに埋め込まれた広告タグをもちいて、ブラウザにより開始される、ユーザには見えないネットワーク分散隙間ウェブ公告を実施するための技術 |
JP4242986B2 (ja) | 1998-10-27 | 2009-03-25 | パナソニック株式会社 | フォーカス制御装置 |
US6614457B1 (en) | 1998-10-27 | 2003-09-02 | Matsushita Electric Industrial Co., Ltd. | Focus control device that moves a focus in a GUI screen |
US20020057285A1 (en) | 2000-08-04 | 2002-05-16 | Nicholas James J. | Non-intrusive interactive notification system and method |
US6463468B1 (en) | 1999-06-01 | 2002-10-08 | Netzero, Inc. | Targeted network video download interface |
US6518983B1 (en) * | 1999-07-21 | 2003-02-11 | International Business Machines Corporation | Display of messages from a plurality of processes running in parallel |
US6763379B1 (en) * | 1999-10-14 | 2004-07-13 | Ideaflood, Inc. | System, apparatus and method for presenting and displaying content on a wide area network |
GB9925289D0 (en) * | 1999-10-27 | 1999-12-29 | Ibm | Method and means for adjusting the timing of user-activity-dependent changes of operational state of an apparatus |
WO2001053947A1 (fr) | 2000-01-18 | 2001-07-26 | Fujitsu Limited | Dispositif de compte-rendu d'information de message pour systeme sous surveillance |
US6920478B2 (en) | 2000-05-11 | 2005-07-19 | Chikka Pte Ltd. | Method and system for tracking the online status of active users of an internet-based instant messaging system |
GB0025331D0 (en) * | 2000-10-16 | 2000-11-29 | Canon Kk | Control apparatus |
US20020070972A1 (en) | 2000-10-27 | 2002-06-13 | Helmut Windl | Industrial automation display arrangement and method |
US20020055967A1 (en) | 2000-11-08 | 2002-05-09 | Coussement Stefaan Valere Albert | System for reporting client status information to communications-center agents |
US6868544B2 (en) | 2000-12-08 | 2005-03-15 | Telcordia Technologies, Inc. | Method and system for general-purpose interactive notifications |
US6993564B2 (en) | 2000-12-22 | 2006-01-31 | At&T Corp. | Method of authorizing receipt of instant messages by a recipient user |
US6934743B2 (en) | 2001-03-14 | 2005-08-23 | Wireless 3G | Method and apparatus for displaying intermediate content messages in the unused portion of a web browser display space |
US6983305B2 (en) | 2001-05-30 | 2006-01-03 | Microsoft Corporation | Systems and methods for interfacing with a user in instant messaging |
US20030048286A1 (en) * | 2001-08-10 | 2003-03-13 | Ranjan Lal | System and method for providing an enterprise oriented web browser and productivity environment |
US7278114B2 (en) * | 2002-12-30 | 2007-10-02 | Viewspace Technologies | Method and apparatus for managing display of popup windows |
-
2003
- 2003-03-27 US US10/401,412 patent/US7380218B2/en active Active
-
2004
- 2004-03-05 KR KR1020057015991A patent/KR100800352B1/ko not_active IP Right Cessation
- 2004-03-05 DE DE602004012075T patent/DE602004012075T2/de not_active Expired - Lifetime
- 2004-03-05 CN CNB2004800024284A patent/CN100504735C/zh not_active Expired - Fee Related
- 2004-03-05 AT AT04717682T patent/ATE387656T1/de not_active IP Right Cessation
- 2004-03-05 WO PCT/GB2004/000933 patent/WO2004086221A2/en active IP Right Grant
- 2004-03-05 JP JP2006505919A patent/JP4285659B2/ja not_active Expired - Fee Related
- 2004-03-05 CA CA2515447A patent/CA2515447C/en not_active Expired - Fee Related
- 2004-03-05 EP EP04717682A patent/EP1606701B1/en not_active Expired - Lifetime
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2011096132A (ja) * | 2009-10-30 | 2011-05-12 | Toshiba Corp | 情報処理装置および表示制御方法 |
JP2011123816A (ja) * | 2009-12-14 | 2011-06-23 | Kyocera Corp | 触感呈示装置 |
US9804674B2 (en) | 2009-12-14 | 2017-10-31 | Kyocera Corporation | Tactile sensation providing apparatus |
JP2011129019A (ja) * | 2009-12-21 | 2011-06-30 | Kyocera Corp | 触感呈示装置 |
JP2016103171A (ja) * | 2014-11-28 | 2016-06-02 | アイシン・エィ・ダブリュ株式会社 | 操作受付システム、方法およびプログラム |
JP2017010370A (ja) * | 2015-06-24 | 2017-01-12 | 富士ゼロックス株式会社 | 制御装置、電子機器及びプログラム |
JP2019021088A (ja) * | 2017-07-19 | 2019-02-07 | 株式会社ソニー・インタラクティブエンタテインメント | 情報処理装置および情報表示制御方法 |
JP2021529371A (ja) * | 2018-06-20 | 2021-10-28 | インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation | ユーザにより実行されるアクティビティに基づく主題専門家の決定 |
JP7325157B2 (ja) | 2018-06-20 | 2023-08-14 | インターナショナル・ビジネス・マシーンズ・コーポレーション | ユーザにより実行されるアクティビティに基づく主題専門家の決定 |
Also Published As
Publication number | Publication date |
---|---|
KR100800352B1 (ko) | 2008-02-04 |
CN1739088A (zh) | 2006-02-22 |
WO2004086221A3 (en) | 2005-01-27 |
CA2515447A1 (en) | 2004-10-07 |
WO2004086221A2 (en) | 2004-10-07 |
EP1606701A2 (en) | 2005-12-21 |
US20040189712A1 (en) | 2004-09-30 |
KR20050113205A (ko) | 2005-12-01 |
DE602004012075D1 (de) | 2008-04-10 |
JP4285659B2 (ja) | 2009-06-24 |
ATE387656T1 (de) | 2008-03-15 |
US7380218B2 (en) | 2008-05-27 |
CA2515447C (en) | 2010-11-30 |
DE602004012075T2 (de) | 2009-03-19 |
EP1606701B1 (en) | 2008-02-27 |
CN100504735C (zh) | 2009-06-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4285659B2 (ja) | ウィンドウを管理する方法および装置 | |
US8234663B2 (en) | Transferring data from an application to a destination | |
US7661067B2 (en) | Method for providing quick responses in instant messaging conversations | |
US7269794B2 (en) | Method and apparatus for viewpoint collaboration | |
US7552177B2 (en) | Method for determining availability of participation in instant messaging | |
US8832569B2 (en) | Scrolling chat for participation in multiple instant messaging conversations | |
US7475110B2 (en) | Method and interface for multi-threaded conversations in instant messaging | |
US8132191B2 (en) | Method and apparatus for adapting and hosting legacy user interface controls | |
US20050149620A1 (en) | Instant messaging windowing for topic threads | |
US20070198645A1 (en) | Method for providing in-context responses to instant messaging conversations | |
JP2010501949A (ja) | 協調システム管理用コンピュータ・プログラム、装置、及び方法(協調イベント駆動型システム管理) | |
JP2001519558A (ja) | パーソナル・コミュニケーション・アシスタントを使って情報を処理する方法 | |
US20060031322A1 (en) | Associating an instant message dialog with screen real estate and role based positioning | |
US20100057854A1 (en) | References to history points in a chat history | |
JP4497550B2 (ja) | レガシ・オペレーティグ・システムでユニコード入力を可能にする装置および方法 | |
US20090094368A1 (en) | Instant messaging general queue depth management | |
US20030081013A1 (en) | Systems and methods for controlling the presentation of a hierarchical arrangement of items in a window of a graphical user interface | |
JPWO2016110954A1 (ja) | タスク切替支援方法、タスク切替支援プログラム、及び情報処理装置 | |
US20050204004A1 (en) | Method and apparatus for managing status in a messaging program | |
JP2021177334A (ja) | メッセージ表示プログラム及び情報処理装置 | |
JP2009193297A (ja) | 文書管理装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20061219 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20080902 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20081114 |
|
RD12 | Notification of acceptance of power of sub attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7432 Effective date: 20081114 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A821 Effective date: 20081114 |
|
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: 20090303 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
RD14 | Notification of resignation of power of sub attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7434 Effective date: 20090304 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20090318 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120403 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4285659 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: 20120403 Year of fee payment: 3 |
|
S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313113 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120403 Year of fee payment: 3 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120403 Year of fee payment: 3 |
|
S202 | Request for registration of non-exclusive licence |
Free format text: JAPANESE INTERMEDIATE CODE: R315201 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130403 Year of fee payment: 4 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130403 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140403 Year of fee payment: 5 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: R3D02 |
|
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 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |