CN104216818A - Display control method and device of computer processing progress - Google Patents

Display control method and device of computer processing progress Download PDF

Info

Publication number
CN104216818A
CN104216818A CN201410448649.XA CN201410448649A CN104216818A CN 104216818 A CN104216818 A CN 104216818A CN 201410448649 A CN201410448649 A CN 201410448649A CN 104216818 A CN104216818 A CN 104216818A
Authority
CN
China
Prior art keywords
display
progress
degree
point
reference position
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
CN201410448649.XA
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.)
SHANGHAI TVMINING CULTURE MEDIA Co Ltd
Original Assignee
SHANGHAI TVMINING CULTURE MEDIA 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 SHANGHAI TVMINING CULTURE MEDIA Co Ltd filed Critical SHANGHAI TVMINING CULTURE MEDIA Co Ltd
Priority to CN201410448649.XA priority Critical patent/CN104216818A/en
Publication of CN104216818A publication Critical patent/CN104216818A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/32Monitoring with visual or acoustical indication of the functioning of the machine
    • G06F11/324Display of status information
    • G06F11/328Computer systems status display

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • Quality & Reliability (AREA)
  • Processing Of Solid Wastes (AREA)

Abstract

The invention discloses a display control method and device of computer processing progress, and aims to provide the task progress display with small occupied area and intuitive display. The method comprises the steps of setting the center, the inner circle radius and the outer circle radius of a circular progress bar, and setting an initial position line of the circular progress bar; acquiring the total task load and the completed task load of the current processing task, and calculating the completed percentage of the task; multiplying the percentage by 360 DEG to acquire a rotation angle; rotating the initial position line to the rotation angle to acquire a display position line; filling and displaying the region from the initial position line to the display position line on the circle on a display screen.

Description

