@pashminakazi , I would like to revert this commit. It means we cannot use 
ProgressBar in our app. Please consider debugging the issue in your app and 
fixing the SDK in a way which does not remove functionality. If you are looking 
for a faster solution you can to use a custom component instead of the SDK's 
ProgressBar.

Please let me know your thoughts.

On 2020/12/18 11:03:36, [email protected] wrote: 
> This is an automated email from the ASF dual-hosted git repository.
> 
> pushminakazi pushed a commit to branch develop
> in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
> 
> 
> The following commit(s) were added to refs/heads/develop by this push:
>      new fa10fd6  Update defaults.css commented ProgressBar bead
> fa10fd6 is described below
> 
> commit fa10fd63e503b96e3b96fc504bfee662f0d18f4c
> Author: pashminakazi <[email protected]>
> AuthorDate: Fri Dec 18 16:03:27 2020 +0500
> 
>     Update defaults.css commented ProgressBar bead
>     
>     I got an error while compiling my project MXRoyale default.css: 
> mx.controls.beads.ProgressBarView is not defined
> ---
>  frameworks/projects/MXRoyale/src/main/resources/defaults.css | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/frameworks/projects/MXRoyale/src/main/resources/defaults.css 
> b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
> index 9a16916..600013e 100644
> --- a/frameworks/projects/MXRoyale/src/main/resources/defaults.css
> +++ b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
> @@ -489,10 +489,10 @@ TabNavigator
>       border: 1px solid #333333
>  }
>  
> -ProgressBar
> +/* ProgressBar
>  {
>       IBeadView: ClassReference("mx.controls.beads.ProgressBarView");
> -}
> +} */
>  
>  TextInput
>  {
> 
> 

Reply via email to