NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on May 27, 2020, 05:33:48 AM
-
Hi,
Ive change the nt-busy class to use a different busy.gif centered.
If a proc takes a time to load a centered bigger gif is ok but thare are procs that loads almost inmediatly and a big gif is not ok, in that cases I need to use a smaller one and change its position not to be in the middle of the scrren.
How do I set a diffrent gif and position for a Form or Browse proc using CSS? or any other way.
Thanks
-
?? Maybe you could tweak the value of p_web.site.BusyImage to use the graphic you want in each case?
-
Thanks Jane, it works, Im doing:
IF INLIST(self.pagename,'mRuteoEntregas','mEcommers','uPedidoWeb')
p_web.site.BusyImage = '/images/_busy_orig.gif'
ELSE
p_web.site.BusyImage = '/images/_busy.gif'
END
Now, how to deal with its position?
-
Where is embbed point?
Thanks Jane, it works, Im doing:
IF INLIST(self.pagename,'mRuteoEntregas','mEcommers','uPedidoWeb')
p_web.site.BusyImage = '/images/_busy_orig.gif'
ELSE
p_web.site.BusyImage = '/images/_busy.gif'
END
Now, how to deal with its position?
-
ProcessLink