Hi,

I successfully wrote a panel and made a bitmap for it, and it displays on the screen correctly. However, the text which is supposed to show on top of the panel is covered by the panel. I can just see the text peeking from the edge of the panel. I'll have to change the text position later, but for now, how can I make the text show on top?

if my_variable == 1
{
talk_panel.pos_X = 10;
talk_panel.pos_y = 10;
talk_panel.visible = on;
msg_show("This is the text which should be on top.",10);
waitt(10);
talk_panel.visible = off;
}

Using a5 style wdl running on a6 extra.


Learning to write lite-C -- A8 commercial