US6934916B1 - Method and apparatus for improving a progress monitor during a long computer process - Google Patents
Method and apparatus for improving a progress monitor during a long computer process Download PDFInfo
- Publication number
- US6934916B1 US6934916B1 US09/234,255 US23425599A US6934916B1 US 6934916 B1 US6934916 B1 US 6934916B1 US 23425599 A US23425599 A US 23425599A US 6934916 B1 US6934916 B1 US 6934916B1
- Authority
- US
- United States
- Prior art keywords
- progress
- area
- monitor
- information
- progress area
- 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.)
- Expired - Lifetime, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; 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/0484—Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
- G06F3/04847—Interaction techniques to control parameter settings, e.g. interaction with sliders or dials
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; 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
- G06F3/04817—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 using icons
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/32—Monitoring with visual or acoustical indication of the functioning of the machine
Definitions
- the present invention relates generally to the field of computers and more particularly to a system and method that makes the time required for a computer process seem to go by more quickly.
- Optical scanners are used to capture and digitize images.
- an optical scanner can be used to capture the image of printed matter on a sheet of paper.
- the digitized image can then be electronically stored and/or processed with character recognition software to produce ASCII text.
- Most optical scanners use illumination and optical systems to illuminate the object and focus a small area of the illuminated object, usually referred to as a “scan line,” onto the photosensor array.
- the entire object is then scanned by sweeping the illuminated scan line across the entire object, either by moving the object with respect to the illumination and optical assemblies or by moving the illumination and optical assemblies relative to the object.
- OCR optical character recognition
- a scanner that has an exposure time of 5 milliseconds will take about 16.5 seconds to scan an 8.5 ⁇ 11 inch page at 300 ppi.
- This scan time can be only part of the time required for the total process to be completed.
- the OCR process takes time as well as saving the data onto the hard disk of the host computer.
- the total time for a scan can range from 10 to 20 seconds up to over a minute depending on the type of scan, the speed of the host computer, and the amount of post processing done on the scanned data.
- the scanning or OCR software on the host computer usually displays a progress monitor or progress dialog box.
- a progress monitor or progress dialog box is typically a small rectangular area on the screen that includes a title and a long rectangular area (the progress bar) that shows how much of the process is complete.
- the title is typically a description of the process. For example, “scanning the page” or “converting to text.”
- the progress bar shows the progress by “filling” the area with a different shade or color. Thus, when the process is one third done the progress bar will be one third of one color or shade, and two thirds of the original color or shade. When the progress bar has filled or completely changed colors or shades it is an indication that the process has been completed.
- the progress monitor may also have a text indication of the percentage of the task that has been completed. For example, the progress dialog box may display “46%” just above the progress bar when the process is almost half completed (see FIG. 1 ).
- FIG. 1 is an image of a computer screen showing a typical progress monitor.
- FIG. 2 is an image of a computer screen showing a progress monitor that has information being revealed, in accordance with the present invention, as the process progresses.
- FIG. 3 is an image of a computer screen showing a progress monitor that uses angular motion to indicate progress.
- a progress dialog box or progress monitor can be improved by uncovering or revealing information by the movement of the progress bar, as the process completes (see FIG. 2 ).
- the information that is uncovered is the next line in the text of a story.
- the program would keep track of which line in the story has been displayed and would increment a counter such that the next line after the line previously displayed in the story would be the line uncovered during the next process.
- a new story could be loaded.
- this invention is not limited by having the information that is uncovered be a line in a story.
- the information could be anything that a user could find interesting or entertaining. For example, the current price of a stock could be displayed, or a weather report could be displayed.
- the information could be the punch line of a joke, with the main part of the joke displayed as text in the dialog box.
- the information could be the answer to a trivia question, with the trivia question displayed above the progress bar.
- the information could be a tip on how to use a feature of the software displaying the progress monitor.
- the information that is uncovered is also not limited to text.
- the information could be a video or image.
- the process that is monitored is not limited to a scan. It could be any process that takes time on a computer.
- a progress monitor is used to indicate how much of the software has been installed.
- the progress bar is not limited in shape to a rectangle.
- the motion used to indicate progress is not limited to a linear motion.
- the motion used to indicate progress could also be an angular motion (see FIG. 3 ).
- the advantages of this invention is that it gives the user something to do during a process other than just watching the progress monitor fill with a different color or shade. By entertaining or educating the user, the time to complete the process being monitored seems to pass more quickly.
- a progress bar that reveals text as it changes colors can be created by first defining a rectangle and choosing two colors or shades, for example black and white.
- the rectangle or progress bar will initially be painted or filled with only one of the colors.
- a point along the length of the rectangle corresponding to the amount of progress can be defined. For example, when the process is 30% complete the position of the point would be 30% along the length of the rectangle.
- the rectangle or progress bar is painted with one color starting at one end of the rectangle up to the position of the point. The other color is used to paint the rectangle from the position of the point to the opposite end of the rectangle.
- Appendix A contains the code for a program that defines a black and white brush, defines a rectangle, defines an edge in the rectangle that corresponds to the progress of a process, paints the rectangle up to the edge with the white brush, paints the rectangle from the edge to the end with the black brush, and then displays text in the rectangle with the black brush.
- a progress monitor does not need to change colors or shades but could instead move a mark or line to indicate the amount of the process that has been completed. Changing colors or shades to indicate the progress is the preferred method.
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- User Interface Of Digital Computer (AREA)
- General Factory Administration (AREA)
- Testing And Monitoring For Control Systems (AREA)
- Debugging And Monitoring (AREA)
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/234,255 US6934916B1 (en) | 1999-01-20 | 1999-01-20 | Method and apparatus for improving a progress monitor during a long computer process |
EP00300303A EP1022648A3 (en) | 1999-01-20 | 2000-01-17 | Method and apparatus for improving a progress monitor during a long computer process |
JP2000011863A JP2000227863A (ja) | 1999-01-20 | 2000-01-20 | 改良された長いコンピュ―タプロセスのための進行モニタと情報表示方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/234,255 US6934916B1 (en) | 1999-01-20 | 1999-01-20 | Method and apparatus for improving a progress monitor during a long computer process |
Publications (1)
Publication Number | Publication Date |
---|---|
US6934916B1 true US6934916B1 (en) | 2005-08-23 |
Family
ID=22880595
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/234,255 Expired - Lifetime US6934916B1 (en) | 1999-01-20 | 1999-01-20 | Method and apparatus for improving a progress monitor during a long computer process |
Country Status (3)
Country | Link |
---|---|
US (1) | US6934916B1 (enrdf_load_stackoverflow) |
EP (1) | EP1022648A3 (enrdf_load_stackoverflow) |
JP (1) | JP2000227863A (enrdf_load_stackoverflow) |
Cited By (44)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040012637A1 (en) * | 2002-07-18 | 2004-01-22 | International Business Machines Corporation | Method and system for monitoring the use of a resource in a processing system |
US20050273723A1 (en) * | 2000-05-03 | 2005-12-08 | Microsoft Corporation | Accessing web pages in the background |
US20060056456A1 (en) * | 2004-09-10 | 2006-03-16 | Ovidiu Ratiu | System and method for message consolidation in a mesh network |
US20070136679A1 (en) * | 2005-12-13 | 2007-06-14 | Qi-Ming Yang | Circular multimedia playback progress indicator and method of indicating signals thereof |
US20080126974A1 (en) * | 2006-11-28 | 2008-05-29 | Fawcett Bradley W | Presenting completion progress status of an installer via join points |
US20080134082A1 (en) * | 2006-12-04 | 2008-06-05 | Business Objects, S.A. | Apparatus and method of displaying the status of a computing task |
US20080195948A1 (en) * | 2007-02-12 | 2008-08-14 | Bauer Samuel M | Method and apparatus for graphically indicating the progress of multiple parts of a task |
US20080284787A1 (en) * | 2007-01-19 | 2008-11-20 | Fujitsu Limted | Information processing system, method for controlling system and computer-readable recording medium |
US20090031345A1 (en) * | 2007-07-26 | 2009-01-29 | The Directv Group. Inc. | Method and system for preordering content in a user device associated with a content processing system |
US20090064143A1 (en) * | 2007-08-30 | 2009-03-05 | International Business Machines Corporation | Subscribing to Progress Indicator Treshold |
US20090070699A1 (en) * | 2007-09-07 | 2009-03-12 | Alexis Birkill | Keeping Track of Progress Bar Position During an Extended Task in a Computer System |
US20090083859A1 (en) * | 2007-09-21 | 2009-03-26 | Fuji Xerox Co., Ltd. | Progress indicators to encourage more secure behaviors |
US20090177620A1 (en) * | 2005-09-08 | 2009-07-09 | Microsoft Corporation | Common Software Activity Status Representation |
US20100094096A1 (en) * | 2008-10-14 | 2010-04-15 | Petruzzelli Joe | Patient monitor with visual reliability indicator |
US20100272415A1 (en) * | 1999-11-12 | 2010-10-28 | Sony Corporation | Information processing apparatus and method, and program storage medium |
US20110004904A1 (en) * | 2007-08-01 | 2011-01-06 | The DIRECTV Goup, Inc. | On-demand system interfaces and features |
US7930389B2 (en) | 2007-11-20 | 2011-04-19 | The Invention Science Fund I, Llc | Adaptive filtering of annotated messages or the like |
US8065404B2 (en) | 2007-08-31 | 2011-11-22 | The Invention Science Fund I, Llc | Layering destination-dependent content handling guidance |
US8082225B2 (en) | 2007-08-31 | 2011-12-20 | The Invention Science Fund I, Llc | Using destination-dependent criteria to guide data transmission decisions |
USD656948S1 (en) | 2011-05-27 | 2012-04-03 | Microsoft Corporation | Display screen with graphical user interface |
USD683738S1 (en) * | 2011-09-12 | 2013-06-04 | Microsoft Corporation | Display screen with graphical user interface |
USD684159S1 (en) * | 2011-09-12 | 2013-06-11 | Microsoft Corporation | Display screen with graphical user interface |
USD684161S1 (en) * | 2011-09-12 | 2013-06-11 | Microsoft Corporation | Display screen with graphical user interface |
USD684160S1 (en) * | 2011-09-12 | 2013-06-11 | Microsoft Corporation | Display screen with graphical user interface |
US8521864B1 (en) | 2006-01-10 | 2013-08-27 | Crimson Corporation | Systems and methods for managing the impact of monitoring processes |
US8645826B2 (en) | 2001-10-15 | 2014-02-04 | Apple Inc. | Graphical multidimensional file management system and method |
US8682982B2 (en) | 2007-06-19 | 2014-03-25 | The Invention Science Fund I, Llc | Preliminary destination-dependent evaluation of message content |
US8984417B2 (en) | 2008-09-12 | 2015-03-17 | 9224-5489 Quebec Inc. | Method of associating attributes with documents |
US8984133B2 (en) | 2007-06-19 | 2015-03-17 | The Invention Science Fund I, Llc | Providing treatment-indicative feedback dependent on putative content treatment |
KR20150060760A (ko) * | 2012-09-26 | 2015-06-03 | 구글 인코포레이티드 | 필기 입력의 진행 디스플레이 |
US20150178803A1 (en) * | 2013-12-19 | 2015-06-25 | Ncr Corporation | Consumer Progress Monitoring |
US9189129B2 (en) | 2011-02-01 | 2015-11-17 | 9224-5489 Quebec Inc. | Non-homogeneous objects magnification and reduction |
KR20150128105A (ko) * | 2014-05-08 | 2015-11-18 | 현대모비스 주식회사 | Avn 부팅 로고 출력 장치 및 방법 |
US9251643B2 (en) | 2001-10-15 | 2016-02-02 | Apple Inc. | Multimedia interface progression bar |
US9348800B2 (en) | 2007-08-22 | 2016-05-24 | 9224-5489 Quebec Inc. | Method of managing arrays of documents |
US9374242B2 (en) | 2007-11-08 | 2016-06-21 | Invention Science Fund I, Llc | Using evaluations of tentative message content |
US9519693B2 (en) | 2012-06-11 | 2016-12-13 | 9224-5489 Quebec Inc. | Method and apparatus for displaying data element axes |
US9613167B2 (en) | 2011-09-25 | 2017-04-04 | 9224-5489 Quebec Inc. | Method of inserting and removing information elements in ordered information element arrays |
US9646080B2 (en) | 2012-06-12 | 2017-05-09 | 9224-5489 Quebec Inc. | Multi-functions axis-based interface |
US9652438B2 (en) | 2008-03-07 | 2017-05-16 | 9224-5489 Quebec Inc. | Method of distinguishing documents |
US9690460B2 (en) | 2007-08-22 | 2017-06-27 | 9224-5489 Quebec Inc. | Method and apparatus for identifying user-selectable elements having a commonality thereof |
US10667008B1 (en) | 2014-12-18 | 2020-05-26 | The Directv Group, Inc. | Method and system for setting and receiving user notifications for content available far in the future |
US10671266B2 (en) | 2017-06-05 | 2020-06-02 | 9224-5489 Quebec Inc. | Method and apparatus of aligning information element axes |
CN113934340A (zh) * | 2021-09-22 | 2022-01-14 | 青岛海信移动通信技术股份有限公司 | 一种终端设备和进度条显示方法 |
Families Citing this family (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
DE10308816A1 (de) * | 2003-02-27 | 2004-05-19 | Siemens Ag | Ikone und Schrittikonendarstellung zur graphischen Visualisierung von aufgabenorientierten Schritten |
KR100677137B1 (ko) | 2004-10-01 | 2007-02-02 | 삼성전자주식회사 | 데이터 처리 상태 디스플레이 방법 |
KR20060078021A (ko) * | 2004-12-30 | 2006-07-05 | 삼성전자주식회사 | 화상데이터 처리과정 표시방법 및 이를 적용한 화상형성장치 |
KR100777310B1 (ko) * | 2006-09-25 | 2007-11-20 | 엘지전자 주식회사 | 영상신호 수신장치 및 이를 이용한 프로그래스 바 표시방법 |
US7827490B2 (en) * | 2006-11-30 | 2010-11-02 | Microsoft Corporation | Media state user interface |
US7941754B2 (en) * | 2007-06-29 | 2011-05-10 | Nokia Corporation | Media content distribution indicator |
CN104851409B (zh) * | 2014-02-17 | 2019-10-29 | 联想(北京)有限公司 | 一种数据处理方法、装置及一种显示屏驱动芯片 |
Citations (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5185606A (en) * | 1990-05-08 | 1993-02-09 | Fokker Aircraft B.V. | Primary flight display presenting resolution advisory information provided by a traffic alert and collision avoidance system |
US5623590A (en) * | 1989-08-07 | 1997-04-22 | Lucent Technologies Inc. | Dynamic graphics arrangement for displaying spatial-time-series data |
US5801953A (en) * | 1996-06-21 | 1998-09-01 | Hewlett-Packard Company | Measurement apparatus and method for the adjustment of test/measurement parameters |
JPH10235443A (ja) | 1997-02-26 | 1998-09-08 | Nippon Steel Corp | 容器缶体及びその製造方法 |
US5805166A (en) * | 1996-08-23 | 1998-09-08 | Intenational Business Machines Corp. | Segmented status area for dynamically reporting status in a data processing system |
US5812133A (en) * | 1995-11-01 | 1998-09-22 | Allen Bradley Company, Llc | Industrial controller with display of rung execution |
US5859640A (en) * | 1995-12-21 | 1999-01-12 | International Business Machines Corporation | Method and apparatus for warning a user that feedback has been provided in a graphical user interface |
US5995079A (en) * | 1997-04-04 | 1999-11-30 | Avid Technology, Inc. | Method for controlling a variable of a dialog box with cursor movement |
US6038588A (en) * | 1997-06-30 | 2000-03-14 | Sun Microsystems, Inc. | Method and apparatus for creating and executing a progress dialog window |
US6097390A (en) * | 1997-04-04 | 2000-08-01 | International Business Machines Corporation | Progress-indicating mouse pointer |
US6275987B1 (en) * | 1998-11-05 | 2001-08-14 | International Business Machines Corporation | Adaptive, predictive progress indicator |
US6292184B1 (en) * | 1995-02-15 | 2001-09-18 | Sony Corporation | Multimedia user interface employing components of color to indicate the values of variables |
US6293801B1 (en) * | 1998-01-23 | 2001-09-25 | Scientific Learning Corp. | Adaptive motivation for computer-assisted training system |
US6337699B1 (en) * | 1996-06-27 | 2002-01-08 | Sun Microsystems, Inc. | Visualizing degrees of information object attributes |
US6405131B1 (en) * | 2000-05-22 | 2002-06-11 | Navigation Technologies Corp. | Method and system for providing route guidance with multiple progress bars |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5844556A (en) * | 1992-07-17 | 1998-12-01 | Kabushiki Kaisha Komatsu Seisakusho | Intelligent graphic operation panel and highlighting contol method |
JP3219027B2 (ja) * | 1996-08-28 | 2001-10-15 | 日本電気株式会社 | シナリオ編集装置 |
NL1006470C2 (nl) * | 1997-07-04 | 1999-01-05 | Oce Tech Bv | Printsysteem voor het printen van beelden op vellen overeenkomstig elektrische beeldsignalen alsmede besturingsmiddelen geschikt voor toepassing in een dergelijk printsysteem. |
-
1999
- 1999-01-20 US US09/234,255 patent/US6934916B1/en not_active Expired - Lifetime
-
2000
- 2000-01-17 EP EP00300303A patent/EP1022648A3/en not_active Withdrawn
- 2000-01-20 JP JP2000011863A patent/JP2000227863A/ja not_active Withdrawn
Patent Citations (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5623590A (en) * | 1989-08-07 | 1997-04-22 | Lucent Technologies Inc. | Dynamic graphics arrangement for displaying spatial-time-series data |
US5185606A (en) * | 1990-05-08 | 1993-02-09 | Fokker Aircraft B.V. | Primary flight display presenting resolution advisory information provided by a traffic alert and collision avoidance system |
US6292184B1 (en) * | 1995-02-15 | 2001-09-18 | Sony Corporation | Multimedia user interface employing components of color to indicate the values of variables |
US5812133A (en) * | 1995-11-01 | 1998-09-22 | Allen Bradley Company, Llc | Industrial controller with display of rung execution |
US5859640A (en) * | 1995-12-21 | 1999-01-12 | International Business Machines Corporation | Method and apparatus for warning a user that feedback has been provided in a graphical user interface |
US5801953A (en) * | 1996-06-21 | 1998-09-01 | Hewlett-Packard Company | Measurement apparatus and method for the adjustment of test/measurement parameters |
US6337699B1 (en) * | 1996-06-27 | 2002-01-08 | Sun Microsystems, Inc. | Visualizing degrees of information object attributes |
US5805166A (en) * | 1996-08-23 | 1998-09-08 | Intenational Business Machines Corp. | Segmented status area for dynamically reporting status in a data processing system |
JPH10235443A (ja) | 1997-02-26 | 1998-09-08 | Nippon Steel Corp | 容器缶体及びその製造方法 |
US6097390A (en) * | 1997-04-04 | 2000-08-01 | International Business Machines Corporation | Progress-indicating mouse pointer |
US5995079A (en) * | 1997-04-04 | 1999-11-30 | Avid Technology, Inc. | Method for controlling a variable of a dialog box with cursor movement |
US6038588A (en) * | 1997-06-30 | 2000-03-14 | Sun Microsystems, Inc. | Method and apparatus for creating and executing a progress dialog window |
US6293801B1 (en) * | 1998-01-23 | 2001-09-25 | Scientific Learning Corp. | Adaptive motivation for computer-assisted training system |
US6275987B1 (en) * | 1998-11-05 | 2001-08-14 | International Business Machines Corporation | Adaptive, predictive progress indicator |
US6405131B1 (en) * | 2000-05-22 | 2002-06-11 | Navigation Technologies Corp. | Method and system for providing route guidance with multiple progress bars |
Non-Patent Citations (5)
Title |
---|
"Data Base Progress Indicator"; IBM Technical Disclosure Bulletin; IBM Corp, New York, US; vol. 37; No. 2A; Feb. 1994; p. 341. |
"Stopwatch Pointer: A Dynamic Progress Indicator"; IBM Technical Disclosure Bulletin, IBM Corp, New York, US; vol. 35; No. 1B; Jun. 1992; pp. 469-471. |
"Windows 95 Common Controls"; Dr. Dobb's Journal; M&T Publ.; Redwood City, CA, US; vol. 20; No. 5, May 1995; pp. 52, 54-56, 58, 60-63. |
Robert Cowart. "Mastering Windows 3.1", 1993, Sybex, pp. 503-532. * |
Russel Borland, "Microsoft Outlook 97", 1997, Microsoft Press, pp. 21-34. * |
Cited By (79)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8861936B2 (en) * | 1999-11-12 | 2014-10-14 | Sony Corporation | Information processing apparatus and method, and program storage medium |
US20100272415A1 (en) * | 1999-11-12 | 2010-10-28 | Sony Corporation | Information processing apparatus and method, and program storage medium |
US10229252B2 (en) | 1999-11-12 | 2019-03-12 | Sony Corporation | Information processing apparatus and method, and program storage medium |
US9137508B2 (en) | 1999-11-12 | 2015-09-15 | Sony Corporation | Information processing apparatus and method, and program storage medium |
US9491429B2 (en) | 1999-11-12 | 2016-11-08 | Sony Corporation | Information processing apparatus and method, and program storage medium |
US20050273723A1 (en) * | 2000-05-03 | 2005-12-08 | Microsoft Corporation | Accessing web pages in the background |
US8954847B2 (en) | 2001-10-15 | 2015-02-10 | Apple Inc. | Displays of user select icons with an axes-based multimedia interface |
US8904281B2 (en) | 2001-10-15 | 2014-12-02 | Apple Inc. | Method and system for managing multi-user user-selectable elements |
US9454529B2 (en) | 2001-10-15 | 2016-09-27 | Apple Inc. | Method of improving a search |
US9251643B2 (en) | 2001-10-15 | 2016-02-02 | Apple Inc. | Multimedia interface progression bar |
US8645826B2 (en) | 2001-10-15 | 2014-02-04 | Apple Inc. | Graphical multidimensional file management system and method |
US7103847B2 (en) * | 2002-07-18 | 2006-09-05 | International Business Machines Corporation | Method and system for monitoring the use of a resource in a processing system |
US20040012637A1 (en) * | 2002-07-18 | 2004-01-22 | International Business Machines Corporation | Method and system for monitoring the use of a resource in a processing system |
US20060056456A1 (en) * | 2004-09-10 | 2006-03-16 | Ovidiu Ratiu | System and method for message consolidation in a mesh network |
US7606210B2 (en) * | 2004-09-10 | 2009-10-20 | Nivis, Llc | System and method for message consolidation in a mesh network |
US9164866B2 (en) * | 2005-09-08 | 2015-10-20 | Microsoft Technology Licensing, Llc | Common software activity status representation |
US20090177620A1 (en) * | 2005-09-08 | 2009-07-09 | Microsoft Corporation | Common Software Activity Status Representation |
US20070136679A1 (en) * | 2005-12-13 | 2007-06-14 | Qi-Ming Yang | Circular multimedia playback progress indicator and method of indicating signals thereof |
US8521864B1 (en) | 2006-01-10 | 2013-08-27 | Crimson Corporation | Systems and methods for managing the impact of monitoring processes |
US8495592B2 (en) | 2006-11-28 | 2013-07-23 | International Business Machines Corporation | Presenting completion progress status of an installer via join points |
US20080126974A1 (en) * | 2006-11-28 | 2008-05-29 | Fawcett Bradley W | Presenting completion progress status of an installer via join points |
US20080134082A1 (en) * | 2006-12-04 | 2008-06-05 | Business Objects, S.A. | Apparatus and method of displaying the status of a computing task |
US20080284787A1 (en) * | 2007-01-19 | 2008-11-20 | Fujitsu Limted | Information processing system, method for controlling system and computer-readable recording medium |
US20080195948A1 (en) * | 2007-02-12 | 2008-08-14 | Bauer Samuel M | Method and apparatus for graphically indicating the progress of multiple parts of a task |
US8413064B2 (en) * | 2007-02-12 | 2013-04-02 | Jds Uniphase Corporation | Method and apparatus for graphically indicating the progress of multiple parts of a task |
US8682982B2 (en) | 2007-06-19 | 2014-03-25 | The Invention Science Fund I, Llc | Preliminary destination-dependent evaluation of message content |
US8984133B2 (en) | 2007-06-19 | 2015-03-17 | The Invention Science Fund I, Llc | Providing treatment-indicative feedback dependent on putative content treatment |
US9693106B2 (en) | 2007-07-26 | 2017-06-27 | The Directv Group, Inc. | Method and system for preordering content in a user device associated with a content processing system |
US20090031345A1 (en) * | 2007-07-26 | 2009-01-29 | The Directv Group. Inc. | Method and system for preordering content in a user device associated with a content processing system |
US20110004904A1 (en) * | 2007-08-01 | 2011-01-06 | The DIRECTV Goup, Inc. | On-demand system interfaces and features |
US10282072B2 (en) | 2007-08-22 | 2019-05-07 | 9224-5489 Quebec Inc. | Method and apparatus for identifying user-selectable elements having a commonality thereof |
US9348800B2 (en) | 2007-08-22 | 2016-05-24 | 9224-5489 Quebec Inc. | Method of managing arrays of documents |
US9690460B2 (en) | 2007-08-22 | 2017-06-27 | 9224-5489 Quebec Inc. | Method and apparatus for identifying user-selectable elements having a commonality thereof |
US10430495B2 (en) | 2007-08-22 | 2019-10-01 | 9224-5489 Quebec Inc. | Timescales for axis of user-selectable elements |
US10719658B2 (en) | 2007-08-22 | 2020-07-21 | 9224-5489 Quebec Inc. | Method of displaying axes of documents with time-spaces |
US11550987B2 (en) | 2007-08-22 | 2023-01-10 | 9224-5489 Quebec Inc. | Timeline for presenting information |
US9454411B2 (en) * | 2007-08-30 | 2016-09-27 | International Business Machines Corporation | User-selectable progress bar threshold triggers and notification by detecting color change |
US20090064143A1 (en) * | 2007-08-30 | 2009-03-05 | International Business Machines Corporation | Subscribing to Progress Indicator Treshold |
US8082225B2 (en) | 2007-08-31 | 2011-12-20 | The Invention Science Fund I, Llc | Using destination-dependent criteria to guide data transmission decisions |
US8065404B2 (en) | 2007-08-31 | 2011-11-22 | The Invention Science Fund I, Llc | Layering destination-dependent content handling guidance |
US20090070699A1 (en) * | 2007-09-07 | 2009-03-12 | Alexis Birkill | Keeping Track of Progress Bar Position During an Extended Task in a Computer System |
US8156342B2 (en) | 2007-09-21 | 2012-04-10 | Fuji Xerox Co., Ltd | Progress indicators to encourage more secure behaviors |
US20090083859A1 (en) * | 2007-09-21 | 2009-03-26 | Fuji Xerox Co., Ltd. | Progress indicators to encourage more secure behaviors |
US9374242B2 (en) | 2007-11-08 | 2016-06-21 | Invention Science Fund I, Llc | Using evaluations of tentative message content |
US7930389B2 (en) | 2007-11-20 | 2011-04-19 | The Invention Science Fund I, Llc | Adaptive filtering of annotated messages or the like |
US9652438B2 (en) | 2008-03-07 | 2017-05-16 | 9224-5489 Quebec Inc. | Method of distinguishing documents |
US8984417B2 (en) | 2008-09-12 | 2015-03-17 | 9224-5489 Quebec Inc. | Method of associating attributes with documents |
US20100094096A1 (en) * | 2008-10-14 | 2010-04-15 | Petruzzelli Joe | Patient monitor with visual reliability indicator |
US9326690B2 (en) * | 2008-10-14 | 2016-05-03 | Shenzhen Mindray Bio-Medical Electronics Co. Ltd. | Patient monitor with visual reliability indicator |
US9733801B2 (en) | 2011-01-27 | 2017-08-15 | 9224-5489 Quebec Inc. | Expandable and collapsible arrays of aligned documents |
US10067638B2 (en) | 2011-02-01 | 2018-09-04 | 9224-5489 Quebec Inc. | Method of navigating axes of information elements |
US9529495B2 (en) | 2011-02-01 | 2016-12-27 | 9224-5489 Quebec Inc. | Static and dynamic information elements selection |
US9588646B2 (en) | 2011-02-01 | 2017-03-07 | 9224-5489 Quebec Inc. | Selection and operations on axes of computer-readable files and groups of axes thereof |
US9189129B2 (en) | 2011-02-01 | 2015-11-17 | 9224-5489 Quebec Inc. | Non-homogeneous objects magnification and reduction |
USD656948S1 (en) | 2011-05-27 | 2012-04-03 | Microsoft Corporation | Display screen with graphical user interface |
USD683738S1 (en) * | 2011-09-12 | 2013-06-04 | Microsoft Corporation | Display screen with graphical user interface |
USD684160S1 (en) * | 2011-09-12 | 2013-06-11 | Microsoft Corporation | Display screen with graphical user interface |
USD684159S1 (en) * | 2011-09-12 | 2013-06-11 | Microsoft Corporation | Display screen with graphical user interface |
USD684161S1 (en) * | 2011-09-12 | 2013-06-11 | Microsoft Corporation | Display screen with graphical user interface |
US10289657B2 (en) | 2011-09-25 | 2019-05-14 | 9224-5489 Quebec Inc. | Method of retrieving information elements on an undisplayed portion of an axis of information elements |
US9613167B2 (en) | 2011-09-25 | 2017-04-04 | 9224-5489 Quebec Inc. | Method of inserting and removing information elements in ordered information element arrays |
US11281843B2 (en) | 2011-09-25 | 2022-03-22 | 9224-5489 Quebec Inc. | Method of displaying axis of user-selectable elements over years, months, and days |
US11080465B2 (en) | 2011-09-25 | 2021-08-03 | 9224-5489 Quebec Inc. | Method of expanding stacked elements |
US10558733B2 (en) | 2011-09-25 | 2020-02-11 | 9224-5489 Quebec Inc. | Method of managing elements in an information element array collating unit |
US10845952B2 (en) | 2012-06-11 | 2020-11-24 | 9224-5489 Quebec Inc. | Method of abutting multiple sets of elements along an axis thereof |
US9519693B2 (en) | 2012-06-11 | 2016-12-13 | 9224-5489 Quebec Inc. | Method and apparatus for displaying data element axes |
US11513660B2 (en) | 2012-06-11 | 2022-11-29 | 9224-5489 Quebec Inc. | Method of selecting a time-based subset of information elements |
US10180773B2 (en) | 2012-06-12 | 2019-01-15 | 9224-5489 Quebec Inc. | Method of displaying axes in an axis-based interface |
US9646080B2 (en) | 2012-06-12 | 2017-05-09 | 9224-5489 Quebec Inc. | Multi-functions axis-based interface |
US10656829B2 (en) | 2012-09-26 | 2020-05-19 | Google Llc | Progress display of handwriting input |
KR20150060760A (ko) * | 2012-09-26 | 2015-06-03 | 구글 인코포레이티드 | 필기 입력의 진행 디스플레이 |
KR20200136505A (ko) * | 2012-09-26 | 2020-12-07 | 구글 엘엘씨 | 필기 입력의 진행 디스플레이 |
US10108997B2 (en) * | 2013-12-19 | 2018-10-23 | Ncr Corporation | Consumer progress monitoring |
US20150178803A1 (en) * | 2013-12-19 | 2015-06-25 | Ncr Corporation | Consumer Progress Monitoring |
KR20150128105A (ko) * | 2014-05-08 | 2015-11-18 | 현대모비스 주식회사 | Avn 부팅 로고 출력 장치 및 방법 |
US10667008B1 (en) | 2014-12-18 | 2020-05-26 | The Directv Group, Inc. | Method and system for setting and receiving user notifications for content available far in the future |
US10671266B2 (en) | 2017-06-05 | 2020-06-02 | 9224-5489 Quebec Inc. | Method and apparatus of aligning information element axes |
CN113934340A (zh) * | 2021-09-22 | 2022-01-14 | 青岛海信移动通信技术股份有限公司 | 一种终端设备和进度条显示方法 |
CN113934340B (zh) * | 2021-09-22 | 2024-04-19 | 青岛海信移动通信技术有限公司 | 一种终端设备和进度条显示方法 |
Also Published As
Publication number | Publication date |
---|---|
EP1022648A3 (en) | 2002-02-06 |
JP2000227863A (ja) | 2000-08-15 |
EP1022648A2 (en) | 2000-07-26 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6934916B1 (en) | Method and apparatus for improving a progress monitor during a long computer process | |
CN1076471C (zh) | 点阵式打印机用的打印图象逐段增强技术 | |
US4189744A (en) | Apparatus for generating signals representing operator-selected portions of a scene | |
US4345313A (en) | Image processing method and apparatus having a digital airbrush for touch up | |
JP2004527042A5 (enrdf_load_stackoverflow) | ||
JPH06508461A (ja) | 画像を自動併合するための装置及び方法 | |
DE4107018A1 (de) | System zur optischen abtastung der oberflaeche eines visuell wahrnehmbare information tragenden objektes | |
MX9703685A (es) | Representaciones de imagen de documento estructuradas sin tipos de letra para reproduccion eficiente. | |
EP0321095A3 (en) | Polygon priority resolving system with antialiasing | |
CN102682307A (zh) | 基于图像处理的可编辑答题卡系统及其实现方法 | |
US4642813A (en) | Electro-optical quality control inspection of elements on a product | |
MX9703686A (es) | Reproduccion de documentos exhibidos e impresos a resoluciones preferidas utilizando representaciones de imagen de documento estructuradas sin tipos de letra. | |
DE69533074T2 (de) | Verfahren zum Interpretieren handgeschriebener schematischer Benutzerschittstellenbefehle | |
EP0491468A3 (en) | Display range control apparatus and external storage unit for use therewith | |
DE1506034A1 (de) | Sichtgeraet fuer Flugsimulatoren | |
EP1075135A3 (en) | Method for increasing the native resolution of an image sensor | |
US4751503A (en) | Image processing method with improved digital airbrush touch up | |
US4356390A (en) | Optical path monitoring circuit for a document scanner | |
US5121440A (en) | Analog video character recognition system | |
ATE390018T1 (de) | Prozessüberwachungssystem | |
DE19730887A1 (de) | Verfahren und Vorrichtung zum Aufbringen von Bildern auf Produkte | |
CA2226336A1 (en) | Method of animating an image by squiggling the edges of image features | |
DE3809683A1 (de) | Bildverarbeitungsverfahren | |
DE68924712T2 (de) | Elektronische tafel. | |
EP0206518A3 (en) | Vertical raster scan controller |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: HEWLETT-PACKARD COMPANY, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:WEBB, STEVEN L.;PAKENHAM, EUGENE W.;CHAVEZ, MARTHA A.;AND OTHERS;REEL/FRAME:010031/0262;SIGNING DATES FROM 19990114 TO 19990115 |
|
AS | Assignment |
Owner name: HEWLETT-PACKARD DEVELOPMENT COMPANY L.P., TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HEWLETT-PACKARD COMPANY;REEL/FRAME:014061/0492 Effective date: 20030926 Owner name: HEWLETT-PACKARD DEVELOPMENT COMPANY L.P.,TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HEWLETT-PACKARD COMPANY;REEL/FRAME:014061/0492 Effective date: 20030926 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
REFU | Refund |
Free format text: REFUND - PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: R1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Free format text: REFUND - SURCHARGE FOR LATE PAYMENT, LARGE ENTITY (ORIGINAL EVENT CODE: R1554); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
FPAY | Fee payment |
Year of fee payment: 12 |