[dev] complement add error in Windows 7 with 64 bit SUN JVM

2010-05-04 Thread Fabio A. Miranda
, MacOS. Any statement of direction in regards of Windows 7 64 bits with Sun JVM 64 bits support ? regards, -- Fabio A. Miranda Enterprise Software http://www.grupocesa.com/

Re: [dev] Re: programming OpenOffice

2010-01-26 Thread Fabio A. Miranda
Go to: qa.openoffice.org and start by fixing as much bugs as possible. On Tue, 2010-01-26 at 14:24 +0200, K S wrote: I would like to develop for OpenOffice too. I have already done the first stage - get the source and build. What is next? 2010/1/26 Michael Stahl michael.st...@sun.com On

Re: [dev] Linux 64 unopkg permission denied on /opt but the package is NOT shared

2010-01-25 Thread Fabio A. Miranda
Hello, On Mon, 2010-01-25 at 09:29 +0100, Juergen Schmidt wrote: On 1/25/10 7:35 AM, Fabio A. Miranda wrote: HEllo, I am trying to install a non-privildged UNO package (that is, a non -shared package) on Ubuntu 64. I do not understand why the above commands tries to try OO Berkeley

Re: [dev] Linux 64 unopkg permission denied on /opt but the package is NOT shared

2010-01-25 Thread Fabio A. Miranda
Hello, Some additional info: On Mon, 2010-01-25 at 09:29 +0100, Juergen Schmidt wrote: On 1/25/10 7:35 AM, Fabio A. Miranda wrote: HEllo, I am trying to install a non-privildged UNO package (that is, a non -shared package) on Ubuntu 64. I do not understand why the above commands

[dev] Problems creating a Clipart extension

2010-01-24 Thread Fabio A. Miranda
this automatically? If i go to tools - clipart, then open Foo and add all 2000 images files, it will work, but the extension will hold a link to the images instead of the binary data. Thanks in advance, -- Fabio A. Miranda Enterprise Software http://www.grupocesa.com

[dev] Linux 64 unopkg permission denied on /opt but the package is NOT shared

2010-01-24 Thread Fabio A. Miranda
. ) = 16 open(/opt/openoffice.org/ure/lib/bridgefac.uno.so, O_RDONLY) = 37 If the argument do NOT include --shared, it assumes it not a shared extension correct ? Can anyone bring some light to this behavoir found in Linux ? regards, -- Fabio A. Miranda Enterprise Software http

Re: [dev] Problems creating a Clipart Gallery extension

2010-01-23 Thread Fabio A. Miranda
On Sat, 2010-01-23 at 16:57 +0100, Oliver Brinzing wrote: Hi Fabio, I am creating a Clipart extension for OO. I know how to create en haveyou seen http://wiki.services.openoffice.org/wiki/Non-code_extensions#Gallery_Extensions ? Yes, I open the .oxt and I add some PNGs files in

[dev] Problems creating a Clipart Gallery extension

2010-01-22 Thread Fabio A. Miranda
this automatically? If i go to tools - clipart, then open Foo and add all 2000 images files, it will work, but the extension will hold a link to the images instead of the binary data. Thanks in advance, -- Fabio A. Miranda Enterprise Software http://www.grupocesa.com

[dev] Java UNO Extensions broken in Mac OS X due to Apple AWT Java VM was loaded on first thread -- can't start AWT

2010-01-21 Thread Fabio A. Miranda
Hello, As I posted earlier, I have a complement that works perfectly in Linux and Windows but it is broken on Mac. In Mac OS X, OO 3.1.1 (ES), the menu extension added with the add-on appears disabled all the time, sometimes it throws an error: soffice [1981:903] Apple AWT Java VM was loaded

[dev] Complement not working on Mac OS X but does work on others

2010-01-19 Thread Fabio A. Miranda
Hello, I am working on a OXT complement that works perfects on Linux and Windows, almost all versions. The problems is that, the same OO complement made with OO SDK with NetBeans, do not works on MAC. After a common unopkg gui /path/to/complement.OXT it show up the GUI and it hangs there, show

[dev] MacOS UNOPKG error: NSAutoreleaseNoPool(): Object 0x1c0f2f0 of class RemoteControlContainer autoreleased with no pool in place - just leaking

