CN101694620A - Method for replacing theme style of display interface - Google Patents

Method for replacing theme style of display interface Download PDF

Info

Publication number
CN101694620A
CN101694620A CN 200910309375 CN200910309375A CN101694620A CN 101694620 A CN101694620 A CN 101694620A CN 200910309375 CN200910309375 CN 200910309375 CN 200910309375 A CN200910309375 A CN 200910309375A CN 101694620 A CN101694620 A CN 101694620A
Authority
CN
China
Prior art keywords
display interface
replacing
control
function
download
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.)
Pending
Application number
CN 200910309375
Other languages
Chinese (zh)
Inventor
陈淮琰
陈国强
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.)
Inventec Besta Xian Co Ltd
Original Assignee
Inventec Besta Xian Co 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 Inventec Besta Xian Co Ltd filed Critical Inventec Besta Xian Co Ltd
Priority to CN 200910309375 priority Critical patent/CN101694620A/en
Publication of CN101694620A publication Critical patent/CN101694620A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Controls And Circuits For Display Device (AREA)

Abstract

The invention relates to a method for replacing theme styles of a display interface, comprising the following steps: first, providing a control, second, establishing a replacement function in the control, third, obtaining a display interface through the replacement function, and fourth, displaying the control according to the display interface. By adopting the method, users can freely replace preferred display interfaces, selects favorable display effects such as transparency effect, hatching effect and the like, matches the operation interfaces of portable electronic installations, and can load preferred display interfaces again to always keep feeling of freshness if the users are disinterested in present display interfaces.

Description

