I am having a little trouble putting a background image on a gamewindow.
I have added the gw object and no errors occur but neither does an image.
The image is in the same directory. It worked on an Image component.
I am having trouble adjusting from Delphi. I am unsure of the significance between adding an object from the IDE Tools Add Object menu, adding the DLL of the same name via the Tools Component menu etc.
Some help here please.
I have added the gw object and no errors occur but neither does an image.
The image is in the same directory. It worked on an Image component.
B4X:
Form1.Show
gw.New1("Form1",0,0,321,321)
gw.DrawBackgroundImage(AppPath & "\grid 20x20.png")
I am having trouble adjusting from Delphi. I am unsure of the significance between adding an object from the IDE Tools Add Object menu, adding the DLL of the same name via the Tools Component menu etc.
Some help here please.