FileDialog unusable in applets running in Safari

2015-03-09 Thread Emmanuel Puybaret
Hi again, Some time ago, I noticed a strange issue in applets that happen with Safari, and not with Firefox and Chrome: As the two following screen captures show clearly http://www.sweethome3d.com/images/forum/IssueWithSweetHome3DOnlineUnderSafari.jpg http://www.sweethome3d.com/images/forum/NoIss

Managing Open Recent menu in a sandboxed application

2015-03-09 Thread Emmanuel Puybaret
Hi, As you probably know, an Apple sandboxed application can read only files that the user selected with a standard file dialog box or from an Open Recent menu. In a sandboxed Swing application, this obliges to use FileDialog AWT class to select files but this is not a big issue since JFileChoo

Re: FileDialog unusable in applets running in Safari

2015-03-09 Thread David DeHaven
> Hi again, > > Some time ago, I noticed a strange issue in applets that happen with Safari, > and not with Firefox and Chrome: > As the two following screen captures show clearly > http://www.sweethome3d.com/images/forum/IssueWithSweetHome3DOnlineUnderSafari.jpg > http://www.sweethome3d.com/ima

Re: FileDialog unusable in applets running in Safari

2015-03-09 Thread Joshua Smith
It’s a Safari security setting. Preferences … Security … Internet Plugins Website Settings… Java Add the site, and set it to run in “unsafe mode” > On Mar 9, 2015, at 1:39 PM, Emmanuel Puybaret wrote: > > Hi again, > > Some time ago, I noticed a strange issue in applets that happen with Sa

Re: FileDialog unusable in applets running in Safari

2015-03-09 Thread Emmanuel Puybaret
> It’s a Safari security setting. > > Preferences … Security … Internet Plugins Website Settings… Java > > Add the site, and set it to run in “unsafe mode” O_O Wow, so now, to run applets that need to access to the file system, you have to buy a certificate, sign your applet, make the user ac

Re: JRELoadError

2015-03-09 Thread Peter J Slack
looking at your build.xml on CVS browser . . possible you are using 32 bit JOGL libraries . .you will want to update all your native binary libraries for OSX to 64 bit .. that's just what jumped out I haven't looked at the whole file .. 215 216 218 219 220 221 222 223 224 225 226 227