EP2381353A1 - Menu court de contexte graphique - Google Patents

Menu court de contexte graphique Download PDF

Info

Publication number
EP2381353A1
EP2381353A1 EP11163782A EP11163782A EP2381353A1 EP 2381353 A1 EP2381353 A1 EP 2381353A1 EP 11163782 A EP11163782 A EP 11163782A EP 11163782 A EP11163782 A EP 11163782A EP 2381353 A1 EP2381353 A1 EP 2381353A1
Authority
EP
European Patent Office
Prior art keywords
menu
graphical
graphical context
item
items
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
EP11163782A
Other languages
German (de)
English (en)
Other versions
EP2381353B1 (fr
Inventor
Marc Anthony Lepage
Adam Cooper
Craig James Tucker
Yoojin Hong
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.)
BlackBerry Ltd
Original Assignee
Research in Motion Ltd
Research in Motion 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 Research in Motion Ltd, Research in Motion Corp filed Critical Research in Motion Ltd
Publication of EP2381353A1 publication Critical patent/EP2381353A1/fr
Application granted granted Critical
Publication of EP2381353B1 publication Critical patent/EP2381353B1/fr
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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 disclosure relates generally to a menu for a mobile communication device. More specifically, the present disclosure relates to a graphical context menu for a mobile communication device.
  • Menu-driven applications provide a list of possible action commands or items from which a user may choose, while command-driven applications require users to enter explicit commands. Thus, menu-driven applications are generally easier for the average user to learn than are command-driven applications.
  • Menus are typically implemented as a list of textual or graphical choices (i.e., menu items) from which a user can choose. Thus, menus allow a user to select a menu item, for example, by pointing to the item with a mouse and then clicking on the item. Examples of other methods of selecting menu items include highlighting an item and then hitting the "return" key or "enter” key, and pressing directly on a menu item through a touch-sensitive screen.
  • Hierarchical menus typically present a parent menu that has selectable menu items. The selection of each menu item normally causes another menu, or submenu, to be displayed next to the currently displayed menu. The submenu has additional menu choices that are related to the selected parent menu item. Also, the parent menu results in the display of the submenu.
  • the depth of a hierarchical menu can extend in this manner to many levels of submenus.
  • the conventional hierarchical menus generally lay out from left to right across a display screen as menu choices are selected.
  • This menu format provides various advantages such as retaining previous and current menus on the display screen at the same time.
  • This provides a historical menu map as menu selections are made and their corresponding submenus are displayed across the screen. Users can therefore review previous menu selections that have been made while progressing to the most recently displayed menu - thus making it easier to move between different menu items and menu levels.
  • Hierarchical menus provide useful advantages, there are scenarios in which their use is impracticable.
  • One such scenario is when hierarchical menus are used on devices having small display screens.
  • the problems presented when attempting to implement conventional hierarchical menus on small-screen devices have generally discouraged the use of hierarchical menus with such devices.
  • Hierarchical menus generally lay out across the display screen from left to right. On small-screen devices where the room on the screen is not wide enough to accommodate all of the menus, the menus often lay out across the screen in both directions, from left to right and back again. In this scenario, the menus typically begin to overlap one another, creating various problems. Overlapping menus can be confusing to the user. Overlapping menus can make it difficult for a user to discern previous menu selections which can, in turn, make it difficult to determine how to return to previous menus to make different menu selections. Thus, one of the intended benefits of a hierarchical menu can be undermined when the hierarchical menu is implemented on a small-screen device.
  • Overlapping menus can also be difficult to work with on small-screen devices (as well as others) that employ pen-based or stylus-based touch-sensitive screens. With such devices, it is often difficult to maintain contact continuity between menus on the screen when the menus are overlapping. In other words, it is easy to move off of menus with small-screen, touch-based devices. If continuity is lost when moving from one menu to another, menus will often disappear from the screen, causing the user to have to go back and reactivate the menu from a prior menu. This problem becomes worse when using pen-based devices that "track".
  • tracking is used to indicate a situation in which a cursor on the screen follows (tracks) the movement of the pen as the pen moves over the screen even though the pen is not touching the screen. Tracking is lost if the pen is pulled too far away from the screen. Thus, pen-based devices that "track” tend to lose more menus when hierarchical menus are employed.
  • One method of addressing this issue involves displaying submenus in place of a parent menu, and vice versa, when the appropriate menu items are selected from within the parent menus and submenus.
  • the depth of a hierarchical in-place menu can extend in this manner to many levels of submenus such as second, third, fourth and fifth levels, with submenus being parent menus to other submenus.
  • Parent menu items selected from within parent menus are displayed within submenus as links back to previous parent menus and are separated from that submenu's items by a divider. For example, parent menu item "Launch App" is from a parent menu and thus includes a forward pointer that indicates a submenu will replace the first parent menu upon selection of "Launch App".
  • a full or extended menu lists all available menu items at that particular level and a short menu is a subset of the full menu.
  • the short menu can be a dynamic menu in that a user selects menu items from the corresponding extended menu to be included in the short menu.
  • navigating such menus can be difficult when using the navigation tools of a mobile communication device in that a user has to select or highlight the desired menu item when the menu items are in a vertical list.
  • Figure 1A is a front view of a mobile communication device having a reduced QWERTY keyboard in accordance with an exemplary embodiment
  • Figure 1B is a front view of a mobile communication device having a full QWERTY keyboard in accordance with an exemplary embodiment
  • Figure 2 is a block diagram representing a mobile communication device interacting in a communication network in accordance with an exemplary embodiment
  • Figure 3 is a graphical interface of a conventional menu in accordance with an exemplary embodiment
  • Figure 4 is a graphical interface of a graphical context menu in accordance with an exemplary embodiment
  • Figure 5A is a graphical context menu having nine (9) menu items in a three by three grid in accordance with an exemplary embodiment
  • Figure 5B is a graphical context menu having six (6) menu items in a three by two grid in accordance with an exemplary embodiment
  • Figure 5C is a graphical context menu having three (3) menu items in a three by one grid in accordance with an exemplary embodiment
  • Figure 6 is a flowchart of a method for generating and displaying a graphical context menu in accordance with an exemplary embodiment
  • Figure 7 is a graphical interface having a graphical context menu for a homescreen with the email application highlighted in accordance with an exemplary embodiment
  • Figure 8 is a graphical interface having a graphical context menu for the contacts application with a group contact (e.g., the "Test” group") highlighted in accordance with an exemplary embodiment
  • Figure 9 is a graphical interface having a graphical context menu for the contacts application with an individual contact (e.g., Miss Lauren Conrad) highlighted in accordance with an exemplary embodiment
  • Figure 10 is a graphical interface having a graphical context menu for a contact application with the email address for an individual contact highlighted in accordance with an exemplary embodiment
  • Figure 11 is a graphical interface having a graphical context menu for a photograph 1104 in a photograph application in accordance with an exemplary embodiment
  • Figure 12 is a graphical interface having a graphical context menu for a picture library for a picture application with a single photograph highlighted (not shown due to the graphical context menu being displayed) in accordance with an exemplary embodiment
  • Figure 13 is a graphical interface having a graphical context menu for a pictures application with a library highlighted in accordance with an exemplary embodiment
  • Figure 14 is a graphical interface having a graphical context menu for a picture library for a pictures application with a library highlighted in accordance with an exemplary embodiment
  • Figure 15 is a graphical interface having a graphical context menu for a visual voice message application with a voicemail highlighted in accordance with an exemplary embodiment
  • Figure 16 is a graphical interface having a graphical context menu for a voice message application after the message is played in accordance with an exemplary embodiment
  • Figure 17 is a graphical interface having a graphical context menu for a telephone application having an idle call screen with a known contact (e.g., Jim Hoffa) in accordance with an exemplary embodiment
  • Figure 18 is a graphical interface having a graphical context menu for a telephone application with an idle call screen with an unknown contact in accordance with an exemplary embodiment
  • Figure 19 is a graphical interface having a graphical context menu for a telephone application with an ongoing single call in accordance with an exemplary embodiment
  • Figure 20 is a graphical interface having a graphical context menu for a telephone application with one call on hold (e.g., Jim Hoffa) and another active call (e.g., 555222) in accordance with an exemplary embodiment;
  • one call on hold e.g., Jim Hoffa
  • another active call e.g., 555222
  • Figure 21 is a graphical interface having a graphical context menu for a telephone application with an ongoing conference call and the focus on a button (not shown, but highlighted) in accordance with an exemplary embodiment
  • Figure 22 is a graphical interface having a graphical context menu for a telephone application with an ongoing conference call and the focus on conference call member in accordance with an exemplary embodiment
  • Figure 23 is a graphical interface having a graphical context menu for a task application in accordance with an exemplary embodiment
  • Figure 24 is a graphical interface having a graphical context menu for a memo pad application in accordance with an exemplary embodiment
  • Figure 25 is a screenshot having a graphical context menu for a web browser application with a website highlighted in accordance with an exemplary embodiment
  • Figure 26 is a graphical interface having a graphical context menu for a Wi-Fi application with a Wi-Fi profile highlighted in accordance with an exemplary embodiment
  • Figure 27 is a graphical interface having a graphical context menu for a graphical map application in accordance with an exemplary embodiment
  • Figure 28 is a graphical interface having a graphical context menu for a listing of map locations with a location highlighted in accordance with an exemplary embodiment
  • Figure 29 is a graphical interface having a graphical context menu for a social network application (e.g., Twitter) in accordance with an exemplary embodiment
  • Figure 30 is a graphical interface having a graphical context menu for a RSS feed application in accordance with an exemplary embodiment
  • Figure 31 is a graphical interface having a graphical context menu for a search function for music application with a music file highlighted in accordance with an exemplary embodiment
  • Figure 32 is a graphical interface having a graphical context menu for a music application with a music file highlighted in accordance with an exemplary embodiment
  • Figure 33 is a graphical interface having a graphical context menu for a shuffle function for a music application with a music file highlighted in accordance with an exemplary embodiment
  • Figure 34 is a graphical interface having a graphical context menu for a selected song in a music application in accordance with an exemplary embodiment
  • Figure 35 is a graphical interface having a graphical context menu for a new playlist function in a music application with a song highlighted in accordance with an exemplary embodiment
  • Figure 36 is a graphical interface having a pop-up menu in accordance with an exemplary embodiment
  • Figure 37 is a graphical interface having a graphical context menu for an email application displaying an email with an attachment highlighted in accordance with an exemplary embodiment
  • Figure 38 is a graphical interface having a graphical context menu for an email application displaying an inbox with an email highlighted in accordance with an exemplary embodiment
  • Figure 39 is a graphical interface having a graphical context menu for a message application with a word in a message highlighted in accordance with an exemplary embodiment
  • Figure 40 is a graphical interface having a graphical context menu for a message application with the focus (indicated as a circle) on a telephone number for a contact in accordance with an exemplary embodiment
  • Figure 41 is a graphical interface having a graphical context menu for a web browser application with the title of an article highlighted in accordance with an exemplary embodiment
  • Figure 42 is a graphical interface having a graphical context menu for a web browser application with the title of an article highlighted in accordance with an exemplary embodiment
  • Figure 43 is a graphical interface having a graphical context menu for a bookmark application in accordance with an exemplary embodiment
  • Figure 44 is a graphical interface having a graphical context menu for a history application with an entry, e.g., CNN, highlighted in accordance with an exemplary embodiment
  • Figure 45 is a graphical interface having a graphical context menu for a web browser application with an image highlighted (not shown) in accordance with an exemplary embodiment
  • Figure 46 is a graphical interface having a graphical context menu for a web browser application with a link highlighted (not shown) in accordance with an exemplary embodiment
  • Figure 47 is a graphical interface having a graphical context menu for a browser application with a link highlighted (not shown) in accordance with an exemplary embodiment
  • Figure 48 is a graphical interface having a graphical context menu for an email application with text highlighted (not shown) in accordance with an exemplary embodiment
  • Figure 49 is a graphical interface having a graphical context menu for a music application with an artist highlighted in accordance with an exemplary embodiment
  • Figure 50 is a graphical interface having a graphical context menu for a music application with an album highlighted in accordance with an exemplary embodiment
  • Figure 51 is a graphical interface having a graphical context menu with a contact highlighted in accordance with an exemplary embodiment.
  • FIG. 1A and 1B front views of mobile communication devices 100 having a reduced QWERTY keyboard and a full QWERTY keyboard 232, respectively, with each capable of incorporating a messaging application in accordance with exemplary embodiments are illustrated.
  • Each key of the keyboard 232 can be associated with at least one indicia representing an alphabetic character, a numeral, or a command (such as a space command, return command, or the like):
  • the plurality of the keys having alphabetic characters are arranged in a standard keyboard layout.
  • This standard keyboard layout can be a QWERTY layout (shown in Figures 1A and 1B ), a QZERTY layout, a QWERTZ layout, an AZERTY layout, a Dvorak layout, a Russian keyboard layout, a Chinese keyboard layout, or other similar layout. These standard layouts are provided by way of example and other similar standard layouts are considered within the scope of this disclosure.
  • the keyboard layout can be based on the geographical region in which the mobile communication device is intended for sale. In some examples, the keyboard can be interchangeable such that the user can switch between layouts.
  • the exemplary mobile communication devices 100 are communicatively coupled to a wireless network 219 as exemplified in the block diagram of Figure 2 .
  • a wireless network 219 as exemplified in the block diagram of Figure 2 .
  • the mobile communication devices 100 are smart phones, however, in other embodiments, the mobile communication devices 100 may be personal digital assistants (PDA), laptop computers, desktop computer, servers, or other mobile communication device capable of sending and receiving electronic messages.
  • PDA personal digital assistants
  • the mobile communication device 100 includes a microprocessor 238 that controls the operation of the mobile communication device 100.
  • a communication subsystem 211 performs all communication transmission and reception with the wireless network 219.
  • the microprocessor 238 further can be communicatively coupled with an auxiliary input/output (I/O) subsystem 228 which can be communicatively coupled to the mobile communication device 100.
  • the microprocessor 238 can be communicatively coupled to a serial port (for example, a Universal Serial Bus port) 230 which can allow for communication with other devices or systems via the serial port 230.
  • a serial port for example, a Universal Serial Bus port
  • a display 222 can be communicatively coupled to microprocessor 238 to allow for displaying of information to an operator of the mobile communication device 100.
  • the keyboard can also be communicatively coupled with the microprocessor 238.
  • the mobile communication device 100 can include a speaker 234, a microphone, 236, random access memory (RAM) 226, and flash memory 224 all of which may be communicatively coupled to the microprocessor 238.
  • RAM random access memory
  • flash memory 224 all of which may be communicatively coupled to the microprocessor 238.
  • Other similar components may be provided on the mobile communication device 100 as well as communicatively coupled to the microprocessor 238.
  • Other communication subsystems 240 and other mobile communication device subsystems 242 are generally indicated as being functionally connected with the microprocessor 238 as well.
  • An example of a communication subsystem 240 is that of a short range communication system such as BLUETOOTH ® communication module or a WI-FI ® communication module (a communication module in compliance with IEEE 802.11b) and associated circuits and components.
  • the microprocessor 238 is able to perform operating system functions and enables execution of programs on the mobile communication device 100. In some embodiments not all of the above components may be included in the mobile communication device 100.
  • the keyboard 232 is not provided as a separate component and is instead integrated with a touchscreen as described below.
  • the microprocessor 238 is able to execute a menu program or control program (not shown) for causing the display and control of a graphical context menu.
  • the menu program can be stored in the other communications subsystems 240 or in other locations on the mobile communication device 100.
  • the auxiliary I/O subsystem 228 can take the form of a variety of different navigation tools 127 (multi-directional or single-directional) such as a trackpad navigation tool 221 as illustrated in the exemplary embodiment shown in Figures 1A and 1B , or a trackball, a thumbwheel, an optical trackpad, a navigation pad, a joystick, touch-sensitive interface, or other I/O interface. These navigation tools 127 may be located on a front face or surface 170 of the mobile communication device 100 or may be located on any exterior surface of the mobile communication device 100.
  • Other auxiliary I/O subsystems can include external display devices and externally connected keyboards (not shown).
  • auxiliary I/O subsystem 2208 While the above examples have been provided in relation to the auxiliary I/O subsystem 228, other subsystems capable of providing input or receiving output from the mobile communication device 100 are considered within the scope of this disclosure. Additionally, other keys may be placed along the side of the mobile communication device 100 to function as escape keys, volume control keys, scrolling keys, power switches, or user programmable keys, and may likewise be programmed accordingly.
  • the mobile communication device 100 comprises the lighted display 222 located above the keyboard 232 constituting a user input and suitable for accommodating textual input to the mobile communication device 100.
  • the front face 170 of the mobile communication device 100 has a navigation row 70.
  • the mobile communication device 100 is of unibody construction, also known as a "candy-bar" design. In alternate embodiments, the mobile communication device 100 can be "clamshell” or a "slider” design.
  • the mobile communication device 100 may include the auxiliary input 228 that acts as a cursor navigation tool and which can be also exteriorly located upon the front face 170 of the mobile communication device 100. Its front face location allows the tool to be easily thumb-actuated like the keys of the keyboard 232.
  • An embodiment provides the navigation tool 127 in the form of the trackpad 221, which can be utilized to instruct two-dimensional screen cursor movement in substantially any direction, as well as act as an actuator when the trackpad 221 is depressed like a button.
  • the placement of the navigation tool 127 may be above the keyboard 232 and below the display screen 222; here, it can avoid interference during keyboarding and does not block the operator's view of the display screen 222 during use, e.g., as shown in Figures 1A and 1B .
  • the mobile communication device 100 may be configured to send and receive messages.
  • the mobile communication device 100 includes a body 171 which may, in some embodiments, be configured to be held in one hand by an operator of the mobile communication device 100 during text entry.
  • the display 222 is included which is located on the front face 170 of the body 171 and upon which information is displayed to the operator during text entry.
  • the mobile communication device 100 may also be configured to send and receive voice communications such as mobile telephone calls.
  • the mobile communication device 100 may also include a camera (not shown) to allow the user to take electronic photographs which can be referred to as photos or pictures.
  • the mobile communication device 100 is equipped with components to enable operation of various programs, as shown in Figure 2 .
  • the flash memory 224 is enabled to provide a storage location for the operating system 257, device programs 258, and data.
  • the operating system 257 is generally configured to manage other programs 258 that are also stored in memory 224 and executable on the processor 238.
  • the operating system 257 honors requests for services made by programs 258 through predefined program 258 interfaces. More specifically, the operating system 257 typically determines the order in which multiple programs 258 are executed on the processor 238 and the execution time allotted for each program 258, manages the sharing of memory 224 among multiple programs 258, handles input and output to and from other device subsystems 242, and so on.
  • operating system 257 can typically interact directly with the operating system 257 through a user interface usually including the keyboard 232 and display screen 222. While in an exemplary embodiment the operating system 257 is stored in flash memory 224, the operating system 257 in other embodiments is stored in read-only memory (ROM) or similar storage element (not shown). As those skilled in the art will appreciate, the operating system 257, device program 258 or parts thereof may be loaded in RAM 226 or other volatile memory.
  • ROM read-only memory
  • the mobile communication device 100 When the mobile communication device 100 is enabled for two-way communication within the wireless communication network 219, it can send and receive signals from a mobile communication service.
  • Examples of communication systems enabled for two-way communication include, but are not limited to, the General Packet Radio Service (GPRS) network, the Universal Mobile Telecommunication Service (UMTS) network, the Enhanced Data for Global Evolution (EDGE) network, the Code Division Multiple Access (CDMA) network, High-Speed Packet Access (HSPA) networks, Universal Mobile Telecommunication Service Time Division Duplexing (UMTS-TDD), Ultra Mobile Broadband (UMB) networks, Worldwide Interoperability for Microwave Access (WiMAX), and other networks that can be used for data and voice, or just data or voice.
  • GPRS General Packet Radio Service
  • UMTS Universal Mobile Telecommunication Service
  • EDGE Enhanced Data for Global Evolution
  • CDMA Code Division Multiple Access
  • UMTS-TDD Universal Mobile Telecommunication Service Time Division Duplexing
  • UMB Ultra Mobile Broad
  • the mobile communication device 100 may require a unique identifier to enable the mobile communication device 100 to transmit and receive signals from the communication network 219. Other systems may not require such identifying information.
  • GPRS, UMTS, and EDGE use a smart card such as a Subscriber Identity Module (SIM) in order to allow communication with the communication network 219.
  • SIM Subscriber Identity Module
  • RUIM Removable Identity Module
  • a smart card can be used in multiple different mobile communication devices 100.
  • the mobile communication device 100 may be able to operate some features without a smart card, but it will not be able to communicate with the network 219.
  • a smart card interface 244 located within the mobile communication device 100 allows for removal or insertion of a smart card (not shown).
  • the smart card features memory and holds key configurations 251, and other information 253 such as identification and subscriber related information. With a properly enabled mobile communication device 100, two-way communication between the mobile communication device 100 and communication network 219 is possible.
  • the two-way communication enabled mobile communication device 100 is able to both transmit and receive information from the communication network 219.
  • the transfer of communication can be from the mobile communication device 100 or to the mobile communication device 100.
  • the mobile communication device 100 in the presently described exemplary embodiment is equipped with an integral or internal antenna 218 for transmitting signals to the communication network 219.
  • the mobile communication device 100 in the presently described exemplary embodiment is equipped with another antenna 216 for receiving communication from the communication network 219.
  • These antennae (216, 218) in another exemplary embodiment are combined into a single antenna (not shown).
  • the antenna or antennae (216, 218) in another embodiment are externally mounted on the mobile communication device 100.
  • the mobile communication device 100 When equipped for two-way communication, the mobile communication device 100 features the communication subsystem 211. As is understood in the art, this communication subsystem 211 is modified so that it can support the operational needs of the mobile communication device 100.
  • the subsystem 211 includes a transmitter 214 and receiver 212 including the associated antenna or antennae (216, 218) as described above, local oscillators (LOs) 213, and a processing module 220 which in the presently described exemplary embodiment is a digital signal processor (DSP) 220.
  • DSP digital signal processor
  • communication by the mobile communication device 100 with the wireless network 219 can be any type of communication that both the wireless network 219 and mobile communication device 100 are enabled to transmit, receive and process. In general, these can be classified as voice and data.
  • Voice communication generally refers to communication in which signals for audible sounds are transmitted by the mobile communication device 100 through the communication network 219.
  • Data generally refers to all other types of communication that the mobile communication device 100 is capable of performing within the constraints of the wireless network 219.
  • the keyboard 232 can include a plurality of keys that can be of a physical nature such as depressible buttons, or they can be of a software nature, typically constituted by virtual representations of physical keys on the display screen 222 (referred to herein as "virtual keys"). It is also contemplated that the user input can be provided as a combination of the two types of keys. Each key of the plurality of keys has at least one associated action which can be the input of a character, a command or a function.
  • "characters” are contemplated to exemplarily include alphabetic letters, language symbols, numbers, punctuation, insignias, icons, pictures, and even a blank space.
  • the indicia for the respective keys are shown on the display screen 222, which in one embodiment is enabled by touching the display screen 222, for example, with a stylus, finger, or other pointer, to generate the character or activate the indicated command or function.
  • display screens 222 capable of detecting a touch include resistive, capacitive, projected capacitive, infrared and surface acoustic wave (SAW) touchscreens.
  • Physical and virtual keys can be combined in many different ways as appreciated by those skilled in the art.
  • physical and virtual keys are combined such that the plurality of enabled keys for a particular program or feature of the mobile communication device 100 is shown on the display screen 222 in the same configuration as the physical keys. Using this configuration, the operator can select the appropriate physical key corresponding to what is shown on the display screen 222. Thus, the desired character, command or function is obtained by depressing the physical key corresponding to the character, command or function displayed at a corresponding position on the display screen 222, rather than touching the display screen 222.
  • the mobile communication device 100 could be another mobile communication device such as a PDA, a laptop computer, desktop computer, a server, or other mobile communication device.
  • a PDA personal digital assistant
  • a laptop computer a laptop computer
  • desktop computer a server
  • different components of the above system might be omitted in order provide the desired mobile communication device 100.
  • other components not described above may be required to allow the mobile communication device 100 to function in a desired fashion.
  • the above description provides only general components and additional components may be required to enable the system to function. These systems and components would be appreciated by those of ordinary skill in the art.
  • a graphical interface of a conventional context menu in accordance with an exemplary embodiment is illustrated.
  • a graphical interface 300 having a conventional context menu 302 is displayed in response to a user requesting the menu 302.
  • the conventional context menu 302 can include menu items based on the context that the menu was selected.
  • the context is an email message with the contact 326 that the email message is addressed to, e.g., "Yoojin Hong" highlighted.
  • the conventional context menu 302 that is displayed provides menu items that are related to the highlighted contact 326.
  • the menu items include: copy 304, file 306, forward 308, replay to all 310, open attachment 312, delete 314, email Yoojin Hong 316, call Yoojin Hong 318, SMS Yoojin Hong 320, MMS Yoojin Hong 322, and show address 324.
  • a navigational tool 127 e.g., a trackpad 221
  • selecting the desired item can be difficult since the area associated with each menu item is limited, e:g., in height.
  • a graphical interface of a graphical context menu in accordance with an exemplary embodiment is illustrated.
  • a graphical interface 400 having a graphical context menu 402 can be displayed in response to a user requesting the menu 402.
  • the graphical context menu 402 can include menu items based on the context that the menu was selected.
  • the context is an email message with the contact 422 that the email message is addressed to, e.g., "Yoojin Hong," highlighted.
  • the menu 402 that is displayed provides menu items that are related to the highlighted contact 422.
  • call 404 e.g., call Yoojin Hong
  • email 406 e.g., send an email to Yoojin Hong
  • SMS 408 e.g., send a text message to Yoojin Hong
  • messenger 410 e.g., chat with Yoojin Hong
  • view 412 e.g., view information associated with the contact
  • social network 414 e.g., communicate with Yoojin Hong using a social network
  • copy 416 e.g., copy "Yoojin Hong”
  • search 418 e.g., search for "Yoojin Hong
  • more 420 e.g., display more menu items.
  • the search 418 function can search within the application using the search string.
  • the search 418 function can search through the entire operating systems. For example, if the search 418 function is selected, a search for "Yoojin Hong" can be done in the email system, as well as the SMS, MMS, and BBM applications. As explained in further detail below, the menu 402 can include an icon for Yoojin Hong. As shown, the amount of area to select a menu item is larger compared to the conventional context menu illustrated in Figure 3 .
  • the graphical context menu 500a can include nine (9) menu items in a three by three grid (e.g., three columns by three rows).
  • the exemplary graphical context menu 500a shown can include seven (7) menu items, a default item 504 and a full menu 502.
  • the seven (7) menu items can include five (5) primary items 506a-506e and two (2) filler items 508a, 508b.
  • the graphical context menu 500b can include six (6) menu items in a three by two grid (e.g., three columns by two rows).
  • the graphical context menu 500b shown can include four (4) menu items, a default item 504 and a full menu 502.
  • the four (4) menu items can include two (2) primary items 506a, 506b and two filler items 508a, 508b.
  • the graphical context menu 500c can include three (3) menu items in a one by three grid (e.g., one row by three columns).
  • the exemplary graphical context menu 500c shown can include a primary menu item 506a or a filler menu item 508a, a default item 504 and a full menu 502.
  • the number of primary menu items 506 and filler menu items 508 can vary according to the number of available menu items as explained in greater detail below.
  • the graphical context menus 500 can be a popup grid menu having a consistent layout and positioning to leverage muscle memory.
  • the popup grid can have, but is not limited to, a maximum 3x3 grid and can be a 2x3 grid or a 1x3 grid if less menu items are needed. In one or more embodiments, larger or smaller grids can be used, e.g., 4x4, 4x3, 2x2, 3x2 grids.
  • the short graphical context menu 500 can be, but is not limited to, displayed in the center of the display 222. All cell sizes can be, but are not limited to, identical. In one or more embodiments, the default menu item in the center cell can be larger than the other cells with all of the other cells having the identical size.
  • Approximate cell sizes can be, but are not limited to, 75x75 to 85x85 mms.
  • Each cell of the grid can be, but is not limited to, including an icon and text.
  • the text can be limited to two lines with "!to replace additional wording.
  • the icons in the short graphical context menu 500 can be the same or similar to the icons used in toolbars.
  • the graphical context menus 500 can have the same style, e.g., border, dividers, and colors, and can be displayed over the currently displayed screen from which the menu request was generated.
  • Each menu item can be substantially square which can be easier for a user to click on in a touchscreen as the shape of the menu item fits more easily with the shape of a finger.
  • the shape can also make it easier for a user to click on the menu item with a navigation tool 127. Due to the convenience of the shape, the user can correctly select the correct menu item.
  • the graphical icons associated with each menu item can allow a user to quickly identify the menu item the user wants without having to read through the entire listing compared to a conventional menu list.
  • the default menu item 504 can be in the center of each menu 500 (for the three by two grid, the default item can be in the middle of the lower row) and a full menu item 502 can be in the bottom right most slot of graphical context menu 500.
  • the default menu item, the full menu item, or both can be inserted into different slots in the graphical context menu 500.
  • the default menu item 504 can be highlighted when displayed.
  • the grid format can be visually appealing and can allow for easier navigation since the selectable area for a menu item is larger compared to a conventional list menu comprising text only with a limited height access area.
  • the layout of the menu can also take different forms, e.g., circular, default item is a different location such as the top left corner, or with the full menu item in the center.
  • the graphical context menu 500 can be a dynamic menu that includes menu items from a full or extended menu.
  • the graphical context menu 500 can include menu items that are a subset of a full or extended menu.
  • a full or extended menu can list all available menu items at that particular level and can be accessed by selecting the full menu item 502.
  • the full or extended menu can be graphical or non-graphical.
  • the full menu item 502 can be replaced with another icon, e.g., more menu item icon. In such an embodiment, when the more menu item icon is selected, another graphical context menu 500 with one or more different menu items can be displayed.
  • This graphical context menu 500 can include a more menu item icon which can lead to another graphical context menu 500.
  • a menu program can generate and display the graphical context menus 500.
  • the menu program can be a standalone program, can be incorporated into an application run on the mobile communication device 100, e.g., by the microprocessor 238, or both.
  • the menu program can be stored in the device program 258 on the mobile communication device 100.
  • the application can generate menus, e.g., vertical list menus, and the menu program can replace the generated menus with graphical context menus.
  • the old menu is automatically replace with a graphical context menu.
  • the separators and system menu items are ignored. If there are too many menu items provided, the rest can be ignored.
  • menu items can be converted in order of importance, which can be derived from the ordinal value.
  • Menu items can be stored on the mobile communication devices. Appendix A, attached to this document and incorporated in its entirety, provides exemplary list of menu options for the graphical context menus for various contexts.
  • the lists can be defined by the programmer. In one or more embodiments, the lists can be revised based on user's selections, e.g., the menu items are listed based on popularity (e.g., based on selections by the user).
  • the graphical context menus 500 can be generated and displayed in response to menu requests.
  • Menu requests can be generated in response to entries on a navigation tool 127, such as click on a trackpad, a touch tap, a click-press, or a press-hold, as well as the pressing of a menu key or the user selecting a menu item in an application.
  • the menu items can also be selected using a double click action, e.g., clicking on a menu item once to highlight and again to select it.
  • the default menu item 504 can be highlighted when the graphical context menu 500 is displayed. In such embodiments, the default menu item 504 can require only one click.
  • the menu items can be selected using one or more selection means.
  • a selected menu item is ambiguous, e.g:, more than one option is available
  • another menu can be displayed.
  • the graphical interface 3600 includes an email message addressed to a contact 3604, e.g., Yoojin Hong, who has three different contact numbers: work, home and mobile phone numbers (numbers are blocked out).
  • the popup menu 3602 can include menu options for calling the contact: call work 3606, call home 3608 and call mobile 3610.
  • the user can revise a list of menu items associated with the context of a menu request.
  • the user can access the list via the setting application.
  • the user can re-prioritize the list, add one or more menu items (with or without an icon, with or without text), or remove one or more menu items.
  • the exemplary method 600 is provided by way of example, as there are a variety of ways to carry out the method.
  • the method 600 is performed by the menu program.
  • the method 600 can be executed or otherwise performed by one or a combination of various systems.
  • the method 600 described below can be carried out using the mobile communication devices 100 and communication network shown in Figures 1A , 1B , and 2 by way of example, and various elements of these figures are referenced in explaining exemplary method 600.
  • Each block shown in Figure 600 represents one or more processes, methods or subroutines carried out in exemplary method 600.
  • the exemplary method 600 can begin at block 602.
  • a menu request can be received.
  • the microprocessor 238 or menu program can receive the menu request.
  • Menu requests can be generated in response to a navigational tool entry, such as a trackpad click, a touch tap, click-press, press and hold, pressing of a menu key.
  • the context of the menu request is determined.
  • the context of the menu request can include the application, the displayed screen, the focus of the request (e.g., where the cursor or focus of the navigation tool is located, such as on a contact name or on a blank space on the screen.
  • the number of menu options can be determined based on the context of the menu request.
  • the number of menu options is determined based on a list associated with the context of the menu request.
  • the menu program or the microprocessor 238 can access the lists in Appendix A and identify the specific list based on the context. After obtaining the list, the menu program or microprocessor 238 can eliminate menu items that are not applicable or disabled. For example, if the identified list includes a menu item to call a contact, but the contact does not have an associated telephone number, then the call item is removed from the list. The elimination of the menu item is for that particular displayed graphical context menu 500.
  • the method 600 can proceed to block 608, 610, or 612.
  • a graphical context menu can be generated having three (3) columns and one (1) row.
  • a graphical context menu can be generated having three (3) columns and two (2) rows.
  • a graphical context menu can be generated having three (3) columns and three (3) rows.
  • the microprocessor 238 or menu program can generate each graphical context menu. After generating the graphical context menu, the method 600 proceeds to block 614.
  • the menu items and fillers can be inserted into the graphical context menu.
  • the microprocessor 238 or menu program can insert a default item can be inserted into the center of the grid and a full menu item can be inserted into the bottom right most grid position.
  • the items can be filled into the graphical context menu in accordance with their place in the listing.
  • the top item can be the default item
  • the next item can go into the number one (1) slot
  • the next item can go into the number two (2) slot, etc. If the number of items to be filled into a grid is less than the number of available slots in the grid, the menu program or microprocessor 238 can insert filler items.
  • the number of filler items can be limited to one (1) item for the 1x3 grid, two (2) items for the 2x3 grid and a maximum of four (4) items for the 3x3 grid.
  • the filler items can be context specific, e.g., copy, search, or help, or can be cross application items, e.g., switch applications.
  • the graphical context menu is displayed.
  • the microprocessor 238 or menu program can display the generated graphical context menu on the display screen 222 of the mobile communication device.
  • a graphical interface 700 having a graphical context menu 702 for a homescreen with the email application 724 highlighted in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 702 is automatically configured as a 2x3 (2 rows by 3 columns) grid with the default item 714 being the launch menu item.
  • the other menu items include move 706, move to folder 708, mark as favorite 710, hide 712, and full menu 716.
  • a graphical interface 800 having a graphical context menu 802 for the contacts application with a group contact 804 (e.g., the "Test" group") highlighted in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 802 is automatically configured as a 2x3 grid with the default item 814 being the view group menu item.
  • the other menu items include SMS test 806, email test 808, edit group 810, switch 812, and full menu 816.
  • a graphical interface 900 having a graphical context menu 902 for the contacts application with an individual contact 904 (e.g., Miss Lauren Conrad) highlighted in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 902 is automatically configured as a 2x3 grid with the default item 912 being the view menu item.
  • the other menu items include call the contact (e.g., Miss Lauren Conrad) 904, SMS the contact (e.g., Miss Lauren Conrad) 906, edit 908, switch 910, and full menu 914.
  • a graphical interface 1000 having a graphical context menu 1002 for a contact application with the email address for an individual contact 1004 highlighted in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 1002 is automatically configured as a 1x3 grid with the default item 1008 being the email the contact (e.g., Miss Lauren Conrad) menu item, along with the copy menu item 1006, and full menu 1010.
  • a graphical interface 1100 having a graphical context menu 1102 for a photograph in a photograph application in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 1102 is automatically configured as a 3x3 grid with the default item 1114 being the zoom menu item.
  • the other menu items include set as contact picture 1106, set as wallpaper 1108, delete 1110, send 1112, properties 1116, rename 1118, copy 1120, and full menu item 1122.
  • a graphical interface 1200 having a graphical context menu 1202 for a picture library for a picture application with a single photograph highlighted (not shown due to the graphical context menu 1202 being displayed) in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 1202 is automatically configured as a 3x3 grid with the default item 1212 being the open menu item.
  • the other menu items include set as contact picture 1204, set as wallpaper 1206, delete 1208, send 1210, properties 1214, cut 1216, copy 1218, and full menu item 1220.
  • the menu items are different in that the graphical interface 1100 of Figure 11 is for a single photo and the graphical interface 1200 of Figure is for a library of photographs.
  • a graphical interface 1300 having a graphical context menu 1302 for a pictures application with a library 1304 highlighted in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 1302 is automatically configured as a 3x3 grid with the default item 1314 being the open menu item.
  • the other menu items include rename 1306, new folder 1308, delete 1310, view slide show 1312, properties 1316, media home 1318, switch 1320, and full menu item 1322.
  • a graphical interface 1400 having a graphical context menu 1402 for a picture library for a pictures application with a library 1404 highlighted in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 1402 is automatically configured as a 2x3 grid with the default item 1414 being the open menu item.
  • the other menu items include new folder 1406, view slide show 1408, media home 1410, switch 1412, and full menu item 1416.
  • a graphical interface 1500 having a graphical context menu 1502 for a visual voice message application with a voicemail 1504, e.g., John Contact, highlighted in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 1502 is automatically configured as a 3x3 grid with the default item 1514 being the play menu item.
  • the other menu items include call John Contact 1506, save 1508, save as 1510, mark opened 1512, reply as 1516, forward as email 1518, delete 1520, and full menu item 1522.
  • a graphical interface 1600 having a graphical context menu 1602 for a voice message application after the message, e.g., from telephone number 31291215..., is played in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 1602 is automatically configured as a 3x3 grid with the default item 1612 being the reply as menu item.
  • the other menu items include call 31291215... 1604, save 1606, save as 1608, mark unopened 1610, forward as email 1614, delete 1616, call voice mail 1618, and full menu item 1620.
  • a graphical interface 1700 having a graphical context menu 1702 for a telephone application having an idle call screen with a known contact (e.g., Jim Hoffa) in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 1702 is automatically configured as a 3x3 grid with the default item 1712 being the view contact (e.g., Jim Hoffa) menu item.
  • the other menu items include call Jim Hoffa (e.g., contact) 1704, SMS Jim Hoffa (e.g., contact) 1706, view history 1708, view call notes 1710, add speed dial 1714, delete 1716, switch 1718, and full menu item 1720.
  • a graphical interface 1800 having a graphical context menu 1802 for a telephone application with an idle call screen with an unknown contact 1804 in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu is automatically configured as a 3x3 grid with the default item 1814 being call 22555 (e.g., number) menu item.
  • the other menu items include SMS 22555 (e.g., number) 1806, view history 1808, view call notes 1810, add speed dial 1812, delete 1816, add to contacts 1818, switch 1820, and full menu item 1822.
  • a graphical interface 1900 having a graphical context menu 1902 for a telephone application with an ongoing single call 1904 in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 1902 is automatically configured as a 3x3 grid with the default item 1914 being the mute menu item.
  • the other menu items include hold 1906, add participant 1908, transfer 1910, new call 1912, activate handset 1916, switch 1918, help 1920, and full menu item 1922.
  • a graphical interface 2000 having a graphical context menu 2002 for a telephone application with one call on hold (e.g., Jim Hoffa) 2004 and another active call (e.g., 555222) 2006 in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 2002 is automatically configured as a 2x3 grid with the default item 2016 being the join conference menu item.
  • the other menu items include swap 2008, cancel 2010, mute 2012, activate handset 2014, and full menu item 2018.
  • a graphical interface 2100 having a graphical context menu 2102 for a telephone application with an ongoing conference call 2104 and the focus on a button (not shown, but highlighted) in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 2102 is automatically configured as a 3x3 grid with the default item 2114 being the mute menu item.
  • the other menu items include hold 2106, add participant 2108, enhance call audio 2110, new call 2112, activate speakerphone 2116, switch 2118, help 2120, and full menu item 2122.
  • a graphical interface 2200 having a graphical context menu 2202 for a telephone application with an ongoing conference call and the focus on conference call member 2204 in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 2202 is a 3x3 grid with the default item 2214 being the mute menu item.
  • the other menu items include hold 2206, add participant 2208, split call Jim Hoffa (e.g., contact) 2210, drop call Jim Hoffa (e.g., contact) 2212, enhance call audio 2216, new call 2218, activate speakerphone 2220, and full menu item 2222.
  • a graphical interface 2300 having a graphical context menu 2302 for a task application in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 2302 is automatically configured as a 1x3 grid with the default item 2306 being the open menu item, along with the mark completed menu item 2304 and full menu item 2308.
  • a graphical interface 2400 having a graphical context menu 2402 for a memo pad application in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 2402 is automatically configured as a 1x3 grid with the default item 2406 being the edit menu item, along with the forward as menu item 2404 and full menu item 2408.
  • a graphical interface 2500 having a graphical context menu 2502 for a file application with a website 2504 highlighted in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 2502 is automatically configured as a 2x3 grid with the default item 2514 being the open menu item.
  • the other menu items include delete 2506, edit favorite 2508, switch 2510, help 2512, and full menu item 2516.
  • a graphical interface 2600 having a graphical context menu 2602 for a Wi-Fi application with a Wi-Fi profile 2604 highlighted in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 2602 is automatically configured as a 2x3 grid with the default item 2614 being the edit menu item.
  • the other menu items include move 2606, disable 2608, delete 2610, help 2612, and full menu item 2616.
  • a graphical interface 2700 having a graphical context menu 2702 for a graphical map application in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 2702 is automatically configured as a 1x3 grid with the default item 2706 being the send location menu item, along with the display details menu item 2704 and full menu item 2708.
  • a graphical interface 2800 having a graphical context menu 2802 for a listing of map locations with a location 2804 highlighted in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 2802 is automatically configured as a 1x3 grid with the default item 2808 being the send location menu item, along with the display details menu item 2806 and full menu item 2810.
  • a graphical interface 2900 having a graphical context menu 2902 for a social network application e.g., Twitter
  • the graphical context menu 2902 is automatically configured as a 2x3 grid with the default item 2912 being the copy menu item.
  • the other menu items include post 2904, cut 2906, cancel selection 2908, switch 2910, and full menu item 2914.
  • the graphical context menu 2902 is displayed on a display screen 222 of a mobile communication device 100.
  • a graphical interface 3000 having a graphical context menu 3002 for a RSS feed application in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 3002 is automatically configured as a 1x3 grid with the default item 3006 being the next menu item, along with the switch menu item 3004 and full menu item 3008.
  • a graphical interface 3100 having a graphical context menu 3102 for a search function for a media player application with a music file 3104 highlighted in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 3102 is automatically configured as a 2x3 grid with the default item 3114 being the view menu item.
  • the other menu items include add to playlist 3106, delete 3108; shuffle 3110, search 3112 and full menu item 3116.
  • a graphical interface 3200 having a graphical context menu 3202 for a music application with a music file 3204 highlighted in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 3202 is automatically configured as a 3x3 grid with the default item 3214 being the play menu item.
  • the other menu items include add to playlist 3206, set as ring tone 3208, delete 3210, properties 3212, search 3216, switch 3218, help 3220, and full menu item 3222.
  • a graphical interface 3300 having a graphical context menu 3302 for a shuffle function for a music application with a music file 3304 highlighted in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 3302 is automatically configured as a 3x3 grid with the default item 3314 being the play menu items.
  • the other menu items include add songs 3306, set as ring tone 3308, remove 3310, search 3312, move 3316, switch 3318, help 3320, and full menu item 3322.
  • a graphical interface 3400 having a graphical context menu 3402 for a selected song in a music application in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 3402 is automatically configured as a 3x3 grid with the default item 3414 being the play menu item.
  • the other menu items include add to playlist 3406, set as ring tone 3408, view artist 3410, view album 3412, delete 3416, switch 3418, help 3420, and full menu item 3422.
  • a graphical interface 3500 having a graphical context menu 3502 for a new playlist function in a music application with a song 3504 highlighted in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 3502 is automatically configured as a 2x3 grid with the default item 3514 being the view menu item.
  • the other menu items include delete 3506, rename 3508, search 3510, switch 3512, and full menu item 3516.
  • a graphical interface 3700 having a graphical context menu 3702 for an email application displaying an email with an attachment 3704 highlighted in accordance with an exemplary embodiment is illustrated.
  • the focus 3706 (indicated as a circle) is on the highlighted attachment 3704.
  • a graphical context menu 3702 is automatically displayed as a 1x3 grid with the default item 3710 being the open menu item, along with the download menu item 3708 and full menu item 3712.
  • a graphical interface 3800 having a graphical context menu 3802 for an email application displaying an inbox with an email 3804 highlighted in accordance with an exemplary embodiment is illustrated. As shown, the focus 3806 (indicated as a circle) is not on the highlighted email 3804. In response, a graphical context menu 3802 is automatically displayed as a 1x3 grid with the default item 3810 being the mark priority menu item, along with the search menu item 3808 and full menu item 3812.
  • a graphical interface 3900 having a graphical context menu 3916 for a message application with a word in a message 3904 highlighted in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 3916 is automatically configured as a 3x3 grid with the default item 3902 being the send menu item.
  • the other menu items include cut 3908, copy 3910, paste 3912, spelling 3914, deselect 3918, draft 3920, search 3922, and full menu item 3924.
  • a graphical interface 4000 having a graphical context menu 4002 for a message application with the focus 4004 (indicated as a circle) on a telephone number for a contact in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 4002 is automatically displayed as a 1x3 grid with the default item 4008 being the SMS/MMS menu item, along with the call menu item 4006 and full menu item 4010.
  • the call menu item 4006 is not the default item despite the focus being on the phone number because the phone number was not highlighted.
  • a graphical interface 4100 having a graphical context menu 4102 for a web browser application with the title of an article 4104 highlighted in accordance with an exemplary embodiment is illustrated.
  • the focus 4104 (indicated as a circle) is on the RSS feed icon 4104.
  • a graphical context menu 4102 is automatically displayed as a 2x3 grid with the default item 4114 being the bookmark menu item.
  • the other menu items include send link 4106, RSS 4108, homescreen 4110, copy 4112, and full menu item 4116.
  • a graphical interface 4200 having a graphical context menu 4202 for a web browser application with the title of an article 4204 highlighted in accordance with an exemplary embodiment is illustrated.
  • the focus (indicated as a circle) is on the highlighted title of the article 4204.
  • a graphical context menu 4202 is automatically displayed as a 2x3 grid with the default item 4214 being the bookmark menu item.
  • the other menu items include send link 4206, new window 4208, homescreen 4210, copy 4212, and full menu item 4216. Comparing the graphical context menus of Figures 41 and 42 , the menus have different menu items due to the focus not being on the highlighted item in Figure 41 and being on the highlighted item in Figure 42 .
  • a graphical interface 4300 having a graphical context menu 4302 for a bookmark function in a web browser application in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 4302 is automatically configured as a 3x3 grid with the default item 4314 being the open menu item.
  • the other menu items include open in new tab 4306, send link 4308, copy link 4310, edit 4312, move 4316, delete 4318, new bookmark 4320, and full menu item 4322.
  • a graphical interface 4400 having a graphical context menu 4402 for a history function in a web browser application with an entry 4404, e.g., CNN, highlighted in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 4402 is automatically configured as a 3x3 grid with the default item 4414 being the open menu item.
  • the other menu items include open in new tab 4406, copy link 4408, send link 4410, add to bookmarks 4412, delete 4416, switch 4418, help 4420, and full menu item 4422.
  • a graphical interface 4500 having a graphical context menu 4502 for a web browser application with an image highlighted (not shown) in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 4502 is automatically configured as a 2x3 grid with the default item 4512 being the view image menu item.
  • the other menu items include save image 4504, send image link 4506, copy image link 4508, switch 4510, and full menu item 4414.
  • a graphical interface 4600 having a graphical context menu 4602 for a web browser application with a text link highlighted (not shown) in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 4602 is automatically configured as a 2x3 grid with the default item 4612 being the open link menu item.
  • the other menu items include open in new tab 4604, bookmark link 4606, send link 4608, copy link 4610, and full menu item 4612. Comparing the graphical context menus of Figures 45 and 46 , the menus have different menu items due to different context items highlighted.
  • a graphical interface 4700 having a graphical context menu 4702 for a browser application with a text link with an image highlighted (not shown) in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 4702 is automatically configured as a 3x3 grid with the default item 4712 being the open link menu item.
  • the other menu items include open in new tab 4704, bookmark link 4706, send link 4708, copy link 4710, view image 4714, save image 4716, send image link 4718, and full menu item 4720. Comparing the graphical context menus of figures 46 and 47 , the menus are different because the highlighted items are different: text link and text link with an image.
  • a graphical interface 4800 having a graphical context menu 4802 for a web browser application with text highlighted (not shown) in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 4802 is automatically configured as a 1x3 grid with the default item 4806 being the copy menu item, along with the cancel selection menu item 4804 and full menu item 4808.
  • a graphical interface 4900 having a graphical context menu 4902 for a media player application with an artist 4904 highlighted in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 4902 is automatically configured as a 2x3 grid with the default item 4914 being the view menu item.
  • the other menu items include add to playlist 4906, delete 4908, shuffle 4910, search 4912, view 4914, and full menu item 4916.
  • a graphical interface 5000 having a graphical context menu 5002 for a media player application with an album 5004 highlighted in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 5002 is automatically configured as a 2x3 grid with the default item 5014 being the view menu item.
  • the other menu items include add to playlist 5006, delete 5008, shuffle 5010, search 5012, view 5014, and full menu item 5016.
  • a graphical interface 5100 having a graphical context menu 5102 with a contact 5104 highlighted in accordance with an exemplary embodiment is illustrated.
  • the graphical context menu 5102 is automatically configured as a 2x3 grid with the default item 5114 being the start chat item.
  • the other menu items include view contact picture 5106, forward message 5108, search 5110, switch 5112, and full menu item 5116.
  • the technology can take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment containing both hardware and software elements.
  • the technology is implemented in software, which includes but is not limited to firmware, resident software, microcode, etc.
  • the technology 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.
  • method 600 can be a computer program product or can be program code on a computer-readable medium.
  • 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 (though propagation mediums in and of themselves as signal carriers are not included in the definition of physical computer-readable medium).
  • Examples of a physical computer-readable medium include a semiconductor or solid state memory, magnetic tape, a removable computer diskette, a random access memory (RAM), a read-only memory (ROM), a rigid magnetic disk and an optical disk.
  • Current examples of optical disks include compact disks-read only memory (CD-ROM), compact disk - read/write (CD-R/W) and DVD.
  • Both processors and program code for implementing each as aspect of the technology can be centralized or distributed (or a combination thereof) as known to those skilled in the art.
  • a data processing system suitable for storing program code and for executing program code will include at least one processor coupled directly or indirectly to memory elements through a system bus.
  • the memory elements can include local memory employed during actual execution of the program code, bulk storage, and cache memories that provide temporary storage of at least some program code in order to reduce the number of times code must be retrieved from bulk storage during execution.
  • I/O devices including but not limited to keyboards, displays, pointing devices, etc.
  • Network adapters may also be coupled to the system to enable the data processing system to become coupled to other data processing systems or remote printers or storage devices through intervening private or public networks. Modems, cable modem and Ethernet cards are just a few of the currently available types of network adapters.
  • the system and method described above can provide several benefits to a user of a mobile communication device with respect to displaying a graphical context menu.
  • the graphical context menu can be based on the context of the menu request, such as email options in the event an email application is currently being used.
  • the displayed graphical context menu can include menu options positioned in consistent positions.
  • the default menu option can be displayed in the center of the graphical context menu.
  • a full menu option can be displayed in the bottom right most slot of the graphical context menu.

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)
  • Telephone Function (AREA)
  • User Interface Of Digital Computer (AREA)
EP11163782.3A 2010-04-23 2011-04-26 Menu court de contexte graphique Active EP2381353B1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US32758610P 2010-04-23 2010-04-23
US13/092,850 US8631350B2 (en) 2010-04-23 2011-04-22 Graphical context short menu

Publications (2)

Publication Number Publication Date
EP2381353A1 true EP2381353A1 (fr) 2011-10-26
EP2381353B1 EP2381353B1 (fr) 2019-01-09

Family

ID=44310309

Family Applications (1)

Application Number Title Priority Date Filing Date
EP11163782.3A Active EP2381353B1 (fr) 2010-04-23 2011-04-26 Menu court de contexte graphique

Country Status (3)

Country Link
US (1) US8631350B2 (fr)
EP (1) EP2381353B1 (fr)
CA (1) CA2737975C (fr)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2587791A3 (fr) * 2011-10-28 2013-06-26 Canon Kabushiki Kaisha Appareil dýaffichage et procédé de contrôle de lýappareil dýaffichage
WO2013093558A1 (fr) * 2011-12-21 2013-06-27 Nokia Corporation Appareil et procédé permettant de collecter des événements d'application avec les contacts d'un dispositif électronique
WO2015134302A1 (fr) * 2014-03-03 2015-09-11 Microsoft Technology Licensing, Llc Commandes sensibles au contexte

Families Citing this family (70)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9552141B2 (en) 2004-06-21 2017-01-24 Apple Inc. Methods and apparatuses for operating a data processing system
US20110099507A1 (en) * 2009-10-28 2011-04-28 Google Inc. Displaying a collection of interactive elements that trigger actions directed to an item
US9639237B2 (en) * 2010-10-28 2017-05-02 Microsoft Technology Licensing, Llc User-customizable context menus
KR101785323B1 (ko) * 2011-01-05 2017-10-17 삼성전자주식회사 휴대 단말기의 사용자 인터페이스 제공 방법 및 장치
US20120272144A1 (en) * 2011-04-20 2012-10-25 Microsoft Corporation Compact control menu for touch-enabled command execution
US9891800B2 (en) 2011-06-17 2018-02-13 Nokia Technologies Oy Method and apparatus for providing a notification mechanism
US8977966B1 (en) * 2011-06-29 2015-03-10 Amazon Technologies, Inc. Keyboard navigation
US20130019175A1 (en) * 2011-07-14 2013-01-17 Microsoft Corporation Submenus for context based menu system
US9146665B2 (en) * 2011-09-30 2015-09-29 Paypal, Inc. Systems and methods for enhancing user interaction with displayed information
US8869068B2 (en) * 2011-11-22 2014-10-21 Backplane, Inc. Content sharing application utilizing radially-distributed menus
US9798450B1 (en) * 2011-12-02 2017-10-24 Google Inc. Multi-function graphical user interface button
US8766940B1 (en) * 2012-01-06 2014-07-01 Google Inc. Textured linear trackpad
US9928562B2 (en) 2012-01-20 2018-03-27 Microsoft Technology Licensing, Llc Touch mode and input type recognition
US20130191781A1 (en) * 2012-01-20 2013-07-25 Microsoft Corporation Displaying and interacting with touch contextual user interface
US10289660B2 (en) * 2012-02-15 2019-05-14 Apple Inc. Device, method, and graphical user interface for sharing a content object in a document
EP2631747B1 (fr) 2012-02-24 2016-03-30 BlackBerry Limited Procédé et appareil pour fournir une interface utilisateur sur un dispositif qui indique des opérateurs de contenu
US20130227413A1 (en) * 2012-02-24 2013-08-29 Simon Martin THORSANDER Method and Apparatus for Providing a Contextual User Interface on a Device
EP2631760A1 (fr) 2012-02-24 2013-08-28 Research In Motion Limited Procédé et appareil pour fournir une interface utilisateur sur un dispositif permettant la sélection d'opérations devant être effectuées par rapport à un contenu
CN104471521B (zh) 2012-05-09 2018-10-23 苹果公司 用于针对改变用户界面对象的激活状态来提供反馈的设备、方法和图形用户界面
WO2013169846A1 (fr) 2012-05-09 2013-11-14 Yknots Industries Llc Dispositif, procédé et interface graphique utilisateur pour afficher des informations supplémentaires en réponse à un contact d'utilisateur
WO2013169865A2 (fr) 2012-05-09 2013-11-14 Yknots Industries Llc Dispositif, procédé et interface d'utilisateur graphique pour déplacer un objet d'interface d'utilisateur en fonction d'une intensité d'une entrée d'appui
EP3185116B1 (fr) 2012-05-09 2019-09-11 Apple Inc. Dispositif, procédé et interface graphique utilisateur pour fournir une rétroaction tactile associée à des opérations mises en oeuvre dans une interface utilisateur
US9733887B2 (en) * 2012-05-19 2017-08-15 Wise Balls, Llc Wireless transfer device and methods
KR102150289B1 (ko) * 2012-08-30 2020-09-01 삼성전자주식회사 사용자 단말에서 사용자 인터페이스 장치 및 이를 지원하는 방법
US9397844B2 (en) 2012-09-11 2016-07-19 Apple Inc. Automated graphical user-interface layout
US9218118B2 (en) * 2012-09-11 2015-12-22 Apple Inc. Media player playlist management
US9558278B2 (en) 2012-09-11 2017-01-31 Apple Inc. Integrated content recommendation
US9189132B2 (en) 2012-09-29 2015-11-17 Oracle International Corporation Dynamic configurable menu using self-describing applications
CN103729113B (zh) * 2012-10-16 2017-03-22 中兴通讯股份有限公司 一种虚拟导航条的切换控制方法及装置
US8887097B2 (en) 2012-10-24 2014-11-11 Hewlett-Packard Development Company, L.P. Object opening menu
CN102981768B (zh) * 2012-12-04 2016-12-21 中兴通讯股份有限公司 一种在触屏终端界面实现悬浮式全局按钮的方法及系统
KR102000253B1 (ko) 2012-12-29 2019-07-16 애플 인크. 사용자 인터페이스 계층을 내비게이션하기 위한 디바이스, 방법 및 그래픽 사용자 인터페이스
US10649619B2 (en) * 2013-02-21 2020-05-12 Oath Inc. System and method of using context in selecting a response to user device interaction
US9792014B2 (en) 2013-03-15 2017-10-17 Microsoft Technology Licensing, Llc In-place contextual menu for handling actions for a listing of items
US20140292706A1 (en) * 2013-04-01 2014-10-02 Lenovo (Singapore) Pte. Ltd. Non-visual touch input targeting
EP3022639B1 (fr) * 2013-07-16 2018-10-31 Pinterest, Inc. Commandes de menu contextuel à base d'objets
US20150033188A1 (en) * 2013-07-23 2015-01-29 Microsoft Corporation Scrollable smart menu
KR102153366B1 (ko) * 2013-08-30 2020-10-15 삼성전자 주식회사 전자 기기의 화면 전환 방법 및 장치
US9519401B2 (en) * 2013-09-18 2016-12-13 Adobe Systems Incorporated Providing context menu based on predicted commands
US9792354B2 (en) * 2013-09-30 2017-10-17 Microsoft Technology Licensing, Llc Context aware user interface parts
CN103616992B (zh) * 2013-11-13 2017-10-17 华为技术有限公司 应用程序控制方法和装置
KR20150057341A (ko) * 2013-11-19 2015-05-28 엘지전자 주식회사 이동 단말기 및 이의 제어 방법
US20150193129A1 (en) * 2014-01-07 2015-07-09 Samsung Electronics Co., Ltd. Method for executing application and electronic apparatus
KR20150099297A (ko) * 2014-02-21 2015-08-31 삼성전자주식회사 전자장치의 화면 표시 방법
US9329761B2 (en) 2014-04-01 2016-05-03 Microsoft Technology Licensing, Llc Command user interface for displaying and scaling selectable controls and commands
US20150286349A1 (en) * 2014-04-02 2015-10-08 Microsoft Corporation Transient user interface elements
US9614724B2 (en) 2014-04-21 2017-04-04 Microsoft Technology Licensing, Llc Session-based device configuration
US9384335B2 (en) 2014-05-12 2016-07-05 Microsoft Technology Licensing, Llc Content delivery prioritization in managed wireless distribution networks
US10111099B2 (en) 2014-05-12 2018-10-23 Microsoft Technology Licensing, Llc Distributing content in managed wireless distribution networks
US9430667B2 (en) 2014-05-12 2016-08-30 Microsoft Technology Licensing, Llc Managed wireless distribution network
US9384334B2 (en) 2014-05-12 2016-07-05 Microsoft Technology Licensing, Llc Content discovery in managed wireless distribution networks
US9874914B2 (en) 2014-05-19 2018-01-23 Microsoft Technology Licensing, Llc Power management contracts for accessory devices
US10037202B2 (en) 2014-06-03 2018-07-31 Microsoft Technology Licensing, Llc Techniques to isolating a portion of an online computing service
US9367490B2 (en) 2014-06-13 2016-06-14 Microsoft Technology Licensing, Llc Reversible connector for accessory devices
US20150378600A1 (en) * 2014-06-27 2015-12-31 Microsoft Technology Licensing, Llc Context menu utilizing a context indicator and floating menu bar
US10534500B1 (en) * 2014-08-29 2020-01-14 Open Invention Network Llc Color based search application interface and corresponding control functions
US10949075B2 (en) * 2014-11-06 2021-03-16 Microsoft Technology Licensing, Llc Application command control for small screen display
US20160132301A1 (en) 2014-11-06 2016-05-12 Microsoft Technology Licensing, Llc Programmatic user interface generation based on display size
US10095396B2 (en) 2015-03-08 2018-10-09 Apple Inc. Devices, methods, and graphical user interfaces for interacting with a control object while dragging another object
US9632664B2 (en) * 2015-03-08 2017-04-25 Apple Inc. Devices, methods, and graphical user interfaces for manipulating user interface objects with visual and/or haptic feedback
US10353541B1 (en) * 2015-03-27 2019-07-16 Open Text Corporation Context menu fragment management
TWI563445B (en) * 2015-06-01 2016-12-21 Compal Electronics Inc Data processing method
US9860451B2 (en) 2015-06-07 2018-01-02 Apple Inc. Devices and methods for capturing and interacting with enhanced digital images
KR20160148771A (ko) * 2015-06-16 2016-12-27 엔에이치엔엔터테인먼트 주식회사 파일 일괄 처리 방법 및 이에 따른 프로그램을 수행하는 디지털 디바이스
US9880735B2 (en) 2015-08-10 2018-01-30 Apple Inc. Devices, methods, and graphical user interfaces for manipulating user interface objects with visual and/or haptic feedback
US9619113B2 (en) * 2015-09-09 2017-04-11 Quixey, Inc. Overloading app icon touchscreen interaction to provide action accessibility
DE102016208118A1 (de) * 2016-05-11 2017-11-16 Lenze Automation Gmbh Verfahren zum Konfigurieren eines elektrischen Antriebssystems und Maschine
RU2640329C1 (ru) * 2016-09-28 2017-12-27 Общество с ограниченной ответственностью "ПИРФ" (ООО "ПИРФ") Способ, система и машиночитаемый носитель данных для управления устройством пользователя с помощью контекстного тулбара
US11287952B2 (en) 2018-03-30 2022-03-29 Micro Focus Llc Dynamic contextual menu
CN114690993B (zh) * 2022-03-18 2024-09-06 统信软件技术有限公司 一种文件夹切换方法、装置、计算设备及存储介质

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5805167A (en) * 1994-09-22 1998-09-08 Van Cruyningen; Izak Popup menus with directional gestures
EP1376325A2 (fr) * 2002-06-28 2004-01-02 Microsoft Corporation Méthode et système pour présenter des commandes de menu à sélectionner
WO2004017227A1 (fr) * 2002-08-16 2004-02-26 Myorigo Oy Menus a contenu variable pour ecrans tactiles
US20050119031A1 (en) * 2003-12-01 2005-06-02 Karin Spalink Apparatus, methods and computer program products providing menu expansion and organization functions
EP1693738A1 (fr) * 2005-02-16 2006-08-23 Siemens Aktiengesellschaft Zones de commandes à deux dimensions.
US20070198949A1 (en) * 2006-02-21 2007-08-23 Sap Ag Method and system for providing an outwardly expandable radial menu

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5745717A (en) 1995-06-07 1998-04-28 Vayda; Mark Graphical menu providing simultaneous multiple command selection
JP4142175B2 (ja) * 1998-10-20 2008-08-27 松下電器産業株式会社 グラフィカルユーザインタフェース装置
US20030011638A1 (en) * 2001-07-10 2003-01-16 Sun-Woo Chung Pop-up menu system
US20040221243A1 (en) 2003-04-30 2004-11-04 Twerdahl Timothy D Radial menu interface for handheld computing device
KR100703335B1 (ko) 2004-04-07 2007-04-03 삼성전자주식회사 휴대단말기의 메뉴 표시 방법
US20090033633A1 (en) 2007-07-31 2009-02-05 Palo Alto Research Center Incorporated User interface for a context-aware leisure-activity recommendation system
KR100929236B1 (ko) 2007-09-18 2009-12-01 엘지전자 주식회사 터치스크린을 구비하는 휴대 단말기 및 그 동작 제어방법
US8200742B2 (en) 2008-02-13 2012-06-12 Robert Kocyan Apparatus, system, and method for facilitating data flow between a first application programming interface and a second application programming interface
US9176620B2 (en) 2008-07-22 2015-11-03 Lg Electronics Inc. Mobile terminal and method for displaying information list thereof

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5805167A (en) * 1994-09-22 1998-09-08 Van Cruyningen; Izak Popup menus with directional gestures
EP1376325A2 (fr) * 2002-06-28 2004-01-02 Microsoft Corporation Méthode et système pour présenter des commandes de menu à sélectionner
WO2004017227A1 (fr) * 2002-08-16 2004-02-26 Myorigo Oy Menus a contenu variable pour ecrans tactiles
US20050119031A1 (en) * 2003-12-01 2005-06-02 Karin Spalink Apparatus, methods and computer program products providing menu expansion and organization functions
EP1693738A1 (fr) * 2005-02-16 2006-08-23 Siemens Aktiengesellschaft Zones de commandes à deux dimensions.
US20070198949A1 (en) * 2006-02-21 2007-08-23 Sap Ag Method and system for providing an outwardly expandable radial menu

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2587791A3 (fr) * 2011-10-28 2013-06-26 Canon Kabushiki Kaisha Appareil dýaffichage et procédé de contrôle de lýappareil dýaffichage
US9485411B2 (en) 2011-10-28 2016-11-01 Canon Kabushiki Kaisha Display control apparatus and method for controlling display control apparatus
EP3306912A1 (fr) * 2011-10-28 2018-04-11 Canon Kabushiki Kaisha Appareil d'affichage et procédé de contrôle de l'appareil d'affichage
WO2013093558A1 (fr) * 2011-12-21 2013-06-27 Nokia Corporation Appareil et procédé permettant de collecter des événements d'application avec les contacts d'un dispositif électronique
CN104106034A (zh) * 2011-12-21 2014-10-15 诺基亚公司 用于将应用事件与电子设备的联系人对照的装置和方法
CN104106034B (zh) * 2011-12-21 2018-01-09 诺基亚技术有限公司 用于将应用事件与电子设备的联系人对照的装置和方法
WO2015134302A1 (fr) * 2014-03-03 2015-09-11 Microsoft Technology Licensing, Llc Commandes sensibles au contexte
CN106062689A (zh) * 2014-03-03 2016-10-26 微软技术许可有限责任公司 知晓上下文的命令
US9804749B2 (en) 2014-03-03 2017-10-31 Microsoft Technology Licensing, Llc Context aware commands

Also Published As

Publication number Publication date
CA2737975C (fr) 2016-06-07
EP2381353B1 (fr) 2019-01-09
CA2737975A1 (fr) 2011-10-23
US8631350B2 (en) 2014-01-14
US20110265035A1 (en) 2011-10-27

Similar Documents

Publication Publication Date Title
US8631350B2 (en) Graphical context short menu
CA2731772C (fr) Menu contextuel graphique abrege
US10732821B2 (en) Portable multifunction device, method, and graphical user interface supporting user navigations of graphical objects on a touch screen display
US7568169B2 (en) Method and arrangement for a primary actions menu for email applications on a handheld electronic device
US9983771B2 (en) Provision of an open instance of an application
US20080163112A1 (en) Designation of menu actions for applications on a handheld electronic device
US8341551B2 (en) Method and arrangment for a primary actions menu for a contact data entry record of an address book application on a handheld electronic device
US10078420B2 (en) Electronic devices, associated apparatus and methods
KR101784466B1 (ko) 휴대단말의 기능 실행 방법 및 장치
JP4801503B2 (ja) 項目選択装置、コンピュータプログラムとその記録媒体、及び情報処理装置
US20080163121A1 (en) Method and arrangement for designating a menu item on a handheld electronic device
US20110167347A1 (en) Method and apparatus for setting section of a multimedia file in mobile device
KR20160021267A (ko) 슬라이서 스타일 필터링 사용자 인터페이스를 이용한 데이터 필터링
KR20100087834A (ko) 휴대단말의 기능 제어 방법 및 시스템
WO2011098925A1 (fr) Procédé de sélection d'article destiné à des dispositifs à écran tactile
JP2012522284A (ja) タッチ・ベースのテキスト入力のためのシステム及び方法
US20130268876A1 (en) Method and apparatus for controlling menus in media device
EP2587356A2 (fr) Procédé de commande pour écran de base et dispositif correspondant

Legal Events

Date Code Title Description
17P Request for examination filed

Effective date: 20110426

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

AX Request for extension of the european patent

Extension state: BA ME

PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: BLACKBERRY LIMITED

Owner name: RESEARCH IN MOTION CORPORATION

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: BLACKBERRY LIMITED

Owner name: RESEARCH IN MOTION CORPORATION

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: EXAMINATION IS IN PROGRESS

17Q First examination report despatched

Effective date: 20170217

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: BLACKBERRY LIMITED

Owner name: RESEARCH IN MOTION LIMITED

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: BLACKBERRY LIMITED

REG Reference to a national code

Ref country code: DE

Ref legal event code: R079

Ref document number: 602011055501

Country of ref document: DE

Free format text: PREVIOUS MAIN CLASS: G06F0003048000

Ipc: G06F0003048200

GRAP Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOSNIGR1

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: GRANT OF PATENT IS INTENDED

RIC1 Information provided on ipc code assigned before grant

Ipc: G06F 3/0482 20130101AFI20180611BHEP

INTG Intention to grant announced

Effective date: 20180706

GRAS Grant fee paid

Free format text: ORIGINAL CODE: EPIDOSNIGR3

GRAJ Information related to disapproval of communication of intention to grant by the applicant or resumption of examination proceedings by the epo deleted

Free format text: ORIGINAL CODE: EPIDOSDIGR1

GRAL Information related to payment of fee for publishing/printing deleted

Free format text: ORIGINAL CODE: EPIDOSDIGR3

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: EXAMINATION IS IN PROGRESS

GRAR Information related to intention to grant a patent recorded

Free format text: ORIGINAL CODE: EPIDOSNIGR71

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: GRANT OF PATENT IS INTENDED

GRAA (expected) grant

Free format text: ORIGINAL CODE: 0009210

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE PATENT HAS BEEN GRANTED

INTC Intention to grant announced (deleted)
AK Designated contracting states

Kind code of ref document: B1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

INTG Intention to grant announced

Effective date: 20181130

REG Reference to a national code

Ref country code: GB

Ref legal event code: FG4D

REG Reference to a national code

Ref country code: CH

Ref legal event code: EP

Ref country code: AT

Ref legal event code: REF

Ref document number: 1088105

Country of ref document: AT

Kind code of ref document: T

Effective date: 20190115

REG Reference to a national code

Ref country code: CH

Ref legal event code: PK

Free format text: BERICHTIGUNGEN

Ref country code: DE

Ref legal event code: R096

Ref document number: 602011055501

Country of ref document: DE

REG Reference to a national code

Ref country code: IE

Ref legal event code: FG4D

RIC2 Information provided on ipc code assigned after grant

Ipc: G06F 3/0482 20130101AFI20180611BHEP

REG Reference to a national code

Ref country code: NL

Ref legal event code: MP

Effective date: 20190109

REG Reference to a national code

Ref country code: LT

Ref legal event code: MG4D

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: NL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

REG Reference to a national code

Ref country code: AT

Ref legal event code: MK05

Ref document number: 1088105

Country of ref document: AT

Kind code of ref document: T

Effective date: 20190109

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

Ref country code: PL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

Ref country code: ES

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

Ref country code: LT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

Ref country code: PT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190509

Ref country code: NO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190409

Ref country code: FI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190509

Ref country code: GR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190410

Ref country code: BG

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190409

Ref country code: RS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

Ref country code: LV

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

Ref country code: HR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

REG Reference to a national code

Ref country code: DE

Ref legal event code: R097

Ref document number: 602011055501

Country of ref document: DE

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: CZ

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

Ref country code: AL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

Ref country code: SK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

Ref country code: EE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

Ref country code: DK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

Ref country code: RO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

Ref country code: IT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

Ref country code: AT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

PLBE No opposition filed within time limit

Free format text: ORIGINAL CODE: 0009261

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SM

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

REG Reference to a national code

Ref country code: CH

Ref legal event code: PL

26N No opposition filed

Effective date: 20191010

REG Reference to a national code

Ref country code: BE

Ref legal event code: MM

Effective date: 20190430

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: LU

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20190426

Ref country code: MC

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: LI

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20190430

Ref country code: CH

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20190430

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

Ref country code: BE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20190430

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: TR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20190426

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: CY

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

Ref country code: HU

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT; INVALID AB INITIO

Effective date: 20110426

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190109

REG Reference to a national code

Ref country code: DE

Ref legal event code: R082

Ref document number: 602011055501

Country of ref document: DE

Ref country code: DE

Ref legal event code: R081

Ref document number: 602011055501

Country of ref document: DE

Owner name: MALIKIE INNOVATIONS LTD., IE

Free format text: FORMER OWNER: BLACKBERRY LIMITED, WATERLOO, ONTARIO, CA

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: GB

Payment date: 20240423

Year of fee payment: 14

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: DE

Payment date: 20240429

Year of fee payment: 14

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: FR

Payment date: 20240430

Year of fee payment: 14