A kind of display control method of computer disposal progress and device
Technical field
The present invention relates to field of computer technology, particularly a kind of display control method of computer disposal progress and device.
Background technology
Progress bar and computing machine are when Processing tasks, the real-time status bar showing task process progress with graphic form, the content of display can embody the size of the speed of process, completeness, the residue amount of not finishing the work, and may need the processing time, generally shows with rectangle strip.
Progress bar can the process progress of display file or task, and for file processing, the progress disposal route of Single document: use CopyFileEx to carry out file copy, this function provides a call back function specially and is used for processing progress bar.
The disposal route of overall progress a: if batch file, first obtain the quantity of file, count=quantity of documents; The scope arranging ingoing silver is 0 to count, often completes a file, and progress bar is just further forward.
The progress bar of existing form control loading, files passe or file download etc. generally all adopts the progress bar of strip, the control mode of this progress bar is comparatively dull, the areal extent that the shape of strip occupies display screen is longer, when there being multiple progress bar, be unfavorable for display layout, be unfavorable for presenting of progress msg, also unsightly.
Summary of the invention
The invention provides a kind of display control method and device of computer disposal progress, in order to provide area occupied little, display Task Progress display more intuitively.
The invention provides a kind of display control method of computer disposal progress, comprising:
The center of circle of annular progress bar, inner circle radius and exradius are set, the reference position line of annular progress bar is set;
Obtain general assignment amount and the amount of finishing the work of current Processing tasks, the number percent that calculation task completes;
Described number percent is multiplied by 360 degree, obtains the anglec of rotation;
Described reference position line is rotated the described anglec of rotation, obtains display position line;
Fill on a display screen and show on described annulus by the region described reference position line to described display position line.
Preferably, in above-mentioned display control method, after the step of the described acquisition anglec of rotation, also comprise:
Judging whether the described anglec of rotation is predetermined angle, is the progress position that then directly the described predetermined angle of display is corresponding.
Preferably, in above-mentioned display control method, described predetermined angle comprises 0 degree, 180 degree and 360 degree, and the progress bit of 0 degree of correspondence is set to 0 annulus, and the progress bit of 180 degree of correspondences is set to semicircular ring, and the progress bit of 360 degree of correspondences is set to full circle.
Preferably, in above-mentioned display control method, described reference position line is by center of circle ray straight up; Described current Processing tasks is form control loading, files passe or file download.
Preferably, in above-mentioned display control method, fill on a display screen and show specifically being comprised by the step in the region described reference position line to described display position line on described annulus:
The intersection point of the cylindrical of described reference position line and described annulus is the first initial point, is the second starting point with the intersection point of the inner circle of described annulus; The intersection point of described display position line and described cylindrical is the first end point, is the second end point with the intersection point of described inner circle;
Line segment between described the first initial point and described second starting point is as the line segment of reference position;
Described the first initial point on described cylindrical and the circular arc between described first end point are as external arc;
Described second starting point in described inner circle and the circular arc between described second end point are as Inner arc;
Line segment between described first end point and described second end point is as the line segment of end position;
Fill the closed region surrounded by the line segment of the line segment of described reference position, described external arc, described Inner arc and described end position.
The present invention also provides a kind of display control unit of computer disposal progress, comprising:
Setting unit, for: the center of circle of annular progress bar, inner circle radius and exradius are set, the reference position line of annular progress bar is set;
Number percent unit, for: the general assignment amount and the amount of finishing the work that obtain current Processing tasks, the number percent that calculation task completes;
Anglec of rotation unit, for: described number percent is multiplied by 360 degree, obtains the anglec of rotation;
Display position line unit, for: described reference position line is rotated the described anglec of rotation, obtains display position line;
Display unit, for: fill on a display screen and show on described annulus by the region described reference position line to described display position line.
Preferably, in above-mentioned display control unit, also comprise:
Predetermined angle unit, for: judging whether the described anglec of rotation is predetermined angle, is the progress position that then directly the described predetermined angle of display is corresponding.
Preferably, in above-mentioned display control unit, described predetermined angle comprises 0 degree, 180 degree and 360 degree, and the progress bit of 0 degree of correspondence is set to 0 annulus, and the progress bit of 180 degree of correspondences is set to semicircular ring, and the progress bit of 360 degree of correspondences is set to full circle.
Preferably, in above-mentioned display control unit, described reference position line is by center of circle ray straight up; Described current Processing tasks is form control loading, files passe or file download.
Preferably, in above-mentioned display control unit, described display unit, specifically for:
The intersection point of the cylindrical of described reference position line and described annulus is the first initial point, is the second starting point with the intersection point of the inner circle of described annulus; The intersection point of described display position line and described cylindrical is the first end point, is the second end point with the intersection point of described inner circle;
Line segment between described the first initial point and described second starting point is as the line segment of reference position;
Described the first initial point on described cylindrical and the circular arc between described first end point are as external arc;
Described second starting point in described inner circle and the circular arc between described second end point are as Inner arc;
Line segment between described first end point and described second end point is as the line segment of end position;
Fill the closed region surrounded by the line segment of the line segment of described reference position, described external arc, described Inner arc and described end position.
The embodiment of the present invention has following technique effect:
1) in the embodiment of the present invention, shown with arc form by the number percent that task is completed, greatly reduce the length of progress bar area occupied, be conducive to page layout, and display is more directly perceived.
2) in the embodiment of the present invention, for predetermined angle, directly can show graph of a correspondence, avoid the computational problem of the cot value as display position line slope, and need not calculate again, improve treatment effeciency, saved system resource.
3) in the embodiment of the present invention, after obtaining intersection point by equation, according to required key point determination circular arc closed region, calculate easily quick.
Other features and advantages of the present invention will be set forth in the following description, and, partly become apparent from instructions, or understand by implementing the present invention.Object of the present invention and other advantages realize by structure specifically noted in write instructions, claims and accompanying drawing and obtain.
Below by drawings and Examples, technical scheme of the present invention is described in further detail.
Accompanying drawing explanation
Accompanying drawing is used to provide a further understanding of the present invention, and forms a part for instructions, together with embodiments of the present invention for explaining the present invention, is not construed as limiting the invention.In the accompanying drawings:
Fig. 1 is the process flow diagram of embodiment of the present invention display control method;
Fig. 2 is the schematic diagram of embodiment of the present invention display control unit;
The process flow diagram of the display control method that Fig. 3 provides for another embodiment of the present invention;
Fig. 4 a, Fig. 4 b, Fig. 4 c, Fig. 4 d, Fig. 4 e are the display schematic diagram of the different progresses of the annular progress bar of the embodiment of the present invention.
Embodiment
Below in conjunction with accompanying drawing, the preferred embodiments of the present invention are described, should be appreciated that preferred embodiment described herein is only for instruction and explanation of the present invention, is not intended to limit the present invention.
Fig. 1 is the process flow diagram of embodiment of the present invention display control method, and as shown in Figure 1, a kind of display control method of computer disposal progress, comprising:
Step 101, arranges the center of circle of annular progress bar, inner circle radius and exradius, arranges the reference position line of annular progress bar;
Step 102, obtains general assignment amount and the amount of finishing the work of current Processing tasks, the number percent that calculation task completes;
Step 103, is multiplied by 360 degree by described number percent, obtains the anglec of rotation;
Step 104, rotates the described anglec of rotation by described reference position line, obtains display position line;
Step 105, fill on a display screen and show on described annulus by the region described reference position line to described display position line.
Visible, in the embodiment of the present invention, shown with arc form by the number percent that task is completed, greatly reduce the length of progress bar area occupied, be conducive to page layout, and display is more directly perceived.
In one embodiment of the invention, after the step of the described acquisition anglec of rotation, also comprise:
Judging whether the described anglec of rotation is predetermined angle, is the progress position that then directly the described predetermined angle of display is corresponding.
Described predetermined angle comprises 0 degree, 180 degree and 360 degree, and the progress bit of 0 degree of correspondence is set to 0 annulus, and the progress bit of 180 degree of correspondences is set to semicircular ring, and the progress bit of 360 degree of correspondences is set to full circle.
Like this, for predetermined angle, directly can show graph of a correspondence, need not calculate again, improve treatment effeciency, save system resource.
Wherein, described reference position line options is by center of circle ray straight up.Described current Processing tasks is form control loading, files passe or file download.
In a specific embodiment, step 105, fill on a display screen and show on described annulus by the region described reference position line to described display position line, specific as follows:
The intersection point of the cylindrical of described reference position line and described annulus is the first initial point, is the second starting point with the intersection point of the inner circle of described annulus; The intersection point of described display position line and described cylindrical is the first end point, is the second end point with the intersection point of described inner circle;
Line segment between described the first initial point and described second starting point is as the line segment of reference position;
Described the first initial point on described cylindrical and the circular arc between described first end point are as external arc;
Described second starting point in described inner circle and the circular arc between described second end point are as Inner arc;
Line segment between described first end point and described second end point is as the line segment of end position;
Fill the closed region surrounded by the line segment of the line segment of described reference position, described external arc, described Inner arc and described end position.
So reference position line options is by center of circle ray straight up, employing be line segment between this ray and two intersection points of annulus.
Fig. 2 is the schematic diagram of embodiment of the present invention display control unit, and as shown in Figure 2, a kind of display control unit of computer disposal progress, comprising:
Setting unit 201, for: the center of circle of annular progress bar, inner circle radius and exradius are set, the reference position line of annular progress bar is set;
Number percent unit 202, for: the general assignment amount and the amount of finishing the work that obtain current Processing tasks, the number percent that calculation task completes;
Anglec of rotation unit 203, for: described number percent is multiplied by 360 degree, obtains the anglec of rotation;
Display position line unit 204, for: described reference position line is rotated the described anglec of rotation, obtains display position line;
Display unit 205, for: fill on a display screen and show on described annulus by the region described reference position line to described display position line.
In one embodiment of the invention, also comprise: predetermined angle unit, for: judging whether the described anglec of rotation is predetermined angle, is the progress position that then directly the described predetermined angle of display is corresponding.
Described predetermined angle comprises 0 degree, 180 degree and 360 degree, and the progress bit of 0 degree of correspondence is set to 0 annulus, and the progress bit of 180 degree of correspondences is set to semicircular ring, and the progress bit of 360 degree of correspondences is set to full circle.
In one embodiment of the invention, described reference position line is by center of circle ray straight up.Described current Processing tasks is form control loading, files passe or file download.
In a specific embodiment, display unit 205, specifically for:
Two points being obtained reference position by two intersection points of reference position line and annulus (are the first initial point with cylindrical intersection point, be the second starting point with inner circle intersection point), two points (be first end point with cylindrical intersection point, be the second end point with inner circle intersection point) of end position are obtained by two intersection points of display position line and annulus;
Can determine that one section of circular arc corresponding to the line segment (line segment between the first initial point with the second starting point) of the reference position in progress display figure, outside great circle is (on the cylindrical of annulus by two points of reference position and two points of end position, circular arc between the first initial point with the first end point), the line segment (line segment between the first end point and the second end point) of one section of circular arc (in the inner circle of annulus, the circular arc between the second starting point and the second end point) that inner roundlet is corresponding, end position; The filling in the region be made up of these two line segments and two circular arcs is that the functional based method (can draw line segment, circular arc, fill closed region) by providing in .Net is filled.
So reference position line options is by center of circle ray straight up, employing be line segment between this ray and two intersection points of annulus.
The process flow diagram of the display control method that Fig. 3 provides for another embodiment of the present invention, the embodiment of the present invention is by defining center of circle cross coordinate system and the polar coordinate system of annular, the scale realizing various spacing in annular can be realized by mathematical algorithm, under File Upload and Download or other scenes, carry out annular progress display, different Consumer's Experience can be brought.
As shown in Figure 3, the embodiment of the present invention is after the setting center of circle (viewing area is relative to the position in the upper left corner), large radius of circle, little radius of circle, just can carry out the setting of progress, and can according to the center of circle arranged, large radius of circle, the little size of radius of circle determination annulus progress and the width of annulus.The embodiment of the present invention can also show corresponding progress according to the progress color of specifying.After progress is set, given progress value is converted into the angle degree of 0-360 degree, if angle degree is 0 °, 180 °, during 360 ° of special angle, directly can arrange the drafting closed region of progress using the centre position, top of annulus as reference position, during no special angle, the closed region of progress is determined by four key points, the reference position of progress, had the point that two are determined, obtained another two points of end position, the circular arc sector that then drafting four points are determined is progress;
Two points of end position are through the center of circle and slope is the straight line (namely display position line) of the cot value of progress corresponding angle and the intersection point of two circles, according to the evaluation of the intersection point through center of circle straight line and circle, each circle therewith bar straight line can obtain two intersection points, then according to the value of progress corresponding angle, we determine which required intersection point is, if when angle is less than 180 °, required point is X-coordinate higher value, if be greater than 180 °, required point is X-coordinate smaller value; Obtain two points of end position, then draw the closed circular arc sector that four points are determined, obtain progress.In addition, in the embodiment of the present invention, the special angle directly corresponding drafting closed region of 0 °, 180 ° and 360 ° is set, because with cot value by slope calculations, in trigonometric function, these special angle evaluations are infinitely large quantity or infinitely small quantity, therefore directly the progress position that show cannot be determined, so carried out direct display by the calculating of cot value.
The mathematical formulae used in the embodiment of the present invention has straight-line equation Y=kX+m, the equation (X-a) of circle 2+ (Y-b) 2=R 2.
Fig. 4 a to Fig. 4 e is the display schematic diagram of the annular progress bar of the embodiment of the present invention.As shown in the figure, different progresses can be shown, flat and, filling wherein also can select different colors, and the width of annulus also can be selected to arrange.
As from the foregoing, the embodiment of the present invention has following advantage:
1) in the embodiment of the present invention, shown with arc form by the number percent that task is completed, greatly reduce the length of progress bar area occupied, be conducive to page layout, and display is more directly perceived.
2) in the embodiment of the present invention, for predetermined angle, directly can show graph of a correspondence, avoid the computational problem of the cot value as display position line slope, and need not calculate again, improve treatment effeciency, saved system resource.
3) in the embodiment of the present invention, after obtaining intersection point by equation, according to required key point determination circular arc closed region, calculate easily quick.
Those skilled in the art should understand, embodiments of the invention can be provided as method, system or computer program.Therefore, the present invention can adopt the form of complete hardware embodiment, completely software implementation or the embodiment in conjunction with software and hardware aspect.And the present invention can adopt in one or more form wherein including the upper computer program implemented of computer-usable storage medium (including but not limited to magnetic disk memory and optical memory etc.) of computer usable program code.
The present invention describes with reference to according to the process flow diagram of the method for the embodiment of the present invention, equipment (system) and computer program and/or block scheme.Should understand can by the combination of the flow process in each flow process in computer program instructions realization flow figure and/or block scheme and/or square frame and process flow diagram and/or block scheme and/or square frame.These computer program instructions can being provided to the processor of multi-purpose computer, special purpose computer, Embedded Processor or other programmable data processing device to produce a machine, making the instruction performed by the processor of computing machine or other programmable data processing device produce device for realizing the function of specifying in process flow diagram flow process or multiple flow process and/or block scheme square frame or multiple square frame.
These computer program instructions also can be stored in can in the computer-readable memory that works in a specific way of vectoring computer or other programmable data processing device, the instruction making to be stored in this computer-readable memory produces the manufacture comprising command device, and this command device realizes the function of specifying in process flow diagram flow process or multiple flow process and/or block scheme square frame or multiple square frame.
These computer program instructions also can be loaded in computing machine or other programmable data processing device, make on computing machine or other programmable devices, to perform sequence of operations step to produce computer implemented process, thus the instruction performed on computing machine or other programmable devices is provided for the step realizing the function of specifying in process flow diagram flow process or multiple flow process and/or block scheme square frame or multiple square frame.
Obviously, those skilled in the art can carry out various change and modification to the present invention and not depart from the spirit and scope of the present invention.Like this, if these amendments of the present invention and modification belong within the scope of the claims in the present invention and equivalent technologies thereof, then the present invention is also intended to comprise these change and modification.

