Sdk examples missing macro

Hello All,
I am trying to build the shake sdk example plugins for os x on a mac-pro.
Problem is that when I click on any of the newly appeared SDK->xxx icons, I only get a black screen saying "missing macro" in red.
and in my shell it says,
"error: NRiFxButton1, line 1: unknown function SFileInDialog_
SFileInDialog_()"
They compile and link went through XCode without errors.
The files look like they are installed in the right place.
When launching shake from shell it tells me that the 'plugins.bundle' and 'registerPluginsUI.h' got loaded ok.
I get new the new buttons in shake(without any icons)
Would anyone know what I might be doing wrong??
cheers
fred

Oh actually,
I just spotted this error message higher up in the startup text:
Error loading /Applications/Shake/shake.app/Contents/PlugIns/startup//plugins.bundle/Contents /MacOS/plugins: dlopen(/Applications/Shake/shake.app/Contents/PlugIns/startup//plugins.bundle/C ontents/MacOS/plugins, 262): Symbol not found: __ZTI10NRiMonadic
Referenced from: /Applications/Shake/shake.app/Contents/PlugIns/startup//plugins.bundle/Contents /MacOS/plugins
Expected in: /Applications/Shake/shake.app/Contents/MacOS/../../../shake.app/Contents/Framew orks/nrccmacos.framework/Versions/A/nrccmacos
Just have to figure out what that is about.
cheers
fred

Similar Messages

  • Mac SDK example plugins - none compile (Missing Base SDK)

    Hi All
    I'm a Windows developer, and it's been a long time since I've developed our plugin for the Mac (10 years ago using powerpc, codewarrior etc), so my Mac skills are rusty.
    I thought I'd start with the SDK examples, but I can't get them to compile.  When I open the Dissolve project I get an error:
    'Missing Base SDK'
    Project settings has Base SDK set to OSX10.6 (in a custom path that I can't read because XCode truncates it).
    The minimum Base SDK I can select is 10.7, but when I do that I get a build error in DialogUtilities.h, "'Dialogs.h' not found"
    Do I need to find the OSX10.6 Base SDK and use that?  Where and how?  Or is there an alternative to Dialogs.h that OSX10.7 onwards uses?  This is probably an elementary question, but I can't find the answer!
    I'm using:
    OS X - Mountain Lion (running in VirtualBox, but I can't see how this would upset the compiler)
    XCode - 4.5.2
    Photoshop SDK 13.0 - CS6
    Thanks
    Jamie

    You should be able to just comment out those header includes. I believe this is the list of files to comment out.
    1. SDK common/includes/PIUFile.h
    a. #include <Folders.h>
    2. SDK common/includes/PIUtilities.h
    a. #include <LowMem.h>
    b. #include <ToolUtils.h>
    c. #include <FixMath.h>
    3. SDK common/includes/DialogUtilities.h
    a. #include <Diaglos.h>
    b. #include <Types.h>
    c. #include <Gestalt.h>
    d. #include <TextUtils.h>
    e. #include <OSUtils.h>
    f. #include <Menus.h>

  • SDK is missing GPL component

    I am using Flash Builder 4.7 and today I upgraded to the AIR 3.6 SDK which I got from here:
    http://www.adobe.com/devnet/air/air-sdk-download.html
    And then replaced the existing AIR 3.5 SDK by following the instructions here:
    http://helpx.adobe.com/flash-builder/kb/overlay-air-sdk-flash-builder. html
    My application (which is almost complete) runs fine in the AIR simulator but when I try to run it in debug mode on my iPhone I get this error:
    Error occurred while packaging the application:
    SDK is missing GPL component /Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/AIRSDK/lib/ aot/bin/as/as-arm
    What am I missing? I have worked hard core on this app over the last couple months and have installed and ran it many many times.
    - Randy

    I solved my own issue and it was caused by the confusing instructions here:
    http://helpx.adobe.com/flash-builder/kb/overlay-air-sdk-flash-builder.html
    Firstly the link says overlay yet the instructions are for "update" which is consistent with the instructions because no overlay occurs. The user is instructed to delete all the contents in AIRSDK directory and run a command line that unpacks the new files in place. Then there are instructions to copy the contents of the AOT from the old folder over. This was where I made my mistake. I simply replaced this directory which replaced the contents and suddenly some key files were missing.
    To fix this, I reinstalled the old AIRSDK directory and ran the command line which OVERLAID the new SDK files over the old ones which replaces the necessary files with upgraded ones and leaves the rest intact. Now my project compiles without error.
    Adobe, this is a problem. I realize that "overlaying" in this manner is not clean and can leave garbage behind, but your instructions on this page are problematic. Can you please devise a cleaner, easier and less problematic way of updating the SDK that does not require the command line?
    - Randy

  • AVAnnotHandlerRec GetType issue in sdk example!

    Hi,
    Anyone tried the Stamper api sdk example in Acrobat 10 or Acrobat 11 on windows (xp)?, well when you open a doc add a stamp to it and close acrobat without saving it crashes acrobat. (acrobat.dll error)
    (if you don't add stamps then it's closes ok)
    I have narrowed the problem down to the AVAnnotHandlerRec GetType  which is causing the issue, problem is I don't know how to fix it.
    I have used this example in Acrobat 5,6,7,8 and 9 and it works ok.
    gStamperAH.GetType = ASCallbackCreateProto(AVAnnotHandlerGetTypeProc, &AnnotGetType);
    Acrobat 10 SDK\Version 1\PluginSupport\Samples\Stamper
    crashes acrobat on close with:-
    AppName: acrobat.exe
    AppVer: 10.1.4.38
    ModName: acrobat.dll
    ModVer: 10.1.4.38
    Offset: 000bd8e7
    AppName: acrobat.exe
    AppVer: 11.0.0.379
    ModName: acrobat.dll
    ModVer: 11.0.0.379
    Offset: 0003c672
    Any ideas?

    well, I have debugged it and it's actually unloading the Stamper.api plugin ok. but has an memory access issue later which causes the crash, it seems everytime I debug the unload unloads with different results... ie.. order of plugin dll's.   anyway, i'm going to contact Adobe to see if they have any ideas.
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\Acrobat.exe'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\user32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\secur32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\msvcp100.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\msvcr100.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\shimeng.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\imm32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\rserver30\R3GOD.DLL', Binary was not built with debug information.
    'Acrobat.exe': Unloaded 'C:\WINDOWS\system32\rserver30\R3GOD.DLL'
    'Acrobat.exe': Loaded 'C:\Program Files\Google\Google Desktop Search\GoogleDesktopNetwork3.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\ws2_32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\ws2help.dll'
    'Acrobat.exe': Unloaded 'C:\WINDOWS\system32\shimeng.dll'
    'Acrobat.exe': Loaded 'C:\Program Files\CheckPoint\ZAForceField\Plugins\ISWSHEX.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.6195_x-ww_44262b86\m svcr80.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.6195_x-ww_44262b86\m svcp80.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\ole32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\ntmarta.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\samlib.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\wldap32.dll'
    'Acrobat.exe': Unloaded 'C:\Program Files\Google\Google Desktop Search\GoogleDesktopNetwork3.dll'
    'Acrobat.exe': Unloaded 'C:\WINDOWS\system32\ws2_32.dll'
    'Acrobat.exe': Unloaded 'C:\WINDOWS\system32\ws2help.dll'
    The thread 'Win32 Thread' (0x10a8) has exited with code 0 (0x0).
    'Acrobat.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x -ww_35d4ce83\comctl32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\shlwapi.dll'
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\Acrobat.dll'
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\AGM.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\version.dll'
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\CoolType.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\shell32.dll'
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\BIB.dll'
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\ACE.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\uxtheme.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\msctf.dll'
    'Acrobat.exe': Loaded 'C:\Program Files\Common Files\Spigot\Search Settings\wth155.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\psapi.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.6161_x-ww_31a54e43\m svcp90.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.6161_x-ww_31a54e43\m svcr90.dll'
    The thread 'Win32 Thread' (0x80c) has exited with code 0 (0x0).
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\apphelp.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\msctfime.ime'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\xpsp2res.dll', Binary was not built with debug information.
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\plug_ins\Stamper.api', Symbols loaded.
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\sqlite.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\clbcatq.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\comres.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\oleaut32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\mslbui.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\winsta.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\netapi32.dll'
    'Acrobat.exe': Unloaded 'C:\WINDOWS\system32\winsta.dll'
    'Acrobat.exe': Unloaded 'C:\WINDOWS\system32\netapi32.dll'
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\amtlib.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\winhttp.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\setupapi.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\iphlpapi.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\ws2_32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\ws2help.dll'
    The thread 'Win32 Thread' (0xe6c) has exited with code 1 (0x1).
    ADOBE_READLOGGER_CMD:PAUSE_LOG
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\BIBUtils.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\wtsapi32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\winsta.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\netapi32.dll'
    The thread 'Win32 Thread' (0x9fc) has exited with code 1 (0x1).
    The thread 'Win32 Thread' (0x39c) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x8b4) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x106c) has exited with code 0 (0x0).
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\plug_ins\Annots.api'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\ieframe.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\iertutil.dll'
    'Acrobat.exe': Unloaded 'C:\WINDOWS\system32\ieframe.dll'
    'Acrobat.exe': Unloaded 'C:\WINDOWS\system32\iertutil.dll'
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\plug_ins\PDDom.api'
    The thread 'Win32 Thread' (0x10b0) has exited with code 0 (0x0).
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\oleacc.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\msvcp60.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\msftedit.dll'
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\plug_ins\Accessibility.api'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\wbem\wbemprox.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\wbem\wbemcomn.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\wbem\wbemsvc.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\wbem\fastprox.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\ntdsapi.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\dnsapi.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\rsaenh.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\crypt32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\msasn1.dll'
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\AXE8SharedExpat.dll'
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\plug_ins\IA32.api'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\wininet.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\normaliz.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\urlmon.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\iertutil.dll'
    The thread 'Win32 Thread' (0x1770) has exited with code 0 (0x0).
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\mswsock.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\hnetcfg.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\wshtcpip.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\userenv.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\wintrust.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\imagehlp.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\schannel.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\rasapi32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\rasman.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\tapi32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\rtutils.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\winmm.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\msv1_0.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\sensapi.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\rasadhlp.dll'
    'Acrobat.exe': Loaded 'C:\Program Files\Bonjour\mdnsNSP.dll'
    'Acrobat.exe': Unloaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\plug_ins\Stamper.api'
    'Acrobat.exe': Unloaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\plug_ins\Annots.api'
    'Acrobat.exe': Unloaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\plug_ins\PDDom.api'
    'Acrobat.exe': Unloaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\plug_ins\Accessibility.api'
    'Acrobat.exe': Unloaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\plug_ins\IA32.api'
    The thread 'Win32 Thread' (0x1390) has exited with code 0 (0x0).
    First-chance exception at 0x6003c672 in Acrobat.exe: 0xC0000005: Access violation reading location 0x01ff36a0.
    Unhandled exception at 0x6003c672 in Acrobat.exe: 0xC0000005: Access violation reading location 0x01ff36a0.

  • [svn] 3403: Fix for SDK-17097 - Missing summary description of a class in package classes table

    Revision: 3403
    Author: [email protected]
    Date: 2008-09-29 12:36:37 -0700 (Mon, 29 Sep 2008)
    Log Message:
    Fix for SDK-17097 - Missing summary description of a class in package classes table
    QA: Yes
    Doc:
    Tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17097
    Modified Paths:
    flex/sdk/trunk/asdoc/templates/class-files.xslt

    Well, it's kind of logical that as you put more jar files (classes) in Tomcat, it changes the error to ask for the classes (inside a jar) it cannot find.
    There was a good class->jar finder on the internet some years ago, but i don't remember the address. Try looking for that and search all the missing classes (NotDefined) and their correspondig jar files.
    Good Luck!

  • IOS improved packaging SDK is missing compile-abc.exe error

    I am trying to test out the new and improved iOS packaging on my Windows machine and I am having some trouble getting it to work. I am using AIR 4.0.1170 for Flex developers and as the announcement says, added "-useLegacyAOT no" to my packaging options in FB. I believe it is in the correct spot because moving it to other places in the packaging options gives me syntax errors and when I do "-useLegacyAOT yes", it packages just fine, but takes a really long time. I keep getting the following error:
    SDK is missing file C:\{my 4.0 sdk path}/lib/aot/bin/compile-abc/compile-abc.exe
    Sure enough, navigating to that path shows compile-abc does not exist. Any ideas of what I may be doing wrong?

    We are aware of the issue and investigating it.As if now,-useLegacyAOT switch is not working on windows.For more information please see this:
    http://labsdownload.adobe.com/pub/labs/flashruntimes/shared/air4-0_flashplayer12-0_release notes.pdf
    Thanks,
    Sakshi
    Adobe AIR Team

  • IOS Simulator build: SDK is missing GPL component X:\sdk_path\lib\aot/bin/as/as-386.exe

    Trying to build a simulator build with air 16 or 17 and iPhoneSimulator8.2.sdk I get the following error:
    SDK is missing GPL component X:\sdk_path\lib\aot/bin/as/as-386.exe
    igmake: *** [../bin/project.ipa] Error 16
    igmake: Leaving directory `X:/project/'
    I've checked various sdk versions.  Some of them have an "as-386" file, but never a "as-386.exe" file.  I tried just renaming the file (hoping for the best) but that results in this error:
    ld: in `)Ωtm♣Z, unsupported address encoding (08) of personality function in CIE
    for architecture i386
    Compilation failed while executing : ld64
    igmake: *** [../bin/project.ipa] Error 12
    Any help would be appreciated!
    Ken

    Thanks,
    Yes I know that.
    But what I was expecting was that things which worked in AIR 3.3 beta 3 would continue to work. As in this link http://blogs.adobe.com/airodynamics/2012/05/18/using-platformsdk-for-ios-on-windows/
    In fact the Release notes that you point to state:
    Platform SDK support for iOS on Windows
    Now, a developer can copy the iOS SDK folder on a Windows® machine and use the platformsdk option of adt on Windows® too.
    adt –package –target (ipa-app-store|ipa-ad-hoc|ipa-debug|ipa-debug-interpreter|ipa-test|ipa-test-interpreter) -platformsdk
    This feature is not yet available in Flash Builder. The SDK should be copied properly, i.e. the symbolic links in the iOS SDK should be converted to actual files on Windows® , else, packaging will fail.
    C

  • FileShare SDK example and FileShare Pod

    Hello CocoWorld,
    I am after a pod just like fileShare except for the User
    interface which needs to be internationalise (in french).
    That is where i naturaly looked at the FileShare model used
    in the SDK example.
    The problem i encountered is that the example gives me some
    errors on uploading file, it starts by updating its size then an
    error is thrown.
    Error #2044: Unhandled ioError:. text=Error #2038: File I/O
    Error. URL:
    https://na2.connect.acrobat.com//app/content/accounts/oie/na2-sdk-31fd66ad-d575-452b-8ad8 -d0d5a82033a8/meetings/fooe/FileManager/?mst=amr97e9856wm
    uploadFileUrl:
    https://na2.connect.acrobat.com//app/content/accounts/oie/na2-sdk-31fd66ad-d575-452b-8ad8 -d0d5a82033a8/meetings/fooe/FileManager/?mst=amr97e9856wm
    filename: BasicCompositionMAX.zip (BasicCompositionMAX.zip)
    Error #2044: Unhandled ioError:. text=Error #2038: File I/O
    Error. URL:
    https://na2.connect.acrobat.com//app/content/accounts/oie/na2-sdk-31fd66ad-d575-452b-8ad8 -d0d5a82033a8/meetings/fooe/FileManager/?mst=amr97e9856wm
    uploadFileUrl:
    https://na2.connect.acrobat.com//app/content/accounts/oie/na2-sdk-31fd66ad-d575-452b-8ad8 -d0d5a82033a8/meetings/fooe/FileManager/?mst=amr97e9856wm
    filename: edoboard_test.png (edoboard_test.png)
    However the FileShare pod works perfectly.
    Is the example faulty somehow ?
    Any other way to use FileShare pod with a custom gui ?
    Thanks again.

    yes it is just , actually there is no error but , but there
    nothing
    when i click in my button , there is nothing , why ?
    <mx:Button id="upload_btn" label="Upload File"
    click="onUploadClick()"/>
    <mx:Button id="download_btn" label="Download File"
    click="onDownloadClick()"/>
    <mx:Button id="delete_btn" label="Delete File"
    click="onDeleteClick()"/>
    it is my source :
    * This application shows how to upload, download, delete,
    and display files
    * via AFCS's FileManager API, FilePublisher, and
    FileSubscriber components.
    * Completes initialization and adds session listeners to
    catch session connected events.
    private function init():void
    // we are interested in both SYNCHRONIZATION_CHANGE
    (connection success) and Error events
    sessionManager.addEventListener(SessionEvent.SYNCHRONIZATION_CHANGE,
    onSessionEventNotification);
    sessionManager.addEventListener(SessionEvent.ERROR,
    onSessionEventNotification);
    // small status indicator
    notificationMessage.text = "Login to the AFC Service...";
    * Handles sessionEvents such as synchronization, errors, and
    so on.
    * @see SessionEvent
    private function
    onSessionEventNotification(p_evt:SessionEvent):void
    //The type of event emitted when the session gains or loses
    synchronization with its source.
    if (p_evt.type == SessionEvent.SYNCHRONIZATION_CHANGE) {
    //if we are successfully connected
    if (sessionManager.isSynchronized) {
    notificationMessage.text = "Connected";
    // Get the file manager from our connectSession.
    if (!_fileManager) {
    _fileManager = sessionManager.fileManager;
    // Get the user manager from connectSession for later use.
    if (!_userManager) {
    _userManager = sessionManager.userManager;
    // create new file publisher to upload/delete files
    if(!_filePublisher){
    _filePublisher = new FilePublisher();
    _filePublisher.initialize();
    //Only a room owner can create the new file group (a group
    is like folder).
    if(!_fileManager.isGroupDefined(_groupid) &&
    _fileManager.getUserRole(_userManager.myUserID,_groupid) ==
    UserRoles.OWNER) {
    //Create a new node with a new groupid.
    var nodeConfig:NodeConfiguration = new NodeConfiguration;
    nodeConfig.sessionDependentItems = false; //Specifies
    whether files in the pod should be deleted as the session ends.
    _filePublisher.createAndUseGroup(_groupid, nodeConfig);
    }else {
    //otherwise, use assigned groupid
    _filePublisher.groupName = _groupid;
    // Create a file subscriber to download file.
    if(!_fileSubscriber){
    _fileSubscriber = new FileSubscriber();
    _fileSubscriber.initialize();
    // Bind to the file manager's file descriptors array
    collection to display the datagrid user interface.
    _fileDescriptors =
    _fileManager.getFileDescriptors(_groupid);
    else if (p_evt.type == SessionEvent.ERROR) {
    // we get an error from connect session
    notificationMessage.text = "Error: " + p_evt.error;
    * Handle the upload button click.
    private function onUploadClick():void
    var filterArray:Array = [new FileFilter("*.*", "*.*")];
    _filePublisher.browse(UIDUtil.createUID(), filterArray);
    * Handle the download button click.
    private function onDownloadClick():void
    if(_fileGrid.selectedItem) {
    try{
    _fileSubscriber.download(_fileGrid.selectedItem as
    FileDescriptor);
    }catch(e:Error) {
    trace("Error download: " + e.message);
    * Handle the delete button click.
    private function onDeleteClick():void
    if(_fileGrid.selectedItem) {
    _filePublisher.remove(_fileGrid.selectedItem as
    FileDescriptor);
    Lionceau,

  • SDK 4.0.0.5: CM.jar Is Not Copied BUG-cm_jars_structure.xml.example Missing

    Could someone please help me out. I am trying to fix this bug with:
    SDK 4.0.0.5: CM.jar Is Not Copied into the Package To Be Deployed [ID 1315169.1]
    And according to Oracle support I need to:
    Solution
    In SDK version 4.0.0, the cm.jar gets copied only in etc/lib folder. In the target environment it gets distributed by executing initialSetup.sh, which is part of the CM installation.
    The structures/cm_jar_structure.xml should be created for the cm.jar distribution. You can see an example of the structure under the pkg scripts folder: etc/cm_jars_structure.xml.example (it just needs to be copied to structures/cm_jar_structure.xml). The cm.jar will then be copied to the correct locations in the application.
    But I am missing the file cm_jars_structure.xml.example.
    Does some have that file please?

    Hi,
    Here the comment from the FW_jars_strucure.xml.
    <!-- for list_of_AND_conditions all conditions must be true for jar to be distributed       -->
    <!-- for list_of_OR_conditions any of the conditions must be true for jar to be distributed -->
    <!--
       example:
       <jar_name>
          <source_dir_jar>source directory where the jar file is located (mandatory)</source_dir_jar>
          <dest_folders>
             <dest_folder_1>destination 1</dest_folder_1>
             <dest_folder_2>destination 2</dest_folder_2>
             <dest_folder_3>destination 3</dest_folder_3>
          </dest_folders>
          <list_of_AND_conditions>
                <condition_1>SPLWAS=WLS</condition_1>
                <condition_2>DBNAME=TESTING</condition_2>
          </list_of_AND_conditions>
          <list_of_OR_conditions>
                <condition_1>DBUSER=cisuser</condition_1>
                <condition_2>DBUSER=CISUSER</condition_2>
          </list_of_OR_conditions>
          if child jvm path exists, then the jar file from the location specified
          here will be added to class_path (child_jvm_option)
          <child_jvm_path>PATH where jar file is located</child_jvm_path>
          <target_folder>(subfolder under java/target used as basedir for jar creation)</target_folder>
          <copy_classes>true (set to true if during install single fixes the class should just copied to $SPLEBASE/java/target)</copy_classes>
          <update_source_jar>
             <update_source_jar_1>(list here the folder that should be updated in base-shared-${jversion}-src.jar. eg.: source/base)</update_source_jar_1>
             <update_source_jar_2></update_source_jar_2>
          </update_source_jar>
       </jar_name>
       Uncomment the following block for testing
       ensure you have a test.jar under $SPLEBASE/etc/lib
       The jar file will be copied if SPLWAS=WLS and DBNAME=TESTDB and
       DBUSER is either cisuser or CISUSER.
    -->
    <!--
       <test.jar>
          <source_dir_jar>@SPLEBASE@/etc/lib</source_dir_jar>
          <dest_folders>
             <dest_folder_1>@SPLEBASE@/splapp/applications/XAIApp/WEB-INF/lib</dest_folder_1>
             <dest_folder_2>@SPLEBASE@/splapp/applications/root/WEB-INF/lib</dest_folder_2>
             <dest_folder_3>@SPLEBASE@/splapp/businessapp/lib</dest_folder_3>
             <dest_folder_4>@SPLEBASE@/splapp/mpl/lib</dest_folder_4>
             <dest_folder_5>@SPLEBASE@/splapp/standalone/lib</dest_folder_5>
          </dest_folders>
          <list_of_AND_conditions>
                <condition_1>SPLWAS=WLS</condition_1>
                <condition_2>DBNAME=TESTDB</condition_2>
          </list_of_AND_conditions>
          <list_of_OR_conditions>
                <condition_1>DBUSER=cisuser</condition_1>
                <condition_2>DBUSER=CISUSER</condition_2>
          </list_of_OR_conditions>
          <child_jvm_path>@SPLEBASE@/splapp/standalone/lib</child_jvm_path>
          <target_folder>base</target_folder>
       </test.jar>
    -->/Markus

  • None of the SDK Examples are Compiling in Xcode ???

    Hi....
    I have just downloaded the PPRO CC SDK - I am trying the examples but NONE of them are compiling...
    REZ Error 3 etc etc etc - Missing Headers and what not
    Is this for real ????
    -- Best
    Morten

    Hi Morten,
    So you are compiling using XCode 5 on 10.9, right?
    You have two options:
    1) From an older version of XCode, copy across the 10.7 SDK, which is what the sample projects expect (since Premiere Pro CC runs on Mac OS 10.7 and later)
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOS X10.7.sdk
    or
    2) In the Build Settings, change the Base SDK to OS X 10.8.  This means the plug-ins you build will not work on 10.7.

  • Goods Receipt for Production Order SDK example

    Hi all,
    Is it possible to do a goods receipt for a Production Order with the SDK?
    (I've tried but have no ideia hoe to fill the Documents & Document_Lines objects)
    If somebody could help me by providing an example, it will be great!
    Thanks all!
    mdias

    Ok, I've found the solution.
    I only need to set BaseType = 202 of my Documents object.
    Thanks anyway,
    mdias

  • Example Order and Invoice in the SDK examples

    hi all,
    i am programming with the DI API in VB6 and i want to perform a normal order and invoice transaction! The example which comes with the SDK is in .NET! How can i do this in VB6, because at the moment i have certain problems to combine the business partners with the corresponding items, they are selling!
    Thanks for your help!

    Hi
    Here is an example of how to add a sales order. The invoice is very similar, just change the document type.
      Dim oBP As SAPbobsCOM.BusinessPartners
            Dim BPCodeStr As String
            oBP = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oBusinessPartners)
            Dim oOrderDoc As SAPbobsCOM.Documents
            oOrderDoc = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders)
            BPCodeStr = BPCode.Text
            If oBP.GetByKey(BPCodeStr) Then
                oOrderDoc.CardCode = BPCodeStr
                oOrderDoc.DocDueDate = Now
                oOrderDoc.Lines.ItemCode = Item1.Text
                oOrderDoc.Lines.Quantity = Qty1.Text
                oOrderDoc.Lines.Add()
                oOrderDoc.Lines.ItemCode = Item2.Text
                oOrderDoc.Lines.Quantity = Qty2.Text
                lRetCode = oOrderDoc.Add
                If lRetCode <> 0 Then
                    MessageBox.Show("Not Added")
                ElseIf lRetCode = 0 Then
                    oCompany.GetNewObjectCode(OrderStr)
                    MsgBox(OrderStr)
                End If
            End If
    Hope this helps

  • HelloWorld, nor any SDK examples work for Me. :(

    Hi there.
    Feebly trying work with the Illustrator CS3 SDK. I wanted to develop an Illustrator plugin, but for now will settle on a simple HelloWorld example. I am hoping someone can just point me in the right direction. Feel I am ready to give up before I even get started. Here are the dilemmas...
    In the SDK docs, none of the tutorials or examples work for me. For the most part, nothing compiles, I get one error after another. The times code actually does compile, Illustrator will not load the plugin.
    I've spent a week or two simply trying to get one of the examples to work, any one of them, or to simply get the HelloWorld example to work, no luck. Spent hours tracking down where things could be breaking, but found no results. I cannot tell if I am getting closer to finding the cause of the problem(s) or if I am working in circles.
    I ask this to anyone so kind to assist. Please step me through a simple HelloWorld example, which actually works on my system. I am happy to, and would provide details of various error messages I get, but I think seeing a simple working example would be the best help.
    Here's are the details.
    Trying to get the HelloWorld example, from the SDK CS3 docs, to work on either the mac or pc. I prefer the pc though.
    - On the mac, using xcode. OSX, the latest. Tried compiling with all minor versions of OSX.xxx too.
    I was able to get the helloWorld example to sort of compile, but it created a folder instead of a plugin, which didn't work.
    - On the pc, using winXP Pro, win32. Computer is up-to-date, service pack 3, a gig of ram, Pentium 4 3.00GHz.
    Using Visual C++ Express 2008, also tried with 2005.
    Here are a few things I tried, in attempt to get the HelloWorld example to work.
    -> Tried addressing all the "gotcha" tips from this site:
    http://www.graphicscode.com/Articles/VCExpressGotchas.html#RC1015
    -> Tried every which way to point the includes to the correct locations. Tried even copying the common library files into the same folder as the project.
    -> Tried saving the resource files in different formats, eg. UTF8, ANSI. Tried different line terminators eg. CR/LF.
    Not only the correct code, but I think what I need most are the correct project settings for Visual C++ Express. Also, there might be something funny going on with how VC++ creates resource files too.
    Appreciate any help.
    Thank you,
    -Justin

    Nobody??
    Hello WORLD << Anybody out there.... :)

  • JEE 6 Tutorial example missing

    I have downloaded the Java EE 6 tutorial examples. The hello2_basicauth example on basic authentication is missing. Does any one know why can that happen?
    Thanks in advance,
    Roberto

    download
    http://www.javapassion.com/j2ee/HW14MDB.htmlrefer
    http://java.sun.com/javaee/5/docs/tutorial/doc/bnbpq.html

  • Does LCCS work on iOS, such as iPhone? Can I use the SDK examples to develop an app for mobile?

    I'm working on a project to create an air application which will have a chat area, webcam, and open videos in real time. This should also work on iOS.
    Can I use the same examples in the SDK to create this app by using flash builder 4.5? Is there any tutorials will help me in this topic?
    One more Question, by using LCCS, can I open a loaded videos/YouTube videos in a real time? Is there is any tutorial or example? In the adobe LiveCicle Collaboration web site, there is an example for The Video Livingroom. Is there a tutorial/code for this example?
    Your help is really appreciated.
    Thank you
    Suha

    I think these guys had success on the iOS:
    http://forums.adobe.com/thread/855200?tstart=60

Maybe you are looking for

  • IMovie won't open, is this a leopard problem or a application problem?

    Every time I try and open imovie, I get the "application quit unexpectedly" before the program even launches. I reinstalled ilife but same result. all my other applications work fine, so I don't really know what to do. Any suggestions?

  • Safari no longer works after iOS 8.2 update.

    I installed the iOS 8.2 update and Safari will not work at all.  If I tap a bookmark, it just freezes.  If I manually enter a search term or a url it doesn't respond at all.  I read about some other (not the same) issues with Safari and the common ad

  • Recover Notes from iTunes Backup without Restoring Device

    Can I directly view iPhone Notes files backed up to my computer through iTunes, without restoring those files to my iPhone from backup? My ideal solution will involve a transfer of iPhone Notes backup files directly to MacBook Notes for viewing. My N

  • MAX command line parameters

    I could program a whole panel to allow the user to modify the setup parameters for a DAQmx task, but decided that it's easer to simply stop the task and launch MAX with LaunchExecutableEx and let the user play with the task settings there. Is there a

  • Write OPC Values Delayed or Conflicting?

    We have Lookout 6.1 and KepWare OPC server.  We have values from a fieldpoint module that we are then writing out to tags on the Kepware OPC server which is connected to a Mitsubishi PLC network.  If the PLC writes a value to the same device we are w