Refreshing view

I’m working on a visible component that sets a view of type progress bar. When i change dime of its properties through blocks, the component just disappears. Invalidating the view or requesting layout doesn’t seem to do the trick. Any ideas how to force redraw?

Usually invalidating the view should be enough. Have you overridden the Width/Height properties of the component? If so, you might need to call through to super so that the right behavior occurs.

No, did not override them

Try requestLayout from Runnable.