SetPanelPixmap

BlitzMax Forums/BlitzMax Programming/SetPanelPixmap

GameScrubs(Posted 2006) [#1]
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.

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


skidracer(Posted 2006) [#2]
Sorry I missed the original post, coincidentally I have just fixed a bug with PANEL_GROUP panels not drawing correctly this morning, hopefully an update will be available tomorrow that will fix this problem for you.


GameScrubs(Posted 2006) [#3]
Perfect thx, didn't know if it was a bug or not. I'll wait for the update.

-RAFF