I set an id on tabpanel and then try to;
dlgitem_set_focus($win, "mytabpanelid");
dlgitem_display($win, "mytabpanelid");
dlgitem_set($win, "mytabpanelid","ACTIVE",1);
dlgitem_set($win, "mytabpanelid","VISIBLE",1);
But no joy. The functions all return 1 but the first tabpanel in the series
is actually "selected" or displayed or "on top" if you know what I mean NOT
the one I'm attempting to call via its id.
--
Paul Nagai