1303
Views
4
Comments
Solved
Loading circle while process data
Question

Hey,

I want to ask how to add loading circle while waiting process data before navigate to another page in mobile outsystems.

Thanks

2024-03-25 06-19-08
Harlin Setiadarma
Solution

Hi Bimo,

Add an icon/image, then apply css style class to animate/spin it.

Then use a local variable and if widget/container's visible property to make it show or hidden.



UserImage.jpg
bimo satriantoro

Harlin Setiadarma wrote:

Hi Bimo,

Add an icon/image, then apply css style class to animate/spin it.

Then use a local variable and if widget/container's visible property to make it show or hidden.




Kamsia Harlin :p

2023-12-31 10-08-37
Ekadeep K

Harlin Setiadarma wrote:

Hi Bimo,

Add an icon/image, then apply css style class to animate/spin it.

Then use a local variable and if widget/container's visible property to make it show or hidden.



Hi could you please share that logic and css part with me , to know how to work on animation part during loading a page/processing data.


2024-03-25 06-19-08
Harlin Setiadarma

Hi Kuruma, 

Just apply style class "fa-spin" to icon.

It's a built in css class in Outsystems.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.