How to change the position of the vaadin loading indicator dynamically?

Hi,

In my vaadin theme, I have made the Vaadin Loading indicator to appear at the center. But for few screens …e.g. In a form , when ever I filter something in the ComboBox, every time
the loading indicator pops up next to the Combo. How Can I move the position to the right corner or somewhere in such situations .??

Meaning… Can I change the position of the loading indicator at run time??

Please suggest me if its possible.

Thanks
Santi

Hi,


CSSInject add-on
For now, the only option I can think of is to use the to change the position dynamically, but you need to do that proactively, before the intended loading happens, so for instance the same time you generate the form with the combo boxes.

Thank You so much.

Let me try it out.