Lisp HUG Maillist Archive

open/save RTF error

Hi, 
just an append to my previous message,
more easy way is use lisp code from capiref example:

(setq rtp 
      (capi:contain 
       (make-instance 
        'capi:rich-text-pane 
        :text (format nil "First paragraph.~%Second 
paragraph, a little longer.~%Another paragraph, which 
should be long long enough that it spans more than one 
line. ~%" )))) 

(capi:rich-text-pane-operation 
 rtp :save-file "mydoc.txt" :format :text) 

This fail on my computer with same error showed in my previous message.


Please HELP!

Thanks

Zdenek Eichler






Updated at: 2020-12-10 08:43 UTC