Animation in SAP form
GermanSpeaking
Is there any way to integrate an animated GIF in a SAP form?
First attempts to show a GIF file using the coresuite PictureBox (SwissAddonFramework.UI.Components.PictureBox) has failed.
JPG and BMP files are working.
Dim oPicBox As SwissAddonFramework.UI.Components.PictureBox
oPicBox = PictureBox.CreateNew("oPicBox")
oPicBox.SetSizeAndPosition(Links, Oben, Breite, Höhe)
oPicBox.Picture = PicturePath
Who has an idea how to display an animation in SAP?
0
Please sign in to leave a comment.
Comments
0 comments