Re: I can see the method/property which can not be found ...
Peter Eberlein <[email protected]> Thu, 10 Feb 2011 15:30:46 +0100
| Newsgroups | gmane.comp.openoffice.devel.api |
|---|---|
| Message-ID | <[email protected]> |
Hi Andreas, Am 09.02.2011 14:55, schrieb Andreas Säger: > Hello API experts, > > Initial problem: first post in > http://www.oooforum.org/forum/viewtopic.phtml?t=45971 > Satisfactory solution as of Nov. 2006: > http://www.oooforum.org/forum/viewtopic.phtml?t=47340 > > Today's problem (versions 3.3 and 2.4.3): Empty Writer table. > I comment out the error handler: >> ' on error goto errExit > > and get > > "Method/property not found in line >> cursor = cell.createTextCursor > > I can put a stop mark in that line and inspect the cell. It offers > method "createTextCursor" and "getEnd" from that cursor. > > However, the newly created Writer frame looks a little bit strange. The > component window is transparent. > > It makes not difference when I comment out >> doc.lockcontrollers > Just tested with 3.2 and m95 (3.4), no problems. Regards Peter