Search found 7 matches

by Alex42
Wed Feb 01, 2012 6:02 am
Forum: Features use and tips
Topic: "Pin" a room to its walls?
Replies: 3
Views: 3660

Re: "Pin" a room to its walls?

Hi,
I don't know a way to do this but I want to support this feature request definitely. "murder" is the right word to describe the work that could be saved by this feature.

Alex
by Alex42
Mon Dec 26, 2011 5:20 pm
Forum: Developers
Topic: how to add package resource bundles?
Replies: 4
Views: 4082

Re: how to add package resource bundles?

I've seen it but then I can't use SwingTools#getLocalizedLabelText(). If you're aware of this it's ok for me but I would prefer to handle resources in the same way all over the application.

Regards,
Alex
by Alex42
Mon Dec 26, 2011 4:41 pm
Forum: Developers
Topic: how to add package resource bundles?
Replies: 4
Views: 4082

Re: how to add package resource bundles?

Sorry but haven't found a way to attach a file to my post.
Alex
by Alex42
Mon Dec 26, 2011 4:35 pm
Forum: Developers
Topic: how to add package resource bundles?
Replies: 4
Views: 4082

how to add package resource bundles?

<r>Hi,<br/>
<br/>
what's the correct way to add a package resource (package.properties) bundle from inside a plugin to the UserPreferences in a way that a panel (defined inside the plugin) can access the bundle?<br/>
<br/>
As far as I've seen the plugin's classloader is not registered and therefore ...
by Alex42
Fri Dec 23, 2011 8:37 am
Forum: Developers
Topic: The concept of custom properties
Replies: 4
Views: 4120

Re: The concept of custom properties

<t>Hello Emmanuel,<br/>
<br/>
thank you for your answer. Currently I still don't know if I'll go with approach 2 or with the combination as you proposed.<br/>
Maybe I'll try to do a minimal invasive but very universal implementation of approach 2.<br/>
Regardless of the result, I'll share it with ...
by Alex42
Fri Dec 23, 2011 6:11 am
Forum: Developers
Topic: The concept of custom properties
Replies: 4
Views: 4120

Re: The concept of custom properties

<t>Hi Emmanuel,<br/>
Ok, that' what I meant with "Have I missed something?" [;)] <br/>
setVisualProperty / getVisualProperty provides some mix of my approaches 1 and 2. I can use it to connect a container of additional data (approach 2) to the model and have no need for extending HomeFileRecorder to ...
by Alex42
Thu Dec 22, 2011 7:11 pm
Forum: Developers
Topic: The concept of custom properties
Replies: 4
Views: 4120

The concept of custom properties

<r>Hello,<br/>
I want to use SH3D to design the visualization of my home automation system. My idea was to write a plugin to be able to add some additional properties (e.g. address of lamp in automation, visual parameters, ...) to Level, Room and some PieceOfFurnitures to be able to generate the ...