Originally Posted By: Reconnoiter
And what about reading a bmap from a button?

Not possible afaik. But you can go exactly the way rayp suggested. You just have to ensure you initialize your panel correctly. Either with a static definition or with pan_create.
Code:
PANEL* Pointer_ItemInSlot1 = 
{
    bmap="InterfaceDummy.png";
}



Always learn from history, to be sure you make the same mistakes again...