How to continue transition rendering with custom dialog open

Hi,
I'm working on a plugin for some custom transitions (currently for CS6/CC on Windows).
I'm using a custom dialog (hasCustomDialog in PiPL) during esSetup to set the transition parameters. While the dialog is open the execution of Premiere is halted until the dialog gets closed.
The problem is, while I'm fiddling with the parameters I can't see changes in the program monitor and I don't get any feedback from Premiere.
I tried to make the dialog non-blocking but then Premiere didn't rerender the frames when I changed something in the dialog.
Does anybody know if it is possible to keep the dialog open and still have Premiere actively updating the rendered view?
Regards,
Philipp Stelzer

Hi Zac,
thanks for your answer.
Currently I'm using a modal dialog to set up my parameters and the parameters are corretly applied after I close the dialog.
But I'd like to keep the dialog open to see the changes directly without reopening the dialog each time I want to tweak a value. Is that possible with a custom dialog?
I'll take a look at the new transition extensions, but I'm already working on this plugin for a few month and my dialog and the transition effects are already quite extensive. So, I don't know if it is possible to port everything to the new extensions (at least not in reasonable time).
Regards,
Philipp

Similar Messages

  • How to get in touch with customer service?

    How to get in touch with customer service? Twice I had a chat and I would get an answer in a few days. Never heard a thing! I need an invoice for my book-keeping but I can't download it. It says: get in touch with the customer service. But I chatted for 2 times, tried to phone, They won't answer the phone. Where is the customer service!!!!!!!!!

    Hi Regine43b,
    Please refer to the following link for help with your monthly invoice: http://helpx.adobe.com/x-productkb/policy-pricing/print-creative-cloud-receipt.html
    If in case you still face issues, please contact support @ https://helpx.adobe.com/contact
    Regards,
    Sheena.

  • How to make a remote panel file dialog open remote directory from any computer

    Hello to everybody. I am using Labview 6.1 and I would like to know how to make a remote panel file dialog open remote directory from any computer (Not only from a specific computer. If I open the file with a specific computer, I have to conect the path of the remote machine, but if I don´t know which remote computer is going to run the aplication, how can I do it?)?

    Hi!
    first you have to know progammatically the name of the remote pc connected to your server: this is a problem!
    I did not find a straigth way, LV 6.1 doesn't allow much progammatic control on the remote panel connection feature, but I'm confident that in the next LV version this will be improved!
    The point is that the Remote Panel Connection Manager (from the Tools menu) has all the informations about the connection: client name, server vi and whatever.
    This application is embedded in the \PROJECT\REMOTEPANEL.LLB and consists of a set of password protected vis.
    So here's the trick: use VIServer to grab data from the rpcm Get Server Data.vi when the Remote Panel Connection Manager is in run mode. By this you get all the informations (not only client name)o
    f the remote panel connection. See my example.
    By the way use client machine name to build the file dialog function input path.
    If anybody has an alternative method it would be more than appreciated to share it.
    Good luck,
    Alberto Locatelli
    Attachments:
    get_remote_machine_data.vi ‏151 KB

  • How to link existing PG with custom VO at design time

    Hi,
    I want to customzie counter group seach page of Counters modules. Here instead of searching thorugh apps schema i want to search groups through my custom schema 'XYZ'. To achieve this, i did following task:
    (i) exported GroupSearchPG from apps server to jdeveloper/myprojects directory.
    (ii) Created workspace and project in jdeveloper and imported PG to this project.
    (ii) downloaded GroupingSearchAM , GroupSearchVO and GroupSearchCO from $JAVA_TOP to Jdev myclasses directory, its working fine for apps schema from jdeveloper
    (iii) Created BC4J package with existing name oracle.apps.csi.counter.grouping.schema
    (iv) created custom VO (GroupSearchVO) with custom schema 'XYZ' (Since this is expert VO, I need not to extend base EO/VO)
    Now, While trying to substitute my custom VO with existing VO. I could not see existing VO to replace with.
    My question is how do we link components with exported page? I mean how does the linking happens with GroupSearchPG with its CO/EO/VO or AM.
    Can you please let me know which step did i miss?
    Thanks in advance
    Tripti

    For your situation,
    VO needs to be substituted,
    CO needs to be substituted and
    AM needs to be extended.
    To make your custom VO available in substitution process, add them to the extended AM. Custom CO can be attached through personalization.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to create contextual event with custom payload?

    I use the following code to invoke contextual event from my region via the "action-listener" of a command-link:
    <af:commandLink text="#{row[def.name]}" id="cl1"
    styleClass="tableLinkActive"
    actionListener="#{backingBeanScope.PanelToConveroFormManager.handleSelectedRow}">
    The following "action-listener" is designed to pass the current selected record key to the "consumer" of the contextual event:
    public void handleSelectedRow(ActionEvent actionEvent) {
    String currentRecordKey = getCurrentRecordKey();
    JUEventBinding eventBinding = (JUEventBinding)BeanUtils.getBindings().get("RefreshParentEvent");
    if (eventBinding != null) {
    ActionListener actionListener = (ActionListener)eventBinding.getListener();
    actionListener.processAction(actionEvent);
    How do I pass the "currentRecordKey" value as a custom "payload" via the event-binding "RefreshParentEvent" in the above code?
    Is there any code example on using contextual event with custom payload?

    Hi,
    the custom payload is referenced when you set up the event itself. You use EL in the custom payload definition to point to a managed bean method that when called accesses the current rowKey. The Java code you show just passes the ActionEvent of the ADF Faces command button and invokes the event. It does not manipulate the event definition.
    <eventBinding id="eventBinding"
                      Listener="javax.faces.event.ActionListener">
          <events xmlns="http://xmlns.oracle.com/adfm/contextualEvent">
            <event name="testEvent"
                   customPayLoad="#{mymanagedBean.rowKey}"/>
          </events>
        </eventBinding>Frank

  • How to Generate sales orders with custom Fields using BAPI_BUSPROCESSND_CREATEMULTI

    Hi,
    I need to generate sales orders with custom fields on table CRMD_ORDERADM_H using BAPI_BUSPROCESSND_CREATEMULTI, after changing the structure BAPI_TE_CRMD_ORDERADM_H, and feed the  EXTENSIONIN table of the BAPI with data, the order is created, but any value on custom fields.
    After debuging, I saw that the BAPI search for structure conversion in table CRMC_OBJECTS_GEN, but we haven't entry with BAPI_TE_CRMD_ORDERADM_H in this table. is that the problem ?, Is there any way to fix it?
    Best Regards,
    Salah.

    That depends on where do you have the customer fields, check the table CRMD_CUSTOMER_H, if your custom fields are there, you need to use the changing parameter CUSTOMER_HEAD, I guess your already checked that one, right? but there's no custom fields, well...AET/EEWB doesn't enhance the strcuture of the BAPI, so you should do it manually, check the note following note for further details.
    988410 - FAQ: User-defined fields in the BAPI
    If you don't have access to the SAP Marketplace, in resume you should create an append on the structure BAPIBUS20001_CUSTOMER_H and include the following strcutrue CI_EEW_CUSTOMER_H
    Cheers!
    Luis

  • How to replace SAP logo with customer logo

    Hi Gurus,
    How  to replace or insert a customer logo when creating input schdules EvDRE function.
    Cheers,
    Reddy.

    Reddy,
      You  shld  be  able  to copy and  paste  your  logo (after deleting  the  SAP  logo). ..as you  would  do  in  regular  excel.  If sometimes  it doesn't  work...use the   insert  picture  functionality......regular  excel/MS  way.
    Hope  this  helps.
    Vishal.

  • Opening a document with a dialog open

    I am trying to open a document with a window open created by javascript, but I get an error when the window is open and I try to open the document. See attached:
    Is there no way to have a window open and the application open a document at the same time?
    See code, do you see any errors:
    #target "InDesign-7.0"
    #strict on
    UserInteractionLevels.neverInteract;
    var dlg;
    Validate the input by the user
    function validate()
         if(dlg.iPanel.inputPath.text == "")
                alert("Error, please define a directory to convert.");
                return -1;
        if(dlg.oPanel.outputPath.text == "")
                alert("Error, please define an output directory.");
                return -1;
        return 0
    define user text file
    input to define file path
    function getInput()
        var input_folder = Folder.selectDialog( 'Select the directory where you wish to open the files: ', '' );
        if (input_folder != null)
            this.parent.inputPath.text = input_folder.toString();
            this.parent.inputPath.enabled = false;
    define user output path
    function getOutput()
    var output = Folder.selectDialog( 'Select the directory where you wish to output the files: ', '' );
    try
    this.parent.outputPath.text = output.toString();
    catch(e)
    alert("Path is undefined");
    this.parent.outputPath.enabled = false;
    return;
    function for writting out
    errors.
    function log_status(msg, file)
    if(errorFile.exists == true)
    alert("File  exist")
    errorFile.open("e", "", "")
    errorFile.write(msg + "\n");
    errorFile.close();
    else
    alert("File no exists");
    errorFile.open("w", "", "")
    errorFile.write(msg+ "\n") ;
    errorFile.close();
    return;
    open indesign file
    function openFile(file)
        try
        app.open(File(file));
        catch(e)
        alert(e);   
    return;
    Export PDF
    function exportPDF(output)
    main function to convert
    indesign files to pdf
    function main()
        var errorFileObj = new File("c:/errorFile.txt");
        var successFileObj = new File("c:/successFile.txt");
        errorFileObj.open("w", "", "");
        successFileObj.open("w", "", "");
        if(validate() == -1)
            return;
        var input_folder = new Folder(dlg.iPanel.inputPath.text);
        files_array = input_folder.getFiles( '*.indd' );
        //dlg.close(1);
        for(var i = 0; i < files_array.length; i++)
            try
                openFile(files_array[i]);
            catch(e)
                errorFileObj.write(files_array[i]+ "\n") ;
                continue;
            try
                //exportPDF(output);
                successFileObj.write(files_array[i]+ "\n") ;
            catch(e)
                errorFileObj.write(files_array[i]+ "\n") ;
                continue;
            alert(files_array[i]);
        successFileObj.close();
        errorFileObj.close();
        alert ("Files finished converting");
    create an instance of GUI for
    user input
    function createGUI()
    dlg = new Window('dialog', 'Indesign to PDF:', [100,100,480,300]);
    dlg.iPanel = dlg.add('panel',[5,10,375,80], 'Define Input');
    dlg.iPanel.inputText = dlg.iPanel.add('statictext', [10,12,125,25], 'Browse for directory:');
    dlg.iPanel.inputBtn = dlg.iPanel.add('button', [10,30,110,50], 'Browse');
    dlg.iPanel.inputPath = dlg.iPanel.add('edittext', [120,30,350,50], '');
    dlg.iPanel.inputBtn.onClick = getInput;
    dlg.oPanel = dlg.add('panel',[5,80,375,150], 'Define Output');
    dlg.oPanel.outputText = dlg.oPanel.add('statictext', [10,12,165,25], 'Browse for output directory:');
    dlg.oPanel.outputBtn = dlg.oPanel.add('button', [10,30,110,50], 'Browse');
    dlg.oPanel.outputPath = dlg.oPanel.add('edittext', [120,30,350,50], '');
    dlg.oPanel.outputBtn.onClick = getOutput;
    dlg.startBtn = dlg.add('button', [225,160,375,185], 'Start Conversion');
    dlg.startBtn.onClick = main;
    dlg.show();
    createGUI();//entry point for the script

    Okay, this works....LAME....
    #target "InDesign-7.0"
    #strict on
    UserInteractionLevels.neverInteract;
    var dlg;
    var files_array;
    Validate the input by the user
    function validate()
         if(dlg.iPanel.inputPath.text == "")
                alert("Error, please define a directory to convert.");
                return -1;
        if(dlg.oPanel.outputPath.text == "")
                alert("Error, please define an output directory.");
                return -1;
        return 0
    define user text file
    input to define file path
    function getInput()
        var input_folder = Folder.selectDialog( 'Select the directory where you wish to open the files: ', '' );
        if (input_folder != null)
            this.parent.inputPath.text = input_folder.toString();
            this.parent.inputPath.enabled = false;
    define user output path
    function getOutput()
    var output = Folder.selectDialog( 'Select the directory where you wish to output the files: ', '' );
    try
    this.parent.outputPath.text = output.toString();
    catch(e)
    alert("Path is undefined");
    this.parent.outputPath.enabled = false;
    return;
    function for writting out
    errors.
    function log_status(msg, file)
    if(errorFile.exists == true)
    alert("File  exist")
    errorFile.open("e", "", "")
    errorFile.write(msg + "\n");
    errorFile.close();
    else
    alert("File no exists");
    errorFile.open("w", "", "")
    errorFile.write(msg+ "\n") ;
    errorFile.close();
    return;
    open indesign file
    function openFile(files_array)
        for(var i = 0; i < files_array.length; i++)
            try
                app.open(File(files_array[i]));
            catch(e)
                alert(e);
                continue;
    return;
    Export PDF
    function exportPDF(output)
    main function to convert
    indesign files to pdf
    function main()
        var errorFileObj = new File("c:/errorFile.txt");
        var successFileObj = new File("c:/successFile.txt");
        errorFileObj.open("w", "", "");
        successFileObj.open("w", "", "");
        if(validate() == -1)
            return;
        var input_folder = new Folder(dlg.iPanel.inputPath.text);
        files_array = input_folder.getFiles( '*.indd' );
        dlg.close ();
        //dlg.destroy();
        for(var i = 0; i < files_array.length; i++)
            try
                openFile(files_array[i]);
            catch(e)
                errorFileObj.write(files_array[i]+ "\n") ;
                continue;
            try
                //exportPDF(output);
                successFileObj.write(files_array[i]+ "\n") ;
            catch(e)
                errorFileObj.write(files_array[i]+ "\n") ;
                continue;
            alert(files_array[i]);
        successFileObj.close();
        errorFileObj.close();
        alert ("Files finished converting");
    create an instance of GUI for
    user input
    function createGUI()
    dlg = new Window('dialog', 'Indesign to PDF:', [100,100,480,300]);
    dlg.iPanel = dlg.add('panel',[5,10,375,80], 'Define Input');
    dlg.iPanel.inputText = dlg.iPanel.add('statictext', [10,12,125,25], 'Browse for directory:');
    dlg.iPanel.inputBtn = dlg.iPanel.add('button', [10,30,110,50], 'Browse');
    dlg.iPanel.inputPath = dlg.iPanel.add('edittext', [120,30,350,50], '');
    dlg.iPanel.inputBtn.onClick = getInput;
    dlg.oPanel = dlg.add('panel',[5,80,375,150], 'Define Output');
    dlg.oPanel.outputText = dlg.oPanel.add('statictext', [10,12,165,25], 'Browse for output directory:');
    dlg.oPanel.outputBtn = dlg.oPanel.add('button', [10,30,110,50], 'Browse');
    dlg.oPanel.outputPath = dlg.oPanel.add('edittext', [120,30,350,50], '');
    dlg.oPanel.outputBtn.onClick = getOutput;
    dlg.startBtn = dlg.add('button', [225,160,375,185], 'Start Conversion');
    dlg.startBtn.onClick = main;
    dlg.show();
    createGUI();//entry point for the script
    openFile(files_array);

  • How Do I Launch Safari with Multiple Tabs Open to Specific Pages?

    I'd like a Windows shortcut that opens Safari with multiple tabs open to specific pages. With other browsers (Firefox, IE, Chrome, etc.), this is easily done by composing a command line that lists all desired URLs. However, Safari doesn't seem to use the same command line syntax as other browsers. Furthermore, I can't find Safari's command line syntax documented anywhere. From the comments I've seen while researching this question, I suspect this is a neglected area of Safari development, and that Safari simply can't be configured to open multiple pages. However, I'd like to make sure. Can it?
    -TC

    It strikes me that it should be possible to do that (or something similar) by building a safari extension, TC. Both Sessions and SafariRestore are able to launch multiple tabs from a previous session, so it seems like you should be able to create an extension that launches multiple tabs open to specific sites when Safari is launched.

  • How to use standard validator with custom component?

    Hi folks!
    I've implemented a custom component extending UIInput. My component worked well but now I want to use a standard validator.
    How can I use it??
    regards,
    Steven

    Validation is done by UIInput.validate() which is invoked by processValidators().
    So, if you don't redefine these inherited methods they will invoke the
    corresponding validators.

  • How to fill infostructure S076 with custom logic

    Dear All,
    My requirement is to fill the SOP info-structure  S076 with a custom logic of sales data ( PGI done but not posted to accounting)  with some other logic for promotions data being added to this info-structure, to create a forecast based on these figures
    What is best way to do that? Somebody said about updating the info-structure directly using an abap program, which i guess is not the right way.
    Can anybody guide me on this?
    Regards
    AG.

    Hey Experts please help me......

  • How to genrate AUditLog Report  with custom Attribute

    Hi,
    I would like to a add a custom search parameter in audit Log report.Please suggest solution for the same.
    Thanks in Advance

    It's unclear exactly what you are asking for, but you can set up an auditlog report to find specific kinds of data changes.
    Internally, attribute changes are saved in the format:
    BEFORE: ATTRIBUTE="ORIG VALUE"
    AFTER: ATTRIBUTE="FINAL VALUE"
    As long as you know the ATTRIBUTE name and the value transition you are looking for, you can set up the report to check for attribute changes. E.g.,
    [x] Attribute Changes [contains] BEFORE: ASSIGNEDLHPOLICY="POLICY1"as the condition will find all cases where account policies changed from being "POLICY1" to some other policy. (Attributes are only listed in the logs if they changed).
    Not sure if that's the kind of custom search parameter you are looking for though.

  • How to link Discussion Board with Custom list in sharepoint 2013

    I have a custom list, which  have collection of goals. and i have an discussion board for discussions about those goals from that custom
    list... so how can i link between those two. what my expectation is, if I select a "goal" from custom list, then the collection of discussions that related to goals will displays on other side...  and i have added a lookup column in discussion
    board that refer the goal name in the custom list so i am relating goal name between these two. 

    Hi VinoJash,
    According to your description, my understanding is that you want to click the ‘discuss’ column in the custom list to navigate to the associated discusstion. Is it right?
    You can do as the followings:
    Open your custom list
    Create a new column, the type is Hyperlink or Picture, select Format URL as: Hyperlink
    Navigation to a discussion, copy the URL of the discussion
    Back to the custom list, and new an item
    Type the title, and paste the URL copied in step 3 under ‘Type the web address:’, type a name for the description of the url
    Click Save
    In my testing, the result is :
    If I click ‘first discussion’, it will open the ‘first’ discussion.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • JDeveloper extension: how to save JDeveloper project with custom folders

    Hi!
    I’m trying to add some custom folders/nodes to the project.
    This code
    Class MyFolder extends DefaultContainer
    // another class
    private void AMethod()
         JProject project;
         MyFolder folder = new MyFolder (name);
         project.add (folder, true);
    adds a folder perfectly. But I cannot save added folder in the project, i.e. when I reopen my project there are no folder.

    What version of JDev are you using?
    Are you using projects with the setting "scan source path for project content?"
    In any case here is some general information.
    The class MyFolder must be a java bean. That is it must
    have a default constructor (i.e., MyFolder()) and since
    it must remember the name, it must have two accessor methods that get and set the folder name (i.e.,
    public String getName(), and public void setName( String name )). The project saving mechanism will save this information in the project file and reload the information when the project is re-opened. Note that any two public method name get/setXXX are used by JDev to save and restore information about a project child.

  • AE CS5 - Duplicated comp not rendering with custom camera

    Hello
      I hope this is a simple fix.
      I have an AE comp that uses a custom camera and many 3D layers.
      I duplicated the comp, and the new comp will not render using the custom camera. It uses a default camera which does not have my camrea's attributes, and it looks all wonky.
      Is there a place where I can force the render to use a specific camera? I didn't see an option in the render settings or output module.
    Thanks
    ----------S

    In that screenshot, the text is too tiny for me to make anything out.
    I can tell that you're previewing in the Composition panel with your shotCam. But is that camera layer the active camera in the composition?
    In case you're not clear on what the active camera is, here's an excerpt from After Effects Help:
    "You can choose to view a composition through the active camera or through a named custom camera. The active camera is the topmost camera in the Timeline panel at the current time for which the Video switch is selected. The active camera view is the point of view used for creating final output and nesting compositions."

Maybe you are looking for

  • Updating Database From csv File in Web Dynpro Java

    Hi Gurus, I'd like to write an WDJ where the (super-)user can upload a csv file and delta-update the content of this file witch an external database. Could you please give some me hints & examples. Thanks in advance, Farid ps. answers will be rewarde

  • Excise - Jobwork - Wastage - How to handle

    Hi all, In India, I am working on a project where my customer is a manufacturer and out source some of his production process by sending material to Job Work vendor. Now when the Customer receives the processed material back, it is possible that ther

  • Cannot open PDF files in my Hotmail account since this week. Hotmail says it is due to Firefox.

    Cannot open PDF files in Hotmail while using Firefox. Using Google Chrome there is no problem. I already have Adobe Reader installed on my PC.

  • So... is it locked or not?

    iPad has now been in circulation for a while.... anyone care to share if it's locked or not? Lots of speculation.... what are the facts? Can you swap sim cards / providers as you see fit, or are you locked in with a "carrier"?

  • JSP calls web service

    Hi, I have a problem calling my web services from my JSP. In the JSP (SimpleJSP) I have: <% page import = "ServiceOneClient" %> Webservice reply: <% ServiceOneClient soc = new ServiceOneClient(); %> <% =soc.requestService(); %> Whenever I call my JSP