Claims (10)

1. a display control method for computer disposal progress, is characterized in that, comprising:
The center of circle of annular progress bar, inner circle radius and exradius are set, the reference position line of annular progress bar is set;
Obtain general assignment amount and the amount of finishing the work of current Processing tasks, the number percent that calculation task completes;
Described number percent is multiplied by 360 degree, obtains the anglec of rotation;
Described reference position line is rotated the described anglec of rotation, obtains display position line;
Fill on a display screen and show on described annulus by the region described reference position line to described display position line.
2. display control method as claimed in claim 1, is characterized in that, after the step of the described acquisition anglec of rotation, also comprise:
Judging whether the described anglec of rotation is predetermined angle, is the progress position that then directly the described predetermined angle of display is corresponding.
3. display control method as claimed in claim 2, it is characterized in that, described predetermined angle comprises 0 degree, 180 degree and 360 degree, and the progress bit of 0 degree of correspondence is set to 0 annulus, and the progress bit of 180 degree of correspondences is set to semicircular ring, and the progress bit of 360 degree of correspondences is set to full circle.
4. display control method as claimed in claim 1, it is characterized in that, described reference position line is by center of circle ray straight up; Described current Processing tasks is form control loading, files passe or file download.
5. display control method as claimed in claim 1, is characterized in that, fill on a display screen and show specifically being comprised by the step in the region described reference position line to described display position line on described annulus:
The intersection point of the cylindrical of described reference position line and described annulus is the first initial point, is the second starting point with the intersection point of the inner circle of described annulus; The intersection point of described display position line and described cylindrical is the first end point, is the second end point with the intersection point of described inner circle;
Line segment between described the first initial point and described second starting point is as the line segment of reference position;
Described the first initial point on described cylindrical and the circular arc between described first end point are as external arc;
Described second starting point in described inner circle and the circular arc between described second end point are as Inner arc;
Line segment between described first end point and described second end point is as the line segment of end position;
Fill the closed region surrounded by the line segment of the line segment of described reference position, described external arc, described Inner arc and described end position.
6. a display control unit for computer disposal progress, is characterized in that, comprising:
Setting unit, for: the center of circle of annular progress bar, inner circle radius and exradius are set, the reference position line of annular progress bar is set;
Number percent unit, for: the general assignment amount and the amount of finishing the work that obtain current Processing tasks, the number percent that calculation task completes;
Anglec of rotation unit, for: described number percent is multiplied by 360 degree, obtains the anglec of rotation;
Display position line unit, for: described reference position line is rotated the described anglec of rotation, obtains display position line;
Display unit, for: fill on a display screen and show on described annulus by the region described reference position line to described display position line.
7. display control unit as claimed in claim 6, is characterized in that, also comprise:
Predetermined angle unit, for: judging whether the described anglec of rotation is predetermined angle, is the progress position that then directly the described predetermined angle of display is corresponding.
8. display control unit as claimed in claim 7, it is characterized in that, described predetermined angle comprises 0 degree, 180 degree and 360 degree, and the progress bit of 0 degree of correspondence is set to 0 annulus, and the progress bit of 180 degree of correspondences is set to semicircular ring, and the progress bit of 360 degree of correspondences is set to full circle.
9. display control unit as claimed in claim 6, it is characterized in that, described reference position line is by center of circle ray straight up; Described current Processing tasks is form control loading, files passe or file download.
10. display control unit as claimed in claim 6, is characterized in that, described display unit, specifically for:
The intersection point of the cylindrical of described reference position line and described annulus is the first initial point, is the second starting point with the intersection point of the inner circle of described annulus; The intersection point of described display position line and described cylindrical is the first end point, is the second end point with the intersection point of described inner circle;
Line segment between described the first initial point and described second starting point is as the line segment of reference position;
Described the first initial point on described cylindrical and the circular arc between described first end point are as external arc;
Described second starting point in described inner circle and the circular arc between described second end point are as Inner arc;
Line segment between described first end point and described second end point is as the line segment of end position;
Fill the closed region surrounded by the line segment of the line segment of described reference position, described external arc, described Inner arc and described end position.
CN201410448649.XA 2014-09-04 2014-09-04 Display control method and device of computer processing progress Pending CN104216818A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410448649.XA CN104216818A (en) 2014-09-04 2014-09-04 Display control method and device of computer processing progress

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410448649.XA CN104216818A (en) 2014-09-04 2014-09-04 Display control method and device of computer processing progress

