Convert .dae .obj

Photoshop can do this?

I rarely trust the developers of other Adobe software, Autodesk etc...

I thought about it.  There is a statement select format before going to the record, dialog box after you select the Export 3D layer.

Thank you.

Tags: Photoshop

Similar Questions

  • Create a 3D pdf using dae, obj and fbx... files on a MAC?

    Hi all, apologies if this has already been answered elsewhere.

    I need to create a 3D pdf file, but I've hit a brick wall.

    I have Acrobat X Pro and a trial of XI, but I seem to be getting nowhere.

    I understand that this can be done in various ways on a PC but I use a mac.

    I prefer not to use Bootcamp or PC if possible.

    Thanks a lot for your help people.

    Not possible with Adobe software. Acrobat X and later can only import U3D files and PRC; It is entirely up to you to find a way to create these formats, Adobe has nothing that can translate into 3D models more.

    Tetra4D software which includes the feature removed since Acrobat are produced Windows only.

  • How to convert XMl to JSON object in jsx?

    Is anyone know how can I convert an xml file to the json object. any help or any jsx library that can help please let me know if possible?

    Thank you

    Upendra

    I was able to create this script with your help, which is a generic XML to JSON converter xml obj passes just in the service.
    Thanks for your suggestion Silly-V

    function xmlToJson(xml) {
      // Create the return object
      var obj = {};
      if (xml.nodeKind() == "element") {
      if (xml.attributes().length() > 0) {
      for (var j = 0; j < xml.attributes().length(); j++) {
      var attributeName = xml.attributes()[j].name();
      obj[attributeName] = String(xml.attributes()[j]);
      }
      }
      } else if (xml.nodeKind() == "text") {
      obj['text'] = xml.text();
      }
      if (xml.children()) {
      for (var i = 0; i < xml.children().length(); i++) {
      var item = xml.child(i);
      if (xml.children()[i].nodeKind() == "text") {
      obj['text'] = xml.children()[i].toString();
      } else {
      var nodeName = item.name();
      if (typeof(obj[nodeName]) == "undefined") {
      obj[nodeName] = xmlToJson(item);
      } else {
      if (typeof(obj[nodeName].push) == "undefined") {
      var old = obj[nodeName];
      obj[nodeName] = [];
      obj[nodeName].push(old);
      }
      obj[nodeName].push(xmlToJson(item));
      }
      }
      }
      }
      return obj;
    };
    

    Thank you

    Upendra Stifler

  • convert obj XML in text for a URLRequest argument

    Hello

    I'm new to Flex builder 2 and I'm stuck something that I know is very basic, but I'm still on a learning curve (I'm procedural php programmer, so I know OOP, but have not worked with him on a daily basis)

    I have an XML file that one of the nodes contains a link to the documentation for the aid and there are different types of help documentation.

    I have this Setup:

    < mx:VBox label = "Help information" >
    < mx:Label text = "STOP: {dgroomRequest.selectedItem.help.hphone}" fontSize = "12" / > "
    < mx:Label text = "Links to Docs" textAlign = "left" fontWeight = "bold" fontSize = "12" textDecoration = "underline" / >
    < mx:Repeater id = dataProvider = "{dgroomRequest.selectedItem.help.docs"helpdocsrepeater"}" >
    {< mx:LinkButton label="{helpdocsrepeater.currentItem.@type}" click = "navigateToURL (new"»
    URLRequest ({helpdocsrepeater.currentItem}), '_blank') "/ >"
    < / mx:Repeater >
    < / mx:VBox >

    The problem I have is the URLRequest to recognize the databinding, a link that points to the html code in the XML file. Everything else works, but this part.

    I thought the data binding was an obj, so I thought using toString() or by wrapping it with String() to convert, but it doesn't seem to work.

    I appreciate any help or pointers.

    Thank you
    Hoyt

    Hey leeng,.
    Sorry for the delay, had a rough week. But here's a quick example of dirty that I stoked for you. Even if you use different components, it must still show you what to do. That's how I'd do:

    My test xml is:


    http://www.Amazon.com/books
    second test of the label


    http://www.Adobe.com
    second test of the label

    And my little fast app is:

    http://www.Adobe.com/2006/mxml"layout ="absolute"creationComplete =" init () ">"

    Import mx.controls.Alert;
    Import mx.rpc.events.FaultEvent;
    Import mx.rpc.events.ResultEvent;
    import flash.net.URLRequest;

    private var request: URLRequest = new URLRequest();
    [Bindable]
    private var xml = new XML();

    private function init (): void {}
    service. Send();
    }
    private void doClick(event:Event):void {}
    trace (Event.currentTarget.getRepeaterItem (). (Link);
    site of the var: String = event.currentTarget.getRepeaterItem () .link;
    Request.URL = site;
    navigateToURL (request, "_blank");
    }
    private void resultHandler(event:ResultEvent):void {}
    XML = XML (event.result);
    trace (XML);
    }
    private void faultHandler(event:FaultEvent):void {}
    Alert.Show (event.fault.message);
    }
    ]]>

    <>
    ID = 'service '.
    URL = "test. XML ".
    resultFormat = "e4x".
    result = "resultHandler (Event); »
    Fault = "FaultHandler (Event); "/ >







    I'll try and send you a zip of it, so you can see it working, just check the trace. Let me know if this helped you or need to explain more.

  • Convert an ExtendScript FDK

    Hi all.

    I've never used FrameMaker until today this is my first post here. :-)

    I combined a script file to read and search of Ian Proudfoot and replace script in a script that reads comma separated values to a file and search then the FrameMaker file for the first string in the table and if found replace that string with the second string in the table. This allows to for example loops through a list of back issues of product and replacing them with new ones.

    It actually works, but the thing is that the people who will use this script are still using FrameMaker 9. so I need to convert this script to a script FDK. And I need to inform them of the execution of this script in FrameMaker 9.

    If anyone knows if there is any easy ways to convert this ExtendScript to FDK script that will be used to the FM9. And could someone please help me understand how such a script should be run in FrameMaker 9?

    Here is 'my' script:

    initialization of variables

    activeDoc var is app. ActiveDoc;

    var stream = activeDoc.MainFlowInDoc;

    findString var = ";

    var = replaceString ";

    var considerCase = 0;

    saying FrameMaker file open

    var csvFile = File.openDialog ("select a leader ',' comma-separated-values (*.csv) :* .csv;'") CSV;

    If (csvFile! = null)

    {

    sarArray = readInCSV (csvFile);  read the file in the table of find and replace (sar) using the readInCSV function

    }

    for (var i = 0, len = sarArray.length; i < len; i ++) {//loop through the table and do a search and replace for each collection of elements in the table

    findString is sarArray [i] [0];.  the search string is the first item in the current collection

    replaceString = sarArray [i] [1] //the replace string is the second item in the current collection

    FindAndReplaceString (activeDoc, flow, findString, replaceString, considerCase) //the actual search / replacement routine

    }

    function readInCSV (fileObj)

    {

    var sarArray = new Array(); create table

    fileObj.open ('r');  Open the file for reading

    fileObj.seek (0, 0);  go to start of file

    while(!fileObj.EOF) trickles long that the end of the file has not been reached.

    {

    var $thisline = fileObj.readln (); read each line

    var csvArray = thisLine.split(';'); split the line into two to; character

    sarArray.push (csvArray); Insert each value in the table

    }

    fileObj.close ();  Close the file

    Return sarArray; and return a complete picture of research and replacement of chains

    }

    function FindAndReplaceString (activeDoc, flow, findString, replaceString, considerCase) {}

    var b = new TextRange();

    var restoreTR, frame = 0;

    var loopCounter = 0, replacementCounter = 0;

    var findParams = new PropVals();

    If the stream object is not valid, assumes that the main stream

    If (activeDoc.ObjectValid () & &! stream.) {ObjectValid()})

    flow = activeDoc.MainFlowInDoc;

    }

    get the first block of text in the stream, a starting point for

    find the first paragraph

    If (Flow. {ObjectValid()})

    Frame = flow. FirstTextFrameInFlow;

    }

    At this point, if we don't have a frame object, might as well drop.

    If (!) Frame. {ObjectValid()})

    Alert ("unable to find a starting point for research. Cannot continue. (', Constants.FF_ALERT_CONTINUE_WARN);

    Return replacementCounter;

    }

    selection of original text as an approval to restore after the action.

    restoreTR = activeDoc.TextSelection;

    now, set up the text range starting as the beginning

    the flow. We will go straight from end to end.

    TR. Beg.obj = tr.end.obj = section. FirstPgf;

    TR. Beg.Offset = tr.end.offset = 0;

    implement our search parameters. We want it to sound like configure

    for a string and may be case sensitive. Should not be

    the find to pack because we are controlling the flow of

    beginning to end.

    findParams = AllocatePropVals (2);

    findParams [0].propIdent.num = Constants.FS_FindText;

    findParams [0].propVal.valType = Constants.FT_String;

    findParams [0].propVal.sval = findString.

    findParams [1].propIdent.num = Constants.FS_FindCustomizationFlags;

    findParams [1].propVal.valType = Constants.FT_Integer;

    {if (considerCase)}

    findParams [1].propVal.ival = Constants.FF_FIND_CONSIDER_CASE;

    }

    else {}

    . propVal.ival findParams [1] = 0;

    }

    initialize the global errno, which will be used to

    follow the progress of the search and replace

    FA_errno = Constants.FE_Success;

    and do an initial discovery to start.

    TR = activeDoc.Find (tr.beg, findParams);

    now run find and replace the loop as long as we keep finding things.

    The loop counter is just a door furtively in case of something

    criticism occurs and causes an infinite loop.

    While (FA_errno = Constants.FE_Success & & loopCounter ++ < 1500) {}

    implement the text range to erase the original text

    activeDoc.TextSelection = tr.

    delete it

    activeDoc.Clear (0);

    Insert the new text. We should be able to use the

    original start of the text range where was the old text

    found.

    activeDoc.AddText (tr.beg, replaceString);

    now, lets jimmy the text range in memory directly

    After the string, we have inserted just, so find it picks back up after that.

    TR. Beg.Offset += replaceString.length;

    increment the counter of our return

    if(FA_errno === constants.) FE_Success) {}

    replacementCounter ++;

    }

    .. .and find the next occurrence. We will restore FA_errno yet once just in case

    something weird happened so we were replacing text.

    FA_errno = Constants.FE_Success;

    TR = activeDoc.Find (tr.beg, findParams);

    }

    We finished. Restore the document to its area of origin of display

    activeDoc.TextSelection = restoreTR;

    activeDoc.ScrollToText (restoreTR);

    Return replacementCounter;

    }

    There is no "converter" to go from ExtendScript code FDK. The FDK is C/C++ based. Your best bet is to download the FDK docs and see if you can recode with C. You will need a MS compiler to work with the FDK.

    Another alternative for FrameMaker 9 would be FrameScript (http://www.framescript.com). There is no direct conversion, but as ExtendScript, is a scripting language. I've been using FrameScript since 1998 and it is very good and reasonably priced.

  • 360 view of 3D object in the site Web of Muse (obj file)

    Hi I'm new to the use of Muse, but I use it now to create a Web site for a school project. Amongs other things I want to show some 3D work and it would be really nice if and more screen captures and video, I could also show a certain work 360 view. The work will be the .obj files, but could be converted to other formats, so I was wondering, is it possible to integrate a 360 view in a site made with Muse?

    Try the options available here:

    http://musewidgets.com/search?q=360

    In addition, please check this similar post:

    https://forums.Adobe.com/thread/1539619?start=0&TSTART=0

    Thank you

    Sanjit

  • When I open a raw file I get a yellow Preview in the window of the raw converter

    When I open a Canon 60 d camera raw file, the raw converter window opens to a screen that you see below. When I click the open object, and I can see the image correctly. But if I double click on the smart object in the layer of a re - open the raw file I always get the same screen and I can't seem to edit the image. I also tried to convert the CR2 files using the DNG Converter and the results are the same.

    System specs

    Adobe Photoshop Version: 2015.0.1 20150722.r.168 2015/07 / 22:23:59:59 CL 1032107 x 64

    Operating system: Windows 64-bit 8.1

    Version: 8.1 or greaterSystem architecture: Intel CPU Family: 6, model: 14, Stepping: 3 with MMX, SSE whole, FP SSE, SSE2, SSE3, SSE4.1, SSE4.2, AVX, AVX2, HyperThreading

    Physical processor count: 2

    Number of logical CPUs: 4

    Processor speed: 2400 MHz

    Built-in memory: 8089 MB

    Free memory: 3298 MB

    Memory available to Photoshop: 6992 MB

    Memory used by Photoshop: 70%

    Space design: disabled.

    Work plans: enabled.

    Multi-frequency 3D printing: disabled.

    HighBeam: enabled.

    Tile image size: 128K

    Image cache level: 4

    Overview of fonts: medium

    TextComposer: Latin

    Display: 1

    Limits of the display: top = 0, left = 0, low = 1080, right = 1920

    OpenGL drawing: enabled.

    OpenGL allows old GPU: not detected.

    OpenGL drawing mode: Advanced

    OpenGL allows Normal Mode: true.

    OpenGL allows Advanced Mode: true.

    AIFCoreInitialized = 1

    AIFOGLInitialized = 1

    OGLContextCreated = 1

    NumGLGPUs = 1

    NumCLGPUs = 1

    glgpu [0]. GLVersion = "3.0".

    glgpu [0]. GLMemoryMB = 2048

    glgpu [0]. GLName = "Intel (R) graphics HD 520"

    glgpu [0]. GLVendor = "Intel."

    glgpu [0]. GLVendorID = 32902

    glgpu [0]. GLDriverVersion = "10.18.15.4256".

    glgpu [0]. GLRectTextureSize = 16384

    glgpu [0]. GLRenderer = "Intel (R) graphics HD 520"

    glgpu [0]. GLRendererID = 6422

    glgpu [0]. HasGLNPOTSupport = 1

    glgpu [0]. GLDriver = "igdumdim64.dll, igd10iumd64.dll, igd10iumd64.dll, igd12umd64.dll, igdumdim3 2, igd10iumd32, igd10iumd32, igd12umd32.

    glgpu [0]. GLDriverDate = "20150717000000.000000 - 000.

    glgpu [0]. CanCompileProgramGLSL = 1

    glgpu [0]. GLFrameBufferOK = 1

    glgpu [0] .glGetString [GL_SHADING_LANGUAGE_VERSION] = ' 1.30 - Build 10.18.15.4256.

    glgpu [0] .glGetProgramivARB [GL_FRAGMENT_PROGRAM_ARB] [GL_MAX_PROGRAM_INSTRUCTIONS_ARB] = [1447]

    glgpu [0] .glGetIntegerv [GL_MAX_TEXTURE_UNITS] = [8]

    glgpu [0] .glGetIntegerv [GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS] = [192]

    glgpu [0] .glGetIntegerv [GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS] = [32]

    glgpu [0] .glGetIntegerv [GL_MAX_TEXTURE_IMAGE_UNITS] = [32]

    glgpu [0] .glGetIntegerv [GL_MAX_DRAW_BUFFERS] = [8]

    glgpu [0] .glGetIntegerv [GL_MAX_VERTEX_UNIFORM_COMPONENTS] = [4096]

    glgpu [0] .glGetIntegerv [GL_MAX_FRAGMENT_UNIFORM_COMPONENTS] = [4096]

    glgpu [0] .glGetIntegerv [GL_MAX_VARYING_FLOATS] = [64]

    glgpu [0] .glGetIntegerv [GL_MAX_VERTEX_ATTRIBS] = [16]

    glgpu [0] .extension [AIF::OGL:GL_ARB_VERTEX_PROGRAM] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_FRAGMENT_PROGRAM] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_VERTEX_SHADER] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_FRAGMENT_SHADER] = 1

    glgpu [0] .extension [AIF::OGL:GL_EXT_FRAMEBUFFER_OBJECT] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_TEXTURE_RECTANGLE] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_TEXTURE_FLOAT] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_OCCLUSION_QUERY] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_VERTEX_BUFFER_OBJECT] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_SHADER_TEXTURE_LOD] = 0

    clgpu [0]. CLPlatformVersion = "2.0".

    clgpu [0]. CLDeviceVersion = "2.0".

    clgpu [0]. CLMemoryMB = 3151

    clgpu [0]. CLName = 'Intel (R) graphics HD 520'

    clgpu [0]. CLVendor = "Intel(r) Corporation"

    clgpu [0]. CLVendorID = 32902

    clgpu [0]. CLDriverVersion = "10.18.15.4256".

    clgpu [0]. CUDASupported = 0

    clgpu [0]. CLBandwidth = 9.37416e + 009

    clgpu [0]. CLCompute = 165.891

    Type of license: subscription

    Serial number: 96040702863607540037

    The application folder: C:\Program Files\Adobe\Adobe Photoshop CC 2015\

    Temporary file path: C:\Users\Pops\AppData\Local\Temp\

    Zero Photoshop has async I/O active

    Scratch the volumes:

    917.6 G, 872,6 G free starter

    Required plugins folder: C:\Program Files\Adobe\Adobe Photoshop 2015\Required\Plug-Ins\ CC

    Main Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop 2015\Plug-ins\ CC

    Installed components:

    A3DLIBS.dll A3DLIB 9.2.0.112 dynamic link library

    ACE.dll ACE 2015/03/11-23: 42:10 79,562242 79.562242

    PatchMatch 2015/04/28:18:15:43 1.563170 AdbePM.dll 1.563170

    AdobeLinguistic.dll Adobe linguistic Library version 9.0.0

    AdobeOwl.dll Adobe Owl 5.2.7

    AdobePDFL.dll PDFL 2015/03/18-12: 03: 59 79,133307 79.133307

    Adobe AdobePIP.dll 7.2.1.3600 product improvement program

    AdobeXMP.dll Adobe XMP Core 2015/03/30-23: 40:42 79,157747 79.157747

    AdobeXMPFiles.dll Adobe XMP files 2015/03/30-23: 40:42 79,157747 79.157747

    AdobeXMPScript.dll Adobe XMP Script 2015/03/30-23: 40:42 79,157747 79.157747

    adobe_caps.dll Adobe CAPS 9,0,0,5

    AGM.dll AGM 2015/03/11-23: 42:10 79,562242 79.562242

    ahclient.dll AdobeHelp Dynamic Link Library 2.0.0.2

    AIDE.dll HELP-2015/03/20-23: 41:44 79,562488 79.562488

    Amtlib.dll AMTLib (64 Bit) 9.0.0.21 BuildVersion: 9.0; Brand: Monday 9 March 2015 0:54:5) 1.000000

    ARE.dll ARE 2015/03/11-23: 42:10 79,562242 79.562242

    Axe8sharedexpat.dll AXE8SharedExpat 2015/03/13-23: 40:54 79,562390 79.562390

    AXEDOMCore.dll AXEDOMCore 2015/03/13-23: 40:54 79,562390 79.562390

    Bib.dll BIB 2015/03/11-23: 42:10 79,562242 79.562242

    BIBUtils.dll BIBUtils 2015/03/11-23: 42:10 79,562242 79.562242

    boost_date_time.dll photoshopdva 8.0.0

    boost_signals.dll photoshopdva 8.0.0

    boost_system.dll photoshopdva 8.0.0

    boost_threads.dll photoshopdva 8.0.0

    CG.dll NVIDIA Cg Runtime 3.0.00007

    cgGL.dll NVIDIA Cg Runtime 3.0.00007

    Adobe CIT.dll CIT 2.3.7.33275 2.3.7.33275

    Adobe CITThreading.dll CITThreading 2.3.7.33275 2.3.7.33275

    CoolType.dll CoolType 2015/03/11-23: 42:10 79,562242 79.562242

    c:\windows\system32\dnssd.dll Hello 3,0,0,2

    dvaaudiodevice.dll photoshopdva 8.0.0

    dvacore.dll photoshopdva 8.0.0

    dvamarshal.dll photoshopdva 8.0.0

    dvamediatypes.dll photoshopdva 8.0.0

    dvametadata.dll photoshopdva 8.0.0

    dvametadataapi.dll photoshopdva 8.0.0

    dvametadataui.dll photoshopdva 8.0.0

    dvaplayer.dll photoshopdva 8.0.0

    dvatransport.dll photoshopdva 8.0.0

    dvaui.dll photoshopdva 8.0.0

    dvaunittesting.dll photoshopdva 8.0.0

    Dynamiclink.dll photoshopdva 8.0.0

    ExtendScript.dll ExtendScript 2015/04/17-16: 55.22 80.1017022 80.1017022

    icucnv40.dll International Components for Unicode 2014 10/31-16: 52:45 Build gtlib_6.0.21339

    icudt40.dll International Components for Unicode 2014 10/31-16: 52:45 Build gtlib_6.0.21339

    icuuc40.dll International Components for Unicode 2014 10/31-16: 52:45 Build gtlib_6.0.21339

    igestep30.dll IGES 9.3.0.113 drive

    imslib.dll IMSLib DLL 9.0.1.14

    JP2KLib.dll JP2KLib 2015/06/30-01: 10: 54 79,258447 79.258447

    libifcoremd.dll Intel Visual Fortran compiler 10.0 (A patch)

    libiomp5md.dll Intel(r) OpenMP * Runtime Library 5.0

    libmmd.dll Intel(r) C Compiler, Intel C++ Compiler, Intel Fortran compiler 12.0

    LogSession.dll LogSession 7.2.1.3600

    mediacoreif.dll photoshopdva 8.0.0

    MPS.dll MPS-2015/03/11-23: 42:10 79,562263 79.562263

    pdfsettings.dll Adobe PDFSettings 1.04

    Photoshop.dll Adobe Photoshop CC 2015 16.0.1

    Adobe Photoshop CC 2015 16.0.1 plugin.dll

    PlugPlugExternalObject.dll CEP PlugPlugExternalObject Dll (64-bit) 6.0.0 Standard Adobe

    PlugPlugOwl.dll Adobe CSXS PlugPlugOwl Dll Standard (64 bit) 6.0.0.96

    PSArt.dll Adobe Photoshop CC 2015 16.0.1

    PSViews.dll Adobe Photoshop CC 2015 16.0.1

    SCCore.dll ScCore 2015/04/17-16: 55.22 80.1017022 80.1017022

    svml_dispmd.dll Intel (r) C Compiler, Intel C++ Compiler, Intel Fortran compiler 12.0

    TBB.dll Intel Threading Building Blocks for Windows 4, 2, 2013, 1114

    tbbmalloc.dll Intel Threading Building Blocks for Windows 4, 2, 2013, 1114

    TfFontMgr.dll FontMgr 9.3.0.113

    TfKernel.dll kernel 9.3.0.113

    Geom TFKGEOM.dll kernel 9.3.0.113

    Adobe TFUGEOM.dll, UGeom © 9.3.0.113

    updaternotifications.dll Adobe Updater Notifications Library 9.0.0.3 (BuildVersion: 1.0;) Brand: BUILDDATETIME) 9.0.0.3

    VulcanControl.dll Vulcan Control Library 5.1.0.50 Application

    VulcanMessage5.dll Vulcan Message Library 5.1.0.50

    WRServices.dll WRServices Friday, March 7, 2014 15:33:10 build 0.20204 0,20204

    U3D writer 9.3.0.113 wu3d.dll

    Required plugins:

    3D Studio 16.0.1 (2015.0.1 x 001 003 x)

    Accented edges 16.0.1

    Adaptive wide-angle 16.0.1

    Angular Strokes 16.0.1

    Average 16.0.1 (2015.0.1 x 001 003 x)

    Bas-relief 16.0.1

    BMP 16.0.1

    Camera Raw 9.2

    Camera Raw Filter 9.2

    Chalk and charcoal 16.0.1

    Charcoal 16.0.1

    Chrome 16.0.1

    16.0.1 Cineon (2015.0.1 x 001 003 x)

    Clouds 16.0.1 (2015.0.1 x 001 003 x)

    COLLADA 16.0.1 (2015.0.1 x 001 003 x)

    Halftone color 16.0.1

    Color pencil 16.0.1

    CompuServe GIF 16.0.1

    Pencil tale 16.0.1

    Craquelure 16.0.1

    Crop and straighten Photos 16.0.1 (2015.0.1 x 001 003 x)

    Crop and straighten Photos filter 16.0.1

    Hatching 16.0.1

    Crystallize 16.0.1

    Cutting 16.0.1

    Dark strokes 16.0.1

    Deinterlacing 16.0.1

    DICOM 16.0.1

    Difference clouds 16.0.1 (2015.0.1 x 001 003 x)

    Glow 16.0.1

    Move 16.0.1

    Dry brush 16.0.1

    Eazel acquire 16.0.1 (2015.0.1 x 001 003 x)

    Entropy 16.0.1 (2015.0.1 x 001 003 x)

    NO export VERSION color tables

    Extrude 16.0.1

    FastCore 16.0.1 routines (2015.0.1 x 001 003 x)

    Fiber 16.0.1

    Film Grain 16.0.1

    Gallery of filters 16.0.1

    Flash 3D 16.0.1 (2015.0.1 x 001 003 x)

    Fresco 16.0.1

    Glass 16.0.1

    Scarlet contours 16.0.1

    Google Earth 4 16.0.1 (2015.0.1 x 001 003 x)

    Grain 16.0.1

    Graphic pen 16.0.1

    Halftone Pattern 16.0.1

    HDRMergeUI 16.0.1

    HSB/HSL 16.0.1

    IFF Format 16.0.1

    IGES 16.0.1 (2015.0.1 x 001 003 x)

    Outlines in ink 16.0.1

    JPEG 2000 16.0.1

    Flattening coefficient 16.0.1 (2015.0.1 x 001 003 x)

    Blur of the lens 16.0.1

    Correction of the lens 16.0.1

    Lens Flare 16.0.1

    Liquefy 16.0.1

    Matlab 16.0.1 operation (2015.0.1 x 001 003 x)

    maximum 16.0.1 (2015.0.1 x 001 003 x)

    Mean 16.0.1 (2015.0.1 x 001 003 x)

    Measure Core 16.0.1 (2015.0.1 x 001 003 x)

    Median 16.0.1 (2015.0.1 x 001 003 x)

    Mezzotint 16.0.1

    Minimum 16.0.1 (2015.0.1 x 001 003 x)

    MMXCore Routines 16.0.1 (2015.0.1 x 001 003 x)

    Mosaic tiles 16.0.1

    Multiprocessor support 16.0.1 (2015.0.1 x 001 003 x)

    Neon 16.0.1

    Paper 16.0.1 notes

    NTSC colors 16.0.1 (2015.0.1 x 001 003 x)

    Ocean Ripple 16.0.1

    OpenEXR 16.0.1

    Paint Daubs 16.0.1

    16.0.1 palette knife

    Patchwork 16.0.1

    Paths to Illustrator 16.0.1

    PCX 16.0.1 (2015.0.1 x 001 003 x)

    Photocopy 16.0.1

    3D Photoshop 16.0.1 engine (2015.0.1 x 001 003 x)

    Photoshop Touch 14.0

    Photo filter package 16.0.1 (2015.0.1 x 001 003 x)

    Pinch 16.0.1

    Pixar 16.0.1 (2015.0.1 x 001 003 x)

    Plaster 16.0.1

    Plastic wrap 16.0.1

    PLY 16.0.1 (2015.0.1 x 001 003 x)

    PNG 16.0.1

    Pointillism 16.0.1

    Polar coordinates 16.0.1

    Portable Bit map 16.0.1 (2015.0.1 x 001 003 x)

    Poster edges 16.0.1

    People's Republic of CHINA 16.0.1 (2015.0.1 x 001 003 x)

    Radial blur 16.0.1

    Radiance 16.0.1 (2015.0.1 x 001 003 x)

    16.0.1 range (2015.0.1 x 001 003 x)

    Color research grid NO VERSION rendering

    Crosslinking 16.0.1

    Ripple 16.0.1

    Rough Pastels 16.0.1

    Save for Web 16.0.1

    ScriptingSupport 16.0.1

    Shake Reduction 16.0.1

    Shear 16.0.1

    16.0.1 asymmetry (2015.0.1 x 001 003 x)

    Smart Blur 16.0.1

    Smudge Stick 16.0.1

    Solarize 16.0.1 (2015.0.1 x 001 003 x)

    Spaces 16.0.1

    Splash 16.0.1

    Spherize 16.0.1

    Sponge 16.0.1

    Sprayed strokes 16.0.1

    Stained glass 16.0.1

    Stamp 16.0.1

    SD 16.0.1 (2015.0.1 x 001 003 x)

    STL 16.0.1 (2015.0.1 x 001 003 x)

    Sumi-e 16.0.1

    16.0.1 summation (2015.0.1 x 001 003 x)

    Targa 16.0.1

    Texture veneer 16.0.1

    Tiles 16.0.1

    Torn edges 16.0.1

    Watch twirl 16.0.1

    U3D 16.0.1 (2015.0.1 x 001 003 x)

    Draft 16.0.1

    Vanishing point 16.0.1

    Variance 16.0.1 (2015.0.1 x 001 003 x)

    Virtual Reality Modeling Language. VRML 16.0.1 (2015.0.1 x 001 003 x)

    Water paper 16.0.1

    Watercolor 16.0.1

    Wave 16.0.1

    Wavefront | OBJ 16.0.1 (2015.0.1 x 001 003 x)

    WIA support 16.0.1 (2015.0.1 x 001 003 x)

    Wind 16.0.1

    Wireless Bitmap 16.0.1 (2015.0.1 x 001 003 x)

    Zig - zag 16.0.1

    Plug-ins option and third parties:

    Analog Efex Pro 1.0.11.216

    BackgroundFilter 2.2.11.216

    Color Efex Pro 4 4.3.11.216

    Dfine 2 2.2.11.216

    FineStructuresFilter 2.2.11.216

    HDR Efex Pro 2 2.2.11.216

    HotPixelsFilter 2.2.11.216

    Merge HDR Efex Pro 2 2.2.11.216

    Nik selective collection tool 2.1.16.216

    ShadowsFilter 2.2.11.216

    Sharpener Pro 3: (1) RAW Presharpener 3.1.11.216

    Sharpener Pro 3: output sharpener (2) 3.1.11.216

    Silver Efex Pro 2 2.2.11.216

    SkinFilter 2.2.11.216

    SkyFilter 2.2.11.216

    StrongNoiseFilter 2.2.11.216

    Viveza 2 2.1.11.216

    Plug-ins that could not load:

    Analog Efex Pro ANY VERSION - from the file 'Analog Efex Pro.

    BackgroundFilter - NO VERSION of the file 'background '.

    Don't Color Efex Pro 4 NO VERSION - from the file «Color Efex Pro 4»

    Dfine 2 NO VERSION - from the file 'Dfine2 '.

    FineStructuresFilter NO VERSION - from the file 'FineStructures '.

    HDR Efex Pro 2 NO VERSION - from the file 'HDR Efex Pro 2 '.

    HotPixelsFilter NO VERSION - from the file "HotPixels.

    Merge to HDR Efex Pro VERSION No. 2 - from the file "HDR Efex Pro 2"

    ShadowsFilter - NO VERSION of the file "Shadows."

    Sharpener Pro 3: (1) RAW Presharpener No. VERSION - from the file 'SHP3RPS '.

    Sharpener Pro 3: Sharpener output (2) NO VERSION - from the file 'SHP3OS '.

    Does Silver Efex Pro 2 NO VERSION - from the file 'Silver Efex Pro 2 '.

    SkinFilter - NO VERSION of the file 'Skin '.

    SkyFilter - NO VERSION of the file 'Sky '.

    StrongNoiseFilter NO VERSION - from the file 'StrongNoise '.

    Viveza 2 NO VERSION - from the file 'Viveza2 '.

    Extensions:

    Libraries, C:\Program Files\Adobe\Adobe Photoshop 2015\Required\CEP\extensions\com.adobe.DesignLibraryPanel.html\index.html CC

    Adobe, C:\Program Files\Adobe\Adobe Photoshop 2015\Required\CEP\extensions\com.adobe.KulerPanel.html\index.html CC color themes

    Export, like C:\Program Files\Adobe\Adobe Photoshop 2015\Required\CEP\extensions\com.adobe.webpa.crema\PSPanel\dialog.html CC

    Welcome, C:\Program Files\Adobe\Adobe Photoshop 2015\Required\CEP\extensions\com.photoshop.welcome\index.html CC

    Overview of the unit, C:\Program Files\Adobe\Adobe Photoshop 2015\Required\CEP\extensions\com.adobe.preview\PSPanel\panel.html CC

    Share on Behance, C:\Program Files\Adobe\Adobe Photoshop 2015\Required\CEP\extensions\com.adobe.behance.shareonbehance.html\index.html CC

    Export, like C:\Program Files\Adobe\Adobe Photoshop 2015\Required\CEP\extensions\com.adobe.webpa.crema\PSPanel\dialog.html CC

    C:\Program Files\Adobe\Adobe Photoshop 2015\Required\CEP\extensions\com.adobe.preview\PSLoader\loader.html cc

    Install TWAIN devices: NONE

    Any help would be appreciated. This forum works on a new laptop I bought 2 days ago.

    RawConverter Window.png

    Try to turn off ACR GPU. Let me know if this helps.

  • Error when executing the convertersamples.exe for converter Standalone command line 5.5

    Hello

    I use the latest SDK Standalone.  I use the default convertersample file.  Here is my file of properties.

    physicalsource. Address =

    physicalsource. UserName = *.

    physicalsource. Password = *.

    physicalsource. OSTYPE = windowsOs

    physicalsource.agentport = 9089

    physicalsource. Thumbprint =

    physicalsource.reboot = false

    vcserver. Address =

    vcserver. Thumbprint =

    vcserver.username = root

    vcserver. Password = *.

    conversion.job.Name = 1

    conversion.job.Description = This is a work of P2V Windows Live

    conversion.vmtocreate.Name = VM15

    conversion.vmtocreate.vCPU = 1

    conversion.vmtocreate.Memory = 4098

    converterserver. Address =

    converterserver. UserName = Administrator

    converterserver. Password = *.

    After that I run the following command

    c:\Users\Administrator\Desktop\P2V\Upload\ > ConverterSamples.exe submitwinp2vjob.properties

    I get the following error

    To proceed with the connection to the destination server?

    (Enter [y] ES, [n] o or [c] ancel): > y

    Caught exception:

    Name: WebException

    Message: The operation has timed out

    Trace: At System.Web.Services.Protocols.WebClientProtocol.GetWebResponse (we

    bRequest request)

    at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse (WebRequ

    application of the East)

    at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke (String methodN

    SOUL, Object [] parameters)

    to (Ma ConverterApi.ConverterService.ConverterServerConversionManagerCreateJob

    nagedObjectReference _this, spec, Obj ConverterServerConversionConversionJobSpec

    extraInfo ect)

    at ConverterSamples.ConverterConnection.SubmitJob (ConverterServerConversionCo

    nversionJobSpec jobSpec)

    ERROR: Impossible to present the work of P2V Conversion.

    But when I opened the converter I see a running job where it says it will take 1 day 19 hours to complete.

    And I have the following queries

    1. Why do we say it will take so long?

    2. If the work has successfully started why do I get the error when I run the above command.

    3. also the vcenter we use support vmx 8 but the new converter creates vmx10. So, what is the setting in the properties file to specify the converter to use vmx 8.

    Any help would be very useful.

    Thanks and greetings

    Debs

    Hello

    The time-out and the conversion time long expected that both point to a slow network. Check your environment.

    The hardware version of destination is not in the properties file, you must change the code. Search for BuildCloningParams in the program, cs and set targetVMSpec.hardwareVersion to 'vmx-08'

    In general I advise to use improved samples (Re: samples improved c# SDK) they are much more configurable, but in the case of the destination hw version also are not.

    Concerning

    Plamen

  • PowerShell - how to convert a virtual machine model

    Now that the copy of a model works, I would like to convert this model in VM.

    with the powershell command, I use.

    Thank you for help

    As RyanMcL , using the Get-View methods and API will go faster, especially if you have more models to convert to virtual machines.

    But since denjoh44 is eager to convert an existing in VM model, you don't want to use the MarkAsVirtualMachine() of an object VirtualMachine (not the MarkAsTemplate() method).  It's a little more complicated, because the method requires a ResourcePool MoRef in which place the machine virtual result.

    And if you have really been focused on speed, you probably want to use the - Property parameter on the Get-View call, to only return the minimum number of properties.  This maximizes the speed and minimizes the use of memory (avoiding an OutOfMemoryException).

    Another thing to keep in mind is how you use the - Filter parameter on the call in the opinion of the GET.  The value you specify it is used as a regular expression pattern.  So, by using something like @{"Name" = 'vmname1'} must return the view object for the machine named "vmname1", but also returns "vmname10", "vmname1314", "vmname1other", etc.

    So, it would be preferable to specify anchor characters only happen exactly the machine you want, like @{"Name" = "^ vmname1$"}.

    Collect these things would result in something like:

    ## get the View obj of the Resource Pool into which to place the VirtualMachine#    (put your own cluster name in this line)$viewMyResPool = Get-View -ViewType ResourcePool -Property Name -SearchRoot (Get-View -ViewType ClusterComputeResource -Property Name -Filter @{"Name" = "^myCluster$"}).MoRef
    
    ## get the View obj of the given template (put your own template name in this line)$viewTemplate = Get-View -ViewType VirtualMachine -Property Name -Filter @{"Name" = "^myTemplate$"}## convert the template to a VM, in the given ResourcePool$viewTemplate.MarkAsVirtualMachine($viewMyResPool.MoRef, $null)
    

    So, a little more upfront work to write it, but if you have a large number of models to convert VM, it is probably worth the time.

  • convert JMS

    Hi all I am new to this site
    just a question about jms

    How can you make a convert of an ObjectMessageImpl in an ObjectMessage?
    I just want to make the secured object number

    When I compile I get the error failed to convert ObjectMessageImpl in MessageQ1

    public MessageQ1 receive() throws JMSException {}

    Msg message = replyProducer.receive ();
    ObjectMessage Palms = msg (ObjectMessage);

    Marseille MessageQ1 = new MessageQ1("");
    Marseille = fins (MessageQ1);

    Return to marseille;
    }

    String content =...
    ...
         
    ObjectMessage obj = session.createObjectMessage ();
    obj.setObject (happy);
         
    replyProducer.send (obj);

    Yes, if the code that receives this message calls getObject() you will get a string - the same string that you put in.

    If you want to use this string to create a MessageQ1 then do - it's your code, nothing to do with JMS.

    Nigel

  • How can I convert string to xml in CEP

    I made a simple CEP process that reads from a queue. The CEP has the following components:
    1 input adapter named MktEvtInputadapter.
    2 channel MktEvntInchannel
    3. a MktEvntProcessorprocessor processor.
    4. a MktEvntOutChannel output.
    5. a MarketEventBean bean.

    code for MarketEvent.java:
    package com.bea.wlevs.example.algotrading.event;

    public class MarketEvent {}

    Private Sub Long;
    symbol of the private channel;
    price Double private;
    volume of Long private;
    private Long latencyTimestamp;
    private string text;

    /**
    * @return the latencyTimestamp
    */
    {} public Long getLatencyTimestamp()
    Return latencyTimestamp;
    }
    /**
    @param latencyTimestamp the latencyTimestamp to
    */
    {} public void setLatencyTimestamp (Long latencyTimestamp)
    this.latencyTimestamp = latencyTimestamp;
    }
    /**
    * the timestamp @return
    */
    {} public Long geteventTimeStamp()
    return Sub;
    }
    /**
    @param timestamp the timestamp to set
    */
    {} public void seteventTimeStamp (Long Sub)
    this.eventTimeStamp = Sub;
    }
    /**
    * @return the symbol
    */
    public String getSymbol() {}
    return the symbol;
    }
    /**
    @param symbol the symbol to define
    */
    {} public void setSymbol (symbol of the chain)
    This.Symbol = symbol;
    }
    /**
    * @return the price
    */
    {} public Double getPrice()
    return of the price;
    }
    /**
    @param price TBD
    */
    {} public void setPrice (Double rate)
    This.Price = price;
    }
    /**
    * @return the volume
    */
    {} public Long getVolume()
    return of volume;
    }
    /**
    @param volume the volume to set
    */
    {} public void setVolume (Long volume)
    This.volume = volume;
    }
    public void setString_1 (String text) {}
    This.Text = text;
    TODO self-generating method stub

    }
    public String getString_1() {}
    TODO self-generating method stub
    return (text);
    }

    }

    Code for MarketEventBean:
    package com.bea.wlevs.example.algotrading;

    import com.bea.wlevs.ede.api.StreamSink;
    import com.bea.wlevs.example.algotrading.event.MarketEvent;


    / public class MarketEventBean implements StreamSink {}
    {} public void onInsertEvent (event object)
    If (event instanceof MarketEvent) {}
    MarketEvent marketEvent = (MarketEvent) event;

    System.out.println ("msg:" + marketEvent.getString_1 ());
    }
    }

    }

    I put an xml doc in my queue for entry:
    <? XML version = "1.0" encoding = "UTF-8"? >
    < MarketEvent >
    < sub > 201100501 < / sub >
    < symbol > ABCD < / symbol >
    < price > 258474.56 < / price >
    < volume > 4657892 < / volume >
    < latencyTimestamp > 201100501 < / latencyTimestamp >
    < / MarketEvent >

    My class MarketEventBean will print the msg as string. Now, I have to convert it to xml format to get the value of individual items.
    How can I do?

    I think you need to do this:

    Events.Add (obj);

    in this way, you add the event unmarshaled flow rather than just a string of text

  • Convert 3D models to the swf format

    Is it possible for me to convert a 3D (.dae or 3ds) model in a swf movie that you can in orbit around it, like when you are viewing a 3D model in photoshop using flash.

    Yes, check papervision3D.

  • Header for DataGrid converter

    I filled datagrid based on XMLList as a data provider. I do like header box in datagrid, when I click on it should check all checkboxes in datagrid. I also enclose the reference code...

    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:mx mx:Application ' http://www.Adobe.com/2006/MXML "layout ="absolute"> "
    < mx:Script >
    <! [CDATA]
    Import mx.collections.ArrayCollection;

    []] >
    < / mx:Script >
    < mx:XMLList xmlns = "" id = "listdp" > "
    < employee >
    < firstName > Justin < / name >
    < name > Henin < / lastName >
    < recselected > true < / recselected >
    < / employee >
    < employee >
    < firstName > Martina < / name >
    < name > Hingis < / lastName >
    < recselected > false < / recselected >
    < / employee >
    < employee >
    Serena < firstName > < / name >
    < name > Williams < / lastName >
    < recselected > true < / recselected >
    < / employee >
    < employee >
    < firstName > David < / name >
    < name > bee < / lastName >
    < recselected > true < / recselected >
    < / employee >
    < employee >
    < firstName > Rafael < / name >
    < name > Nadal < / lastName >
    < recselected > true < / recselected >
    < / employee >
    < employee >
    < firstName > Roger < / name >
    < name > Federer < / lastName >
    < recselected > true < / recselected >
    < / employee >
    < employee >
    Kevin < firstName > < / name >
    < name > Peterson < / lastName >
    < recselected > true < / recselected >
    < / employee >
    < employee >
    < firstName > Jack < / name >
    < name > Russel < / lastName >
    < recselected > true < / recselected >
    < / employee >
    < / mx:XMLList >

    < mx:DataGrid x = "35" y = "10" id = "mydg" dataProvider = "{listdp}" >
    < mx:columns >
    < mx:DataGridColumn editable = "true" >
    < mx:itemRenderer >
    < mx:Component >
    < mx:CheckBox selected = "{data.recselected.text () == 'Yes'? true: false}" click = "{data.recselected = (data.recselected! = 'true')?} "true": "false" ;} "/ >
    < / mx:Component >
    < / mx:itemRenderer >
    < / mx:DataGridColumn >
    < mx:DataGridColumn headerText = "Column 1" dataField = "FirstName" / >
    < mx:DataGridColumn headerText = "Column 2" dataField = "lastName" / >
    < / mx:columns >
    < / mx:DataGrid >

    < / mx:Application >

    Hello Asif,

    This is the code for your application:

    I have converted the XMLList in XML and converted the XML into an ArrayCollection collection on creationComplete to achieve...


    http://www.Adobe.com/2006/mxml"layout ="absolute"creationComplete ="init (); » >
       
            Import mx.rpc.xml.SimpleXMLDecoder;
    Import mx.collections.ArrayCollection;
    [Bindable]
    public var gridDP:ArrayCollection = new ArrayCollection();
    [Bindable] public var headerSelected:Boolean = false;
               
    private function init (): void
    {
    var XML = listdp;
    var xmlDoc:XMLDocument = new XMLDocument (xml);
    var decoder: SimpleXMLDecoder = new SimpleXMLDecoder (true);
    var obj:Object = decoder.decodeXML (xmlDoc);
    gridDP = obj.employees.employee as ArrayCollection collection;
    }
               
    ]]>
       

       

         
                
                     Justin
                     Henin   
                     true           

                
                
                     Martina
                     Hingis       
                     fake       
                
               
                
                     Serena
                     Williams
                     true               
                
           
                
                     David
                     Bee
                     true               
                

                
                     Rafael
                     Nadal
                     true               
                

                
                     Roger
                     Federer
                     true               
                

                
                     Kevin
                     Peterson
                     true               
                

                
                     Jack
                     Russel
                     true               
                

               
       
     
       
                    
               
                
                 
                           
                            
                  Import mx.collections.ArrayCollection;
                                 
    private function checkUnCheckCheckBoxes (): void
    {
    outerDocument.headerSelected =! outerDocument.headerSelected;
    var gridDP:ArrayCollection = outerDocument.gridDP;
    var bool:Boolean = this.selected;
             
    for (var i: int = 0; i<>
    {
    gridDP.getItemAt (i) .recselected = bool;
    }
    gridDP.refresh ();
    }
    ]]>
             

                           

                       

                

                                    
                       
                           

                           
                       
                   
               
               
                           
           
       

    If this post answers your question or assistance, please mark it as such.

    Thank you

    Jean Claude Chari

  • How to convert textframe button

    How to convert textframe button?

    I have not found a "clean way" to do it via the DOM. By way of solution that you can emulate an action of "Convert to button", provided your script is allowed to select the textframe target:

    // convertToButton for ID CS4
    
    function convertToButton(/*PageItem*/obj, /*str*/bName, /*str*/bDesc)
    {
         app.selection = [obj];
         var maCreateButton = app.menuActions.item('$ID/$$$/Dialog/CmdName/CreateButton'),
              ret;
    
         if( !maCreateButton.isValid ) return false;
         maCreateButton.invoke();
         ret = app.selection[0];
    
         ret.name = bName||ret.name;
         ret.description = bDesc||ret.description;
    
         return ret;
    };
    
    // sample code
    var myTextFrame = app.activeDocument.textFrames[0];
    var myButton = convertToButton(myTextFrame);
    

    Note: this approach is used in FlyingButtons:

    http://www.Indiscripts.com/post/2010/03/flyingbuttons-a-script-to-automate-PDF-portfolios

    @+

    Marc

  • How to convert ObjectProxy object [no one can answer this question?  :(]

    Hello

    Calling a web service with the resultFormat value e4x. When I get the result, it is in XML format. What I need is to convert it to a custom type, object of value (which is actually a class generated from WSDL). I couldn't find a way to do this. So I used a SimpleXMLDecoder to decode for a generic object. Now my problem is that all objects nested inside this generic object are of type 'ObjectProxy '. So I can't convert them my nested valuables.

    So now I finally need is one of the 2 following things:

    1. a way to convert the ObjectProxy to my custom type value object.

    Or

    2. a way to directly analyze the XML result to my type of Custom value object.

    Please let me know if I need to provide some details.

    Help, please... This one is really kill me now...

    Thanks in advance!

    I know the poster original for that matter will probably not get it, but it is not the intention of this post... I just spent the last 6 hours trying to find the answer to the question: How do I convert an ObjectProxy to my object?

    Well here is the answer for any other googlers who find this post (as it is on the first page of results for "objectproxy object cast")

    Let's say you have a service call which returns a generic object type.  "In the SOAP, you might see the xml tag resulting as.  In flex, it almost always will convert this to an ObjectProxy class.  You will find that out the object isn't exactly simple and cast to the desired type is also is no more.

    Here's how you do it, and it's actually VERY simple once you know what you need to do:

    First of all, you must convert the ObjectProxy in an object type.  To do this, you must use the namespace "object_proxy" itself.  Here's the code to do

    Import mx.utils.ObjectProxy;

    Import mx.utils.object_proxy;

    var myObjectProxy:ObjectProxy = new ObjectProxy (myStronglyTypedObject);

    var obj:Object = myObjectProxy.object_proxy::object;

    This code there will be 'myObjectProxy' and pull on the original object in a general object variable (NOTE: the reference to object is read only according to the docs.)  It is only half the battle though, as at the time, you still need to throw your object to return.  I've read in several sources that you can use a method "as MyType" to convert the object from there, but I couldn't get this to work.  Traditional molding (i.e. MyType (obj)) leads to a runtime error as well.  They can work for you if call proxy your object from an existing flex object, but will NOT work if you tire of an ObjectProxy response service.  Either way, however, the solution is just shorter to type in the case that you he shot of an intervention of service call:

    import com.adobe.serializers.utility.TypeUtility;

    obj = com.adobe.serializers.utility.TypeUtility.convertToStrongType (obj, MyType);

    (if you are unable to access this method, you should probably add the serializers.swc of the framework to your build path:)

    Adobe Flash Builder 4.5 root Directory\eclipse\plugins\com.adobe.flexbuilder.project_4.5.1.313231\dcradSwcs\4.5\libs\s erializers.swc

    This will convert your object to the type you want it to be.

    AND YOUR DONE.  No more looking for people to answer full and not more to convert your service calls to e4x instead.

    Now, if you want to know why it works but casting is not sticking around... If you don't like it, don't waste your time to read the rest of the present:

    Why that your other service calls can analyze data from a response xml SOAP at any predefined by the SOAP service, but casting this type proxy version does not work?

    Your service calls are generated dynamically from the SOAP data, then of course flex "just don't know" how to do... and your SOAP objects do not extend the object class... so what gives?

    If you look at the web service generated dynamically in flex code, you will see that each service call says what should be the result type.  Then the whole AbstractOperation (your client-side web service class) is given a convertResultHandler function that retrieves the data from the result and converts the type defined by the service.  You will not get very far just look at the code if it's away from the abstract.  But if you look at the code of serializers.swc update (you'll have to decompile it) will give you an idea of what it is that makes handler function.  Basically, this handler function takes and checks whether it is an ArrayCollection/table collection or an object and then differs from conversion of the object/table to separate the functions called 'convertToStrongType' and 'convertListToStrongType '.  These functions take a class in your object, convert it and return the past of conversion class.  Bingo.

    Now, you'll see that you can take this object and use the functions convertToStrongType and convertListToStrongType with the EFA serializers to run the conversions you need.  The advantage of this is that these functions are the SAME FUNCTIONS ACCURATE who manage the conversion of your objects in the webservice result, so you can pretty much bet that you will lose all the data like you would with reflection level unique and such utilities.

    As a side of the usefulness of this note.  If you have a c# return of web service which returns a type of list object, which means you can run in all kinds of different items in the same list, then you can use this in conjunction with a mark of the object function to determine the object type to perform conversions.

    I REALLY hope this helps some other people to save themselves from pulling their hair or lose whole days trying to figure the answer before moving on to some power of the wall facility that will make your code more complex!

