Ok I'm escalating this bug from beginner, becuase I'm not getting any replies.
Hopefully someone can give me a hint on what I'm messing up on.
I'm trying to set the PixMap image on the panel, it's not crashing but it's not displaying the image.
Any help would be appreciated.
Thx
RAFF
Hopefully someone can give me a hint on what I'm messing up on.
I'm trying to set the PixMap image on the panel, it's not crashing but it's not displaying the image.
pnl_Logo:TGadget = CreatePanel(590,7,48,48, pnl_Recording, PANEL_GROUP, "") gLogo:TPixmap = LoadPixmap("incbin::images/Logo.png") SetPanelPixmap pnl_Logo, gLogo, PANELPIXMAP_FIT
Any help would be appreciated.
Thx
RAFF