Change the method for display interface theme style
Technical field
The present invention relates to a kind of method of changing theme style, especially a kind of method of changing the display interface theme style.
Background technology
Because constantly weeding out the old and bring forth the new of current portable electronic devices, the user not only requires to have strong functions and operational convenience for portable electronic devices, more require to highlight personal style for its outward appearance and global design, therefore, the appearance design of portable electronic devices is the development main shaft towards the human oriented design that highlights personal style.
Yet, the operation-interface of portable electronic devices is along with its outward appearance is made change, since several years in past, portable electronic devices often has only built-in a kind of operation-interface, therefore, and the people of different sexes, age, hobby, all use living operation-interface, and can't remove to change operation-interface according to the hobby of oneself, and not only dullness but also dull, the user is fed up with quite easily.
For this reason, the part portable electronic devices begins to provide the function of download system theme (theme), but owing to download the data file that the interface is figure and related data at present, graphical format and data structure are subjected to the restriction of system call program, and can't arbitrarily change.Referring to Fig. 1, having only slide block A11, upward arrow A12 and following arrow A 13 in scroll bar (scrollbar) A1 is figures, all the other are to be drawn by program to form, because its display routine has been cured in the system program, therefore, scroll bar A1 will be replaced with by figure and form, be to finish via downloading the interface.Therefore, how making the random change of operation-interface of portable electronic devices and highlight individual style and taste, is an instant problem to be solved.
Summary of the invention
The above-mentioned technical matters of the present invention for existing in the solution background technology, and a kind of method of changing the display interface theme style is proposed.
Technical solution of the present invention is: the present invention is a kind of method of changing the display interface theme style, and its special character is: the The method comprises following steps:
1) provides control (user control);
2) in control, set up the replacing function;
3) obtain display interface to change function;
4) show control according to display interface.
Above-mentioned control is scroll bar, draw button or the dialog box form with program.
Above-mentioned steps 1) comprises and obtain the control pointer.
Above-mentioned steps 2) comprises after and import the replacing function into the control pointer.
Above-mentioned steps 4) comprises according to display interface demonstration control pointer.
Above-mentioned steps 3) concrete steps are as follows:
3.1) check whether download this display interface; Be then carry out step 3.2);
3.2) check whether display interface exists; Otherwise finish to download; Be then carry out step 3.3);
3.3) when display interface exists, download display interface.
Above-mentioned steps 3.3) also comprise step 3.4 afterwards) when display interface exists, download the handling function of display interface.
Above-mentioned steps 4) comprises the load operation function.
The user can change the display interface of liking arbitrarily by the present invention, and select the display effect oneself liked, as transparent effect, hatching effect etc., the operation interface that mates portable electronic devices thus, if this user has felt bored for display interface, can download the display interface of liking again, to keep eternal feeling of freshness.
Description of drawings
Fig. 1 is a prior art scroll bar synoptic diagram;
Fig. 2 is a process flow diagram of the present invention ();
Fig. 3 is a process flow diagram of the present invention (two);
Fig. 4 for the present invention at the portable electronic devices synoptic diagram at update displayed interface not;
Fig. 5 is the synoptic diagram of the present invention at portable electronic devices update displayed interface.
Wherein, A1-scroll bar, A11-slide block, A12-upward arrow, arrow under the A13-, 1-scroll bar, 2-button, 3-dialog box;
Embodiment
Referring to Fig. 2, the present invention comprises the following step:
Step 201: control (user control) is provided.
Control is drawn with program and is formed, but not the figure composition, wherein, control can be scroll bar (scrollbar), also can be with program and draws button or the dialog box that forms.
Step 201 also comprises the following step: obtain the control pointer.
Step 202: in control, set up and change function.
In the establishment function of control, call one and change function, and this is changed the function called after " CreateItemSkin (...) ", and import the control pointer into.
With a replacing function of creating scroll bar (scrollbar) is example, and its function is as follows:
void*CreateScrollBar(…,…,...)
{
...
...
CreateSkinItem((void*)sbPtr,...);
// heavily loaded scrollBar related function
Return (void*) sbPtr; // create and successfully return scrollbar control pointer
}
Step 203: change function and obtain display interface.
Changing function is the program whether first check system downloads display interface, and calls when downloading the program of display interface in system and download, and downloads display interface.Referring to Fig. 3, in step 203, comprise the following step:
Step 2031: check whether download display interface.
Step 2032: check whether display interface exists.
When system downloads the program of display interface, check whether the display interface that user's desire is downloaded exists, if display interface finishes when not existing to download; Exist if check display interface, carry out step 2033.
Step 2033: when display interface exists, download display interface and handling function.
Changing function inspection display interface after certain existence, download display interface and relative handling function that user's desire is downloaded.
With scroll bar (scrollbar) is example, the explicit function of former scroll bar (scrollbar) is SBDraw, handling function then is SBHandle, become SBSkinDraw through explicit function after changing function C reateItemSkin, the handling function handle becomes SBSkinHandle, this two function entity is in the program of downloading
Step 204: show control according to display interface.
After downloading display interface and relative handling function and finishing, show control again according to the display interface that the user downloaded, and can be according to display interface display pointer again, and handle relative handling function.
Referring to Fig. 4 and Fig. 5, controls such as scroll bar 1, button 2, dialog box 3 all pass through to be changed function and downloads the effect that heavy duty changes behind the display interface that the user downloads.Wherein, the literal of button 1 and dialog box 3 becomes white by black, dialog box 3 has also been made transparent and hatching effect, because it is drawn with program and forms, but not form by figure, because therefore custom can't change with program and draw the control that forms with the function of portable electronic devices through download system theme (theme).
The user can change the display interface of liking arbitrarily by the present invention, and select the display effect oneself liked, as transparent effect, hatching effect etc., the operation interface that mates portable electronic devices thus, if this user has felt bored for display interface, can download the display interface of liking again, to keep eternal feeling of freshness.

Claims (8)

1. method of changing the display interface theme style, it is characterized in that: this method comprises following step Sudden:
1) provides control;
2) in control, set up the replacing function;
3) obtain display interface to change function;
4) show control according to display interface.
2. the method for replacing display interface theme style according to claim 1 is characterized in that: described control is scroll bar, draw button or the dialog box form with program.
3. the method for replacing display interface theme style according to claim 1 is characterized in that: described step 1) comprises and obtains the control pointer.
4. the method for replacing display interface theme style according to claim 3 is characterized in that: comprise described step 2) and import the replacing function into the control pointer.
5. the method for replacing display interface theme style according to claim 4 is characterized in that: described step 4) comprises according to display interface and shows the control pointer.
6. according to claim 1 or 2 or the method for 3 or 4 or 5 described replacing display interface theme styles, it is characterized in that: described step 3) concrete steps are as follows:
3.1) check whether download this display interface; Be then carry out step 3.2);
3.2) check whether display interface exists; Otherwise finish to download; Be then carry out step 3.3);
3.3) when display interface exists, download display interface.
7. the method for replacing display interface theme style according to claim 6 is characterized in that: described step 3.3) also comprise step 3.4 afterwards) when display interface exists, download the handling function of display interface.
8. the method for replacing display interface theme style according to claim 7 is characterized in that: described step 4) comprises the load operation function.
CN 200910309375 2009-11-06 2009-11-06 Method for replacing theme style of display interface Pending CN101694620A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 200910309375 CN101694620A (en) 2009-11-06 2009-11-06 Method for replacing theme style of display interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 200910309375 CN101694620A (en) 2009-11-06 2009-11-06 Method for replacing theme style of display interface

