US20070033545A1 - Method, system, and computer program product for providing enhanced dropdown selection lists and combination boxes - Google Patents

Method, system, and computer program product for providing enhanced dropdown selection lists and combination boxes Download PDF

Info

Publication number
US20070033545A1
US20070033545A1 US11/195,919 US19591905A US2007033545A1 US 20070033545 A1 US20070033545 A1 US 20070033545A1 US 19591905 A US19591905 A US 19591905A US 2007033545 A1 US2007033545 A1 US 2007033545A1
Authority
US
United States
Prior art keywords
indicia
gui control
dropdown list
entry field
gui
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.)
Abandoned
Application number
US11/195,919
Inventor
Thomas Haynes
Bryan Aupperle
Gabriel Cohen
Jonathan Gellin
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Priority to US11/195,919 priority Critical patent/US20070033545A1/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: AUPPERLE, BRYAN E., COHEN, GABRIEL A., GELLIN, JONATHAN C., HAYNES, THOMAS R.
Publication of US20070033545A1 publication Critical patent/US20070033545A1/en
Priority to US12/277,330 priority patent/US8191010B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input 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/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction 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/0482Interaction with lists of selectable items, e.g. menus

Definitions

  • the present invention generally relates to graphical user interfaces, and more specifically relates to a method, system, and computer program product for providing enhanced dropdown selection lists and combination boxes.
  • GUI graphical user interface
  • controls such as dropdown selection lists and combination (“combo”) boxes are commonly used.
  • FIG. 1 An example of a control 10 that could be either a dropdown selection list or a combination box is illustrated in FIG. 1 .
  • the control 10 includes an entry field 12 and a down arrow button 14 .
  • the down arrow button 14 is actuated (e.g., via a mouse click or keyboard button press)
  • a dropdown list 16 appears as shown in FIG. 2
  • the entries 18 that can be chosen by a user are displayed.
  • a user may actuate the down arrow button 14 of the control 10 , only to discover that there is only one available entry 18 in the dropdown list 16 , and that the entry 18 was already visible in the entry field 12 of the control 10 .
  • An example of this is illustrated in FIG. 3 .
  • the user wastes time and effort actuating the down arrow button 14 of the control 10 .
  • a user can type data into the entry field 12 of the control 10 or can actuate the down arrow button 14 of the control 10 and select an entry 18 from the dropdown list 16 .
  • a dropdown selection list and a combination box look exactly the same, and the user has to try and place a cursor in the entry field 12 to determine if it is writable (e.g., a combination box) or read-only (e.g., a dropdown selection list), wasting time and effort.
  • writable e.g., a combination box
  • read-only e.g., a dropdown selection list
  • a dropdown list provided by a combination box may include only a single entry, there is also a need for a way for a user to visually determine, prior to the display of a dropdown list, whether the dropdown list provided by a combination box contains more than one entry.
  • the present invention provides a method, system, and computer program product for providing enhanced dropdown selection lists and combination boxes.
  • a first aspect of the present invention is directed to a method for providing a graphical user interface (GUI) control, comprising: providing a GUI control that displays a dropdown list when actuated; and displaying indicia in the GUI control indicating a number of entries in the dropdown list, wherein a user can visually determine from the indicia the number of entries in the dropdown list prior to display of the dropdown list.
  • GUI graphical user interface
  • a second aspect of the present invention is directed to a method for providing a graphical user interface (GUI) control, comprising: providing a GUI control having an entry field; and displaying indicia in the GUI control indicating whether the entry field of the GUI control is writable, wherein a user can visually determine from the indicia whether the entry field of the GUI control is writable before placing a cursor in the entry field.
  • GUI graphical user interface
  • a third aspect of the present invention is directed to a system for providing a graphical user interface (GUI) control, comprising: a system for providing a GUI control that displays a dropdown list when actuated; and a system for displaying indicia in the GUI control indicating a number of entries in the dropdown list; wherein a user can visually determine from the indicia the number of entries in the dropdown list prior to display of the dropdown list.
  • GUI graphical user interface
  • a fourth aspect of the present invention is directed to a system for providing a graphical user interface (GUI) control, comprising: a system for providing a GUI control having an entry field; and a system for displaying indicia in the GUI control indicating whether the entry field of the GUI control is writable; wherein a user can visually determine from the indicia whether the entry field of the GUI control is writable before placing a cursor in the entry field
  • GUI graphical user interface
  • a fifth aspect of the present invention is directed to a program product stored on a computer readable medium for providing a graphical user interface (GUI) control, the computer readable medium comprising program code for performing the following steps: providing a GUI control that displays a dropdown list when actuated; and displaying indicia in the GUI control indicating a number of entries in the dropdown list; wherein a user can visually determine from the indicia the number of entries in the dropdown list prior to display of the dropdown list.
  • GUI graphical user interface
  • a sixth aspect of the present invention is directed to a program product stored on a computer readable medium for providing a graphical user interface (GUI) control, the computer readable medium comprising program code for performing the following steps: providing a GUI control having an entry field; and displaying indicia in the GUI control indicating whether the entry field of the GUI control is writable; wherein a user can visually determine from the indicia whether the entry field of the GUI control is writable before placing a cursor in the entry field.
  • GUI graphical user interface
  • FIGS. 1-3 depict a GUI control in accordance with the prior art.
  • FIGS. 4-7 depict a dropdown selection list in accordance an embodiment of the present invention.
  • FIGS. 8-11 depict a dropdown selection list in accordance with another embodiment of the present invention.
  • FIG. 12 depicts a dropdown selection list in accordance with another embodiment of the present invention.
  • FIGS. 13-15 depict a combination box in accordance with an embodiment of the present invention.
  • FIG. 16 depicts a combination box in accordance with another embodiment of the present invention.
  • FIG. 17 depicts an illustrative computer system for implementing embodiment(s) of the present invention.
  • a dropdown selection list 20 in accordance with an embodiment of the present invention is depicted in FIGS. 4-7 .
  • the dropdown selection list 20 includes a read-only entry field 22 and a down arrow button 24 .
  • a dropdown list 26 appears as shown in FIG. 5 , and the entries 28 that can be chosen by a user are displayed.
  • the down arrow button 24 includes indicia 30 for providing a user with a visual indication of the number of (hidden) entries 28 in the dropdown list 26 .
  • the indicia 30 comprises a downward pointing solid black arrow 32 , indicating that the dropdown list 26 includes a plurality of entries 28 , as shown in FIG. 5 .
  • the indicia 30 comprises a “grayed out” downward pointing arrow 34 , indicating that the dropdown list 26 includes only a single entry 28 .
  • the user can still actuate the down arrow button 24 , if desired, to display the dropdown list 26 as shown in FIG. 7 .
  • the user will known ahead of time that the dropdown list 26 contains only a single entry 28 .
  • the indicia 30 i.e., the grayed out downward pointing arrow 34
  • the user will know ahead of time that the dropdown list 26 contains only a single entry 28 .
  • a user can easily determine, prior to any actuation of the down arrow button 24 , whether the dropdown list 26 contains only one entry 28 or a plurality of entries 28 .
  • indicia 30 of different colors, sizes, shapes, positions, etc. could be used to provide a user with a visual indication of the number of entries 28 in the dropdown list 26 .
  • the indicia 30 displays a number 36 equal to the actual number of entries 28 in the dropdown list 26 .
  • the indicia 30 includes the number “4.” This indicates that the dropdown list 26 contains four entries 28 (see FIG. 9 ).
  • the indicia 30 includes the number “1” indicating that the dropdown list 26 contains only a single entry 28 (see FIG. 11 ).
  • the indicia 30 i.e., the number 36
  • a user can easily determine the actual number of entries contained in the dropdown list 26 , prior to any actuation of the down arrow button 24 .
  • the downward pointing solid black arrow 36 on the down arrow button 24 simply indicates, in a conventional manner, that actuation of the down arrow button 24 will result in the display of the dropdown list 26 .
  • the above-described arrows 32 , 34 could be used in conjunction with the number 36 to provide an additional indication of the number of entries 28 in the dropdown list 26 .
  • the down arrow button 24 of a dropdown selection list 20 can include a “grayed out” arrow 60 pointing toward the entry field 22 to signify that the entry field 22 is read-only.
  • Other indicia can be used to indicate the number of entries in the dropdown list.
  • FIGS. 13-15 A combination box 40 in accordance with an embodiment of the present invention is depicted in FIGS. 13-15 .
  • the combination box 40 includes an entry field 42 and a down arrow button 44 .
  • a dropdown list 46 appears as shown in FIG. 14 , and the entries 48 that can be chosen by a user are displayed.
  • the down arrow button 44 includes indicia 50 that provides a user with a visual indication that the entry field 42 is writable.
  • the indicia 50 comprises an arrow 52 pointing toward the entry field 42 to signify that the entry field 42 is writable.
  • a user can visually determine whether the entry field 42 of the combination box 40 is writable, without first having to place a cursor in the entry field 42 .
  • indicia 50 could be used to signify that the entry field 48 is writable.
  • the indicia 50 can include both an arrow 52 pointing toward the entry field 42 to signify that the entry field 42 is writable, and a downward pointing arrow to signify single/multiple entries 48 in the dropdown list 46 .
  • a downward pointing solid black arrow 54 can be used to indicate that the dropdown list 46 includes a plurality of entries 48 .
  • a “grayed out” downward pointing arrow 56 can be used to indicate that the dropdown list 46 includes only a single entry 48 .
  • many other types (e.g., colors, sizes, shapes, positions, etc.) of indicia 50 could be used in the practice of this embodiment of the present invention.
  • the indicia 50 can comprise an arrow 52 pointing toward the entry field 42 to signify that the entry field 42 is writable, and a number 58 indicating the number of entries 48 in the dropdown list 46 .
  • the number 58 is “4,” indicating that the dropdown list 46 contains four entries 48 .
  • FIG. 17 A computer system 100 for providing enhanced dropdown selection lists and combination boxes in accordance with an embodiment of the present invention is depicted in FIG. 17 .
  • Computer system 100 is provided in a computer infrastructure 102 .
  • Computer system 100 is intended to represent any type of computer system capable of carrying out the teachings of the present invention.
  • computer system 100 can be a laptop computer, a desktop computer, a workstation, a handheld device, a server, a cluster of computers, etc.
  • computer system 100 can be deployed and/or operated by a service provider that provides a service for providing enhanced dropdown selection lists and combination boxes in accordance with the present invention.
  • a user 104 can access computer system 100 directly, or can operate a computer system that communicates with computer system 100 over a network 106 (e.g., the Internet, a wide area network (WAN), a local area network (LAN), a virtual private network (VPN), etc).
  • a network 106 e.g., the Internet, a wide area network (WAN), a local area network (LAN), a virtual private network (VPN), etc.
  • communications between computer system 100 and a user-operated computer system can occur via any combination of various types of communications links.
  • the communication links can comprise addressable connections that can utilize any combination of wired and/or wireless transmission methods.
  • connectivity can be provided by conventional TCP/IP sockets-based protocol, and an Internet service provider can be used to establish connectivity to the Internet.
  • Computer system 100 is shown including a processing unit 108 , a memory 110 , a bus 112 , and input/output (I/O) interfaces 114 . Further, computer system 100 is shown in communication with external devices/resources 116 and one or more storage systems 118 .
  • processing unit 108 executes computer program code, such as GUI system 130 , that is stored in memory 110 and/or storage system(s) 118 . While executing computer program code, processing unit 108 can read and/or write data, to/from memory 110 , storage system(s) 118 , and/or I/O interfaces 114 .
  • Bus 112 provides a communication link between each of the components in computer system 100 .
  • External devices/resources 116 can comprise any devices (e.g., keyboard, pointing device, display (e.g., display 120 , printer, etc.) that enable a user to interact with computer system 100 and/or any devices (e.g., network card, modem, etc.) that enable computer system 100 to communicate with one or more other computing devices.
  • devices e.g., keyboard, pointing device, display (e.g., display 120 , printer, etc.
  • any devices e.g., network card, modem, etc.
  • Computer infrastructure 102 is only illustrative of various types of computer infrastructures that can be used to implement the present invention.
  • computer infrastructure 102 can comprise two or more computing devices (e.g., a server cluster) that communicate over a network (e.g., network 106 ) to perform the various process steps of the invention.
  • network 106 e.g., network 106
  • computer system 100 is only representative of the many types of computer systems that can be used in the practice of the present invention, each of which can include numerous combinations of hardware/software.
  • processing unit 108 can comprise a single processing unit, or can be distributed across one or more processing units in one or more locations, e.g., on a client and server.
  • memory 110 and/or storage system(s) 118 can comprise any combination of various types of data storage and/or transmission media that reside at one or more physical locations.
  • I/O interfaces 114 can comprise any system for exchanging information with one or more external devices/resources 116 .
  • one or more additional components e.g., system software, communication systems, cache memory, etc.
  • computer system 100 comprises a handheld device or the like, it is understood that one or more external devices/resources 116 (e.g., a display) and/or one or more storage system(s) 118 can be contained within computer system 100 , and not externally as shown.
  • Storage system(s) 118 can be any type of system (e.g., a database) capable of providing storage for information under the present invention. Such information can include, for example, dropdown box entries, etc. To this extent, storage system(s) 118 can include one or more storage devices, such as a magnetic disk drive or an optical disk drive. In another embodiment, storage system(s) 118 can include data distributed across, for example, a local area network (LAN), wide area network (WAN) or a storage area network (SAN) (not shown). Moreover, although not shown, computer systems operated by user 104 can contain computerized components similar to those described above with regard to computer system 100 .
  • LAN local area network
  • WAN wide area network
  • SAN storage area network
  • the GUI system 130 includes a generating system 132 for generating dropdown selection lists and combination boxes for display (e.g., on display 120 ). Included in the generation system 132 is an indicia system 134 for generating indicia for display in dropdown selection lists and combination boxes. In particular, the indicia system 134 provides indicia indicating the number of entries in a dropdown list provided by a dropdown selection list or combination box, as described above. Further, also as described above, the indicia system 134 provides indicia indicating the writeability of the entry field in a combination box.
  • the present invention can be offered as a business method on a subscription or fee basis.
  • one or more components of the present invention can be created, maintained, supported, and/or deployed by a service provider that offers the functions described herein for customers. That is, a service provider can be used to provide a service for providing enhanced dropdown selection lists and combination boxes, as described above.
  • the present invention can be realized in hardware, software, a propagated signal, or any combination thereof. Any kind of computer/server system(s)—or other apparatus adapted for carrying out the methods described herein—is suitable.
  • a typical combination of hardware and software can include a general purpose computer system with a computer program that, when loaded and executed, carries out the respective methods described herein.
  • a specific use computer containing specialized hardware for carrying out one or more of the functional tasks of the invention, can be utilized.
  • the present invention can also be embedded in a computer program product or a propagated signal, which comprises all the respective features enabling the implementation of the methods described herein, and which—when loaded in a computer system—is able to carry out these methods.
  • the invention can take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment containing both hardware and software elements.
  • the invention is implemented in software, which includes but is not limited to firmware, resident software, microcode, etc.
  • the present invention can take the form of a computer program product accessible from a computer-usable or computer-readable medium providing program code for use by or in connection with a computer or any instruction execution system.
  • a computer-usable or computer-readable medium can be any apparatus that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
  • the medium can be an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system (or apparatus or device), or a propagation medium.
  • Examples of a computer-readable medium include a semiconductor or solid state memory, magnetic tape, removable computer diskette, random access memory (RAM), read-only memory (ROM), rigid magnetic disk and optical disk.
  • Current examples of optical disks include a compact disk—read only disk (CD-ROM), a compact disk—read/write disk (CD-R/W), and a digital versatile disk (DVD).
  • Computer program, propagated signal, software program, program, or software in the present context mean any expression, in any language, code or notation, of a set of instructions intended to cause a system having an information processing capability to perform a particular function either directly or after either or both of the following: (a) conversion to another language, code or notation; and/or (b) reproduction in a different material form.

Abstract

The present invention provides enhanced dropdown selection lists and combination boxes. A method in accordance with an embodiment of the present invention includes: providing a graphical user interface (GUI) control that displays a dropdown list when actuated, and displaying indicia in the GUI control indicating a number of entries in the dropdown list, wherein a user can visually determine from the indicia the number of entries in the dropdown list prior to display of the dropdown list. A method in accordance with another embodiment of the present invention includes: providing a GUI control having an entry field; and displaying indicia in the GUI control indicating whether the entry field of the GUI control is writable, wherein a user can visually determine from the indicia whether the entry field of the GUI control is writable before placing a cursor in the entry field.

Description

    BACKGROUND OF THE INVENTION
  • 1. Field of the Invention
  • The present invention generally relates to graphical user interfaces, and more specifically relates to a method, system, and computer program product for providing enhanced dropdown selection lists and combination boxes.
  • 2. Related Art
  • In a graphical user interface (GUI), controls such as dropdown selection lists and combination (“combo”) boxes are commonly used. An example of a control 10 that could be either a dropdown selection list or a combination box is illustrated in FIG. 1. As shown, the control 10 includes an entry field 12 and a down arrow button 14. When the down arrow button 14 is actuated (e.g., via a mouse click or keyboard button press), a dropdown list 16 appears as shown in FIG. 2, and the entries 18 that can be chosen by a user are displayed.
  • In the case of a dropdown selection list, a user may actuate the down arrow button 14 of the control 10, only to discover that there is only one available entry 18 in the dropdown list 16, and that the entry 18 was already visible in the entry field 12 of the control 10. An example of this is illustrated in FIG. 3. In this type of case, the user wastes time and effort actuating the down arrow button 14 of the control 10. To this extent, there is a need for a way for a user to visually determine, prior to the display of a dropdown list, whether the dropdown list contains more than one entry.
  • In the case of a combination box, a user can type data into the entry field 12 of the control 10 or can actuate the down arrow button 14 of the control 10 and select an entry 18 from the dropdown list 16. Typically, a dropdown selection list and a combination box look exactly the same, and the user has to try and place a cursor in the entry field 12 to determine if it is writable (e.g., a combination box) or read-only (e.g., a dropdown selection list), wasting time and effort. To this extent, there is a need for a way for a user to visually determine whether an entry field of a combination box is writable, without first having to place a cursor in the entry field. Further, since a dropdown list provided by a combination box may include only a single entry, there is also a need for a way for a user to visually determine, prior to the display of a dropdown list, whether the dropdown list provided by a combination box contains more than one entry.
  • SUMMARY OF THE INVENTION
  • In general, the present invention provides a method, system, and computer program product for providing enhanced dropdown selection lists and combination boxes.
  • A first aspect of the present invention is directed to a method for providing a graphical user interface (GUI) control, comprising: providing a GUI control that displays a dropdown list when actuated; and displaying indicia in the GUI control indicating a number of entries in the dropdown list, wherein a user can visually determine from the indicia the number of entries in the dropdown list prior to display of the dropdown list.
  • A second aspect of the present invention is directed to a method for providing a graphical user interface (GUI) control, comprising: providing a GUI control having an entry field; and displaying indicia in the GUI control indicating whether the entry field of the GUI control is writable, wherein a user can visually determine from the indicia whether the entry field of the GUI control is writable before placing a cursor in the entry field.
  • A third aspect of the present invention is directed to a system for providing a graphical user interface (GUI) control, comprising: a system for providing a GUI control that displays a dropdown list when actuated; and a system for displaying indicia in the GUI control indicating a number of entries in the dropdown list; wherein a user can visually determine from the indicia the number of entries in the dropdown list prior to display of the dropdown list.
  • A fourth aspect of the present invention is directed to a system for providing a graphical user interface (GUI) control, comprising: a system for providing a GUI control having an entry field; and a system for displaying indicia in the GUI control indicating whether the entry field of the GUI control is writable; wherein a user can visually determine from the indicia whether the entry field of the GUI control is writable before placing a cursor in the entry field
  • A fifth aspect of the present invention is directed to a program product stored on a computer readable medium for providing a graphical user interface (GUI) control, the computer readable medium comprising program code for performing the following steps: providing a GUI control that displays a dropdown list when actuated; and displaying indicia in the GUI control indicating a number of entries in the dropdown list; wherein a user can visually determine from the indicia the number of entries in the dropdown list prior to display of the dropdown list.
  • A sixth aspect of the present invention is directed to a program product stored on a computer readable medium for providing a graphical user interface (GUI) control, the computer readable medium comprising program code for performing the following steps: providing a GUI control having an entry field; and displaying indicia in the GUI control indicating whether the entry field of the GUI control is writable; wherein a user can visually determine from the indicia whether the entry field of the GUI control is writable before placing a cursor in the entry field.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • These and other features of this invention will be more readily understood from the following detailed description of the various aspects of the invention taken in conjunction with the accompanying drawings in which:
  • FIGS. 1-3 depict a GUI control in accordance with the prior art.
  • FIGS. 4-7 depict a dropdown selection list in accordance an embodiment of the present invention.
  • FIGS. 8-11 depict a dropdown selection list in accordance with another embodiment of the present invention.
  • FIG. 12 depicts a dropdown selection list in accordance with another embodiment of the present invention.
  • FIGS. 13-15 depict a combination box in accordance with an embodiment of the present invention.
  • FIG. 16 depicts a combination box in accordance with another embodiment of the present invention.
  • FIG. 17 depicts an illustrative computer system for implementing embodiment(s) of the present invention.
  • The drawings are merely schematic representations, not intended to portray specific parameters of the invention. The drawings are intended to depict only typical embodiments of the invention, and therefore should not be considered as limiting the scope of the invention. In the drawings, like numbering represents like elements.
  • DETAILED DESCRIPTION OF THE INVENTION
  • A dropdown selection list 20 in accordance with an embodiment of the present invention is depicted in FIGS. 4-7. The dropdown selection list 20 includes a read-only entry field 22 and a down arrow button 24. When the down arrow button 24 is actuated (e.g., via a mouse click or keyboard button press), a dropdown list 26 appears as shown in FIG. 5, and the entries 28 that can be chosen by a user are displayed.
  • In accordance with the present invention, the down arrow button 24 includes indicia 30 for providing a user with a visual indication of the number of (hidden) entries 28 in the dropdown list 26. In FIG. 4, for example, the indicia 30 comprises a downward pointing solid black arrow 32, indicating that the dropdown list 26 includes a plurality of entries 28, as shown in FIG. 5. In FIG. 6, however, the indicia 30 comprises a “grayed out” downward pointing arrow 34, indicating that the dropdown list 26 includes only a single entry 28. The user can still actuate the down arrow button 24, if desired, to display the dropdown list 26 as shown in FIG. 7. However, based on the indicia 30 (i.e., the grayed out downward pointing arrow 34), the user will known ahead of time that the dropdown list 26 contains only a single entry 28. To this extent, based on the indicia 30, a user can easily determine, prior to any actuation of the down arrow button 24, whether the dropdown list 26 contains only one entry 28 or a plurality of entries 28. In general, indicia 30 of different colors, sizes, shapes, positions, etc., could be used to provide a user with a visual indication of the number of entries 28 in the dropdown list 26.
  • In accordance with another embodiment of the present invention, as depicted in FIG. 8, the indicia 30 displays a number 36 equal to the actual number of entries 28 in the dropdown list 26. For example, as shown in FIG. 8, the indicia 30 includes the number “4.” This indicates that the dropdown list 26 contains four entries 28 (see FIG. 9). In FIG. 10, however, the indicia 30 includes the number “1” indicating that the dropdown list 26 contains only a single entry 28 (see FIG. 11). Thus, based on the indicia 30 (i.e., the number 36), a user can easily determine the actual number of entries contained in the dropdown list 26, prior to any actuation of the down arrow button 24. It should be noted that in this embodiment of the present invention, the downward pointing solid black arrow 36 on the down arrow button 24 simply indicates, in a conventional manner, that actuation of the down arrow button 24 will result in the display of the dropdown list 26. However, the above-described arrows 32, 34 could be used in conjunction with the number 36 to provide an additional indication of the number of entries 28 in the dropdown list 26.
  • In another embodiment of the present invention, as depicted in FIG. 12, the down arrow button 24 of a dropdown selection list 20 can include a “grayed out” arrow 60 pointing toward the entry field 22 to signify that the entry field 22 is read-only. Other indicia (not shown) can be used to indicate the number of entries in the dropdown list.
  • A combination box 40 in accordance with an embodiment of the present invention is depicted in FIGS. 13-15. The combination box 40 includes an entry field 42 and a down arrow button 44. When the down arrow button 44 is actuated (e.g., via a mouse click or keyboard button press), a dropdown list 46 appears as shown in FIG. 14, and the entries 48 that can be chosen by a user are displayed.
  • In accordance with the present invention, the down arrow button 44 includes indicia 50 that provides a user with a visual indication that the entry field 42 is writable. In particular, as shown in FIG. 13, the indicia 50 comprises an arrow 52 pointing toward the entry field 42 to signify that the entry field 42 is writable. Thus, based on the indicia 50, a user can visually determine whether the entry field 42 of the combination box 40 is writable, without first having to place a cursor in the entry field 42. Although shown as comprising an arrow 52 pointing toward the entry field 42, it will be apparent to one skilled in the art that many other types (e.g., colors, sizes, shapes, positions, etc.) of indicia 50 could be used to signify that the entry field 48 is writable.
  • Combining various aspects of the above-described embodiments, the indicia 50 can include both an arrow 52 pointing toward the entry field 42 to signify that the entry field 42 is writable, and a downward pointing arrow to signify single/multiple entries 48 in the dropdown list 46. In particular, in FIG. 13, a downward pointing solid black arrow 54 can be used to indicate that the dropdown list 46 includes a plurality of entries 48. As shown in FIG. 15, however, a “grayed out” downward pointing arrow 56 can be used to indicate that the dropdown list 46 includes only a single entry 48. Again, it will be apparent to one skilled in the art that many other types (e.g., colors, sizes, shapes, positions, etc.) of indicia 50 could be used in the practice of this embodiment of the present invention.
  • In another embodiment of the present invention, as shown in FIG. 16, the indicia 50 can comprise an arrow 52 pointing toward the entry field 42 to signify that the entry field 42 is writable, and a number 58 indicating the number of entries 48 in the dropdown list 46. In FIG. 16, for example, the number 58 is “4,” indicating that the dropdown list 46 contains four entries 48.
  • A computer system 100 for providing enhanced dropdown selection lists and combination boxes in accordance with an embodiment of the present invention is depicted in FIG. 17. Computer system 100 is provided in a computer infrastructure 102. Computer system 100 is intended to represent any type of computer system capable of carrying out the teachings of the present invention. For example, computer system 100 can be a laptop computer, a desktop computer, a workstation, a handheld device, a server, a cluster of computers, etc. In addition, as will be further described below, computer system 100 can be deployed and/or operated by a service provider that provides a service for providing enhanced dropdown selection lists and combination boxes in accordance with the present invention. It should be appreciated that a user 104 can access computer system 100 directly, or can operate a computer system that communicates with computer system 100 over a network 106 (e.g., the Internet, a wide area network (WAN), a local area network (LAN), a virtual private network (VPN), etc). In the case of the latter, communications between computer system 100 and a user-operated computer system can occur via any combination of various types of communications links. For example, the communication links can comprise addressable connections that can utilize any combination of wired and/or wireless transmission methods. Where communications occur via the Internet, connectivity can be provided by conventional TCP/IP sockets-based protocol, and an Internet service provider can be used to establish connectivity to the Internet.
  • Computer system 100 is shown including a processing unit 108, a memory 110, a bus 112, and input/output (I/O) interfaces 114. Further, computer system 100 is shown in communication with external devices/resources 116 and one or more storage systems 118. In general, processing unit 108 executes computer program code, such as GUI system 130, that is stored in memory 110 and/or storage system(s) 118. While executing computer program code, processing unit 108 can read and/or write data, to/from memory 110, storage system(s) 118, and/or I/O interfaces 114. Bus 112 provides a communication link between each of the components in computer system 100. External devices/resources 116 can comprise any devices (e.g., keyboard, pointing device, display (e.g., display 120, printer, etc.) that enable a user to interact with computer system 100 and/or any devices (e.g., network card, modem, etc.) that enable computer system 100 to communicate with one or more other computing devices.
  • Computer infrastructure 102 is only illustrative of various types of computer infrastructures that can be used to implement the present invention. For example, in one embodiment, computer infrastructure 102 can comprise two or more computing devices (e.g., a server cluster) that communicate over a network (e.g., network 106) to perform the various process steps of the invention. Moreover, computer system 100 is only representative of the many types of computer systems that can be used in the practice of the present invention, each of which can include numerous combinations of hardware/software. For example, processing unit 108 can comprise a single processing unit, or can be distributed across one or more processing units in one or more locations, e.g., on a client and server. Similarly, memory 110 and/or storage system(s) 118 can comprise any combination of various types of data storage and/or transmission media that reside at one or more physical locations. Further, I/O interfaces 114 can comprise any system for exchanging information with one or more external devices/resources 116. Still further, it is understood that one or more additional components (e.g., system software, communication systems, cache memory, etc.) not shown in FIG. 17 can be included in computer system 100. However, if computer system 100 comprises a handheld device or the like, it is understood that one or more external devices/resources 116 (e.g., a display) and/or one or more storage system(s) 118 can be contained within computer system 100, and not externally as shown.
  • Storage system(s) 118 can be any type of system (e.g., a database) capable of providing storage for information under the present invention. Such information can include, for example, dropdown box entries, etc. To this extent, storage system(s) 118 can include one or more storage devices, such as a magnetic disk drive or an optical disk drive. In another embodiment, storage system(s) 118 can include data distributed across, for example, a local area network (LAN), wide area network (WAN) or a storage area network (SAN) (not shown). Moreover, although not shown, computer systems operated by user 104 can contain computerized components similar to those described above with regard to computer system 100.
  • Shown in memory 110 (e.g., as a computer program product) is a GUI system 130 for providing enhanced dropdown selection lists and combination boxes in accordance with embodiments of the present invention. The GUI system 130 includes a generating system 132 for generating dropdown selection lists and combination boxes for display (e.g., on display 120). Included in the generation system 132 is an indicia system 134 for generating indicia for display in dropdown selection lists and combination boxes. In particular, the indicia system 134 provides indicia indicating the number of entries in a dropdown list provided by a dropdown selection list or combination box, as described above. Further, also as described above, the indicia system 134 provides indicia indicating the writeability of the entry field in a combination box.
  • The present invention can be offered as a business method on a subscription or fee basis. For example, one or more components of the present invention can be created, maintained, supported, and/or deployed by a service provider that offers the functions described herein for customers. That is, a service provider can be used to provide a service for providing enhanced dropdown selection lists and combination boxes, as described above.
  • It should also be understood that the present invention can be realized in hardware, software, a propagated signal, or any combination thereof. Any kind of computer/server system(s)—or other apparatus adapted for carrying out the methods described herein—is suitable. A typical combination of hardware and software can include a general purpose computer system with a computer program that, when loaded and executed, carries out the respective methods described herein. Alternatively, a specific use computer, containing specialized hardware for carrying out one or more of the functional tasks of the invention, can be utilized. The present invention can also be embedded in a computer program product or a propagated signal, which comprises all the respective features enabling the implementation of the methods described herein, and which—when loaded in a computer system—is able to carry out these methods.
  • The invention can take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment containing both hardware and software elements. In a preferred embodiment, the invention is implemented in software, which includes but is not limited to firmware, resident software, microcode, etc.
  • The present invention can take the form of a computer program product accessible from a computer-usable or computer-readable medium providing program code for use by or in connection with a computer or any instruction execution system. For the purposes of this description, a computer-usable or computer-readable medium can be any apparatus that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
  • The medium can be an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system (or apparatus or device), or a propagation medium. Examples of a computer-readable medium include a semiconductor or solid state memory, magnetic tape, removable computer diskette, random access memory (RAM), read-only memory (ROM), rigid magnetic disk and optical disk. Current examples of optical disks include a compact disk—read only disk (CD-ROM), a compact disk—read/write disk (CD-R/W), and a digital versatile disk (DVD).
  • Computer program, propagated signal, software program, program, or software, in the present context mean any expression, in any language, code or notation, of a set of instructions intended to cause a system having an information processing capability to perform a particular function either directly or after either or both of the following: (a) conversion to another language, code or notation; and/or (b) reproduction in a different material form.
  • The foregoing description of the preferred embodiments of this invention has been presented for purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise form disclosed, and obviously, many modifications and variations are possible. Such modifications and variations that may be apparent to a person skilled in the art are intended to be included within the scope of this invention as defined by the accompanying claims.

Claims (30)

1. A method for providing a graphical user interface (GUI) control, comprising:
providing a GUI control that displays a dropdown list when actuated; and
displaying indicia in the GUI control indicating a number of entries in the dropdown list,
wherein a user can visually determine from the indicia the number of entries in the dropdown list prior to display of the dropdown list.
2. The method of claim 1, wherein the GUI control comprises a dropdown selection list.
3. The method of claim 1, wherein the indicia includes a first indicia indicating that the dropdown list contains a plurality of entries, and a second entry indicating that the dropdown list contains a single entry.
4. The method of claim 3, wherein the first indicia comprises a down arrow of a first type, and wherein the second indicia comprises a down arrow of a second type.
5. The method of claim 1, wherein the indicia includes a number indicating the number of entries in the dropdown list.
6. The method of claim 1, wherein the GUI control comprises a combination box.
7. The method of claim 1, wherein the method further comprises:
displaying additional indicia in the GUI control indicating whether an entry field of the GUI control is writable.
8. The method of claim 7, wherein the additional indicia in the GUI control for indicating whether the entry field of the GUI control is writable comprises an arrow pointing toward the entry field.
9. Deploying an application for providing a GUI control, comprising:
providing a computer infrastructure being operable to perform the method of claim 1.
10. Computer software embodied in a propagated signal for providing a GUI control, the computer software comprising instructions to cause a computer system to perform the method of claim 1.
11. A method for providing a graphical user interface (GUI) control, comprising:
providing a GUI control having an entry field; and
displaying indicia in the GUI control indicating whether the entry field of the GUI control is writable,
wherein a user can visually determine from the indicia whether the entry field of the GUI control is writable before placing a cursor in the entry field.
12. The method of claim 11, wherein the GUI control comprises a combination box.
13. The method of claim 11, wherein the indicia comprises an arrow pointing toward the entry field.
14. The method of claim 11, wherein the GUI control is configured to display a dropdown list having a number of entries when actuated, further comprising:
displaying additional indicia in the GUI control indicating the number of entries in the dropdown list, wherein a user can visually determine from the additional indicia the number of entries in the dropdown list prior to display of the dropdown list.
15. Deploying an application for providing a GUI control, comprising:
providing a computer infrastructure being operable to perform the method of claim 11.
16. Computer software embodied in a propagated signal for providing a GUI control, the computer software comprising instructions to cause a computer system to perform the method of claim 11.
17. A system for providing a graphical user interface (GUI) control, comprising:
a system for providing a GUI control that displays a dropdown list when actuated; and
a system for displaying indicia in the GUI control indicating a number of entries in the dropdown list,
wherein a user can visually determine from the indicia the number of entries in the dropdown list prior to display of the dropdown list.
18. The system of claim 17, wherein the GUI control comprises a dropdown selection list.
19. The system of claim 17, wherein the indicia includes a first indicia indicating that the dropdown list contains a plurality of entries, and a second entry indicating that the dropdown list contains a single entry.
20. The system of claim 19, wherein the first indicia comprises a down arrow of a first type, and wherein the second indicia comprises a down arrow of a second type.
21. The system of claim 17, wherein the indicia includes a number indicating the number of entries in the dropdown list.
22. The system of claim 17, wherein the GUI control comprises a combination box.
23. The system of claim 17, further comprising:
a system for displaying additional indicia in the GUI control indicating whether an entry field of the GUI control is writable.
24. The system of claim 23, wherein the additional indicia in the GUI control for indicating whether the entry field of the GUI control is writable comprises an arrow pointing toward the entry field.
25. A system for providing a graphical user interface (GUI) control, comprising:
a system for providing a GUI control having an entry field; and
a system for displaying indicia in the GUI control indicating whether the entry field of the GUI control is writable,
wherein a user can visually determine from the indicia whether the entry field of the GUI control is writable before placing a cursor in the entry field.
26. The system of claim 25, wherein the GUI control comprises a combination box.
27. The system of claim 25, wherein the indicia comprises an arrow pointing toward the entry field.
28. The system of claim 25, wherein the GUI control is configured to display a dropdown list having a number of entries when actuated, further comprising:
a system for displaying additional indicia in the GUI control indicating the number of entries in the dropdown list, wherein a user can visually determine from the additional indicia the number of entries in the dropdown list prior to display of the dropdown list.
29. A program product stored on a computer readable medium for providing a graphical user interface (GUI) control, the computer readable medium comprising program code for performing the steps of:
providing a GUI control that displays a dropdown list when actuated; and
displaying indicia in the GUI control indicating a number of entries in the dropdown list,
wherein a user can visually determine from the indicia the number of entries in the dropdown list prior to display of the dropdown list.
30. A program product stored on a computer readable medium for providing a graphical user interface (GUI) control, the computer readable medium comprising program code for performing the steps of:
providing a GUI control having an entry field; and
displaying indicia in the GUI control indicating whether the entry field of the GUI control is writable,
wherein a user can visually determine from the indicia whether the entry field of the GUI control is writable before placing a cursor in the entry field.
US11/195,919 2005-08-03 2005-08-03 Method, system, and computer program product for providing enhanced dropdown selection lists and combination boxes Abandoned US20070033545A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US11/195,919 US20070033545A1 (en) 2005-08-03 2005-08-03 Method, system, and computer program product for providing enhanced dropdown selection lists and combination boxes
US12/277,330 US8191010B2 (en) 2005-08-03 2008-11-25 Method, system, and computer program product for providing enhanced dropdown selection lists and combination boxes

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/195,919 US20070033545A1 (en) 2005-08-03 2005-08-03 Method, system, and computer program product for providing enhanced dropdown selection lists and combination boxes

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US12/277,330 Continuation US8191010B2 (en) 2005-08-03 2008-11-25 Method, system, and computer program product for providing enhanced dropdown selection lists and combination boxes

Publications (1)

Publication Number Publication Date
US20070033545A1 true US20070033545A1 (en) 2007-02-08

Family

ID=37718977

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/195,919 Abandoned US20070033545A1 (en) 2005-08-03 2005-08-03 Method, system, and computer program product for providing enhanced dropdown selection lists and combination boxes
US12/277,330 Expired - Fee Related US8191010B2 (en) 2005-08-03 2008-11-25 Method, system, and computer program product for providing enhanced dropdown selection lists and combination boxes

Family Applications After (1)

Application Number Title Priority Date Filing Date
US12/277,330 Expired - Fee Related US8191010B2 (en) 2005-08-03 2008-11-25 Method, system, and computer program product for providing enhanced dropdown selection lists and combination boxes

Country Status (1)

Country Link
US (2) US20070033545A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070174245A1 (en) * 2006-01-25 2007-07-26 Microsoft Corporation Filtering and sorting information
US20130014056A1 (en) * 2009-12-17 2013-01-10 Bayerische Motoren Werke Aktiengesellschaft Method and Process for Representing Information on a Display Device of a Vehicle
CN114527969A (en) * 2022-01-25 2022-05-24 孚瑞肯电气(深圳)有限公司 Method for converting list cell into drop-down list form for input

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10416847B2 (en) * 2016-12-09 2019-09-17 Sap Se Asynchronous dropdown list data loading

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6208340B1 (en) * 1998-05-26 2001-03-27 International Business Machines Corporation Graphical user interface including a drop-down widget that permits a plurality of choices to be selected in response to a single selection of the drop-down widget
US20010035881A1 (en) * 2000-04-06 2001-11-01 Microsoft Corporation Method and system for reducing notification area clutter
US6529217B1 (en) * 1999-06-15 2003-03-04 Microsoft Corporation System and method for graphically displaying a set of data fields
US20040080545A1 (en) * 2002-10-28 2004-04-29 International Business Machines Corporation Method for dynamic accessibility of a drop-down selection in a GUI combobox construct
US6745140B2 (en) * 2001-10-23 2004-06-01 Agilent Technologies, Inc. Electronic test system with test results view filter
US20040217991A1 (en) * 2003-04-30 2004-11-04 International Business Machines Corporation Method and apparatus for dynamic sorting and displaying of listing data composition and automating the activation event
US20040221242A1 (en) * 2003-04-30 2004-11-04 International Business Machines Corporation Method and apparatus for dynamic sorting and displaying of listing data composition and automating the activation event
US20040267600A1 (en) * 2003-06-30 2004-12-30 Horvitz Eric J. Models and methods for reducing visual complexity and search effort via ideal information abstraction, hiding, and sequencing
US20050010594A1 (en) * 2003-07-10 2005-01-13 International Business Machines Corporation Method and apparatus for modification of pointing device functions in conjunction with dynamic sorting, displaying, listing, and activation
US6886134B1 (en) * 2000-09-07 2005-04-26 International Business Machines Corporation System and method for providing an application navigator client menu side bar
US7073133B2 (en) * 2001-05-16 2006-07-04 William Hughes Objects and methods for accessing a data source and enhancing an application
US7216298B1 (en) * 2001-06-07 2007-05-08 Oracle International Corporation System and method for automatic generation of HTML based interfaces including alternative layout modes
US7275216B2 (en) * 2003-03-24 2007-09-25 Microsoft Corporation System and method for designing electronic forms and hierarchical schemas
US7310782B2 (en) * 2005-09-01 2007-12-18 General Electric Company Method and apparatus for arranging program and I/O controls
US7331020B2 (en) * 2003-01-10 2008-02-12 Ulead Systems, Inc. Method of representing a tree database and storage medium for same

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US529217A (en) * 1894-11-13 Plant for the manufacture of oil-cloth
EP1369770A1 (en) 2002-06-06 2003-12-10 Sony Ericsson Mobile Communications AB Graphical user interface for expandable menus

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6208340B1 (en) * 1998-05-26 2001-03-27 International Business Machines Corporation Graphical user interface including a drop-down widget that permits a plurality of choices to be selected in response to a single selection of the drop-down widget
US6529217B1 (en) * 1999-06-15 2003-03-04 Microsoft Corporation System and method for graphically displaying a set of data fields
US20010035881A1 (en) * 2000-04-06 2001-11-01 Microsoft Corporation Method and system for reducing notification area clutter
US6886134B1 (en) * 2000-09-07 2005-04-26 International Business Machines Corporation System and method for providing an application navigator client menu side bar
US7073133B2 (en) * 2001-05-16 2006-07-04 William Hughes Objects and methods for accessing a data source and enhancing an application
US7216298B1 (en) * 2001-06-07 2007-05-08 Oracle International Corporation System and method for automatic generation of HTML based interfaces including alternative layout modes
US6745140B2 (en) * 2001-10-23 2004-06-01 Agilent Technologies, Inc. Electronic test system with test results view filter
US20040080545A1 (en) * 2002-10-28 2004-04-29 International Business Machines Corporation Method for dynamic accessibility of a drop-down selection in a GUI combobox construct
US7331020B2 (en) * 2003-01-10 2008-02-12 Ulead Systems, Inc. Method of representing a tree database and storage medium for same
US7275216B2 (en) * 2003-03-24 2007-09-25 Microsoft Corporation System and method for designing electronic forms and hierarchical schemas
US20040221242A1 (en) * 2003-04-30 2004-11-04 International Business Machines Corporation Method and apparatus for dynamic sorting and displaying of listing data composition and automating the activation event
US20040217991A1 (en) * 2003-04-30 2004-11-04 International Business Machines Corporation Method and apparatus for dynamic sorting and displaying of listing data composition and automating the activation event
US20040267600A1 (en) * 2003-06-30 2004-12-30 Horvitz Eric J. Models and methods for reducing visual complexity and search effort via ideal information abstraction, hiding, and sequencing
US20050010594A1 (en) * 2003-07-10 2005-01-13 International Business Machines Corporation Method and apparatus for modification of pointing device functions in conjunction with dynamic sorting, displaying, listing, and activation
US7310782B2 (en) * 2005-09-01 2007-12-18 General Electric Company Method and apparatus for arranging program and I/O controls

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070174245A1 (en) * 2006-01-25 2007-07-26 Microsoft Corporation Filtering and sorting information
US8005873B2 (en) * 2006-01-25 2011-08-23 Microsoft Corporation Filtering and sorting information
US10311080B2 (en) 2006-01-25 2019-06-04 Microsoft Technology Licensing, Llc Filtering and sorting information
US20130014056A1 (en) * 2009-12-17 2013-01-10 Bayerische Motoren Werke Aktiengesellschaft Method and Process for Representing Information on a Display Device of a Vehicle
US8997019B2 (en) * 2009-12-17 2015-03-31 Bayerische Motoren Werke Aktiengesellschaft Method and process for representing information on a display device of a vehicle
CN114527969A (en) * 2022-01-25 2022-05-24 孚瑞肯电气(深圳)有限公司 Method for converting list cell into drop-down list form for input

Also Published As

Publication number Publication date
US20090077486A1 (en) 2009-03-19
US8191010B2 (en) 2012-05-29

Similar Documents

Publication Publication Date Title
EP1679589B1 (en) System and methods for inline property editing in tree view based editors
US7788584B2 (en) Computer-implemented method, system, and program product for hiding columns in an electronic table
US7475359B2 (en) User interface for a tabbed pane
Heer et al. Prefuse: a toolkit for interactive information visualization
US20070239746A1 (en) Visual merge of portlets
US7925250B2 (en) Reuse of a mobile device application in a desktop environment
US8458351B2 (en) Substituting content for undesirable content in a web browser
JP5489391B2 (en) Method, system and program for comparing topologies (topology comparison)
US7398474B2 (en) Method and system for a digital device menu editor
US20080222599A1 (en) Web services mashup designer
US20070162864A1 (en) User-directed repartitioning of content on tab-based interfaces
US20070226633A1 (en) Copying and pasting portlets in a portal environment
TWI413933B (en) Application programming interfaces for graphical user interfaces
KR20060047321A (en) Method and apparatus for generating forms using form types
US7712043B2 (en) System and method for dynamically viewing and navigating hierarchical data
CN108292208A (en) Parallel front end applications and workflow development
US20070101321A1 (en) Computer method and apparatus for connection creation in a software modeling system
EP3605326B1 (en) Combining computer applications
US7991639B2 (en) Determining readiness of an organization to utilize an information technology asset
US20070089064A1 (en) Method, system, and program product for accessing undisplayed data
US8191010B2 (en) Method, system, and computer program product for providing enhanced dropdown selection lists and combination boxes
US20150347098A1 (en) Extending a development environment with add-ins
US20070239834A1 (en) Sortable address list for email
US20060036615A1 (en) Method, system, and computer program product for navigating and displaying very large trees
US8621420B2 (en) Modeling user perceived use case affinity

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HAYNES, THOMAS R.;AUPPERLE, BRYAN E.;COHEN, GABRIEL A.;AND OTHERS;REEL/FRAME:016635/0452;SIGNING DATES FROM 20050727 TO 20050801

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO PAY ISSUE FEE