Computers offer many functionalities to users. For instance, the user can surf the web, generate a document, and listen to music on a computer as he/she desires. Then the user may remember that he/she needs to send an email too. Often the user interacts with the computer via a graphical user-interface (GUI). A common way for the user to open an email application is to click on a control that launches the email application. Given the sheer number of applications that the user may have open on the GUI and the number of options available, the user may lose his/her train of thought during this task. The present implementations can allow the user to navigate a GUI with less effort and/or in a more natural manner which can lead to an enhanced overall user experience.
The described implementations relate to dynamically painting user-controls. One method dynamically determines a highlight color of a user-control under a cursor on a graphical user-interface. The method also paints at least a portion of the user-control with the highlight color.
Another implementation is manifested as a method that identifies a group of related user-controls on a graphical user-interface. Individual user-controls can include an icon. The method also paints portions of the user-controls of the group with a color that is dynamically selected from information relating to the icon.
The above listed examples are intended to provide a quick reference to aid the reader and are not intended to define the scope of the concepts described herein.
The accompanying drawings illustrate implementations of the concepts conveyed in the present application. Features of the illustrated implementations can be more readily understood by reference to the following description taken in conjunction with the accompanying drawings. Like reference numbers in the various drawings are used wherever feasible to indicate like elements. Further, the left-most numeral of each reference number conveys the Figure and associated discussion where the reference number is first introduced. This patent application contains at least one drawing executed in color. Copies of this patent or patent application publication with color drawing(s) will be provided by the Office upon request and payment of the necessary fee.
This patent application pertains to painting user-controls on a graphical user-interface (GUI). Briefly, the present concepts can create a glow around the cursor on the GUI. The glow can be thought of as similar to directing a flashlight beam at the cursor. As the user moves the cursor over a user-control, such as a selectable button, the user-control is painted with a highlight color to create a colored glow. Continuing with the flashlight analogy, the colored glow could be created with a colored lens on the flashlight.
The highlight color can be dynamically selected based upon color information obtained from the user-control. For instance, an icon can occupy a portion of the user-control to quickly identify a function associated with the user-control. The present implementations can select the highlight color for painting based upon color information from the icon. The highlight color can be a dominant color determined from the color information, a complementary color, or any other color determined from the color information that can aid the user. So, for instance, if a dominant color of the icon is red and a remainder of the user-control is white, the present implementations can paint a red glow over some or all of the remainder of the user-control. Further, the painting can be done in a manner that helps to convey the location and direction of travel of the cursor over the user-control. Other implementations and/or inventive concepts are introduced below.
Exemplary Screenshots
In this example,
In
The highlight color of the painting 202 is dynamically determined from color information of the user-control's icon 106(3). Briefly, in this case the painting color is selected as the dominant color of the icon 106(3). Methods for selecting the painting color(s) are described below in more detail relative to
In these implementations, cursor 108 remains visible as the cursor passes over user-control 104(3). Also, while the cursor is super-imposed over the user-control 104(3) and the icon 106(3), the painting 202 is layered behind icon 106(3). This configuration keeps the icon visible to the user during the painting.
In
In this case, the user-control's icon 906 has a “blue” color. A remainder 914 of the user-control is transparent. By chance, the user has selected a similar blue color as the background for the GUI 904. Since the remainder 914 of the user-control is transparent, it also appears blue. In this scenario, rather than selecting the icon's dominant blue color for painting, the selected highlight color for the painted portion 908 is a complementary color to the dominant color. In this example, the complementary color is yellow. In some cases, such as this one, painting with a complementary color can offer an enhanced user experience when compared to painting with the dominant color.
Exemplary Operating Environments
In the illustrated case, the computing devices are manifested as a personal computer (PC) 1102, a smart phone 1104, and a server computer 1106. The computing devices 1102-1106 can be communicably coupled with one another via the Internet 1110 or via another communication means, such as cellular microwave means.
In the present discussion, PC 1102 can be representative of any type of computer, such as a Unix based computer, or an Apple brand computer, among others. Smart phone 1104 can be representative of any number of ever evolving classes of computing devices that can offer one or more of: cellular service, internet service, and/or some processing capabilities combined with a GUI. Other current examples of this class can include personal digital assistants and cell phones, among others.
The present concepts can be employed with computing devices having various capabilities. For instance, the present concepts can be employed on a freestanding computing device where applications are run locally on the computing device to perform an associated functionality. PC 1102 can offer such an example, where a tracking module 1112(1), a color module 1114(1), and a painting module 1116(1) can operate locally. One or more of these components can alternatively or additionally operate on the server computer 1106 as indicated at 1112(2), 1114(2), and 1116(2). For sake of brevity no components are specifically designated for smart phone 1104, but the same freestanding and/or server client configurations can be implemented on the smart phone as the PC.
Tracking module 1112 can track a location and direction of movement of a cursor over a graphical user-interface. This information can be supplied to the color module 1114. The color module can obtain color information relating to user-controls on the graphical user-interface. The color module can use the color information to dynamically determine a highlight color, such as a dominant color of individual user-controls from the color information. An example of an algorithm that can be performed by the color module is described below in relation to
Exemplary Methods
Blocks 1202 and 1204 introduce an exemplary method for dynamically painting user-controls. Blocks 1206-1212 offer one approach for accomplishing block 1202.
Block 1202 dynamically determines a highlight color of a user-control under a cursor on a graphical user-interface (GUI). For instance, a location and direction of cursor travel can be tracked. In some implementations, information about an individual user-control can be obtained as the cursor passes over the user-control. The process can be completed and the user-control painted in a few milliseconds so that from the user's perspective the cursor and the painting appear over the user-control at the same time. Other implementations can predict where the user will move the cursor based upon location and direction of movement and begin the method even before the cursor actually passes over an individual user-control. Still another implementation can obtain color data from all user-controls on a GUI and dynamically determine a highlighting color for each user-control. This highlighting color data can then be accessed as needed based upon cursor movement.
Block 1206 identifies an icon of the user control. This particular implementation further processes the icon as described below. However, a similar approach can be applied to user-controls that do not include icons. For instance, a user-control may contain text that can be processed in a similar manner.
Block 1208 obtains pixels of the icon. Block 1210 sorts the pixels by color. This process can be analogized to labeling a bucket for each color of the icon and placing the individual pixels in the corresponding buckets.
Block 1212 selects a color with the highest number of pixels as the highlight color which in this case is also the dominant color. In the bucket analogy, the bucket with the most pixels is selected as the dominant color. Some implementations do not consider some colors, such as black, white, and grey when selecting the dominant color. In some cases, a complementary color to the dominant color may also be identified to use in the painting.
After block 1212, the method returns to block 1204 which paints at least a portion of the user-control with the highlight color. In the method of blocks 1206-1212 the highlight color is the dominant color. Various examples of this painting are illustrated in
Block 1302 identifies a group of related user-controls on a GUI. Individual user-controls can include an icon. For instance, the group of user-controls may relate to an email application. In this example, the GUI may include a first user-control for the email application, a second user-control relating to an open received email and a third user-control may relate to an email that the user is drafting. Assume for discussion purposes, that each of the three above described user-controls contains an icon. In this example, the method can analyze color information from one or more of the icons. An example of such analysis is described above in relation to blocks 1206-1212 of
Block 1304 paints at least portions of the user-controls of the group with a color (i.e., highlight color) that is dynamically selected from information relating to the icon(s). Continuing with the above described email example, the method can paint each of the three user-controls with the dynamically selected color from the icons so that the highlight color serves to group the user-controls for the user. This painting can aid the user to recognize that each of the grouped user-controls relates to a function associated with the functionality (i.e., an email functionality).
In summary, the above techniques can dynamically generate visual clues about the user-controls to enhance the user experience.
Although techniques, methods, devices, systems, etc., pertaining to dynamically painting user-controls are described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described. Rather, the specific features and acts are disclosed as exemplary forms of implementing the claimed methods, devices, systems, etc.
Number | Name | Date | Kind |
---|---|---|---|
4698625 | McCaskill et al. | Oct 1987 | A |
5270688 | Dawson et al. | Dec 1993 | A |
5388202 | Squires et al. | Feb 1995 | A |
5389947 | Wood et al. | Feb 1995 | A |
5687331 | Volk et al. | Nov 1997 | A |
5754179 | Hocker et al. | May 1998 | A |
5905497 | Vaughan et al. | May 1999 | A |
5940078 | Nagarajayya et al. | Aug 1999 | A |
6075531 | DeStefano | Jun 2000 | A |
6104397 | Ryan | Aug 2000 | A |
6323884 | Bird et al. | Nov 2001 | B1 |
6381519 | Snyder | Apr 2002 | B1 |
6384837 | Lee et al. | May 2002 | B1 |
6469712 | Hilpert et al. | Oct 2002 | B1 |
6469722 | Kinoe et al. | Oct 2002 | B1 |
6563514 | Samar | May 2003 | B1 |
6642947 | Feierbach | Nov 2003 | B2 |
6721446 | Wilensky et al. | Apr 2004 | B1 |
6918093 | Broussard | Jul 2005 | B2 |
7184024 | Eftekhari | Feb 2007 | B2 |
7245293 | Hoshino | Jul 2007 | B2 |
7339581 | Katayose | Mar 2008 | B2 |
7365738 | Molander et al. | Apr 2008 | B2 |
7509592 | Martinez | Mar 2009 | B1 |
7656413 | Khan et al. | Feb 2010 | B2 |
7873916 | Chaudhri | Jan 2011 | B1 |
20020041705 | Lin et al. | Apr 2002 | A1 |
20020063740 | Forlenza et al. | May 2002 | A1 |
20020154141 | Forman | Oct 2002 | A1 |
20030007015 | Laffey et al. | Jan 2003 | A1 |
20030107608 | Hong et al. | Jun 2003 | A1 |
20030137531 | Katinsky et al. | Jul 2003 | A1 |
20030187620 | Nygaard et al. | Oct 2003 | A1 |
20040042662 | Wilensky et al. | Mar 2004 | A1 |
20040237053 | Impas et al. | Nov 2004 | A1 |
20050024328 | Oldfield | Feb 2005 | A1 |
20050088452 | Hanggie et al. | Apr 2005 | A1 |
20050104864 | Zhang et al. | May 2005 | A1 |
20050131924 | Jones | Jun 2005 | A1 |
20050149882 | Iwema et al. | Jul 2005 | A1 |
20060001677 | Webb et al. | Jan 2006 | A1 |
20060033712 | Baudisch et al. | Feb 2006 | A1 |
20060070007 | Cummins et al. | Mar 2006 | A1 |
20060132457 | Rimas-Ribikauskas et al. | Jun 2006 | A1 |
20060156247 | McCormack et al. | Jul 2006 | A1 |
20070016872 | Cummins et al. | Jan 2007 | A1 |
20070022391 | Kim et al. | Jan 2007 | A1 |
20070067744 | Lane et al. | Mar 2007 | A1 |
20070079259 | Sauve et al. | Apr 2007 | A1 |
20070124677 | de los Reyes et al. | May 2007 | A1 |
20070124691 | Lindsay et al. | May 2007 | A1 |
20070126732 | Robertson et al. | Jun 2007 | A1 |
20080075360 | Li et al. | Mar 2008 | A1 |
20080095429 | Wilensky et al. | Apr 2008 | A1 |
20080195958 | Detiege | Aug 2008 | A1 |
20080259090 | Rao | Oct 2008 | A1 |
20090028434 | Vanhoucke et al. | Jan 2009 | A1 |
20090113330 | Garrison et al. | Apr 2009 | A1 |
20090148045 | Lee et al. | Jun 2009 | A1 |
20090322676 | Kerr et al. | Dec 2009 | A1 |
20090327963 | Mouilleseaux et al. | Dec 2009 | A1 |
Number | Date | Country |
---|---|---|
101057239 | Oct 2007 | CN |
WO03005180 | Jan 2003 | WO |
Entry |
---|
Gajic, “TColorButton—button with color properties,” Sep. 17, 2005, http://web.archive.org/web/20050917064003/http://delphi.aboutcom/od/vclwriteenhance/l/aa061104a.htm. |
Swanson, “Photoshop Brush Tool Cheatsheet,” http://www.creativetechs.com/iq/photoshop—brush—tool—cheatsheet. html, Jul. 8, 2007. |
Swanson, “Brush Tool Cheatsheet,” http://creativetechs.com/tips/tip—resources/cheatsheets/Photoshop-Brush-Cheatsheetpdf, Jul. 8, 2007. |
123cursors.com, “Comet,” “Comet West,” “Comet Halley,” Dec. 1, 2006. |
Ingenthron, “Re: Glow around your pointer,” Sep. 12, 2008, http://forums.create.msdn.com/forums/p/17124/89934.aspx. |
SnarkyBytes, “Galveston Sunrise,” Mar. 22, 2008, http://snarkybytes.com/2008/03/22/galveston-sunrise/. |
Chisan et al., “Video Bench—Final Report”, University of Victoria, Apr. 11, 2003, http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.5.8515. |
He et al., “A Comprehensive Physical Model for Light Reflection”, SIGGRAPH '91 Proceedings of the 18th annual conference on Computer graphics and interactive techniques, ACM SIGGRAPH Computer Graphics vol. 25 Issue 4, Jul. 1991 , http://dl.acm.org/citation.cfm?id=122718.122738. |
Rayudu, Ravindra; “Dynamically Changing the Color's of Control's on a Form”; http://www.codeproject.com/KB/vb/Ravindra@eSoft.aspx; May 30, 2007. |
“Change Color of Button with Value of Color of Dynamic Button”; http://www.actionscriotorg/forums/showthread.php3?t=13274; Jun. 28, 2002. |
“TcolorButton—Button with Color Properties”; http://delphi.about.com/od/vclwriteenhance/l/aa061104a.htm; downloaded Aug. 26, 2008. |
“J-Perk 6.0 User's Manual”; http://www.mcwebsoftware.com/docs/jp6manual,pdf; downloaded Aug. 26, 2008. |
PCT Patent Appln. PCT/US2009/062255; International Search Report and Written Opinion of May 20, 2010; 12 pages (MS#325017.02). |
Chinese Patent Appln. 200980143701.8; First Office Action dated Sep. 21, 2012; 11 pages (MS#325017.05). |
Number | Date | Country | |
---|---|---|---|
20100107120 A1 | Apr 2010 | US |