Hi stbjayalath
As per my understanding, better you try to store the images and retrieve to your application. It works fine, i have done that successfully.
Search found 28 matches
- Mon May 18, 2015 7:05 am
- Forum: Installation
- Topic: Furniture Catalog tree is not working in tomcat
- Replies: 2
- Views: 4861
- Fri Mar 13, 2015 9:14 am
- Forum: Installation
- Topic: Need to deploy on Tomcat serer
- Replies: 41
- Views: 22852
Re: Need to deploy on Tomcat serer
Thank You Puybaret for your Early reply...
- Thu Mar 12, 2015 5:14 am
- Forum: Installation
- Topic: Need to deploy on Tomcat serer
- Replies: 41
- Views: 22852
Re: Need to deploy on Tomcat serer
<t>Hi Puybaret..<br/>
<br/>
In my application , I retrieve the Floor Plan from the server. (Not from the Client side). When I try to save the Floor Plan, It gives<br/>
a NotSerializableException. Because I load the Floor Plan image through a URL<br/>
<br/>
eg : <br/>
Content c = new URLContent(new ...
<br/>
In my application , I retrieve the Floor Plan from the server. (Not from the Client side). When I try to save the Floor Plan, It gives<br/>
a NotSerializableException. Because I load the Floor Plan image through a URL<br/>
<br/>
eg : <br/>
Content c = new URLContent(new ...
- Tue Mar 10, 2015 3:32 am
- Forum: Installation
- Topic: Need to deploy on Tomcat serer
- Replies: 41
- Views: 22852
Re: Need to deploy on Tomcat serer
<t>Hi Puybaret..<br/>
<br/>
I tried to fix my requirement as you said. Actually it is not clear to me. Anyway I found a solution to do that and mentioned below the code. Initially I set the 3D pane as 0.<br/>
<br/>
HomePane - createMainPane Method<br/>
<br/>
else {<br/>
final JSplitPane mainPane ...
<br/>
I tried to fix my requirement as you said. Actually it is not clear to me. Anyway I found a solution to do that and mentioned below the code. Initially I set the 3D pane as 0.<br/>
<br/>
HomePane - createMainPane Method<br/>
<br/>
else {<br/>
final JSplitPane mainPane ...
- Thu Feb 12, 2015 6:48 am
- Forum: Installation
- Topic: Need to deploy on Tomcat serer
- Replies: 41
- Views: 22852
Re: Need to deploy on Tomcat serer
Hi Puybaret..
Can you pls explain bit more about the solution..?
Can you pls explain bit more about the solution..?
- Tue Feb 10, 2015 1:33 pm
- Forum: Installation
- Topic: Need to deploy on Tomcat serer
- Replies: 41
- Views: 22852
Re: Need to deploy on Tomcat serer
That's my issue. I couldn't find how to show/hide 3D pannel.
- Tue Feb 10, 2015 2:56 am
- Forum: Installation
- Topic: Need to deploy on Tomcat serer
- Replies: 41
- Views: 22852
Re: Need to deploy on Tomcat serer
The application which I developed using Sweet Home, is capable of detecting floor plan and drawing walls automatically. So If 3D view is enabled, system becomes slow.
Therefore I removed 3D view functionality and wanted to add a button to add 3D view functionality.
Therefore I removed 3D view functionality and wanted to add a button to add 3D view functionality.
- Sun Feb 08, 2015 1:27 pm
- Forum: Installation
- Topic: Need to deploy on Tomcat serer
- Replies: 41
- Views: 22852
Re: Need to deploy on Tomcat serer
<t>Hi Puybaret....<br/>
<br/>
I'm bit stuck with one more thing. I was able to Add a button on tool bar as you said. I want to implement 3D view on/off function to that. <br/>
<br/>
`Code in Applet Application<br/>
<br/>
toolBar.addSeparator();<br/>
addActionToToolBar(homeView, HomeView ...
<br/>
I'm bit stuck with one more thing. I was able to Add a button on tool bar as you said. I want to implement 3D view on/off function to that. <br/>
<br/>
`Code in Applet Application<br/>
<br/>
toolBar.addSeparator();<br/>
addActionToToolBar(homeView, HomeView ...
- Thu Feb 05, 2015 9:54 am
- Forum: Installation
- Topic: Need to deploy on Tomcat serer
- Replies: 41
- Views: 22852
Re: Need to deploy on Tomcat serer
Hi Puybaret....
If you allow me , I would like to answer the questions which are publish in this forum and help the others..
Please let me know your decision....
If you allow me , I would like to answer the questions which are publish in this forum and help the others..
Please let me know your decision....
- Thu Feb 05, 2015 3:16 am
- Forum: Installation
- Topic: Need to deploy on Tomcat serer
- Replies: 41
- Views: 22852
Re: Need to deploy on Tomcat serer
Thank..... You Puybaret ......., It's working