Re: Pop-up problem reported in OO 4.2.0

2015-03-10 Thread FR web forum
>I will encourage the OP to register this with Bugzilla, but I post here just 
>in case he doesn't.
https://bz.apache.org/ooo/show_bug.cgi?id=126164


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [DEVTOOLS][EXT] Update to Netbeans plugin

2015-03-10 Thread Carl Marcum

On 12/10/2014 09:10 PM, Carl Marcum wrote:

Hi All,

I ran into an issue when trying to create an UNO client application 
with the Netbeans plugin.


External library jars were not added to dist/lib or the jar manifest 
during build.


This problem appeared to be related to this issue [1].

I have added the following to UNOClientAppProject template 
build-uno-impl.xml jar target that overrides jar target in build-impl.xml

-do-jar-without-libraries,-do-jar-with-libraries
This adds library jars to /dist/lib and also Class Path entries in jar 
manifest for client applications.


Existing projects created prior should be able to change the jar 
target to include them.

Line 27 in nbproject/build-uno-impl.xml
depends="-uno-project-init,compile,-pre-jar,-do-jar-jar,-do-jar-without-libraries,-do-jar-with-libraries,-do-openoffice-manifest,-post-jar">
manifest="${build.dir}/MANIFEST.MF" filesonly="true" compress="true" 
jarfile="${dist.jar}">





I have updated the plugin to version 4.1.0 to better reflect the AOO 
SDK version compatibility.


A compiled version can be found here [2]

[1] http://issues.apache.org/ooo/show_bug.cgi?id=78645
[2] 
http://people.apache.org/~cmarcum/devtools/org-openoffice-extensions-4.1.0.nbm



-
To unsubscribe, e-mail: api-unsubscr...@openoffice.apache.org
For additional commands, e-mail: api-h...@openoffice.apache.org




Has anyone tried this update with an UNO client app or otherwise?

If so, on what platform?

Thanks,
Carl

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Interoperability

2015-03-10 Thread Rory O'Farrell
Another suggestion:

Something that has come up on the Forum is the size of grid points when using 
grid on Writer.  They are one pixel in size and with modern hi-res displays the 
grid is effectively invisible.  The relevant thread is
https://forum.openoffice.org/en/forum/viewtopic.php?f=7&t=75861
and Bernard Marcelly has indicated that the relevant issue is
https://bz.apache.org/ooo/show_bug.cgi?id=58046

It might be a simple code tweak to relate grid pointsize to the output 
resolution.

I remark that I have never used grid display on Writer, but I can understand 
that if one were creating a frame-based layout one might find a visible grid a 
good facility.

-- 
Rory O'Farrell 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org