Search found 6 matches

by AvinashC
Fri May 03, 2024 10:10 pm
Forum: Developers
Topic: Plugin development issue
Replies: 9
Views: 3898

Re: Plugin development issue

Not able move them either
by AvinashC
Fri May 03, 2024 10:09 pm
Forum: Developers
Topic: Plugin development issue
Replies: 9
Views: 3898

Re: Plugin development issue

its stored in the SweetHome 3d > ReferencedLibraries > TotalSurface.Jar > com.eteks.tes > TotalSurface.class
and the ApplicationPlugin is stored in TotalSurface.jar > META-INF folder
by AvinashC
Fri May 03, 2024 8:33 pm
Forum: Developers
Topic: Plugin development issue
Replies: 9
Views: 3898

Re: Plugin development issue

<r>WARNING: References to Carbon menus are disallowed with AppKit menu system on macOS 14 and newer. Use instances of NSMenu and NSMenuItem directly instead. See <URL url="https://developer.apple.com/documentation/macos-release-notes/appkit-release-notes-for-macos-14#Menus"><LINK_TEXT text="https ...
by AvinashC
Fri May 03, 2024 6:58 pm
Forum: Developers
Topic: Plugin development issue
Replies: 9
Views: 3898

Re: Plugin development issue

The plugin was in a jar file and it got saved automatically in a destination in com.eteks.test and it has the ApplicationPlugin.properties file as well.
Is there any step i am missing here.
by AvinashC
Fri May 03, 2024 5:09 pm
Forum: Developers
Topic: Plugin development issue
Replies: 9
Views: 3898

Plugin development issue

<t>Hi all, I am new here and I am looking for a little support on how I can use an existing plugin and make changes to it. I have downloaded the source code of the sweethome3d and i am running the code in eclipse.<br/>
I have followed the steps given in the developers guide.<br/>
I have the jar file ...
by AvinashC
Wed Apr 03, 2024 9:58 am
Forum: Developers
Topic: running source code in eclipse
Replies: 9
Views: 4369

Re: running source code in eclipse

<r>Hi all, <br/>
I am trying to run the code from the git repo: <URL url="https://github.com/SweetHome3D/SweetHome3D">https://github.com/SweetHome3D/SweetHome3D</URL><br/>
<br/>
I am currently using the latest version Eclipse and jdk<br/>
<br/>
i am running the code with com.eteks.sweethome3d ...