6 Replies Latest reply: Jun 22, 2014 1:31 AM by Sebastien Piconnier RSS

    Open dialog with a specific path with an html panel.

    Sebastien Piconnier Community Member

      Hi everyone,

       

      I 'm trying to rewrite my extension Edge FX available on Adobe Add-ons because flash panelsmade with configurator will not work anymore in Photoshop CC (2014).

      I need some help with javascript : I don't know why the open dialog didn't display now when i'm using this code

       

      // Open the Edges Collections directory

      var strEdgeFXFolder =  new Folder(assetsPath + "/Edges%20Collections/");

      var edgeFXFile = strEdgeFXFolder .openDlg("Choose the egde you want to apply","JPEG/PNG:*JPG;*.JPEG;*.JPE;*.PNG");

      open (edgeFXFile)

       

      Mnay thanks.

       

      Sebastien