I can see the method/property which can not be found ...

Andreas Säger <[email protected]> Wed, 09 Feb 2011 14:55:01 +0100
Newsgroups gmane.comp.openoffice.devel.api
Message-ID <[email protected]>
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


Thanks in advance for any suggestions,
Andreas