2010-01-13 Thread Fabio A. Miranda
:~ fabio$ uname -a Darwin macbook.local 10.2.0 Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386 i386 macbook:~ fabio$ Looks like a bug to file ? thanks, -- Fabio A. Miranda Enterprise Software http://www.grupocesa.com

[dev] Launching the Extension update dialog

2010-01-12 Thread Fabio A. Miranda
Hello, Inside a JAVA OpenOffice complement built with OO SDK and Netbeans, is it possible to launch the Extension update dialog ? So, for example, a given Java add-on need to update itself, so it would be a good idea to use OO platform for such extension update. The Extension Update dialog seems

Re: [dev] Launching the Extension update dialog

2010-01-12 Thread Fabio A. Miranda
Hello, i am not 100% sure if i understand what exactly you want to achieve. In general you can set a version number and if you provide your oxt extensions via the official extension repository, the update mechanism will automaitcally detect new versions of your oxt if available. The

Re: [dev] OO SDK GLIBCXX_3.4.9 not found in Linux Ubuntu

2010-01-12 Thread Fabio A. Miranda
Solved. What I did was to copy my system's libstdc++.so.6 and put it inside OO SDK lib dir as appropriated. and It works. Kinda ugly but it worked On Mon, 2010-01-11 at 10:33 +0100, Stephan Bergmann wrote: On 01/09/10 02:39, Fabio A. Miranda wrote: Regarding Ubuntu 64 OO SDK, I am

[dev] OO SDK 3.1.1, NB 6.8, Linux Ubuntu

2010-01-12 Thread Fabio A. Miranda
Good day, I have posted some thread regarding Linux Ubuntu, NB 6.8, OO SDK 3.1.1 problems while trying to debug an Add-ON in target OO 3.1.0 (es). The error I posted was one similiar to this: setting up UNO environment ... build UNO idl files finished uno-idl-compile: init: Deleting:

Re: [dev] OO SDK GLIBCXX_3.4.9 not found in Linux Ubuntu

2010-01-11 Thread Fabio A. Miranda
hi, On Mon, Jan 11, 2010 at 10:33:08AM +0100, Stephan Bergmann wrote: r...@catullus:~# /opt/openoffice.org/basis3.1/sdk/bin/uno-skeletonmaker /opt/openoffice.org/basis3.1/sdk/bin/uno-skeletonmaker:

[dev] OO SDK GLIBCXX_3.4.9 not found in Linux Ubuntu

2010-01-08 Thread Fabio A. Miranda
Hello OO Developers: Regarding Ubuntu 64 OO SDK, I am interested in resolve the issue so we can provide green light to Ubuntu developer of OO addons. The problem is the process of add-on creation do not finish correctly, this is the error: r...@catullus:~# uname -a Linux catullus

[dev] Yet another unopkg error

2010-01-05 Thread Fabio A. Miranda
/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registered_packages.db] Berkeley Db error (0): Db::open: Invalid argument unopkg failed. fa...@catullus:~$ file /opt/openoffice.org3/program/unopkg /opt/openoffice.org3/program/unopkg: POSIX shell script text executable Thanks, -- Fabio

[dev] Ubuntu OO Extension Manager adding extension error

2009-12-20 Thread Fabio A. Miranda
Hello, Anyone know what's the reason that a give .OXT works perfect with default OO installation but in Ubuntu OO 3.1 it reports an error: (com.sun.star.registry.CannotRegisterImplementationException) {{ Message=, Context = (com.sun.star.uno.XInterface) @0}} What is UNO trying to tell me ? As

Re: [dev] Ubuntu OO Extension Manager adding extension error

2009-12-20 Thread Fabio A. Miranda
Hello Mechtilde, need more information about version of OepnOffice.org and which Extension you want to install This a custom extension tailored to meet diverse customer needs. It works perfect with OOO on Windows but Ubuntu's integrated OO complaints about it. The extension is made using OOO

Re: [dev] Ubuntu OO Extension Manager adding extension error

2009-12-20 Thread Fabio A. Miranda
Hello, you should check the used Java version. The error says that the extension cannot be instantiated (loaded). In this case it means probably that the jar can't be loaded. Did you use any third party stuff? Sounds like Ubuntu comes with OpenJDK alternative preinstall, this error is