-
1. Re: folder.selectedDlg doesn't work from HTML5 extension on OSX 10.8.5
DBarranca Apr 20, 2014 3:00 AM (in response to oddgames)It's a known bug - I've logged that several weeks ago, still no fix at the horizon ;-)
I agree it is annoying. You can always use the CEP function from the HTML Panel, but if you have to rely on code from JSX there's no workaround yet (which is? Annoying!)
Best,
Davide Barranca
www.davidebarranca.com
www.cs-extensions.com
-
2. Re: folder.selectedDlg doesn't work from HTML5 extension on OSX 10.8.5
Hallgrimur Bjornsson Apr 21, 2014 1:28 AM (in response to oddgames)Hi,
As Davide suggest, you can use the HTML dialog instead of the ExtendScript dialog. You can read about it here : http://bit.ly/1hIFZay
Best regards,
Hallgrimur
-
3. Re: folder.selectedDlg doesn't work from HTML5 extension on OSX 10.8.5
DBarranca Jul 11, 2014 10:37 AM (in response to Hallgrimur Bjornsson)I've found that the HTML dialog hangs Photoshop too (OSX, CC 2014).
var fileObj = cep.fs.showOpenDialog();
csInterface.evalScript("sayHello('" + fileObj.data[0].toString() + "')");
The select dialog displays correctly, I pick a file, click Open and the dialog hangs there, the wheel spins and I have to force quit PS.
Davide


