Displaying rich text in rich text panes
I posted this question a couple weeks ago but got no response. It seems like a basic operation, so I thought I would try again with slight rewording. I am trying to display rich text in a rich text pane. Specifically, I want to display a link that users can click on and have it bring up a browser window. I can achieve this if I load an HTML file in from disk, using (capi:rich-text-pane-operation pane :load-file "myfile.html" :format :rtf). The problem is that the text I want to display is not static, and it seems silly that I should have to generate the HTML, write it out to disk and immediately load it in again. Is there a way to programatically specify rich text for a pane without having to load it from disk? I have tried using the HTML code as the :TEXT slot for the pane, but this simply displays the HTML code in plain text. Thanks in advance, Chris