Hello. Could you tell me how to insert symbol picture in custom dialog? There is empty article for PictureBase class in the help =((

The actual code (not working):

...

iDialogTemplate1.Picture(220, 50, 30, 30, "PIC_1");

...

var PIC1 = Filter.SymbolGraphic(symbNum); // PIC1 = PictureBase class

...

this.dialog.setDlgPicture("PIC_1", PIC1, 1); // PIC1 = bytes array

 

 or register to reply.

Notify Moderator