Hello,

I'm trying to do a pan_create like so:

pan_create("bmap = slot_bg.pcx; event = slot_on_click_handler;",3);

Although the bmap seems to be getting set OK, the event does not seem to be triggering when I click on the panel. Any ideas?

My slot_on_click_handler function looks like:

function slot_on_click_handler(PANEL* panel)
{
diag("\n*** TEST! ***\n");
}

Thanks,
- Bret