I copied the example script that was in the manual to change a cell in a spreadsheet, but all I get is this error-
can't read 'type_name": no such variable
while executing
"tcluno_soffice::initDesktop"
while contructing object "::new_document" in ::itcluno::OpenOffice::constructor(body line 6)
invoked from within
"eval OpenOffice::constructor private:factory/scalc $args"
while constructing object "::new_document" in ::itcluno::Spreadsheet::constructor (body line 1)
invoked from within
"::itcluno::SpreadSheet new_document"
Any Idea?
I am using Windows XP, ActiveTcl 8.4.16.0 and OpenOffice 2.3.1
-Jeremy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I copied the example script that was in the manual to change a cell in a spreadsheet, but all I get is this error-
can't read 'type_name": no such variable
while executing
"tcluno_soffice::initDesktop"
while contructing object "::new_document" in ::itcluno::OpenOffice::constructor(body line 6)
invoked from within
"eval OpenOffice::constructor private:factory/scalc $args"
while constructing object "::new_document" in ::itcluno::Spreadsheet::constructor (body line 1)
invoked from within
"::itcluno::SpreadSheet new_document"
Any Idea?
I am using Windows XP, ActiveTcl 8.4.16.0 and OpenOffice 2.3.1
-Jeremy
The Console outputs the following error:
return_request:4 not yet implemented!!
dump_bytes:0x21 0xcc 0x53 0xd9
SPEC:0:{{HDRFLAG_LONGHEADER 1} {HDRFLAG_REQUEST 1} {HDRFLAG_NEWTYPE 1} {HDRFLAG_NEWOID 1} {HDRFLAG_NEWTID 1} {HDRFLAG_LONGMETHODID 0} {HDRFLAG_IGNORECACHE 0} {HDRFLAG_MOREFLAGS 0} {HDRFLAG_SYNCHRONOUS 0} {HDRFLAG_MUSTREPLY 0} {HDRFLAG_EXCEPTION 0} {METHOD_ID 4}} {{TYPE_CLASS INTERFACE NEW} {TYPE_CACHE_INDEX 0} {TYPE_NAME com.sun.star.bridge.XProtocolProperties}} {{OBJECT_ID UrpProtocolProperties} {OBJECT_CACHE_INDEX 0}} {NEW_THREAD_ID {{THREAD_ID_SIZE 20} {THREAD_ID {0xa4 0x0b 0x00 0x00 0xc5 0x7e 0x3c 0xfe 0x7a 0x5f 0x43 0x0e 0x8c 0x1c 0x12 0xd6 0x27 0x1c 0xc0 0x92}} {THREAD_CACHE_INDEX 0}}}:
SPEC:1:TYPE_NAME com.sun.star.bridge.XProtocolProperties:
ERROR: checkForNewObject:expected OBJECT_ID got:TYPE_NAME:TYPE_NAME:TYPE_NAME com.sun.star.bridge.XProtocolProperties:
Thanks! - Jeremy
Hello,
after a long period I have news concerning that bug:
- I had to upgrade my machine - done
- I had to install newer versions of OpenOffice.org (2.4.0) - done
Now I finally can start to find and repair the bug you found (it is also in OOo.2.4.0)
Sorry for the delay ;-)
Arnulf Wiedemann