Foundation > Rogue Wave Script Programming > Using Resources in Rogue Wave Script for Rogue Wave Views > Using Bitmaps with Rogue Wave Script for Rogue Wave Views
 
Using Bitmaps with Rogue Wave Script for Rogue Wave Views
Bitmaps are identified by their names. To modify a Rogue Wave® 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";

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.