|
<< Click to Display Table of Contents >> Navigation: Forum > Show old Loading.gif from IW-14.0.63 |
06-05-2018, 03:08 PM:
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
06-05-2018, 04:37 PM:
Hi Jorgo.
1.) IntraWeb installation Folder \Images\LoadingGif\
2.) \wwwroot\Loading.gif
3.) ServerController.CustomLockerAnimationFile := 'Loading.gif'; <--String
06-11-2018, 08:06 AM:
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
10-06-2021, 12:39 PM:
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
10-06-2021, 01:25 PM:
Hi Michael, clear your browse cache. Try open your app in a new tab in private mode.
10-07-2021, 06:51 AM:
Thank you.
I tried your suggestion, unfortunately it did not work.
Attached an screenshot from windows-exporer and the properties of IWServerController
[attachment=420]