01-28-2019, 08:11 PM
Hi Shane.
1.you can change via javascript in async. Something like this:
2.Yes, IW have a lot of GIFs for you. If you create your personalized gif, put it in wwwroot and in your delphi - ServerController, property: CustomLockerAnimationFile := 'YourGifFileNameInwwwroot.gif';
1.you can change via javascript in async. Something like this:
Code:
WebApplication.CallBackResponse.AddJavaScriptToExecute( '$("#yourID").css("color", "red");' );2.Yes, IW have a lot of GIFs for you. If you create your personalized gif, put it in wwwroot and in your delphi - ServerController, property: CustomLockerAnimationFile := 'YourGifFileNameInwwwroot.gif';

