[TIMOB-19957] Windows: background color for ProgressBar
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2016-01-28T03:53:44.000+0000 |
Affected Version/s | Release 5.1.0 |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Kota Iguchi |
Assignee | Gary Mathews |
Created | 2015-11-13T06:46:54.000+0000 |
Updated | 2017-03-20T21:34:26.000+0000 |
Description
Currently only
color
(foreground color) property is supported for Ti.UI.ProgressBar
. It should be able to support backgroundColor
and backgroundDisabledColor
etc.
PR: https://github.com/appcelerator/titanium_mobile_windows/pull/535
I've confirmed that it's already implemented in [WindowsViewLayoutDelegate](https://github.com/appcelerator/titanium_mobile_windows/blob/master/Source/UI/src/WindowsViewLayoutDelegate.cpp#L1093) at some point (maybe TIMOB-19921) . I see that it does not work quite well due to the layout issue, but it should be another ticket. I'll open new ticket for it soon.
Closing ticket as invalid.