Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for progress bar CGridColumnTraitProgress #23

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 2 comments
Open

Support for progress bar CGridColumnTraitProgress #23

GoogleCodeExporter opened this issue Mar 16, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Support for progress bar CGridColumnTraitProgress

Allow Progress bar with/without Theme +start/end positioning 

Usage: Progression is read from the text value as %, Can be int or double. 
The progress bar can either start from 0 (default) or from a start position set 
in % also
'Simple progress' set text "ee.dd" as % or progress where 0<= ee <=100. dd 
being decimal part if any
'Start/end progress' set text "nn.dd,ss.dd" where <= ee,ss <=100, dd being 
decimal part if any
Exemple: "40.3,60" (Start is first value). 

Sorting:
When 2 end values are == , then start is used with high as highest (smallest 
bar is 'bigger')

Options: 
UseTheme(true/false)
Even if a Theme is available will draw solid bar
Default is to try to load a theme.
Note: 'Theme' usage require lib UxTheme.lib from MS (Require Recent OS) 
otherwise only Solid mode is available
HooverShowValue(false/true);
Values can bee seen when hoover over bar, or be hidden

Note:
- Doc updated under section "TODO" 
- Not tested under XP 
- Demo Not updated for VS2008 2003 or VC++ (should just need to include the 
cpp+.h)

Original issue reported on code.google.com by guy.lehe...@yahoo.com on 11 Jan 2012 at 4:34

Attachments:

@GoogleCodeExporter
Copy link
Author

Original comment by sweaty1 on 12 Jan 2012 at 3:17

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@593749519
Copy link

seems the attachments is missing after exporting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants