Search found 62 matches

by Mitsaki
Wed Jul 11, 2012 1:32 pm
Forum: Developers
Topic: Problem in running SH3D in windows
Replies: 3
Views: 4150

Re: Problem in running SH3D in windows

[SOLVED] Problem with Java 5
by Mitsaki
Wed Jul 11, 2012 7:44 am
Forum: Developers
Topic: Problem in running SH3D in windows
Replies: 3
Views: 4150

Re: Problem in running SH3D in windows

<r>Hello, <br/>
<br/>
thank you for the immediate answer. I did it with absolute, meaning <br/>

<CODE><s>[code]</s>-Djava.ext.dirs=C:\Documents\Settings\ME\workspace\SweetHome3D-3.3-src-original\lib;C:\Documents\Settings\ME\workspace\SweetHome3D-3.3-src-original\lib\windows\i386<e>[/code]</e></CODE ...
by Mitsaki
Tue Jul 10, 2012 7:41 pm
Forum: Developers
Topic: Problem in running SH3D in windows
Replies: 3
Views: 4150

Problem in running SH3D in windows

<r>Hello, <br/>
<br/>
first of all, I wanted to say, that I have used SH3D in MACOS and I know all the steps to make it run.<br/>
<br/>
I want to run it in Windows XP, 32-bit. I want to run SH3D 3.3, so I use -Djava.ext.dirs=lib;lib/windows/i386 (or no? I am not sure - nevertheless I also tried it ...
by Mitsaki
Mon Jun 18, 2012 7:59 pm
Forum: Developers
Topic: Get the list of Piece of Furniture that is displayed in the panel
Replies: 2
Views: 3746

Re: Get the list of Piece of Furniture that is displayed in the panel

Yeap, you are right:) I was under panic attack:)
by Mitsaki
Sun Jun 17, 2012 4:25 pm
Forum: Developers
Topic: Get the list of Piece of Furniture that is displayed in the panel
Replies: 2
Views: 3746

Get the list of Piece of Furniture that is displayed in the panel

<r>Hello community, <br/>
<br/>
I think I have a rather easy question. I have this code somewhere in my program<br/>

<CODE><s>[code]</s>for (HomePieceOfFurniture piece : home.getFurniture()) {
if (piece.isVisible()) {
i++;
}}<e>[/code]</e></CODE>

which I used in order to get the furniture that is ...
by Mitsaki
Wed Jun 06, 2012 6:23 pm
Forum: Developers
Topic: Running Jar File in Mac
Replies: 16
Views: 12745

Re: Running Jar File in Mac

Thank you! That was exactly the problem:)))) Live savior again:)
by Mitsaki
Mon Jun 04, 2012 6:39 pm
Forum: Developers
Topic: Running Jar File in Mac
Replies: 16
Views: 12745

Re: Running Jar File in Mac

<r>I guess that I shouldn't have done steps 1 and 2 in order to do that:
<QUOTE><s>[quote]</s>Build the Jar executable with a Ant task that gathers project class files, resources files, jar libraries and Java 3D DLLs.<e>[/quote]</e></QUOTE> <br/>
<br/>
I should do
<QUOTE><s>[quote]</s>If you want ...
by Mitsaki
Mon Jun 04, 2012 2:45 pm
Forum: Developers
Topic: Running Jar File in Mac
Replies: 16
Views: 12745

Re: Running Jar File in Mac

<r>Hello!! <br/>
<br/>
This is a rather old thread, but it is the last remaining step for my thesis! (finally). Actually, my partner in thesis had solved this problem, but we can't remember how we did it. <br/>
<br/>
Following your last advice, we tried to do it by using ant, meaning: <br/>
<br/>
1 ...
by Mitsaki
Mon Jun 04, 2012 2:14 pm
Forum: Developers
Topic: How to export to .obj all furniture seperately.
Replies: 4
Views: 5713

Re: How to export to .obj all furniture seperately.

Well, maybe you should check it again, because I use these furniture to import them in a program called blender and all of them appear perfectly.
by Mitsaki
Fri Jan 20, 2012 5:08 pm
Forum: Developers
Topic: How to export to .obj all furniture seperately.
Replies: 4
Views: 5713

Re: How to export to .obj all furniture seperately.

<r>So, what I finally did and it worked is:<br/>
<br/>
I first added in the HomePane.java <br/>

<CODE><s>[code]</s> // Used in the export
public static int m = 0;
public static int o = 0;
public static String a;

public static String objFile<e>[/code]</e></CODE>;<br/>
<br/>
<br/>
Afterwards, I ...