Re: [api-dev] unable to set content of com.sun.star.text.textfield.Annotation Note...

2009-02-01 Thread ashok _
On Sun, Feb 1, 2009 at 1:33 AM, Cor Nouws oo...@nouenoff.nl wrote: Testing with 3.0.1 on XP, the code does insert an annotation with Hello as text... Regards, Cor Cor, Ariel : Thanks, I ll test with 3.0.1 (mine is the original 3.0 oo300m9 ) Ashok

Re: [api-dev] unable to set content of com.sun.star.text.textfield.Annotation Note...

2009-01-31 Thread Cor Nouws
Hi Ashok, ashok _ wrote (31-1-2009 22:46) I am running OOo 3.0 ... for the following code, the annotation note gets created on the document with the correct date, but the Content of the annotation is always blank : (Is this a bug ?) code ... Testing with 3.0.1 on XP, the code does insert an

Re: [api-dev] unable to set content of com.sun.star.text.textfield.Annotation Note...

2009-01-31 Thread Ariel Constenla-Haile
Hello ashok, On Saturday 31 January 2009 19:46, ashok _ wrote: I am running OOo 3.0 ... on DEV300_m40 it works both with the Content property, or getting the note's TextRange, creating a text cursor, and inserting text: Sub Demo_1 Dim oDoc oDoc = ThisComponent 'well... I