Page 1 of 1

Add a GIF as a Bitmap

Posted: Wed Nov 30, 2016 4:11 am
by jyoung
How can I add a gif into the Repository so that I can set an image to it?

I would like to add a "spinner" or other animated gif to show a loading request from a server module.

When I try to load it from a file I get a
Error Message: processing Bitmap - Invalid request.
Reported by source file: ..\src\LpCgBitm.cpp
Line number: 6815
I know LANSA has a built in loading spinner that it uses, is there any way to get access to it?

Re: Add a GIF as a Bitmap

Posted: Wed Nov 30, 2016 6:16 am
by dannyoorburg
#SYS_WEB.LoadingImage

http://docs.lansa.com/14/en/lansa016/PR ... gImage.htm

gives you access to the spinner.

Danny