Hi JCL.
It seems an old bug I found has either returned or, at least, shown another face.
When using pan_create, with a digits element, with a literal format string,
EG: The "Just a Test" portion of digits(0,0,"Just a text",*,0,0);
the format portion gets created as a temporary hidden string. Fine, good, no problem.
BUT, this temp string doesnt get removed/freed when the panel does, and theres no
way for us programmers to get to it because it doesnt have a pointer we can get at.
Is this my old nemesis returned to haunt me, or something new...
Thanks buddy.