Version: 1.7.0 (using KDE 4.0.1) Installed from: Unspecified Compiler: Fedora 6 OS: Linux newDocument() is not defined in the Document class Open Kst kst> d=Kst.document Document kst> d.newDocument() Error: TypeError: Value undefined (result of expression d.newDocument) is not an object. Cannot be called. Error returns after calling newDoucment()
Modified documentation in bind_document.h
kst> Kst.document.newDocument() Error: TypeError: Value undefined (result of expression Kst.document.newDocument) is not an object. Cannot be called. The error still exists
The usage is: Kst.document.clear()