Using Bitmaps with Script for Views
Bitmaps are identified by their names. To modify a Views bitmap, use its name as shown in the example below:
myButton.bitmap = "Roguewave.ic";
myPanel.backgroundBitmap = "subdir/mybmp.gif";
The specified bitmaps must be stored in the directories defined in ILVPATH. If the bitmaps are located in another directory, indicate the complete access path:
myButton.bitmap = "/mybmps/myicon.gif";
Published date: 05/24/2022
Last modified date: 02/24/2022