Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
RDK failure
I have a need to change Bitmap on a form when making selection using Radio button and I noticed that if I have the following code an Event:
If VALUE EQ 0 Then
Set_Property(@Window:".BITMAP_EMAIL", "BITMAP", "BMPS\GMAIL.BMP")
End Else
Set_Property(@Window:".BITMAP_EMAIL", "BITMAP", "BMPS\COMCAST.BMP")
End
when building a RDK it does NOT include these bitmaps.
I can't get IMAGE entity to work with this.
Does anybody have fix or solution for this?
If VALUE EQ 0 Then
Set_Property(@Window:".BITMAP_EMAIL", "BITMAP", "BMPS\GMAIL.BMP")
End Else
Set_Property(@Window:".BITMAP_EMAIL", "BITMAP", "BMPS\COMCAST.BMP")
End
when building a RDK it does NOT include these bitmaps.
I can't get IMAGE entity to work with this.
Does anybody have fix or solution for this?
Comments
Are you expecting the RDK to automatically pick up these bitmaps because you reference them in your event handler? I am a little confused about what the real problem is. Here are some further questions:
Solved.
I realized that when I add them to repository they are included even if I do not use them this way and not as an image.