GB2404127A - Control area selection in a graphical user interface - Google Patents

Control area selection in a graphical user interface Download PDF

Info

Publication number
GB2404127A
GB2404127A GB0415559A GB0415559A GB2404127A GB 2404127 A GB2404127 A GB 2404127A GB 0415559 A GB0415559 A GB 0415559A GB 0415559 A GB0415559 A GB 0415559A GB 2404127 A GB2404127 A GB 2404127A
Authority
GB
United Kingdom
Prior art keywords
colour
mask
control area
control
colour mask
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
GB0415559A
Other versions
GB0415559D0 (en
GB2404127B (en
Inventor
Graham Phillip Oldfield
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.)
Symbian Software Ltd
Original Assignee
Symbian Software Ltd
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 Symbian Software Ltd filed Critical Symbian Software Ltd
Publication of GB0415559D0 publication Critical patent/GB0415559D0/en
Publication of GB2404127A publication Critical patent/GB2404127A/en
Application granted granted Critical
Publication of GB2404127B publication Critical patent/GB2404127B/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

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/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)
  • Digital Computer Display Output (AREA)

Abstract

The control areas (e.g. keys and buttons) in a GUI of a touch screen based computing device are represented in a colour mask stored on the device. The colour mask which is not displayed, has regions exactly corresponding in shape and size to each of the control keys or buttons, each region is completely filled with a unique colour. In use, when a X,Y co-ordinate pair for a particular contact point is generated, it is very fast to extract the pixel colour that is present at the same X,Y co-ordinates of the colour mask. It is also then very fast to establish the control area associated with that colour by matching the pixel colour to a table that stores each control area together with its associated colour in the colour mask.

Description

