Open dialog with a specific path with an html panel.

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

I think the problem is with var strEdgeFXFolder =  new Folder(assetsPath + "/Edges%20Collections/");
I have modified the line into var strEdgeFXFolder =  new Folder(Folder.commonFiles.fsName + "/Adobe/"); and it opens now the open dialog box. Now I need to know where Extensions for Photoshoop CC (2014) are located by default with this version and what is the code I think.

Similar Messages

  • I want to create an applescript/automator tool to launch the "Add to library" command in iTunes with a specific path. Need process under the hood

    I want to create an applescript/automator tool to launch the "Add to library" command in iTunes with a specific path. I need to know what process is run under the hood to create such a script.
    To put you in context, I have an NFS mount point with all my music and with the "add to library" command, I can add more music to the folder and update iTunes without dragging the individual folders or the whole mount point and avoid having the songs show up as doubles.
    Anyone know what OS/Unix process is being called for such a command?

    I want to create an applescript/automator tool to launch the "Add to library" command in iTunes with a specific path. I need to know what process is run under the hood to create such a script.
    To put you in context, I have an NFS mount point with all my music and with the "add to library" command, I can add more music to the folder and update iTunes without dragging the individual folders or the whole mount point and avoid having the songs show up as doubles.
    Anyone know what OS/Unix process is being called for such a command?

  • File Open Dialog box  + display  local path

    HI
    This is sasi from chennai
    I have problem for opon a file dialog and after opening file
    I need display full path ( local path like this c:\aa\bb.txt)
    how can I achive this , please help me any one.
    By
    SAsikumar
    if you find send mail to this ID [email protected]

    You cannot, because of security restrictions.
    Tracy

  • How to create an employee with a specific effective_start_date with api?

    Hello,
    I'm trying to create an employee through the hr_employee_api.create_employee (R12 Apps)
    In Forms, if we want create it in a different date than sysdate, we use the "Alter effective date" screen... what this does is to copy into global.g_session_date variable the value we set.. and I suppose that this date is what api takes as sysdate to create an employee with desired effective_start_date.
    But.. how to set it through Plsql procedure that call to create_employee api? p_per_effective_start_date is an out parameter... But after following the code through internal apis.. I didn't get to find where is that value set...
    Any ideas?
    If no one is passed, it's set to sysdate.. but what we want is to set this date to one specific...
    Thanks,

    Hi again,
    sorry for a "quick" conclusion...
    Although the session date wwill be set inserting in fnd_sessions.. the effective_start_date returned ..continues with the value of hire_date.
    I've checked the screen behavior and it inserts directly into PER_ALL_PEOPLE_F (when we have a "normal" employee, not CWK) through per_people11_pkg.insert_row1 procedure.
    So.. is there anyway with create_employee api to create an employee (CORRECTION p_datetrack_update_mode) with hire_date different from p_effective_start_date??
    Interesting issue...
    Regards.

  • Report to show number of clients with/without specific software with %

    I'm creating a report that shows 4 columns, AD Site, Visio installed, Visio not installed, % Installed. I can get all column right except 'Visio not installed':
    IF object_id('tempdb..#tmp') is not null Drop table #tmp
    select vrs.AD_Site_Name0, 
           CASE WHEN arp.DisplayName0 like '%Visio%'
                THEN 1
                else 0
           END as Visio,
           CASE WHEN arp.DisplayName0 not like '%Visio%'
    THEN 1
    else 0
    END as NoVisio
    into #Tmp
    from v_R_System vrs
    inner join v_GS_SYSTEM_ENCLOSURE enc on enc.ResourceID = vrs.ResourceID
    where 
     enc.ChassisTypes0 in ('8', '9', '10', '14')
    select  AD_Site_Name0 AS 'AD Site'
               ,sum(Visio) as [Visio Installed]
                ,sum(NoVisio) as [Visio not Installed]
        ,(sum(Visio)*100 / (sum(Visio) + sum(NoVisio)) ) AS '%'
    from #Tmp
    group by AD_Site_Name0
    Any ideas what went wrong? Or is there any other ways to get the result I want? 
    Many thanks. 

    Awesome! This is exactly what I'm looking for. Thank you Sherry!
    Nick, we have the same result. I would just exclude every irrelevant entries
    Select DISTINCT DisplayName0 FROM v_Add_Remove_Programs WHERE DisplayName0 Like 'Microsoft Office Visio%'
    and DisplayName0 not like '%Visio Language Pack%' and DisplayName0 not like '%Visio Viewer%'
    etc...

  • Every time I click a TXT or PDF file it opens the file and STILL opens the "Open" dialog box

    I have several TXT files I have that track some info for me.  Used to be, like in any OS, I could just double click it and viola, there it is in the text editor.  Ever since Mountain Lion, I open it and it opens fine, then on TOP of that I get ANOTHER open dialog box from text edit with the finder window to let me pick a text file to open.
    I ALREADY opened the file I want so i certainly don't need another unasked for dialog box to open every time.  Same thing with PDF's.  Apparently just about everything that opens with preview or text edit does this.
    I must be missing something since this clearly shouldn't be default behavior.  Anyone have something somewhere I've missed that will stop text edit or preview from prompting me for a file location to open when I've already opened the file I wanted in the first place?
    Thanks for any insight.
    John

    Anyone else hitting it, I finally tracked it to icloud.  Even though I was not using it for anything other than my IOS device backups, somehow it got flagged for "documents" as well.  Killed that and finally preview works as it should without bringing up unwanted open dialog boxes every time I open something.

  • Open a form with space on the path with form builder from a batch

    Hi,
    I cannot open a form from a batch on Windows if the absolute path contains spaces.
    For example, if I try to open a form in "C:\" from cmd with C:\ORANT\bin\ifbld60.exe C:\Form.fmb, I have no problem, if I try to open a form in "C:\Documents and Settings" with C:\ORANT\bin\ifbld60.exe "C:\Documents and Settings\Form.fmb" or C:\ORANT\bin\ifbld60.exe C:\Documents and Settings\Form.fmb, I have some dialog with info and the error FRM-90927 and form builder doesn't start.
    Thank you,
    tom
    Edited by: 912104 on 16-ago-2012 3.17 - title

    Hi,
    >
    I cannot open a form from a batch on Windows if the absolute path contains spaces.
    For example, if I try to open a form in "C:\" from cmd with C:\ORANT\bin\ifbld60.exe C:\Form.fmb, I have no problem, if I try to open a form in "C:\Documents and Settings" with C:\ORANT\bin\ifbld60.exe "C:\Documents and Settings\Form.fmb" or C:\ORANT\bin\ifbld60.exe C:\Documents and Settings\Form.fmb, I have some dialog with info and the error FRM-90927 and form builder doesn't start.
    >
    Why is that you want to open a FMB in Form Builder with a Batch file?
    Is it that your application has only one FMB and that you work with only one FMB all the time?
    Cheers,
    PS: And if you must open the FMB through a batch file then look up the Form Builder Help for "Command Line options". It is an excellent resource.
    Edited by: Prabodh on Aug 16, 2012 3:06 PM

  • Opening a web page with a specific size window

    I have an interesting problem. I want to open a Safari window on my computer with a specific size and screen position. Is this possible to do? Maybe an HTML string? This would apply to a very specific web site.
    If it matters, I am using a Sling Box to watch TV on my iMac. I want a "small-ish" window that opens on the lower right of the screen. What happens now is the the window usually opens in the same place as last time (the lower right) but not always. Sometimes I have to go hunting for it. And it's almost never the right size or aspect ratio which has to adjusted manually each time.
    Another question: The new version of Safari insists on putting the web page name on the top of the window. Any way to turn this off?
    Thanks in advance.
    That's the little window in the lower right. See the page name?

    "Many" financial institutions and banks use special web software that all versions of Safari are incompatible with.  My bank is one of those.  The downloading, installing, and use of "Firefox" for an alternate browser is what they recommend, instead of Safari.

  • Verify that the database is created with the correct path  specification

    Dear All
    When I installed DB2 9.1 with SP4 on windows 2003 64 bit,I use Configuration Assistant tool which is problem
    SQL1031N  The database directory cannot be found on the indicated file system.  SQLSTATE=58031
    Explanation:
    The system database directory or local database directory could
    not be found.  A database has not been created or it was not
    cataloged correctly. 
    The command cannot be processed. 
    User Response:
    Verify that the database is created with the correct path
    specification.  The Catalog Database command has a path parameter
    which specifies the directory where the database resides. 
    sqlcode :  -1031
    sqlstate :  58031
    Thanks

    Hi Phuc,
    Could you please validate, that the database TST is located in driver H: ?
    If the database is there, you find a directory with the name of your instance under the H: drive, inside this directory, you must find a NODE0000 directory and finally inside the NODE0000 directory there must be a SQL0000? directory, where ? is a number.
    You get your instance name from the environment variable DB2INSTANCE or simply by the execution of:
    db2 get instance
    If there is no SQL0000? directory at all, this means the database is located somewhere else.
    If there is SQL0000? directory in that drive, you can perform the following:
    db2 CATALOG DB TST AS TST ON H:
    And provide the error message, if any.
    Hope this helps
    Best regards, Edgardo

  • Cannot open a a file with a specific file name

    I have 1 person who cannot open or save a file with a specific file name on his computer.  If he does it at another computer he is fine, no one else has this issue.  The error he gets when trying to open the file is { Cannot create file:missingperson.pdf. Right-click the folder you want to create the file in, and then click Properties on the shortcut menu to check your permissions for the folder}
    Any ideas on how to resove this.  He gets this file sent to him on a regular basis, and cannot have the file name changed.
    Thank you

    I have run across something similar.  Assuming that this PDF they are getting through email is the same name, then this is how I fixed my problem.
    When you get a file in an email and open it, it writes that file to the Temporary Internet Files folder.  Lets assume the file name is filename.pdf  If you open a file from email with the same name at a later time, it creates a file called filename(1).pdf.  Open a file with the same name again, it creates filename(2).pdf, and so on.  Once you get to filename(99).pdf, it will start giving you a lot of trouble.  When I cleared out those filename.pdf's, everything went back to normal.
    Hope this helps.

  • PSE 11 Orgaziner to open with a specific file.

    Like that PSE 11 Orgaziner opens with a specific file, like it did with PSE 9, 6 etc.
    Anybody knows how to do this??

      Are these jpegs? If so make Organizer the default program by right clicking on any jpeg file in one of your folders and choosing.
    Open With >> Choose Default Program >> Browse
    Navigate to:
    "C:\Program Files (x86)\Adobe\Elements 11 Organizer\PhotoshopElementsOrganizer.exe"
     

  • Open multi page pdf specific page in Illustrator CS4 with apple script

    I need to open multi page pdf specific page in Illustrator CS4 with apple script. Is it something like this:
    activate  (open file theTargetFolder as PDF with options …).
    Thank you.

    Carlos,
    Muchas Gracias por tu colaboración y excelente script, el que se abra el ESTK no tiene mayor importancia.
    El caso es que Adobe recomienda encarecidamente NO utilizar Illustrator para editar PDFs, por diversas razones, aunque cuando no hay otro remedio o herramienta disponible, o conocida ...
    Para llegar aquí, aparte de San Google, hay que ir a Adobe.es (en mi caso), pestaña de Ayuda,  ..... (hasta aqui bien),
    luego hay que bajar hasta el final y ver Comunidad y Foros...... (esto puede ser)
    al pulsar aparacen un montón de foros se supone de programas pero en inglés,
    y la última línea es de International Forums,  ya casi hemos llegado)
    pulsamos entonces, y por fin se abren cuatro palabras con idiomas, en una dice: español      (casi no me lo puede creer)
    pincho y llego por fin aquí.
    Muy poca gente sabe de la existencia de este pequeño refugio, si a esta dificultad añadimos la peculiar forma de ser de la gente, ....

  • Is it possible to join an open path with a closed path?

    I am using Illustrator to show territorial changes to Germany after World War I.
    My problem is this: I need to join an open path to a closed path.
    With the pencil tool I drew a blue line to illustrate the Rhine river on an SVG map of Weimar Germany.
    I need to connect the river (open path) to Germany's borders (closed path) so that a new closed path is formed: the Rhineland (Weimar Germany west
    of the Rhine).
    I am totally stumped as to how to achieve this. Thank you very much for any help anyone can provide.
    - Nicholas

    Two ways you can make it a Live Paint Group then you actually d not hvve to join it in order to get it to react like a closed path.
    The other way is to the select the portion of the closed path with either the direct select tool or lasso tool and hit Command  C the hit Comand F paste in front and in the same position. then select the end points on one end of both path and hit Command J then do the same for the other ends of the path and now you have a new closed path and the old closed path under it still intact.
    I think the live paint group though will open up a much more powerful workflow for you if you do this type of work often.

  • Hi, I want to open dialog window with ADF Faces

    Hi, I want to open dialog window with ADF Faces when commandButton pressed, but the window opended at same window, not opened new window.
    my command button is follow,
    <af:commandButton text="Ücret Girişi"
    binding="#{backing_rezervasyonlar.rez_iptal}"
    id="rez_iptal"
    action="dialog:ucret"
    windowHeight="200"
    windowWidth="300"/>
    I am waiting your help....

    Remove the partialSubmit attribute from the declaration of your command button. Therefore, the code you posted should be:
    <af:commandButton text="Ücret Girişi"
    binding="#{backing_rezervasyonlar.rez_iptal}"
    id="rez_iptal"
    action="dialog:ucret"
    useWindow="true"
    windowHeight="200"
    windowWidth="300"/> NOT:
    <af:commandButton text="Ücret Girişi"
    binding="#{backing_rezervasyonlar.rez_iptal}"
    id="rez_iptal"
    action="dialog:ucret"
    partialSubmit="true"
    useWindow="true"
    windowHeight="200"
    windowWidth="300"/> --RiC                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Photoshop crashes with open dialog box on Windows 8.1

    I just upgraded from Windows 8.0 to Windows 8.1. I have Photoshop CC, I also have Photoshop Elements installed. On occasion, Photoshop CC hangs when using the open dialog box. It then crashes explorer. The only way to resolve it is to restart the PC.
    Has anyone seen this behavior. I do not have any logs as of now.
    Thanks,
    Bill Byrnes

    I don't know if this is helpful or exactly on topic with this thread... but I have to share somewhere...
    I've been dealing this problem for months and I finally fixed it on my own.
    My Antivirus, AVG, which is great, except for this glitch, was the root cause of the issue. 
    History:  If I right-clicked a file in my Save/Open Dialogue Photoshop (CS6 Extended) would crash.. for the last few months, actually...  If I avoided right-clicking I'm ok, but my instincts are to organize, rename, etc. while in the save/open pop-up window ... So I've often crashed Photoshop when all I do is right-click on a file in the list of files...
    Well, I figured out the cause of the glitch:
    "Permanently Shred with AVG” .. this option, added without my knowledge during an AVG update, was added around the same time this problem started (realizing this in hindsight).. THIS was conflicting with my Adobe Photoshop file explorer window in the Save/Open dialogue!!! After months of trying to figure this out, this is definitely the solution.
    Once I turned that AVG Shell Extenstion off.... I am now able to right-click files in Photoshop save/open pop-up window again without it crashing…  finally !!!!
    ...hope this helps folks even if it's just a related clue to other issues....
    Basically ,run command prompt as Administrator, then type:
    For 32-bit :  regsvr32 /u “C:\Program Files\AVG\AVG2014\avgse.dll”
    For 64-bit:   regsvr32 /u “C:\Program Files (x86)\AVG\AVG2014\avgse.dll”
    I found this info about turning off  "Permanently Shred with AVG" option at this link:
    http://techdows.com/2013/09/avg-2014-how-to-remove-permanently-shred-with-avg-option-from- context-menu.html#comment-21176
    thanks!
    -Camilo

