Re: Looking for help for clipboard in Math

2015-06-26 Thread Regina Henschel
Hi Michael (and others who are interested in Math), Michael Stahl schrieb: On 23.06.2015 20:46, Regina Henschel wrote: But now I have this problem: I start module Math with a fresh document, I write a formula into the command window (e.g. a^2+b^2) and then try to save as *.mml. I get the

Re: Looking for help for clipboard in Math

2015-06-23 Thread Regina Henschel
Hi Michael, and another report: I found, what I did wrong. I had used GetTree() and not realized, that it does not only return a pointer but actually performs a pop. For text clipboard content I have followed your tip with SvMemoryStream and utl::OInputStreamWrapper. So now I can import from

Re: Looking for help for clipboard in Math

2015-06-23 Thread Michael Stahl
On 23.06.2015 20:46, Regina Henschel wrote: But now I have this problem: I start module Math with a fresh document, I write a formula into the command window (e.g. a^2+b^2) and then try to save as *.mml. I get the errors cited below. I have not used any operations with the clipboard. A

Re: Looking for help for clipboard in Math

2015-06-10 Thread Regina Henschel
Hi Michael, a short status report: Michael Stahl schrieb: On 06.06.2015 22:03, Regina Henschel wrote: Hi Michael, thank-you for looking at my problems. Michael Stahl schrieb: On 05.06.2015 01:44, Regina Henschel wrote: Hi all, I struggle with the clipboard. My goal is to import MathML in

Re: Looking for help for clipboard in Math

2015-06-08 Thread Michael Stahl
On 06.06.2015 22:03, Regina Henschel wrote: Hi Michael, thank-you for looking at my problems. Michael Stahl schrieb: On 05.06.2015 01:44, Regina Henschel wrote: Hi all, I struggle with the clipboard. My goal is to import MathML in module Math from clipboard, similar as it is imported

Re: Looking for help for clipboard in Math

2015-06-06 Thread Regina Henschel
Hi Michael, thank-you for looking at my problems. Michael Stahl schrieb: On 05.06.2015 01:44, Regina Henschel wrote: Hi all, I struggle with the clipboard. My goal is to import MathML in module Math from clipboard, similar as it is imported from file. But I'm stuck. Therefore some questions:

Re: Looking for help for clipboard in Math

2015-06-05 Thread Michael Stahl
On 05.06.2015 01:44, Regina Henschel wrote: Hi all, I struggle with the clipboard. My goal is to import MathML in module Math from clipboard, similar as it is imported from file. But I'm stuck. Therefore some questions: (1) Has someone tried such already and found, that it is not

Looking for help for clipboard in Math

2015-06-04 Thread Regina Henschel
Hi all, I struggle with the clipboard. My goal is to import MathML in module Math from clipboard, similar as it is imported from file. But I'm stuck. Therefore some questions: (1) Has someone tried such already and found, that it is not possible? (2) The comments in file exchange.cxx refer