CONTROL AREA SELECTION IN A COMPUTING DEVICE WITH A
GRAPHICAL USER INTERFACE
BACKGROUND OF THE INVENTION
1. Field of the Invention
This invention relates to a method of control area selection in a computing device with a graphical user interface, particularly a device with a touch screen.
2. Description of the Prior Art
A common problem in Symbian OS and other GUI (graphical user interface) based operating systems for computing devices is determining what control area in a GUI has actually been selected by a user, e.g. what particular control key or button is meant to be selected when a user taps a touch sensitive display screen. When a stylus taps the display screen, the touch position is translated into an X and Y co-ordinate. Touch screens typically comprise an ITO layer overlying a display (such as a LCD) and are pressure sensitive. When pressure is applied to the ITO overlay, the top flexible surface is locally deformed so that it makes contact with a stiff /solid base layer. An analogue voltage level across the ITO coating on the inside surface layer is interpreted by the device to give X, Y coordinates for the pressure point.
The X, Y co-ordinate is then delivered by the OS to the current window that fell under the co-ordinate. The window will have a number of control areas and each will typically have to be interrogated to find out which one falls under the co-ordinates.
Figure 1 shows a UI control design that one may want to implement to allow user input.
The control in Figure 1 defines seven control areas that the user can select; these are Up / Down / Left/ Right/ Confirm / Yes / No. To represent these control areas in the OS, each is defined very approximately as a rectangle. For example the 'Up' control would be recorded as a rectangle with its top left co-ordinate pair as X 68, Y 4 and its bottom left co-ordinate pair as X 111, Y 29, as shown in Figure 2. Figure 2 shows all seven rectangles for the seven different control areas.
Given that each of the seven selectable control areas is loosely defined as a rectangle, we can now determine which area was selected by a pen /stylus. When the user touches the display screen overlying a given control area, X and Y co-ordinates where the pen touched are generated. The device then examines each rectangle to see if the X, Y co ordinates fall within the bounds of that rectangle. A typical algorithm to determine if a X Y co-ordinate pair falls within the bounds of a rectangle is: 1. Is the User selected X co-ordinate greater than a control area's top left X co ordinate.
2. Is the User selected X co-ordnate less than a control area's bottom right X: co-ordinate.
3. Is the User selected Y co-ordinate greater than a control area's top left Y co ordinate.
4. Is the User selected Y co-ordinate less than a control area's bottom right Y co-ordinate.
If all the above conditions are true then we know that the user has selected that control area.
This algorithm must be run across every rectangle to discover which control area the user has selected. Given the complexity of many control designs and the consequent large t number of rectangles, this can be a relatively time consuming processes.
Another disadvantage is that the only portions of control areas that you can capture are rectangles; this means graphically intensive control designs, such as control buttons with; complex shapes, can be hard to capture pointer events from accurately. Figure 3 shows a region where the user selected the 'down' control; this event would be missed as it is outside the bounds of the 'clown' rectangle.
Whilst its possible to capture user input with rectangles, there are therefore 3 main drawbacks: À Hit areas have to be rectangular. Arbitrary shaped controls cannot be selected accurately.
À An algorithm examining 2 pairs of co-ordinates must be run across every hit area.
À It is time consuming to change the design of the control as all of the co-ordinate pairs that describe the hit rectangles must be recalculated.
SUMMARY OF THE INVENTION
In a first aspect, a method of establishing which control area shown on a display of a computing device has been selected by a user, in which each of several different selectable control areas is associated with one of a set of unique colours in a colour mask stored in device memory and not shown on the display, the colour mask being made up of regions that each correspond to one of the control areas and are each coloured in one of the unique colours; comprises the steps of: (a) generating a set of co-ordinates for a contact location on the display; (b) retrieving the colour mask colour at that set of co-ordinates; (c) establishing the control area which is associated with the same colour as the retrieved colour.
Hence, instead of making a loose rectangular approximation to a control key or button, the present invention requires a colour mask with a region preferably exactly corresponding in shape and size to that control key or button to be created and stored in memory; the region is completely filled with a unique colour. Any other control keys or buttons visible at the same time are given corresponding uniquely coloured regions in the colour mask. The device will hence store a set of different colour masks, each corresponding to a different control key/button arrangement. Some colour masks may be burned in device ROM (e.g. for GUI control designs that are meant always to be available); others may be part of application software loaded into the device by an end- user, where the colour masks relate to GUI control designs specific to that application software. The colour masks are not displayed on the screen at all and are hence entirely 'virtual'.
In use, when a X,Y co-ordinate pair for a particular contact/touch point is generated, it is straightforward and very fast to extract the pixel colour that is present at the same X,Y co-ordinates of the appropriate colour mask. From there, it is also very fast and straightforward to establish the control area associated with that colour. For example, imagine a control design in which an icon is displayed in the center of the screen. The icon is a complex shape, such as a flower. If the flower is selected, then an imaging application opens. There are no other control areas on the same screen. Then, a colour mask in exactly the shape of the flower is created when designing the device or the imaging application; the internal parts of the flower arc given a colour, say blue, in the mask. The rest of the colour mask if black. The colour mask is stored in device memory; it is not displayed on screen at all. 1
When the device is in use, the flower icon is displayed. The user touches any part of the flower: the touch co-ordinates are generated and then used to retrieve the colour in the colour mask at the same co-ordinates. If the colour mask colour is blue, then the device compares this to the possible colour s (blue and black) using a table which also associates each colour with a control area (e.g. blue = flower; black = no function). It can then rapidly determine that the flower has been selected. If the colour mask colour is black, then the device knows that the user has touched the screen outside of the flower icon. If the control design is complex, examining all the different rectangles using a prior art approach would be complex and time consuming. With the colour mask approach of the present invention, we just compare the different colour areas. This is fast and computationally efficient; especially valuable advantages in a resource constrained computing device such as a smartphone or other kind of mobile telephone.
The term 'computing device' covers any kind of computing device that a person interacts with by selecting control areas that are shown on a display. As such, the term covers PDAs, mobile telephones, dedicated devices such digital audio players, remote control units, etc. The term 'control area' should be expansively construed to cover any object which a user would 'selcct'in some way (e.g. choose in order to: (a) input data, such as text/numeric data; (b) initiate an action; (c) control or manipulate a function; or (d) to identify data which is to be manipulated) . It therefore covers keys or tiles from a keyboard (such as letter or number keys), a control button or slider, a jog dial, a joystick, or a roller button etc. The term 'control area' also covers items that do not correspond with objects as such; in particular, it covers any icon or image which a user might select.
BRIEF DESCRIPTION OF THE DRAWINGS
The present invention will be described with reference to the accompanying drawings, in which: Figure 1 shows the GUI control design appearing on part of a computing device screen; the control design has seven different control areas.
Figure 2 shows the prior art rectangle based approach to establishing which of the seven control areas has been selected by a user; Figure 3 shows how the prior art does not cope well with complex control areas; Figure 4 shows a colour mask as used in the present invention; there are seven different control regions, each the exact same shape and size as a corresponding control area in the GUI control design that appears on the display; Figure 5 shows how the device stores the original control design bitmap, the colour mask and a table of colours linked to control areas; Figure 6 is a flow chart of the key steps in the present invention; Figure 7 shows a different GUI control design with the same kinds of control areas as the Figure 1 GUI control design; Figure 8 shows how this different GUI control design can be simply implemented by using a different colour mask.
DETAILED DESCRIPTION
The present invention will be described with reference to an implementation that can run on the Symbian OS operating system from Symbian Limited, I,ondon, United Kingdom.
Symbian OS is designed for smartphones and other mobile telephones: the limited processing power available on these kinds of devices makes the present invention especially valuable.
Colour Mask Solution] The colour mask solution replaces the multiple rectangle hit area approach with a colour i mask stored in memory. The colour mask is a direct representation of the control areas we are intending to capture input from, with different regions corresponding to each c different control area. Creating the mask is simply a case of getting the original bitmap of the control areas and then filling in the corresponding colour mask regions that we require capturing user input from with a solid colour.
In Figure 4 we can see a colour mask representing the control in Figure 1. Any colour mask region that we do not want to count as user input, we colour black. We can then mark the colour mask regions we are interested in different colours, for example Figure 4 shows red is confirm, yellow is left, blue is right, purple is down etc. In SymbianOS, each colour is stored as 32 bit unsigned integer with the format BB GG RR (Blue Green Red) so primary red would be OxOOOOff, green OxOOffOO and blue would be OxffOOOO.
We store in device memory a table of the known region colours as member variables associated with a reference to a corresponding control area, as shown in Table 1 below.
Table 1
Const TUint KYesAreaColour = 0xfOffO5;//Cyan Const TUint KNoAreaColour = 0x80c5f6; //beige Const TUint KUpAreaColour = 0xOOffOO; //Green Const TUint KDownAreaColour = 0xf773dO; //purple Const TUint KLeftAreaColour = 0xO3faf7; //yellow Const TUint KRightAreaColour = 0xffO000; //Blue Const TUint KConfirmAreaColour = 0xOOOOff; //Red Const TUInt KblackIgnoreArea = 0xO00000; //Black The colour mask is also stored in device memory as a member variable.
The way we use the colour mask is as follows. If the user selects the 'left' control area by tapping on it with a stylus, an application would receive an event with the co-ordinates x 58, y 41 defining the stylus contact position.
The program establishing the control area which has been selected then asks for the pixel in the colour mask at location x 58 y 41. As noted earlier, the colour mask is not actually shown on the display but exists only in memory: the colours deployed in the colour mask bear no relationship to the colours shown on the display.
In Symbian OS, all bitmaps are represented in memory as collections of pixels, Pixels are unsigned integers that represent the colour in the same format as we stored our known colours). Symbian OS and other GUI based Operating Systems provide a quick method to retrieve a pixel from a bitmap in memory and it is this functionality we use to retrieve the pixel at x58 y41.
In this case, the pixel at X58 y41 would be retrieved from the colour mask as TUint OxO3faf7 (corresponding to the colour yellow). The program would then use as statement as follows: Void UserSelectedControl(Tint XsclectedCoordinate, Tint YselectcdCoordiante) const TUint selectedPixel = MyOffScreenMask->GetPixel(XselectedCoordinate, YselectedCoordiante); switch (selectedPixel) case KblackIgnoreArea: //black //No control area selected we can ignore event break case KyesAreaColour: DoYesActionO; break; case KNoAreaColour: DoNoActionO; break; I case KUpAreaColour: I O DoUpActionO; break; case KdownAreaColour: DoDownActionO; break; case K1eftAreaColour: DoLeftActionO; break; case KrightAreaColour: DoRightActionO; break; Default: break; }; In this case the pixel value OxO3faf7 would be matched to the KLeftAreaColour variable (OxO3faf7) as shown in Table 1 (i.e. the program matches the pixel colour yellow to the control area associated with that colour, namely the 'left' control area). Hence, the program would determine that the user has selected 'left'. The relevant part of the program statement is shown in bold. The key steps are summarised in Figure 6.
So long as each region in the colour mask has a unique value, any colour (which term also includes grey scale) combination can be used.
This approach is more efficient in terms of processing time as we arc comparing one unsigned integer against integers for each of the different regions (which each have a 1:1 correspondence to a control area). If the control design is complex, examining all the different rectangles using a prior art approach would be complex and time consuming.
With the colour mask approach we just compare the different colour areas.
Customisation Another advantage of the colour mask approach is that the look and feel of the control design can be completely changed, by simply updating the mask and the original control 1 5 bitmap.
Figure 7 shows a complete re-design of the original control (in Figure 1). This new design however still has exactly the same seven control areas as the original control design e.g. up / down /left / right etc.. This new design would be extremely difficult to represent with the rectangle approach as it contains many non rectangular hit areas.
To update this control design with the colour mask approach simply requires creating a new colour mask bitmap that represent the new control design. The new colour mask is shown in Figure 8 and could be created by somebody with little technical knowledge in a paint application. The only criteria is that exactly the same colour values arc used again e.g. 'Left' arrow control region is OxO3faf7 (yellow). With the new Control bitmap and colour mask added to the application no code changes are required. This is because the colour mask approach only needs to know which colours represent which control action (e.g. as shown in Table 1).

