Re: [dev] German *.src / *_tmpl.hrc entries now UTF8 and a flag file in module/prj introduced

2005-10-24 Thread Frank Schönheit - Sun Microsystems Germa ny
Hi Ivo, (and no, neither my IDE's editor nor my fallback editor (TextPad) currently seem to recognize UTF-8 :( ) I don't know what IDE you use. My msdev opens resources files well. Hmm, I opened dbaccess/source/ui/browser/sbabrw.src from src.m133, and msdev showed me only garbage instead of

Re: [dev] German *.src / *_tmpl.hrc entries now UTF8 and a flag file in module/prj introduced

2005-10-24 Thread Mathias Bauer
Ivo Hinkelmann wrote: Hi Frank, Frank Schönheit - Sun Microsystems Germany wrote: Today, the process for new strings involves specifying both the germany and the english string in the spec document, and writing them into the .src (done by the developer). If the german string is not to be

Re: [dev] German *.src / *_tmpl.hrc entries now UTF8 and a flag file in module/prj introduced

2005-10-24 Thread Frank Schönheit - Sun Microsystems Germa ny
Hi Mathias, Usually the german text is the real one because most people creating the UI specs are native german speakers and we usually need a native english speaker to create useful english texts. So IMHO we still need the german strings in the specifications. The only alternative is to

Re: [dev] new Bie Add-on question

2005-10-24 Thread Mathias Bauer
S Sridhar wrote: Hi, I am just started looking into open office to add some international text processing capabilities. Could you please let me know a tutorial or a small document on how to write the hello World add-on. I looked into dev guide

Re: [dev] proposal: springlayout dialog layout implementation

2005-10-24 Thread Frank Schönheit - Sun Microsystems Germa ny
Hi Caolan, So as an alternative suggestion I used a springlayout implementation to provide a layout system for dialogs within the current dialog framework which just requires adding extra data to the dialog resources to specify which controls are below/left/right/above and by how much

[dev] TreeListBox access via UNO

2005-10-24 Thread Florian Reuter
Hi, I found that there is a UnoControlListBoxModel service available. I wonder whether a service for TreeListBoxModel is available via the SDK? Thanks, Florian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [dev] TreeListBox access via UNO

2005-10-24 Thread Laurent Godard
Hi Florian, I found that there is a UnoControlListBoxModel service available. I wonder whether a service for TreeListBoxModel is available via the SDK? what do you mean with tree list box ? a Tree view displaying nodes and childs ? if yes, no that i'm aware of But it would be really great

[dev] Re: [com] a BIG thank you

2005-10-24 Thread Charles-H.Schulz
Thank you Jacqueline! I'd also like to thank all the PR team, the development teams up there in Hamburg, and of course all the Native-Language communities who are working out there towards the final localization of the 2.0... After all these days it's rather moving to see the 2.0 getting a life of

[dev] Contributing Cocoa Mac OS X

2005-10-24 Thread Jean-Paul
Hello, I read on (computer technology related) news sites that Open Office is going to be ported to Mac OS X using the Aqua interface. As I know how to use Cocoa I would like to see if I can contribute to this project. Unfortunately all contributing links on the oenoffice.org homepage seem

[dev] Getting started - make troubles

2005-10-24 Thread Billy Charlton
I'm getting started with contributing code to OOo. I've followed the guide at go-oo.org for setting up my development environment but have run into a problem with make. I've run ./autogen.sh in the ooo-build directory and it says everything's ready to go. But when I say 'make', I get the

[dev] Contribution request from a newbie programmer

2005-10-24 Thread gurkan
Hi! I am a newbie programmer and I want to contribute this project. I don't know where to start. I need some help to choose a field to contribute. Thanks for your interest... Gürkan İndibay [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]

[dev] Programming for OpenOffice.org XML File Format

2005-10-24 Thread Volodia
I would like to do some programming on Project: XML File Format Area:validating parser validating parser The XT parser we currently employ does not validate against the BD. Providing UNO wrappers for a validating parser, such as libxml would solve this deficiency. I have 10+ years C++

[dev] Debug version won't restart

2005-10-24 Thread Alan Yaniger
Hi list-memebers, I've built a Windows version which enables the debug console, and which I've been using productively. Today I opened the debug console, and changed the setting for debug output of either Trace or Warning (I don't remember which) to be directed to Debugger. OOo then crashed.

Re: [dev] Debug version won't restart

2005-10-24 Thread Mathias Bauer
Alan Yaniger wrote: Hi list-memebers, I've built a Windows version which enables the debug console, and which I've been using productively. Today I opened the debug console, and changed the setting for debug output of either Trace or Warning (I don't remember which) to be directed to

Re: [dev] Getting started - make troubles

2005-10-24 Thread Joerg Barfurth
Hi Billy, Billy Charlton schrieb: I'm getting started with contributing code to OOo. I've followed the guide at go-oo.org for setting up my development environment but have run into a problem with make. You should look at go-oo.org, if they have a mailing list to support the ooo-build

Re: [dev] Debug version won't restart

2005-10-24 Thread Frank Schönheit - Sun Microsystems Germa ny
Hi Alan, I've built a Windows version which enables the debug console, and which I've been using productively. Today I opened the debug console, and changed the setting for debug output of either Trace or Warning (I don't remember which) to be directed to Debugger. This means whenever a

Re: [dev] Error compiling OO.o

2005-10-24 Thread Jens-Heiner Rechtien
Hi, you use gcc-3.4.1, right? Apply the attached patch to your gcc, rebuild gcc and recompile everything. Or just use gcc-3.4.x with x 1. Heiner Dark Shadow wrote: I have been trying to compile from source and I am having the following problem would anyone know a fix or workaround.

[dev] Re: [tools-dev] Soltools

2005-10-24 Thread Volker Quetschke
Hi Rajith, Hi I got the pass in the stlport error. In winenv.bat i manually changed IF DEFINED STLPORT4 unset STLPORT4 set STLPORT4=NO_STLPORT4 to set STLPORT4=C:\STLport-4.0 Then you are using an external stlport instead of the custom build/patched OOo version. You're on

Re: [dev] Debug version won't restart

2005-10-24 Thread Alan Yaniger
Hi Mathias, This is how I ran configure: ./configure --with-frame-home=/cygdrive/c/MS_Visual_Studio.NET_2003/SDK/v1.1 --with-jdk-home=/cygdrive/c/j2sdk1 -disable-directx --with-ant-home=/cygdrive/c/apache-ant-1.6.2 --with-nsis-path=/cygdrive/c/NSIS --with-use-shel with-num-cpus=2

[dev] Problem installing SVG import filter

2005-10-24 Thread Francesco Comi
Hi there, I just downloaded and installed (i tryed) the UNO package of the SVG import filter for Openoffice 1.9.129: http://www.ipd.uni-karlsruhe.de/~hauma/svg-import/ I followed the instructions on the Filter page but OO cannot enable the filter. Only draw_svg_Import.xcu is enabled, while

Re: [dev] Problem installing SVG import filter

2005-10-24 Thread Bernhard Haumacher
Hi, while this looks not like a direct problem of the filter, I've told Francesco to try to ask at dev... What could cause such connection break down? Best regards Bernhard Francesco Comi wrote: Hi there, I just downloaded and installed (i tryed) the UNO package of the SVG import filter

Re: [dev] Error compiling OO.o

2005-10-24 Thread Dark Shadow
Thanks I will try recompiling gcc as I am using 3.4.1, I know this is not a gcc board but if you knew about this patch you should know this as it has been along time since I compiled gcc during LFS setup and I just want to know if this process would work correct as I remember I think it was more

Re: [dev] CVS problems. Please do not cwsresync

2005-10-24 Thread Rüdiger Timm
I have not seen that error since friday. Allthough i56353 is still 'new' and its cause is unknown, for know I see no direct threat. You may 'cwsresync' again. Rüdiger Rüdiger Timm wrote: We currently have CVS problems which may lead to silent errors as described in i56353. Please atm do no

Re: [dev] Error compiling OO.o

2005-10-24 Thread Dark Shadow
I am having troubles with this patch as it will not apply against a clean uncompress of gcc-3.4.1.tar.bz2 from gcc.gnu.org http://gcc.gnu.org I have compared and the timestamp the patch is looking for is 6 hours ahead of the one from the archive patch -p1 --dry-run ~/gcc-3.4.1.patch

Re: [dev] TreeListBox access via UNO

2005-10-24 Thread Ian Laurenson
On Mon, 2005-10-24 at 10:15 +0200, Laurent Godard wrote: On Mon, 2005-10-24 at 09:57 +0200, Florian Reuter wrote: I found that there is a UnoControlListBoxModel service available. I wonder whether a service for TreeListBoxModel is available via the SDK? what do you mean with tree list

[dev] Calling function from ContextMenu

2005-10-24 Thread Daniel Beck
Hello , * I'm using Java, to access openOffice 2 UNO component. I'm trying to add items to the contextMenu inside OpenOffice - I used the example from sdk for that. *Then the user choses the Item Search Word from the contextMenu, I want my own function to be called. The problem is : I

[dev] Re:soltools

2005-10-24 Thread Rajith Ravi
  Hi Volker Im sending my winenv.bat. rem # rem OpenOffice.org 645 build environment file for: WINNT. rem Generated on: Mon Sep 12 11:02:20 IST 2005 rem Source this file to set up the build environment. rem 1.