Atozed Forums
Show old Loading.gif from IW-14.0.63 - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Show old Loading.gif from IW-14.0.63 (/thread-348.html)



Show old Loading.gif from IW-14.0.63 - jorgo2018 - 06-05-2018

Hello,

how can we show the old Loading.gif from IW-14.0.63?
The spinning wheel of the old gif was much smaller.
We do not want to change the animation-gif of our existing program.

Questions:

1.) Where can I get the old Loading.gif?
    Can't find it.
    Can not find the new one either.
 
2.) In which directory should the file be copied?
    ("C:\..myApp\Win32\Debug\wwwroot\")

3.) I tested in object inspector without success:
    IWServerController.CustomLockerAnimationFile = Loading.gif
       (ComboBox for CustomLockerAnimationFile has no entrys)
    IWServerController.ShowLoadingAnimation = True

Best regards - jorgo


RE: Show old Loading.gif from IW-14.0.63 - Jose Nilton Pace - 06-05-2018

Hi Jorgo.
1.) IntraWeb installation Folder \Images\LoadingGif\
2.) \wwwroot\Loading.gif
3.) ServerController.CustomLockerAnimationFile := 'Loading.gif';  <--String


RE: Show old Loading.gif from IW-14.0.63 - jorgo2018 - 06-11-2018

Thx JNPSoftware,

1.) IntraWeb installation Folder \Images\LoadingGif\
- I searched for "LoadingGif" directory and found 60 gifs: Loading_00.gif .. Loading_59.gif
- IW 14.0.63 uses Loading_00.gif
- IW 14.2.7  uses Loading_01.gif as default
 
2.) \wwwroot\Loading.gif
- I don't want to have files in wwwroot directory
- I don't want to rename the gif-file
- I use:  \wwwroot\files\Loading_00.gif

3.) ServerController.CustomLockerAnimationFile := 'Loading.gif';  <--String
- I use:  ServerController.CustomLockerAnimationFile := 'files\Loading_00.gif';
  (Copy Loading_00.gif in wwwroot\files\ directory)

Best regards


RE: Show old Loading.gif from IW-14.0.63 - Michael - 10-06-2021

Hello,

I also wanted to customize the Loading - GIF and did the steps like jorgo2018, unfortunately without success.

I copied the "Loading_45.gif" from Images\LoadingGif\  to wwwroot\.
In the properties of the ServerController.CustomLockerAnimationFile I also entered "Loading_45.gif".

But it still shows the Loading_00.gif.
What am I doing wrong?

My IW - Version is 15.2.27

Best regards
Michael


RE: Show old Loading.gif from IW-14.0.63 - Jose Nilton Pace - 10-06-2021

Hi Michael, clear your browse cache. Try open your app in a new tab in private mode.


RE: Show old Loading.gif from IW-14.0.63 - Michael - 10-07-2021

Thank you.

I tried your suggestion, unfortunately it did not work.
Attached an screenshot from windows-exporer and the properties of IWServerController

[attachment=420]