Claims (17)

1. A method of establishing which control area shown on a display of a computing device has been selected by a user, in which each of several different selectable control areas is associated with one of a sct of unique colours in a colour mask stored in device memory and not shown on the display, the colour mask being made up of regions that each correspond to one of the control areas and are each coloured in one of the unique colours; comprising the steps of: (a) generating a set of co-ordinates for a contact location on the display; (b) retrieving the colour mask colour at that set of co-ordinates; (c) establishing the control area which is associated with the same colour as the retrieved colour.
2. The method of Claim 1 in which the colour mask is obtained using a bit map of the control areas.
3. The method of Claim 2 in which a table of the set of unique colours is stored in device memory, together with a refctcnce to each associated selectable control area.
4 The method of Claim 3 in which each of the unique colours in the table is represented as an unsigned integer.
5. The method of Claim 4 in which each of the unique colours in the colour mask is represented as an unsigned integer and the unsigned integer representing the colour at the set of co-ordinates is compared against each unsigned integer in the table until a match is found.
6. The method of Claim 5 in which, when a match is found, the corresponding selectable control area is then established using the table.
7. The method of Claim 1 in which a selectable control area can be any arbitrary shape so long as the colour mask region corresponding to that arbitrary shape can be filled with a single colour.
S. The method of Claim 2 in which the arrangement or design of the different selectable control areas is updatable to a different arrangement or design by altering the bit map of the control areas and the colour mask.
9. The method of Claim in which altering the bit map of the control areas and the colour mask is performed using a paint application.
10. A computing device adapted to establish which control area shown on a display of the computing device has been selected by a user, in which each of several different selectable control areas is associated with one of a set of unique colours in a colour mask stored in device memory and not shown on the display, the colour mask being made up of regions that each correspond to one of the control areas and are each coloured in one of the unique colours; the device being adapted to: (a) generate a set of co-ordinates for a contact location on the display; (b) retrieve the colour mask colour at that set of co-ordinates; (c) establish the control area which is associated with the same colour as the retrieved colour.
11. The device of Claim 10 in which the colour mask is obtained using a bit map of the control areas.
12. The device of Claim 11 in which a table of the set of unique colours is stored in device memory, together with a reference to each associated selectable control area.
13. The device of Claim 12 in which each of the unique colours in the table is represented as an unsigned integer.
14. The device of Claim 13 in which each of the unique colours in the colour mask is represented as an unsigned integer and the unsigned integer representing the colour at the set of co-ordinates is compared against each unsigned integer in the table until a match is found.
15. The device of Claim 14 which, when a match is found, establishes the corresponding selectable control area using the table.
16. The device of Claim 10 in which a selectable control area can be any arbitrary shape so long as the colour mask region corresponding to that arbitrary shape can be filled with a single colour.
17. Application software programmed to run on a computing device, in which the application software causes each of several different selectable control areas to be displayed on the device and comprises a colour mask, the colour mask being made up of regions that each correspond to one of the control areas and are each coloured in a unique colour and the colour mask being stored in device memory and not shown on the display.
GB0415559A 2003-07-10 2004-07-12 Control area selection in a computing device with a graphical user interface Expired - Fee Related GB2404127B (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
GB0316122A GB0316122D0 (en) 2003-07-10 2003-07-10 Control area selection in a computing device with a graphical user interface

Publications (3)

Publication Number Publication Date
GB0415559D0 GB0415559D0 (en) 2004-08-11
GB2404127A true GB2404127A (en) 2005-01-19
GB2404127B GB2404127B (en) 2005-12-07

Family

ID=27741904

Family Applications (2)

Application Number Title Priority Date Filing Date
GB0316122A Ceased GB0316122D0 (en) 2003-07-10 2003-07-10 Control area selection in a computing device with a graphical user interface
GB0415559A Expired - Fee Related GB2404127B (en) 2003-07-10 2004-07-12 Control area selection in a computing device with a graphical user interface

Family Applications Before (1)

Application Number Title Priority Date Filing Date
GB0316122A Ceased GB0316122D0 (en) 2003-07-10 2003-07-10 Control area selection in a computing device with a graphical user interface

Country Status (4)

Country Link
EP (1) EP1646932A1 (en)
JP (1) JP2007527046A (en)
GB (2) GB0316122D0 (en)
WO (1) WO2005006171A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010034121A1 (en) * 2008-09-29 2010-04-01 Smart Technologies Ulc Handling interactions in multi-user interactive input system
US8416206B2 (en) 2009-07-08 2013-04-09 Smart Technologies Ulc Method for manipulating a graphic widget in a three-dimensional environment displayed on a touch panel of an interactive input system
US8502789B2 (en) 2010-01-11 2013-08-06 Smart Technologies Ulc Method for handling user input in an interactive input system, and interactive input system executing the method
US8810522B2 (en) 2008-09-29 2014-08-19 Smart Technologies Ulc Method for selecting and manipulating a graphical object in an interactive input system, and interactive input system executing the method
US8902195B2 (en) 2009-09-01 2014-12-02 Smart Technologies Ulc Interactive input system with improved signal-to-noise ratio (SNR) and image capture method

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8094137B2 (en) 2007-07-23 2012-01-10 Smart Technologies Ulc System and method of detecting contact on a display
US20130040596A1 (en) * 2011-08-12 2013-02-14 Invit Information Services Ltda Method for using smartphones as public and personal security devices based on trusted social networks

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000036484A2 (en) * 1998-12-11 2000-06-22 Aoraki Corporation Limited Improvements relating to control of computer interfaces
WO2001037071A1 (en) * 1999-11-14 2001-05-25 Ycd Multimedia Ltd. Dynamic user interface

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4847604A (en) * 1987-08-27 1989-07-11 Doyle Michael D Method and apparatus for identifying features of an image on a video display
JPH0273470A (en) * 1988-09-09 1990-03-13 Toshiba Corp Picture processor
JP3219511B2 (en) * 1991-12-11 2001-10-15 ゼロックス コーポレーション Graphic user interface device and color control correction system
JPH07191597A (en) * 1993-12-24 1995-07-28 Canon Inc Data output device
US5737553A (en) * 1995-07-14 1998-04-07 Novell, Inc. Colormap system for mapping pixel position and color index to executable functions
JPH11237871A (en) * 1998-02-20 1999-08-31 Toden Software Inc Plotting element blink method using color pallet
US20020001000A1 (en) * 1999-03-11 2002-01-03 Ilya Shpilberg Apparatus for and method of acquiring processing and routing data contained in a GUI window

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000036484A2 (en) * 1998-12-11 2000-06-22 Aoraki Corporation Limited Improvements relating to control of computer interfaces
WO2001037071A1 (en) * 1999-11-14 2001-05-25 Ycd Multimedia Ltd. Dynamic user interface

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010034121A1 (en) * 2008-09-29 2010-04-01 Smart Technologies Ulc Handling interactions in multi-user interactive input system
US8810522B2 (en) 2008-09-29 2014-08-19 Smart Technologies Ulc Method for selecting and manipulating a graphical object in an interactive input system, and interactive input system executing the method
US8416206B2 (en) 2009-07-08 2013-04-09 Smart Technologies Ulc Method for manipulating a graphic widget in a three-dimensional environment displayed on a touch panel of an interactive input system
US8902195B2 (en) 2009-09-01 2014-12-02 Smart Technologies Ulc Interactive input system with improved signal-to-noise ratio (SNR) and image capture method
US8502789B2 (en) 2010-01-11 2013-08-06 Smart Technologies Ulc Method for handling user input in an interactive input system, and interactive input system executing the method

Also Published As

Publication number Publication date
JP2007527046A (en) 2007-09-20
GB0316122D0 (en) 2003-08-13
GB0415559D0 (en) 2004-08-11
WO2005006171A1 (en) 2005-01-20
EP1646932A1 (en) 2006-04-19
GB2404127B (en) 2005-12-07

Similar Documents

Publication Publication Date Title
US10649651B2 (en) Information processing apparatus, program, and operation control method
EP2333723A2 (en) Method of color customization of content screen
US7107079B2 (en) Cellular phone set
EP1835385A2 (en) Method and device for fast access to application in mobile communication terminal
US7362243B2 (en) Apparatus and method using color-coded or pattern-coded keys in two-key input per character text entry
US6252602B1 (en) Information processing apparatus
US20050024328A1 (en) Control area selection in a computing device with a graphical user interface
US20120096388A1 (en) Electronic apparatus and method of initializing setting items thereof
US5386218A (en) Display system
GB2404127A (en) Control area selection in a graphical user interface
JP2000048200A (en) Method for extracting concerned area and device therefor, and storage medium
KR100455160B1 (en) Mobile communication device having keypad editing function
KR100764763B1 (en) Custom menu composition method
JP5635334B2 (en) Mobile device
JP2003296027A (en) Method of optimizing button recognition area on touch panel
KR101259297B1 (en) Touch based mobile terminal and method for controlling soft keyboard in touch type mobile terminal
JP3093605B2 (en) Image editing device
KR101037800B1 (en) Method for controlling of universal remocon
JP5424489B2 (en) Display system, display device, receiving device, and display area selection method
US7847788B2 (en) Device for operating television appliances
JP2002297291A (en) Key input device, key input method and portable electronic equipment
US7355586B2 (en) Method for associating multiple functionalities with mouse buttons
JPWO2003005304A1 (en) Figure selecting method, figure selecting apparatus, figure selecting program, figure editing method, figure editing apparatus, figure editing program, and recording medium storing the program
JP2000311044A (en) Color setting display device for display screen
CN111295637B (en) Display method and display device for intelligent terminal

Legal Events

Date Code Title Description
PCNP Patent ceased through non-payment of renewal fee

Effective date: 20090712