Publications (1)

Publication Number Publication Date
CN104216818A true CN104216818A (en) 2014-12-17

Family

ID=52098334

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410448649.XA Pending CN104216818A (en) 2014-09-04 2014-09-04 Display control method and device of computer processing progress

Country Status (1)

Country Link
CN (1) CN104216818A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107315594A (en) * 2017-07-16 2017-11-03 北京酷我科技有限公司 A kind of algorithm of the progress bar of breath light effect
CN109558129A (en) * 2017-09-27 2019-04-02 北京国双科技有限公司 Progress bar implementation method and device
CN113961281A (en) * 2021-08-13 2022-01-21 叮联信息技术有限公司 Internet-based task progress display method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070136679A1 (en) * 2005-12-13 2007-06-14 Qi-Ming Yang Circular multimedia playback progress indicator and method of indicating signals thereof
CN102455852A (en) * 2010-10-29 2012-05-16 汉王科技股份有限公司 Method and device for displaying progress of electronic reader
CN103257825A (en) * 2013-04-28 2013-08-21 北京小米科技有限责任公司 Method and device for adjusting playing speed
CN103853569A (en) * 2012-12-04 2014-06-11 腾讯科技(深圳)有限公司 Method and device for displaying increment update schedule

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070136679A1 (en) * 2005-12-13 2007-06-14 Qi-Ming Yang Circular multimedia playback progress indicator and method of indicating signals thereof
CN102455852A (en) * 2010-10-29 2012-05-16 汉王科技股份有限公司 Method and device for displaying progress of electronic reader
CN103853569A (en) * 2012-12-04 2014-06-11 腾讯科技(深圳)有限公司 Method and device for displaying increment update schedule
CN103257825A (en) * 2013-04-28 2013-08-21 北京小米科技有限责任公司 Method and device for adjusting playing speed

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
兔子窝: "用Raphael在网页中画圆环进度条", 《51CTO博客》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107315594A (en) * 2017-07-16 2017-11-03 北京酷我科技有限公司 A kind of algorithm of the progress bar of breath light effect
CN107315594B (en) * 2017-07-16 2020-08-14 北京酷我科技有限公司 Algorithm of progress bar of breathing lamp effect
CN109558129A (en) * 2017-09-27 2019-04-02 北京国双科技有限公司 Progress bar implementation method and device
CN113961281A (en) * 2021-08-13 2022-01-21 叮联信息技术有限公司 Internet-based task progress display method and device