Maybe you are looking for

  • Create duplicate report

    Hello One of my systems uses the default batch process template and creates a new report for each object to be measured. I do not use the fly declaration and for the sake of argument that I use the standard XML generation with the horizontal.xsl styl

  • HP laserjet 2430 gear noise

    I have HP laserjet 2430 who made so much noise in the back and I checked the gears seems perfect and even changed some of those who watched prevails. the noise is made a few seconds(2-3) after turning on the printer. Any help?

  • Load of gadgets in a random order after installation of the Vista SP2

    I have two Vista Home Premium 64 PC, one with an Intel Core 2 Quad CPU and the other an AMD Athlon 64 processor. Since the update SP2 of Vista, PC AMD load randomly gadgets when loading of account user or administrator, then the Intel PC continues to

  • SE NetConnection.Call.BadVersion only in Simulator

    I have a small prototype application that pulls a few database on a MySql database via PHP using the ZEND libraries.  It works very well in the AIR on the desktop, but this dialog box is displayed in the Simulator: Send failed Channel.Connect.Failed

  • replacement once recovery discs...

    I hope I'm in the right forum. It's been a while since I am here and I just can't understand the redone forum... about 2 years ago I was able to receive a once the replacement of recovery/restore for my dell dim 2400 free disks... I need to get the r