Extension callback issue

I've developed an extension which works perfect in InDesign.
But in After effects callback function is not getting the value returned from JSX.
Can anyone suggest/help ?
~
many thanks
Ays.Hakkim

Currently the JSX callbacks don't seem to be working as expected in AE extensions. I ran into the same problem and it seems to have something to do with the asynchronous nature of communication between JavaScript and JSX.
Fortunately, you can still pass data back and forth using custom events. Take a look at this article and the related github page: http://www.davidebarranca.com/2014/07/html-panels-tips-11-externalobject-cep-events/ . It was written with Photoshop in mind but you can easily get it working in AE by modifying the manifest.xml.
One important thing I've noticed using this method in AE: for some reason the only data I can get passed via events is a String. Integers, objects, floats, etc. throw an error. To get around this, you'll have to use escape() and unescape() to encode data (including raw numbers) as a String and then parsing it on the other end. If you have multiple values to pass, try concatenating them together as a comma-separated String and then using String.split(",") on the other end. Remember you can use parseInt() and parseFloat() to turn numeric Strings into numbers again.
Hope this helps. You might have to re-write significant portions of your script to get it working in AE but currently it's the only way that I know of.

Similar Messages

  • Native extension - compiler issue

    Hi,
    First, I compile an iOS app with a native extension developped by ADOBE : http://www.adobe.com/devnet/air/native-extensions-for-air/extensions/vibration.html#articl econtentAdobe_numberedheader_3
    It's work well
    Then, I made myself the iOS library on xcode. It's OK as well
    Then, I made the ANE file following the tutorial http://custardbelly.com/blog/2011/09/21/air-native-extension-example-ibattery-for-ios/. It's seem OK
    I create my air app with Flash Builder. I load ANE, SWC...everything seem ok
    When I compile my Iphone Application with Flex, there is this error :
    An erreor appears during the application packaging (my translation):
    ld warning: in C:\\Users\\Tony\\AppData\\Local\\Temp\\c6468656-be35-4f05-8d51-0dd54063cefd/libcom.adobe. LEDTorch.a, file is not of required architecture
    Undefined symbols:
      "_ExtFinalizer", referenced from:
          _g_com_adobe_air_fre_fmap in extensionglue.o
      "_ExtInitializer", referenced from:
          _g_com_adobe_air_fre_fmap in extensionglue.o
    ld: symbol(s) not found
    Compilation failed while executing : ld64
    Someone could help me?
    I'm working on this bug for 2 days
    Thanks in advance !
    Emmanuel

    Hi,
    Apparently, the issue  is the following:  (find in the forum of
    http://www.liquid-photo.com/2011/10/28/native-extension-for-adobe-air-and-ios-101/#comment -322
    Apparently X-Code was trying to build NativeAlert.m as Objective-C++ source
    instead of Objective-C source. Silly mistake really. It took starting the
    project over again and trauling through the project settings to figure out
    what was wrong. Oh well, all sorted now.
    But i didn't succeed in setting the project with the corrects parameter.
    Could you help me?
    Thanks in advance
    Regards
    E.Fuchs
    2012/2/10 Saumitra Bhave <[email protected]>
       Re: Native extension - compiler issue  created by Saumitra Bhave<http://forums.adobe.com/people/SaumiB>in
    Mobile Development - View the full discussion<http://forums.adobe.com/message/4198519#4198519>

  • BPEL Callback issue in Asynchronous service

    Hi,
    I’m sporadically getting Callback service issue with Asynchronous BPEL service. (SOA version is 11.1.14)
    Appreciate inputs to resolve it.
    The service is working as expected in most cases and is able to make a callback to the parent service, but random few instances give error – “Unable to access endpoint”
    <remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
    <part name="summary">
    <summary>
    oracle.fabric.common.FabricInvocationException: Unable to access the following endpoint(s): https://xxxxx.com:14002/soa-infra/services/default/POServices!1.0*soa_2c3cea4d-8791-453c-aed1-0569a86fa268/WorkFlowSvc%23POProcess/WorkFlowSvc
    </summary>
    The endpoint URI opens up in browser, so endpoint exists; and as mentioned above, many instances have completed successfully too.
    The service continues to be in running state and hence the parent process also remains in running state, unlike in success case when both get completed..
    Now, one observation is that the binding port and endpoint location given in code is http uri; not https
    So not sure why the deployed service is pointing to https uri for callback to parent service.
    In success cases, I’m not able to see the endpoint uri for callback, only the message is seen.
    So I’m not able to confirm if it uses the same https uri when it completes successfully..
    -     Could the issue be related to https access/ owsm policy?
    -     How to check the endpoint point uri for async/ callback service in success case? The SOA logs don’t indicate it either, except in error cases (log level is development/ Trace32 fine)

    Hi,
    FabricInvocationException exception mostly occurs when process is trying to connect WS/Partnerlink service which is not accesible.
    I fixed this issue,
    1. After setting external WS certificate(Keystore) information in my weblogic server.
    2. I have made my weblogic url as public, after which wsdl url is accessible to my destination service.
    Hope this would help in fixing your issue.
    Regards,
    Ajay

  • I fixed my Extension Manager Issues.

    A customer of mine came in today with his Apple Hackintosh system, running OS X Lion 10.7.1 with all updates done, and the Java Library already installed.
    The issue they were having was to do with Adobe Extension Manager just crashing about 10 seconds after opening, it would not load anything just sit with a grey screen for a few moments and then just crash.
    I ran an application called fseventer on his system and watched as the application opened to determine at what point it was crashing, each time I noted that the crash was something to do with the extensions being loaded by Adobe InDesign.
    I opened InDesign and all seemed to be working correctly.
    At this point I un-installed the entire Adobe CS 5.5 Master Collection and ran the Adobe cleanup utility, the re-installed the entire thing on International English, with all the applications.
    Opened Photoshop and ran the Adobe Update Manager, to download and install every update.
    Opened AcrobatX and ran the updater, to download and install all it's updates.
    I repaired permissions on the entire drive through disk utility, rebooted onto Disk Warrior, repaired the directories, rebooted into single user mode ran the fsck -fy / command, and booted into the main account, not the root account.
    Then I tried to open Adobe Extension Manager, same thing just a crash. Then I tried Adobe InDesign and that was still working just fine.
    I opened my main hard disk, and went to this path "/Applications/Adobe InDesign CS5.5/Configuration/" in there I opened the file XManConfig.xml like this
    In terminal type this to first backup the original file then open it and edit it.
    BACKUP THE FILE
    sudo cp -R /Applications/Adobe\ InDesign\ CS5.5/Configuration/XManConfig.xml /Applications/Adobe\ InDesign\ CS5.5/Configuration/XManConfig.xml.bak
    EDIT THE FILE
    sudo nano /Applications/Adobe\ InDesign\ CS5.5/Configuration/XManConfig.xml
    The first line of this file should look like this
    <Data key="UserExtensionFolder">$UserDataFolder/Adobe/Adobe InDesign CS5.5/Configuration/Extensions</Data>
    all I did was comment that line out so it now looks like this
    <!--<Data key="UserExtensionFolder">$UserDataFolder/Adobe/Adobe InDesign CS5.5/Configuration/Extensions</Data>-->
    then I wrote the file with CTRL O, hit enter to save over the file with the same name, then CTRL X to exit the nano editor, then type exit in termal and quit.
    Open AdobeExtension Manager and it is working.
    The commented out line is pointing to a directory here
    /Users/YOUR USER NAME/Library/Application\ Support/Adobe/Adobe\ InDesign\ CS5.5/Configuration/Extensions/
    I have no idea what this directory does, but with it commented out I can launch Extension Manager, and I can still open InDesign without any errors, if I rather delete the contents of this folder and leave the line of the xml file untouched, these extensions just repopulate themselves as Extensions Manager begins to open, but maybe 1 loads then a crach, then 4 the next time then a crach etc.
    So I would stick with just commenting out the line on the XML file.
    I would love it if you guys could give me your feedback on this to see if anyone else finds this method to work or not.
    I have done installations on other Lion systems for customers on real mack not hackintoshes and have fount them all to work without an issue, in fact i did an installation on another hackintosh too and that worked well, only this one so far, I think it has something to do with the fact that this hackintosh had to have a modified kernel and a DSDT file to rectify an issue of having to use a chameleon command of cpus=1 busratio=25 -v as this would only allow one thread of the cpu to function, this command is no longer required as the kernel and DSDT are rectifying the issue and still allowing all 8 threads of the cpu to function as normal.
    The reason I think this could be the cause is because I am sure Adobe does not account for every permientation of non vanilla Apple installations, these so called chocolate kernels are a bit different to the Apple one.
    Anyway I hope this helps out someone. I am off on holiday now but I will keep an eye on my emails in case anyone needs some assistance with any of these commands. I am going on an adventure holiday to the Victoria Falls to do a microlight flight over the falls. The reason I tell you this is so you do not wonder if I never return.

    have you tried other solutions in this forum? Such as use sudo command, rename XManConfig.xml, delete ~/Library/Preferences/macromedia, grant write permission to some folder...?
    It's possible to install extensions without Extension Manager. The method depends on the type of extensions.
    1. If your extension is a zxp file, then you can unzip the file and copy those files within it to their destination manually. The extension would work in corresponding products. You can unzip it with Winzip, 7-zip, Winrar or similar softwares (actually it is a zip file).
    1.1 If a file with postfix ".mxi" exists within zxp file, you can paste this mxi file here, I will tell you where each file should be copied to. (mxi file is a xml file).
    1.2 Otherwise you can find a file named "manifest.xml" under CSXS sub-directory. Please open it with a text editor, you will find ExtensionBundleId="someText" in second line. Write down the value of ExtensionBundleId. Close this file. Create a new folder under "/Library/Application Support/Adobe/CS5ServiceManager/extensions" and rename it to what you write down. (For example, if you find ExtensionBundleId="KulerSample" in manifest.xml, then name the new folder as KulerSample.) Copy all files and directories which you unzipped from zxp file to this folder.
    2. If your extension is a mxp file, it can not be unzipped directly. Please upload it to this forum as attachment, I will convert it to a zxp file then return it to you.

  • External KM Repository and Microsoft 2007 extensions compatibility issues

    Hi,
    We are currently having issues when trying to open Microsoft Office 2007 documents through an external KM repository (connected to a Windows share drive).  The new extensions are not recognized, and so the user is only allowed to save the document.  We did have this problem in our internal repository, but we found some notes to fix that issue (changed some settings on KM iView ).  We assumed it would also fix our external repository issue as well, but it did not.  Does anybody know how to fix this for an external repository?
    We are on EP portal version 6.0, on NetWeaver  7.0, SPS 17.
    Thanks,
    Carrie

    Hi Carrie,
    ok. So in general it must be the same.
    I will explain the exact way how it "should" work.
    At the moment you upload a file. The portal have a look at the file extention and depending on this file extention and the KM MIME Types Settings the portal writes the assoziated mime type in the document property MIME Type.
    Now we download the file. Now the MIME Type will be send with the file to the OS. Windows has a look in the registry and open the application assoziate with this mine type. And have a look if an confirmation box should appear or not.
    This works for all repositories external and internal.
    But now the question is: Do your external repository has the attribute MIME Type for a document and is in this attribute the same value like in your internal repository?
    I am anxious to hear what is the special of your external repository.
    Best regards
    Frank

  • Problem with ODI 11g (Extension/Modeler issue)

    After installing ODI and running ODI Studio, I did not get the Connect to Repository window in the left. Extension log says: Error: Not Loaded: Missing dependencies: oracle.modeler
    Seems like its a missing extension, can anyone help me with this issue? Thanks

    Yes AyushGaneriwal,
    the problem was non printable characters in the last field of 2000 character arriving from Mainframe download, now i asked for a clean file and is working good.
    Thank you.
    B.

  • Achitecture Not Supported and CPU Extension SSE2 issue. Are there any solutions??

    I'm late to the game.
    I purchased the CS3 Adobe Master Collection, I get and error that Adobe Premier and Soundbooth wont work with my "architecture".
    I thought I had to upgrade to OS10.5 thinking that was the issue.
    But now I find that it's not software at all...but Hardware.
    The install screen states "Support for CPU extension SSE2" is not met.
    And I searched the web for help, and ALL signs point "not being compatible with G5 PPC.
    Is this still true? Is there really *nothing* I can do but BUY a new Mac with Intel to run them?
    Is Adobe REALLY turning their backs on people without new Intel Macs?
    PLEASE tell me there are patches and some work-arounds by now!

    If your CPU does not support the command set needed to run the program... it will not run... no patches, since that hardware support is a key part of the software
    You see it as Adobe turning away... Adobe (I don't work for them) sees it as a minimum hardware requirement

  • Human task callbacks issue

    I ran into some problem using callbacks in human task. For example: onTaskupdated, I invoke a WS call, the human task just ignore that as if there is no callback; however, when I shift the invoke to another branch such as onsubtaskupdate, the callback is ignored on subtaskupdate but ontaskupdate works normally. -.-!

    I have tried with MLR Patch # 8372150, but no luck. I have found a similar thread on this forum who has the same issue.
    quartz based workflow times are not initializing
    If this might be the problem, how do we fix the following error message.
    *<::> Unable to get the workflow timers during startup, this can happen if orabpel server is not started properly*

  • Beginning java - extension documentation issue

    Hi
    I'm a java beginner. I have installed an extension on my system (mysql-connector-java-5.0.4-bin.jar) which seems to work fine. I'm using eclipse for development.
    If I look in system library I can find the relevant mysql stuff. I would like to take a closer look att the class ResultSet class found in mysql-connector. When i double click on it am told "source not found". I have tried changing attached source to no avail.
    Since I'm new at this I'm not quite sure if I actually need to download any source or if this is just a path issue.
    I would appreciate any help pointing me in the right direction.
    Thanks

    Hi
    The source files appear to be included as a separate folder in the download bundle, available from here:
    http://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.0.4.tar.gz /from/pick#mirrors
    Pick a download mirror, then unzip/untar the download and you'll find a folder called src. The sources should be in there. You don't need the sources to be available if you have the jar file, but it can sometimes be useful to have them.
    Bob

  • Callback Issue No audio alert

    Hello all,
    I'm facing a strange issue with the call back feature with a CUCM version 6.1.5.12900-7.
    When someone try to activate the call back feature, everything is working exept the audio alert.
    So when the line which is concerned by the callback becomes available, you can see the visual notification on the screen of the phone but no audio notification and no redlight on the handset. I already have restarted the cisco extended fonctions service but no new.
    Could someone help me please ?
    Thx
    Marc

    hoot', do you have Bluetooth on and connected to a BT device?  I found that when I do my iPhone 4s only vibrates with Notifications, including Texts, and the audio goes through the BT device (in my case a headset).
    If not, I don't know what else it would be.

  • Extensibility.dll issue

    Dear all,
    we upgraded our crm from 4.0 to 7.0.  We went for the GWI using the GWI-Addin. This requires a dynamic library called extensibility.dll
    As we have a standrard WinXP, Office 2003 and .Net FW 2.0 installed, this dll is not available.
    did anyone face the same issue?
    Thanks and regards,
    Jodi

    Hi
    The extensibility dll is prerequisite for Client GWI.
    Why extensibility is not a part of package for client GWI is because it is not redistributable dll from microsoft, however end user can download it from micrsoft site.
    Easiest way to get extensibiliyt dll is to implemnet miscrosoft note KB908002 . (http://support.microsoft.com/kb/KB908002)
    Best Regards
    Ashish Rawat

  • IPCC Enterprise / CAD / CallBack issue

    Hi All,
    I have IPCC Enterprise solution where I have a setup for two agent per phone, using Cisco 7960. Actually I using 4 buttons, 2 for each agents where the first button is his personal extension and the second is for agent funcionality. Each Agent is login correctly in reference each shift time and receiving calls without issue thru CAD, but when the agents try to do a call back with the CAD it does not work. Does not know the CAD what extension assign the call?
    I attach an image that how are the agents are distributed at the 7960 phone.
    Please your suggest or comments
    Thanks
    Andres Cerda

    There is no reason why this should not work. For example, at my current contact center project the agents have two lines, a CC line and a personal line. When they log in with CAD they specify the CC line. The device target and the label is only on this line - naturally.
    As an aside, you should set the registry of the PG to disallow logins on JTAPI associated devices where the device target is not configured.
    HKEY_LOCAL_MACHINE\SOFTWARE\Cisco Systems, Inc.\ICM\customer\PG2A\PG\CurrentVersion\PIMS\pim1\EAGENTData\Config\RejectLoginWithoutDeviceTarget
    Set to 1. This will prevent agents from accidentally logging in with their private line.
    CAD will have no trouble using the extension the agent logged in with. Are you sure they are logging in with their CC line?
    If you are having trouble placing a call, it could be your CUCM config for these lines. Check the Calling Search Space.
    Regards,
    Geoff

  • Is collection detection for caldav in the works for the lightning extension? Issue with lightning integration with multiple collections.

    Hello, i currently have a server running davical which serves my users' calendars, currently users which wish to use thunderbird and do not want to use the web interface for calendaring (and wish to use lightning instead) have to add each collection seperately, rather than just provide the base URL of their calendar info.
    So instead on most calendar clients putting this as the calendar address:
    davical_base_url/caldav.php/username/
    and be done with it, they have to go through the new calendar wizard for each calendar/todo collection, and cannot easily create collections from within the lightning user interface, instead have to resort to either the calendar interface or the davical server interface to create/manage collections. They also have to figure out what the names of the collections are under davical, automatically generated collections have a large UID name instead of the example collection names. I.e. they have to add a bunch of URL's like this individually as calendars:
    davical_base_url/caldav.php/username/work/
    davical_base_url/caldav.php/username/personal/
    davical_base_url/caldav.php/username/worktodo/
    davical_base_url/caldav.php/username/personaltodo/
    davical_base_url/caldav.php/username/8302E5D8-3630-419E-BCFC-A6A144D292C8/
    Are there any workarounds for this or is it in the works? other calendaring applications in the ecosystem haven't had an issue, Android is fine, iOS is fine, CalDavZAP is fine.
    Hopefully someone can help,
    Cheers.

    Hi all,
    Just curious if anyone was able to solve this.
    We experienced the same issue in both NW2004 (SP 20) and NW2004s (SP11).
    Through trial and error, I disabled the portal integration flag, and the InputHelpV2 started working perfectly.  Decided to search SDN this morning to see if anyone else had run across this, and this post was right on the same issue.
    When the portal integration flag is enabled, and you perform the F4 dropdown...your browser seems to hang, and no popup window is displayed until you click in the browser window with your mouse.  Once you click in the window, a tiny small InputHelpV2 window pops up, but it isn't functional (i.e. you can't highlight a row, and click on the check mark without getting an IE error (Access is denied)).
    Best Regards,
    Chris Cassidy

  • Extension Form issue

    Hi,
    i create custom form to extend on oracle apps, iam using oracleForms [32 Bit] Version 10.1.2.0.2 and the application is  12.1.2 and Forms Server on application is Oracle Forms Version : 10.1.2.3.0
    and iam facing a problem when closing form it do not close , and i did every modification on the pre_form trigger and apps_custom pkg and still the same problem.  i appreciate any help.

    Please review previous threads for the same topic/issue and see if it helps -- https://community.oracle.com/search.jspa?view=content&resultTypes=&dateRange=all&q=pre_form+AND+Custom+AND+Close
    Thanks,
    Hussein

  • Idoc extension related issue

    Hi,
    I have a standard idoc type extended with a custom segment. I have mentioned the same in the corresponding partner profile(idoc type and the extension).
    When I tried to import the meta data for this idoc in XI, it is taking it as ZXXXXX, instead of the standard idoc name. The incoming idoc is showing as a standard idoc with custom segments in it. But internally, what we have is of ZXXXX. Due to this i am getting errors.
    Could anyone let me know how to import the idoc data with the standard SAP name and with custome segments in it?

    Hi Raja,
    As far as I know, everything you customize can not keep the standard name, otherwise it would be confusing. Therefore, you have to give a name to your customized Idoc (Zxxxx is a good choice)
    Best regards,
    Guislain
    Message was edited by: Guislain Libessart

Maybe you are looking for

  • Nokia 5310 No network signal

    My nokia 5310 suddenly lost its signal and I am unable to make or receive any calls or texts.......I have switched off, removed battery and SIM card, tried SIM card in another phone (that worked OK), carried out factory reset, reinstalled SIM and bat

  • Manual for Printer deskjet 320 Product

    I recently purchased a  HP Deskjet 320 portable printer.  On the bottom are the #'s   Procuct  C3005A  Serial # {Personal Information Removed}.   It did not have the instruction manual or cords.  It was used only for a short time and put away in a bo

  • How to do Balance Migration

    Hi All, We have a balance called "Personal Loan Payments" with dimension "Element Entry Inception To Date" which is being feed by element "Personal Loan Payment" through input Value "Pay value". I want to initialize or update the amount of this balan

  • Compatibility Issue CS3 &  MX 2004

    When updating a site in CS3 that was originally designed in MX 2004, right clicking for image editing options does not always function properly. Is this a bug, I have all the "updates" installed and functioning. Or, could this be a setting that I hav

  • Phantom Flex footage dark when imported to Premiere Pro

    Hi everyone (and hopefully Adobe Staff, also), I am aware this has been posted before, though from what I can see no one, Adobe Staff or users, have found a solution. I am hoping we can change that! I recently directed a Music video that was shot on