|
From: | Fu Steve X |
Subject: | cleanCDKTemplate function in CDK |
Date: | Mon, 12 Sep 2005 08:39:22 -0400 |
Hi, Thomas,
The current function cleanCDKTemplate causes the template widget unusable. That is, the cursor stuck at the last position of the field after cleanCDKTemplate was called. I had to work around by adding three extra lines to my user program as follows.
cleanCDKTemplate(myTmpl);
myTmpl->screenPos = 0;
myTmpl->infoPos = 0;
myTmpl->platePos = 0;
Probably you need to add those three lines into the function cleanCDKTemplate itself.
Thanks.
Steve Fu
[Prev in Thread] | Current Thread | [Next in Thread] |