Maybe you are looking for

  • Using a  Bi-directional Media Converter in FC Pro

    I have a Canopus ADVC 300  Bi-directional Media Converter.  I'm having an issue with syncing (Voice & Lips). When I look at my canvas monitor and my external monitor (my video is maybe 1 or 2 frames off to the left or the right.  I have to say most o

  • Tax on Free Goods

    My customer receives free goods (samples) from vendors. They are flagged on the PO as Free. This deletes the Invoice required flag. There are some countries that require taxes on these item. They want to enter the follow up invoice with MIRO referenc

  • What software do I need to make OCR/searchable PDF's?

    I recently bought an Epson scanner so I can digitize a mountain of documents I've accumulated over the years. I played with it a little bit before a failing hared drive forced me to get a new laptop (MacBook Pro), at the same time upgrading to Maveri

  • Persistent 1131 error. Is there a solution?

    I'm new to both Flex and BlazeDS. However, 40+ years programming experience qualifies me as more than a 'newby'. I've tried implementing several Flex/BlazeDS remoting examples from different books as well as tutorials from the BlazeDS web site. All a

  • Comparing records in tables and displaying them

    Hi, I have 2 sets of data as follows: Set 1 AcctName |EffDt |     ExpDt|     BalAmt|     Status| ABC|     1-Jan-11|     31-Dec-11|     47500|     Active| DEF|     5-Jul-11|     4-Jul-12|     46204|     Active| GHZ|     5-Feb-11|     4-Feb-12|     432