Re: [JPP-Devel] Some thought about menus for future realizes (better if on OJ 1.4)

2010-10-28 Thread Arnd Kielhorn
Hello, from my users side of view I can say that I use context menu, button and also EZ-Buttons...it depends on the functions I want to use and what I can reach faster. But this should be the difficult thing becuase every users works in a different way as I realzied it from how my collegues

Re: [JPP-Devel] font for oj logo needed

2010-10-28 Thread edgar . soldin
no the actual font files (ttf,otf,ps), in case we want to write something else in the second line of the logo. I'll ask her... thanks ede On 28.10.2010 06:29, Stefan Steiniger wrote: what was used in the *.ai file? (you have illustrator?) but, well.. Paola is the only one who knows... long

Re: [JPP-Devel] Some thought about menus for future realizes (better if on OJ 1.4)

2010-10-28 Thread Rahkonen Jukka
edgar.sol...@web.de It helps if a functionality is only available at one point in the UI to avoid confusion. I'd suggest to take this issue as a reason to cleanup and reorder the context menu. - Look for doubled entries and decide to put them only in Layer or context menu. There are

Re: [JPP-Devel] Some thought about menus for future realizes (better if on OJ 1.4)

2010-10-28 Thread edgar . soldin
On 28.10.2010 11:24, Rahkonen Jukka wrote: It helps if a functionality is only available at one point in the UI to avoid confusion. I'd suggest to take this issue as a reason to cleanup and reorder the context menu. - Look for doubled entries and decide to put them only in Layer

[JPP-Devel] $JUMP_HOME/scripts/default-plugins.xml ?

2010-10-28 Thread edgar . soldin
Does anybody know why the default-plugins.xml is searched also in $JUMP_HOME/scripts/default-plugins.xml ? I tend to remove this. if [ -z $JUMP_DEFAULTP ] || [ ! -f $JUMP_DEFAULTP ]; then JUMP_DEFAULTP=$JUMP_HOME/scripts/default-plugins.xml fi ..ede

[JPP-Devel] OJ 1.4 stops loading at sextante plugin

2010-10-28 Thread Pedro Doria Meunier
Hi guys! After a long time not saying a word... :] Well I've dowloaded openjump14s.zip and here's what comes up in the command line: java.lang.NullPointerException at

Re: [JPP-Devel] Fwd: $JUMP_HOME/scripts/default-plugins.xml ?

2010-10-28 Thread Michaël Michaud
Hi, Just see that this is the place where default-plugins is in svn repository hierarchy. Michaël Le 28/10/2010 12:07, edgar.sol...@web.de a écrit : in oj_linux.sh .. Original Message Subject: [JPP-Devel] $JUMP_HOME/scripts/default-plugins.xml ? Date: Thu, 28 Oct 2010

Re: [JPP-Devel] Fwd: $JUMP_HOME/scripts/default-plugins.xml ?

2010-10-28 Thread edgar . soldin
does anybody use the bat script to start OJ while developing? ..ede On 28.10.2010 13:15, Michaël Michaud wrote: Hi, Just see that this is the place where default-plugins is in svn repository hierarchy. Michaël Le 28/10/2010 12:07, edgar.sol...@web.de a écrit : in oj_linux.sh ..

[JPP-Devel] oj_linux.sh readlink improvement

2010-10-28 Thread Vincent Schut
Hi, in oj 1.4's oj_linux.sh there is a iterative readlink $JAVA (line 50) to find java's real path. However, on my system (arch linux) `which java` gives /opt/java/bin/java, which is a symlink '../jre/bin/java'. This confuses oj, as it tries to resolve this symlink from its current path.

Re: [JPP-Devel] OJ 1.4 stops loading at sextante plugin

2010-10-28 Thread Vincent Schut
On 10/28/2010 11:54 AM, Pedro Doria Meunier wrote: Hi guys! After a long time not saying a word... :] Well I've dowloaded openjump14s.zip and here's what comes up in the command line: java.lang.NullPointerException at

[JPP-Devel] R: OJ 1.4 stops loading at sextante plugin

2010-10-28 Thread Giuseppe Aruta
I confirm the same errormessage for Ubuntu 10.04 Peppe --- Gio 28/10/10, Pedro Doria Meunier pdo...@netmadeira.com ha scritto: Da: Pedro Doria Meunier pdo...@netmadeira.com Oggetto: [JPP-Devel] OJ 1.4 stops loading at sextante plugin A: OpenJump develop and use

Re: [JPP-Devel] oj_linux.sh readlink improvement

2010-10-28 Thread edgar . soldin
oj_linux.sh is also use for other unixes, despite it's name. OSX's readlink for example unfortunately has no -f switch .. will think about it .. thanks ede On 28.10.2010 14:31, Vincent Schut wrote: Hi, in oj 1.4's oj_linux.sh there is a iterative readlink $JAVA (line 50) to find java's real

Re: [JPP-Devel] OJ seems to paint the original AND resized vertices.

2010-10-28 Thread Sunburned Surveyor
Just to clarify, the bug where the fill from the initial vertice size still appears within resized nodes has nothing to do with the color theming style. I apologize if I didn't make this clear in my bug report. Thanks for adding the additional comments to the bug report Michael. I plan to work on

Re: [JPP-Devel] Some thought about menus for future realizes (better if on OJ 1.4)

2010-10-28 Thread Sunburned Surveyor
Ede wrote: It helps if a functionality is only available at one point in the UI to avoid confusion. I agree %100. One of the things that makes AutoCAD so difficult to learn is there's always at least 4 ways to do the same thing. Ede wrote: I'd suggest to take this issue as a reason to cleanup

Re: [JPP-Devel] R: OJ 1.4 stops loading at sextante plugin

2010-10-28 Thread Larry Becker
Oops! Hope I didn't remove your justification for going to Argentina. 8-) On Thu, Oct 28, 2010 at 2:40 PM, Larry Becker becker.la...@gmail.comwrote: Hi Stefan, Use Google translate:

Re: [JPP-Devel] OJ seems to paint the original AND resized vertices.

2010-10-28 Thread Michaël Michaud
Hi, Just to clarify, the bug where the fill from the initial vertice size still appears within resized nodes has nothing to do with the color theming style. I apologize if I didn't make this clear in my bug report. Thanks for adding the additional comments to the bug report Michael. There are

Re: [JPP-Devel] R: OJ 1.4 stops loading at sextante plugin

2010-10-28 Thread Michaël Michaud
Hi, I have no linux box nor mac, but I can confirm that it works well on windows (only get a message from a plugin which is probably compiled with java 6 if I launch OJ with java5) I had a look in Sextante binding code, and he most critcal part I have found is the method getting the directory

Re: [JPP-Devel] R: OJ 1.4 stops loading at sextante plugin

2010-10-28 Thread edgar . soldin
If you are facing issues with loading library jars for your extensions I wrote a quite sophisticated Classloader that loads libraries from subfolders... have look at the cts/gps extensions the it is a bit difficult to debug, but has the advantage that different extensions can bring the same

[JPP-Devel] app icon enhancement

2010-10-28 Thread edgar . soldin
I just changed the app icon to the current and added different resolutions as supported by java 1.6. On 1.5 it should behave as usual. Also I did some changes to these starters. Especially, but not only, to enable spaces in the application path. oj_windows.bat oj_linux.sh oj_macosx.command