Publications (1)

Publication Number Publication Date
CN101694620A true CN101694620A (en) 2010-04-14

Family

ID=42093593

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 200910309375 Pending CN101694620A (en) 2009-11-06 2009-11-06 Method for replacing theme style of display interface

Country Status (1)

Country Link
CN (1) CN101694620A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102436370A (en) * 2011-08-12 2012-05-02 北京思创银联科技股份有限公司 Dynamic enumeration method
CN103019662A (en) * 2011-09-23 2013-04-03 比亚迪股份有限公司 Mobile terminal and icon processing method for function key of mobile terminal
CN106354394A (en) * 2016-08-26 2017-01-25 乐视控股(北京)有限公司 Browser subject switching handling method and device
WO2019085821A1 (en) * 2017-11-06 2019-05-09 阿里巴巴集团控股有限公司 Processing method, device, apparatus, and machine-readable medium
CN110908560A (en) * 2019-11-25 2020-03-24 航天科技控股集团股份有限公司 GPU-based virtual pointer style drawing method for all-liquid crystal instrument

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102436370A (en) * 2011-08-12 2012-05-02 北京思创银联科技股份有限公司 Dynamic enumeration method
CN103019662A (en) * 2011-09-23 2013-04-03 比亚迪股份有限公司 Mobile terminal and icon processing method for function key of mobile terminal
CN103019662B (en) * 2011-09-23 2016-06-01 比亚迪股份有限公司 The icon processing method of mobile terminal and the function key for it
CN106354394A (en) * 2016-08-26 2017-01-25 乐视控股(北京)有限公司 Browser subject switching handling method and device
WO2019085821A1 (en) * 2017-11-06 2019-05-09 阿里巴巴集团控股有限公司 Processing method, device, apparatus, and machine-readable medium
CN110908560A (en) * 2019-11-25 2020-03-24 航天科技控股集团股份有限公司 GPU-based virtual pointer style drawing method for all-liquid crystal instrument

Similar Documents

Publication Publication Date Title
CN101694620A (en) Method for replacing theme style of display interface
US10019779B2 (en) Browsing interface for item counterparts having different scales and lengths
KR101563452B1 (en) Design of consumer products
Fletcher Durability, fashion, sustainability: The processes and practices of use
KR101687689B1 (en) Character display data generation device and method
KR101393664B1 (en) On-line design of consumer products
US20220206675A1 (en) Avatar customization system
US20080297515A1 (en) Method and apparatus for determining the appearance of a character display by an electronic device
US10026176B2 (en) Browsing interface for item counterparts having different scales and lengths
CN108008997A (en) A kind of unified method replaced of APP skins
WO2011146868A3 (en) Event based interactive network for recommending, comparing and evaluating appearance styles
CN108846881B (en) Expression image generation method and device
CN103473047B (en) Method and device for managing tab background in browser and client
JP2009181478A (en) Condition estimating device and condition estimating program
CN104461615B (en) A kind of processing method and electronic equipment of skin resource
Park et al. 1C3-2 A Literature Survey on UX Design Properties and Principles Of Smart Device Design for the Disabled: From the Perspective of the Value/Quality of Human Life
KR20090002297A (en) Cyber and mobile secretary system
Hartley Performing the Nation: Magazine Images of Women and Girls in the Illustrations of Takabatake Kasho, 1925-1937
JP2019503023A (en) Theme data
Januszkiewicz et al. Online Virtual Fit Has Yet To Exploit It’s Potential: Exploratory analysis of online virtual try-on interfaces
TW201019209A (en) Method for changing theme of display interface
TW462009B (en) Transforming method of program interface
KR100648314B1 (en) Image display apparatus for display user interface and method thereof
CN114902266A (en) Information processing apparatus, information processing method, information processing system, and program
Sanchez Decolonize and Dream

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20100414