1. strange getTextExtent problem
- Posted by jstory at freenet.edmonton.ab.ca Apr 22, 2001
- 411 views
The following code fragment used to work. But it mysteriously stopped working. Perhaps when I updated to a newer version of win32lib.ew. ----------------------------------- sequence te,str str = "This is a string." te = getTextExtent(pixInfo,str) -- pixInfo is a Pixmap ----------------------------------- This used to work. Now I get a message box: "getTextExtent:GetTextExtentPoint failed." And it runs into abortError and the divide by zero error. What's happening? Jerry Story