Loading image in NG-Client

Forum to discuss the new web client version of Servoy.

Loading image in NG-Client

Postby ProRM » Tue Sep 18, 2018 10:49 pm

Hi,

Is it possible to add a loading glyphicon at startup like this in Servoy NG-Client?

Code: Select all
      <div ng-if="vm.cargando == true">
                    <div class="form-group">
                        <div class="col-md-12 text-center">
                            <span class="glyphicon glyphicon-cog glyphicon-refresh-animate"></span>
                        </div>
                    </div>
                </div>


Regards,
User avatar
ProRM
 
Posts: 107
Joined: Thu Sep 18, 2008 10:24 pm
Location: Uruguay

Re: Loading image in NG-Client

Postby sanneke » Sun Apr 14, 2019 8:50 pm

Did you look at using the plugin svyBlockUi with a spinner?
You can download it through the web package manager.

For Example:
Code: Select all
   // "Rotating plane", "Double bounce", "Wave", "Wandering cubes", "Pulse", "Chasing dots", "Three bounce", "Circle", "Cube grid", "Fading circle", "Folding cube"
   plugins.svyBlockUI.spinner = "Three bounce";
   plugins.svyBlockUI.overlayColor = '#000000'
   plugins.svyBlockUI.overlayOpacity = 0.35;
   plugins.svyBlockUI.show();
Sanneke
Yield Software Development: Need help on your project?
yieldsd.com
User avatar
sanneke
 
Posts: 383
Joined: Thu Jun 15, 2006 9:20 am
Location: Amersfoort

Re: Loading image in NG-Client

Postby ProRM » Fri Apr 19, 2019 5:18 am

Thanks Sanneke!!!
User avatar
ProRM
 
Posts: 107
Joined: Thu Sep 18, 2008 10:24 pm
Location: Uruguay


Return to Servoy NGClient

Who is online

Users browsing this forum: No registered users and 9 guests