Hello,
I have a similar problem as in the topic: Adding images to a TTMSFNCBitmapContainer
-On the main form there is a TTMSFNCBitmapContainer
-There are TTMSFNCToolBarButton on the Main form and on the Secondary form
- Every button is connected to the MainForm.TTMSFNCBitmapContainer
- On Windows platform the bitmaps can be seen on the buttons
- On Android only the bitmaps on the main form can be seen, but not on the secondary form
- Interestingly on the secondary form can be seen one bitmap on a button (this is the only one button which wasn't created at design time in the IDE, but at runtime ->
With Bitmaps.Add(1) Do
Begin
BitmapName := 'Actions_Arrow1Right.svg';
End;
)
What can be the problem with the bitmaps on Android on the secondary form created in the designer? Thank you!