[users] How do I set text properties (underline, bold, etc) on a XTextField?

2008-10-13 Thread Grover Blue
I have a XTextField object that I want to set some text style to. I tried querying UNO on this object for XTextContext, but that fails with an underfined property name. I then tried setting the property right on the XTextField object, but that fails too. Here is the code I'm playing with:

Re: [users] Web Site Hijacked?

2008-10-04 Thread Grover Blue
what an odd thread. entertaining, nonetheless. On Sat, Oct 4, 2008 at 8:28 PM, Harold Fuchs <[EMAIL PROTECTED] > wrote: > On 04/10/2008 23:54, TMC wrote: > >> are you sure that your PC does not have some sort of spyware/adware on it? >> >> >> > Yes. But thanks for asking. > > -- > Harold Fuchs >

Re: [users] Re: Saving Files with a colon in name

2008-09-16 Thread Grover Blue
I think that we are off topic here. I'm not getting a message that the file name is invalid. Rather, OOo gives me the message "You cannot save in the URL location you specified. Please choose another location." This implies something completely different, in that OOo seems to think I'm specifyin

Re: [users] Saving Files with a colon in name

2008-09-16 Thread Grover Blue
s 2000 SP4 File name: ABC:20080915NE-AD~01-1234567890~0001112223,43,COPY,1097045494,1.ott On Mon, Sep 15, 2008 at 1:52 PM, Harold Fuchs < [EMAIL PROTECTED]> wrote: > On 15/09/2008 19:10, Grover Blue wrote: > >> Open Office does let me save files with a colon in the name.

[users] Threading with OOo - Getting Deadlocks

2008-08-21 Thread Grover Blue
I have a multi-threaded desktop application that appears to be deadlocking when working with open office. Each thread is a "service" that performs a specific task. For instance, thread T1 (of class C1) might print to a printer, and thread T2 (of class C2) might generate PDF documents and email them