Download

Online

Gallery

Blog

  Index  | Recent Threads  | List Attachments  | Search
 Welcome Guest  |  Register  |  Login
Login Name  Password
 

Sweet Home 3D Forum



No member browsing this thread
Thread Status: Active
Total posts in this thread: 2
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 6434 times and has 1 reply Next Thread
enkonyito
Advanced Member
Member's Avatar


Joined: May 28, 2015
Post Count: 601
Status: Offline
Reply to this Post  Reply with Quote 
Badly managed Java method on Mac OS X ?

In this thread, a window always stays on top of others on Mac OS X while the default behavior is the opposite.
Since this problem does not seem to occur on other systems, I suspect a badly managed Java method on Mac OS X.
What do you think?

Use the default behavior of the standard photo panel is not suitable because it destabilizes the progress bar by opening another photo panel.

Forcing the window to not always be on top, temporarily fixes the problem because after an action in Sweet Home 3D, the window always goes back on top.
final JDialog dialog = optionPane.createDialog(SwingUtilities.getRootPane((Component) parentView), this.dialogTitle);
dialog.setModal(false);
dialog.setResizable(true); // PVR-1.4.1
if (dialog.isAlwaysOnTop()) { // PVR-1.7beta3_sol2
dialog.setAlwaysOnTop(false);
}


The PhotoVideoRendering plug-in is compiled with the JDK 8u201.

Enko
----------------------------------------
EnkoNyito
[Jun 11, 2019, 3:19:46 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
enkonyito
Advanced Member
Member's Avatar


Joined: May 28, 2015
Post Count: 601
Status: Offline
Reply to this Post  Reply with Quote 
Re: Badly managed Java method on Mac OS X ?

Your suggestion was right, Enko, it was a Java-issue.
After installing the latest java update, the problem is now gone!
Tested again and again, same result.

----------------------------------------
EnkoNyito
[Jul 29, 2019, 9:43:57 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
[ Jump to Last Post ]
Show Printable Version of Thread  Post new Thread

    Get Sweet Home 3D at SourceForge.net. Fast, secure and Free Open Source software downloads
   
© Copyright 2006-2024 eTeks - All rights reserved