Similar Documents

Publication Publication Date Title
KR102322718B1 (en) Radial menu user interface with entry point maintenance
EP2690588A1 (en) Function based on a cloud service
CN105373291A (en) Interface switching method and device
CN105786417B (en) A kind of dynamic display method of static images, device and equipment
EP3756168B1 (en) Packing arrangement determination for 3d printing of objects
CN102800045A (en) Image processing method and device
CN104035562A (en) Method and system for mapping three-dimensional desktop touch events
CN104216818A (en) Display control method and device of computer processing progress
CN104142776A (en) Icon processing method and device
CN109164950B (en) Method, device, medium and equipment for setting system interface of mobile terminal
CN109814867B (en) Virtual model building method and system
CN104182141A (en) Method for processing information and electronic equipment
CN103631379A (en) Visual feedback method and device for touch selection
CN104423919A (en) Image processing method and electronic equipment
CN105068696A (en) Mobile terminal and touch control method of mobile terminal
CN103823651A (en) Information processing method and electronic equipment
CN104077114A (en) Method for changing display interface of application software and electronic equipment
CN106293446B (en) Display method and display device
CN104978118A (en) User graphical interface display method, user graphical interface display device and terminal equipment
US20140129957A1 (en) Personalized user interface on mobile information device
CN106940617B (en) Display method and electronic equipment
TW201541341A (en) Photo/video timeline display
CN104461363A (en) Method and device for adjusting character size on touch screen device
CN110647263B (en) Mobile terminal desktop icon moving method, device, medium and equipment
CN106201256B (en) Picture positioning method and device and electronic equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20141217

RJ01 Rejection of invention patent application after publication