Home > Software engineering >  100 points for the MFC how to implement the IOS waiting for the rotation of the chrysanthemum effect
100 points for the MFC how to implement the IOS waiting for the rotation of the chrysanthemum effect

Time:11-02

MFC to achieve similar IOS UIActivityIndicatorView wait chrysanthemums (rotation), seek expert advice,

CodePudding user response:

People feel that there are two ways:
1. Draw the sequence frame directly;
2. Draw a PNG image, then rotate,

CodePudding user response:

Are there any other solutions? Online, etc.,

CodePudding user response:

CWaitCursor wait;
Windows 7 is wait for loops, and used to be an hourglass

CodePudding user response:

Waitcursor is cursor, I want to achieve a similar control,

CodePudding user response:

Scheme 1, artists do a few frames rotating figure, take turns to show;
Scheme 2, a diagram, rotate,

There is no other way, the second kind of versatility is good,

CodePudding user response:

reference 5 floor sdhexu reply:
plan 1, artists to do a few frames spinning figure, take turns to show;
Scheme 2, a diagram, rotate,

There is no other way, the second kind of versatility is good,

I think good plan 1

CodePudding user response:

Fifth floor positive solution, do a bitmap, and then modify the display area
  • Related