Sample code to download and open an Asset

For anyone who wants to download an asset from the web and load it into your Adobe application, this is how I did it:
// .js
var TMP_FOLDER="/tmp/com.mb.extension/";
var doOpen = function(uri) {
          var xhr = new XMLHttpRequest();
          xhr.open("GET", uri, true);
          xhr.responseType = "blob";
          xhr.onload = function(event) {
                    var blob = this.response;
                    var data;
                    blobToBase64(blob, function(result) {
                              data = result;
                              var file = TMP_FOLDER+name;
                              window.cep.fs.writeFile(file, data, cep.encoding.Base64);
                              doOpenFile(file);
          xhr.send();
function doOpenFile(file) {
          var ppid = "ILST";
          var extScript = "$._ext_"+ppid+".open('"+file+"')";
          evalScript(extScript);
var base64ToBlob = function(base64, callback) {
  var binary = atob(base64);
  var len = binary.length;
  var buffer = new ArrayBuffer(len);
  var view = new Uint8Array(buffer);
  for (var i = 0; i < len; i++) {
       view[i] = binary.charCodeAt(i);
  callback(new Blob([view]));
// .jsx
$._ext_ILST={
    open : function(path) {
        openDocument(path);
var openDocument = function(path) {
    return app.open(File(path));

I don't know why, but when I use this code. The file was downloaded right, but Illustrator doesn't open the file.
When doOpenFile is fired the args are correct, because I have debug it in console. But I think the problem is with the JSX file, sure I'm doing something wrong.
Anybody could guide me about it?
I'm newbie trying to script Adobe Extensions.

Similar Messages

  • I can download and open pdfs on my macbook air.  Why can't I open a pdf from a webpage?

    I can download and open pdfs on my macbook air.  Why can't I open a pdf from a webpage?

    Back up all data.
    Triple-click the line of text below to select it, the copy the selected text to the Clipboard (command-C):
    /Library/Internet Plug-ins
    In the Finder, select
    Go > Go to Folder
    from the menu bar, or press the key combination shift-command-G. Paste into the text box that opens (command-V), then press return.
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    The "Silverlight" web plugin distributed by Microsoft can also interfere with PDF display in Safari, so you may need to remove it as well, if it's present.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • How Can I download and open iCloud Pages doucments?

    Hello. I hope someone can help me. I am going crazy as I cannot download and open a  lengthy iCloud Pages document I have been working on. Each time I perform a download the document appears as a ZIP Archive in my Downloads Folder on my MacBook Air. However, when I try to open the document  e.g. using Zip View Pro, I get a one-page document instead of the original 150+ pages manuscript.
    My second 'beef' about iPages is that it synchronizes very slowly. I worked on my document on an iPad and then, the next day, tried to continue working on it on my laptop. The changes I'd made on the iPad did not appear until much, much later. I was better off using Dropbox as a meansa of ensuing that, whatever machine I happened to be working on, I would always have access to the latest version of my file.
    I am very, very disappointed with ICould Pages!!!
    Stephen

    You can try to open the zip file with the bulit-in Mac Archive Utility application (right click, Open With > Archive Utility.app).
    I expect the manuscript file is quite large but I can't explain the delayed iCloud sync.

  • Looking for sample code using "first_tab" and "next_tab"

    Looking for sample code using "first_tab" and "next_tab". How is it used with ItemID within a dialog box? I've read the reference books - don't understand it.

    Hi Ray,
    There are several ways to do this, and in the example I created, I actually did not end up using shift registers. I've attached some example code that basically multiplies the period by the duty cycle percentage to achieve the number of milliseconds to be high and low.
    You would just need to insert your DIO code in each frame of the sequence structure.
    Hope that helps. Kind regards,
    -Sam F, DAQ Marketing Manager
    Learn about measuring temperature
    Learn how to take voltage measurements
    Learn how to measure current
    Attachments:
    70_PWM_Example.vi ‏23 KB

  • I cannot view pdf files on Safari, instead they download and open in viewer. How do I change this?

    Does anyone have a solution for this???
    "I cannot view pdf files on Safari, instead they download and open in viewer. How do I change this?"

    Back up all data. Please read this whole message before doing anything, so you'll know what to expect.
    Open Safari's preferences dialog and make notes of everything you would need to recreate the basic settings, such as your home page. That includes the settings of Safari extensions, if any are installed.
    Triple-click the line below to select it, then copy the selected text to the Clipboard (command-C):
    ~/Library/Preferences/com.apple.Safari.plist
    Quit Safari. In the Finder, select
    Go ▹ Go to Folder
    from the menu bar. Paste (command-V) into the box that opens and press return. A Finder window will open with a file selected. Move the selected file to the Desktop, leaving the window open.
    Launch Safari. Its settings will have reverted to what they were they first time you launched it. Your bookmarks, history, and AutoFill data will be preserved.
    Test. If Safari now works as expected, recreate its settings and delete the file you moved to the Desktop. Otherwise, quit Safari again and put the file you moved back where it was, overwriting the newer one created in its place. Post your results.

  • Thunderbird fails to download and open JPEG files & Doc files

    Using version 31.1.1.. Thunderbird cannot download and open JPEG and Doc files. TB opens pub files, xls, PDF files and some others but not primarily JPEG and Doc files.
    I get a message saying "download failed due to unknown error, please try again"
    Any help would be appreciated.
    Richard G.

    Tools menu (Alt+T) > options > attachments and delete any information stored there for JPEC and doc file.

  • I have a MacBook Pro and tried to download and open the torbundle package.

    I have a MacBook Pro and tried to download and open the torbundle package. I get a message that reads "A copy of firefox is already running. Only one copy of firefox can be open at a time."
    1. I do not seem to have firefox anywhere of my computer. Ive been using safari and as far as my computers library is concerned there is no firefox.
    2. I have tried shutting down and restarting.
    3. I tried making a new user account.
    I believe the torbundle package is trying to open itself twice. Has anyone had this problem when trying to use tor on OS X?
    This is getting very frustrating! Help please!

    If you open Activity Monitor do you see a FireFox running? If so delete it.
    Have you tried deleting and redownloading/installing?
    Next:
    How can I get support?
    Your best bet is to first try the following:
    Read through this FAQ.
    Read through the documentation.
    Read through the tor-talk archives and see if your question is already answered.
    Join our irc channel and state the issue and wait for help.
    Send an email to [email protected]
    If all else fails, try contacting us directly.
    If you find your answer, please stick around on the IRC channel or the mailing list to help others who were once in your position.
    From:
    https://www.torproject.org/docs/faq.html.en

  • Transaction code to learn for sample codes about trees and containers

    trnasaction code to learn for sample codes about trees and containers

    hi check this....,
    REPORT  Ztree_TEST_PGM.
    Type-pools : fibs,stree.
    data : t_node type snodetext.
    data : node_tab like t_node occurs 0 with header line.
    clear : node_tab, node_tab[].
    node_tab-type = 'T'.
    node_tab-name = 'Earth'.
    node_tab-tlevel = '01'.
    node_tab-nlength = '5'.
    node_tab-color = '4'.
    node_tab-text = 'Hello'.
    node_tab-tlength ='5'.
    node_tab-tcolor = 3.
    append node_tab.
    clear node_tab.
    node_tab-type = 'P'.
    node_tab-name = 'Europe'.
    node_tab-tlevel = '02'.
    node_tab-nlength = '6'.
    node_tab-color = '1'.
    node_tab-text = 'Hello'.
    node_tab-tlength ='5'.
    node_tab-tcolor = 4.
    append node_tab.
    clear node_tab.
    node_tab-type = 'P'.
    node_tab-name = 'Germany'.
    node_tab-tlevel = '03'.
    node_tab-nlength = '7'.
    node_tab-color = '4'.
    node_tab-text = 'Hello'.
    node_tab-tlength ='5'.
    node_tab-tcolor = 4.
    append node_tab.
    clear node_tab.
    node_tab-type = 'P'.
    node_tab-name = 'Berlin'.
    node_tab-tlevel = '04'.
    node_tab-nlength = '6'.
    node_tab-color = '4'.
    node_tab-text = 'Hello'.
    node_tab-tlength ='5'.
    node_tab-tcolor = 3.
    append node_tab.
    clear node_tab.
    node_tab-type = 'P'.
    node_tab-name = 'Asia'.
    node_tab-tlevel = '02'.
    node_tab-nlength = '4'.
    node_tab-color = '1'.
    node_tab-text = 'Hello'.
    node_tab-tlength ='5'.
    node_tab-tcolor = 3.
    append node_tab.
    clear node_tab.
    node_tab-type = 'P'.
    node_tab-name = 'India'.
    node_tab-tlevel = '03-'.
    node_tab-nlength = '5'.
    node_tab-color = '1'.
    node_tab-text = 'Hello'.
    node_tab-tlength ='5'.
    node_tab-tcolor = 3.
    append node_tab.
    clear node_tab.
    node_tab-type = 'P'.
    node_tab-name = 'Bombay'.
    node_tab-tlevel = '04-'.
    node_tab-nlength = '6'.
    node_tab-color = '1'.
    node_tab-text = 'Hello'.
    node_tab-tlength ='5'.
    node_tab-tcolor = 3.
    append node_tab.
    clear node_tab.
    CALL FUNCTION 'RS_TREE_CONSTRUCT'
      TABLES
        NODETAB                  = node_tab .
      DATA: type_mapping TYPE stree_ctl_type_mapping_tab.
      DATA: wa_type TYPE stree_ctl_type_mapping.
      CLEAR: type_mapping[].
        wa_type-type = 'A'.
        wa_type-icon = '@BL@'.
        APPEND wa_type TO type_mapping.
    CALL FUNCTION 'RS_TREE_LIST_DISPLAY'
    EXPORTING
       USE_CONTROL                     = 'L'.
    A list of other function modules that can also be used to construct tree reports:
    SEUT,                            Hierarchy framework
    RS_TREE_ADD_NODE                 Insert nodes
    RS_TREE_AUTOMATIC_REFRESH
    RS_TREE_COMPRESS                 Hide subtree(s)
    RS_TREE_CONSTRUCT                Construct new hierarchy or insert subtree
    RS_TREE_CONTROL_PREPARE
    RS_TREE_CREATE                   Create hierarchy
    RS_TREE_DELETE_NODE              Delete node with associated sub-tree
    RS_TREE_EXPAND                   Expand subtree
    RS_TREE_GET_CURRENT_LAYOUT       Get layout information for displayed hierarchy
    RS_TREE_GET_CURRENT_NODE         Get node at which cursor is positioned
    RS_TREE_GET_CURRENT_ROOT         Get current root node
    RS_TREE_GET_CURRENT_TREE         Get structure information for displayed hierarchy
    RS_TREE_GET_INPUT                Get entires from input fields
    RS_TREE_GET_MARKED_NODES         Get selected nodes
    RS_TREE_GET_MODIFICATION_LOG     Get change log for hierarchy
    RS_TREE_GET_NODE                 Get nodes for specified ID
    RS_TREE_GET_NODE_BY_NAME         Get node for specified node name
    RS_TREE_GET_PREDECESSOR          Get preceding node
    RS_TREE_GET_SEARCHSTRING         Get last search strinng
    RS_TREE_LIST                     Simulate hierarchy or subtree display
    RS_TREE_LIST_DISPLAY             Display hierarchy
    RS_TREE_LIST_DISPLAY             Display hierarchy
    RS_TREE_MODIFY_NODE
    RS_TREE_MOVE                     Reassign node with subtree
    RS_TREE_POP                      Get hierarchy from the stack and restore
    RS_TREE_PUSH                     Place hierarchy on the stack
    RS_TREE_RESET_LOCK               Deselect node
    RS_TREE_SET_CURRENT_LAYOUT       Set layout with marked cursor position
    RS_TREE_SET_CURRENT_TREE         Set other hierarchy
    RS_TREE_SET_LOCK                 Select node
    RS_TREE_SET_NODE                 Change Nodes
    RS_TREE_SET_SCROLL_POS           Position node at the beginning of the page
    RS_TREE_SLEEP
    RS_TREE_SORT_CHILDREN
    regards,
    venkat.

  • Some attachment​s won't download and open, no matter what

    Hello,
    On my Q10 with the latest 10.2 software, some attachments don't download at all. I work a lot with images so this is a nuisance.
    If I click them while viewing the message in the hub, the progress bar continues almost to the end and then it gets stuck, never moving again. Even weirder: in one email, one out of two attachments downloaded and opened fine, the other didn't. No matter what, the attachments that the Q10 refuses to download are unavailable for viewing on the device, but open perfectly fine on a PC. Forwarding those from the Q10 is impossible, such "sent" messages get stuck with a clock icon.
    In all cases the attachments have been images, but I'm not sure if it has something to do.
    This happens with multiple senders and multiple accounts configured as IMAP w/ Gmail.
    Any solutions or hints how to debug would be appreciated.

    I have not encountered this. I just sent myself a test message with an attachment to see I could see something, Nothing jumps out at me.
    With that email with two attachments and one was fine and the other was a problem, was there any difference between the two that might be a clue? Or if the two attachments were essentially the same, that's a clue as well. (It could be random and have nothing to do with the file.)
    Is Gmail the only service you have been using? I wonder if you would have the same trouble with another, such as Outlook or Yahoo or an ISP email account?
    - Ira

  • Where can i get more sample code of javacard and OCF

    i'm a newbie..can anybody tell me where can i get
    more sample code of OCF and javacard..especially OCF's sample code..because the OCF's programmer's guide is too simple..
    thx a lot

    Hi,
    will U pl. clear which sample code you are having? Anyway you can check with www.alphaworks.ibm.com.
    Rgs,
    Anupam

  • Can u please send me a sample code to upload and download a file using java

    Hi,
    Please can u send me a sample code to upload a file and to download the same file from a remote server using a java servlets. The file should be read byte by byte.
    Message was edited by:
    user461713

    Hi, Thank u.
    Sorry, I forgot to attach a code. Here it is.
    Actually i need to upload a file to a remote server and download it from a server to my machine. I'm trying it using servlets and using tomcat5.0 as a servlet container. Here i'm sening a code used to upload a file. Let me know whether it works. Only few lines are here.
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.lang.Object;
    import java.util.*;
    import java.lang.String;
    import com.oreilly.servlet.MultipartRequest;
    public class FileUpload extends HttpServlet{
         public void doPost(HttpServletRequest req, HttpServletResponse res)throws
         ServletException, IOException{
         MultipartRequest multi=new MultipartRequest(req);     
         String file="file1";
         byte[] b=file.getBytes();
         InputStream in=null;
         BufferedInputStream bis=null;
         FileWriter fw=null;
    try{
         in=multi.getInputStream("file1");
    bis=new BufferedInputStream(in);
         File output=new File("/fileuploadtest");
         fw=new FileWriter(output);
              int i;
              i=bis.read();
              while (i != -1) {
    fw.write(i);
    i = bis.read();
         catch(IOException e){
              System.out.println("Exception=" +e);
    finally{
         try{
              if(in!=null)
              in.close();
              if(bis!=null)               
              bis.close();
              if(fw!=null)
              fw.close();
         catch(Exception e){
              System.out.println(e);
    This code is giving error as: cannot resolve symbol: class MultipartRequest
    Why is this happening?
    Pls let me know whether this code works or no and also i have written form.html.
    Can u pls tel me whether there are ways in which i can write a code to upload a file using servlets without using third party packages. Pls help.
    Also how should be the servlet mapping for this code.?
    Regards
    Message was edited by:
    user461713

  • How to download and open zip file

    Download cannot be done

    Hi ratan45,
    Does your device support the file type? There are some zip tools in the Google play store that would be helpful with unzipping.
    However if it cannot download please try this:
    #[http://www.vbaccelerator.com/home/VB/Code/vbMedia/Audio/Lossless_WAV_Compression/Sample_APE_File.asp] click on the sample zip file
    # go to about:downloads and click on the file
    # Select a app that can open zip files on your device (please find one on Google play if you do not have one)
    Do you have an example url where this is not happening?

  • Safari quits, cant download and open other surf software!!!!!!!

    it is getting anoying now!!!
    when i try and open internet video streems it quits...
    or listen to the bbc radio stations.....
    when i download internet explorer or firefox , i click to open and they bounce in the dock then fail to open......
    all is fine on the desktop g4
    just this new power book ...
    Safari 2.0.2 (416.13)

    it happens on audio and video...
    .wmv files...
    Date/Time: 2005-12-16 09:27:55.198 +0000
    OS Version: 10.4.3 (Build 8F46)
    Report Version: 3
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [62]
    Version: 2.0.2 (416.13)
    Build Version: 1
    Project Name: WebBrowser
    Source Version: 4161300
    PID: 1571
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x0f657d00
    Thread 0 Crashed:
    0 <<00000000>> 0x0f657d00 0 + 258309376
    1 Windows Media Plugin 0x0e07c7b0 0xdf81000 + 1030064
    2 Windows Media Plugin 0x0df93ec0 0xdf81000 + 77504
    3 ...ple.CoreServices.CarbonCore 0x90b630a0 InitializeOneConnection + 504
    4 ...ple.CoreServices.CarbonCore 0x90b62e70 InitializeConnections + 136
    5 ...ple.CoreServices.CarbonCore 0x90b5fedc PrepareClosure + 364
    6 ...ple.CoreServices.CarbonCore 0x90b5eb98 PCFragPrepareClosureFromFile
    + 468
    7 ...ple.CoreServices.CarbonCore 0x90b5d468 GetDiskFragment + 288
    8 com.apple.CoreFoundation 0x907b09d8
    _CFCarbonCoreGetDiskFragment + 148
    9 com.apple.CoreFoundation 0x907b08f8 _CFBundleCFMLoadURL + 112
    10 com.apple.CoreFoundation 0x907b084c _CFBundleCFMLoad + 332
    11 com.apple.CoreFoundation 0x907778c8 CFBundleLoadExecutable + 316
    12 com.apple.WebKit 0x954532d0 -[WebNetscapePluginPackage
    load] + 92
    13 com.apple.WebKit 0x9545cc48
    -[WebNetscapePluginEmbeddedView
    initWithFrame:plugin:URL:baseURL:MIMEType:attributeKeys:attributeValues:] + 92
    14 com.apple.WebKit 0x9545cac4 -[WebBridge
    viewForPluginWithURL:attributeNames:attributeValues:MIMEType:] + 548
    15 com.apple.WebCore 0x957182e0
    KWQKHTMLPart::createPart(khtml::ChildFrame const&, KURL const&, QString const&)
    + 456
    16 com.apple.WebCore 0x95717da8
    KHTMLPart::processObjectRequest(khtml::ChildFrame*, KURL const&, QString
    const&) + 1532
    17 com.apple.WebCore 0x95716f84
    KHTMLPart::requestObject(khtml::ChildFrame*, KURL const&, KParts::URLArgs
    const&) + 1964
    18 com.apple.WebCore 0x95766108
    KHTMLPart::requestObject(khtml::RenderPart*, QString const&, QString const&,
    QStringList const&, QStringList const&) + 876
    19 com.apple.WebCore 0x957157fc
    khtml::RenderPartObject::updateWidget() + 3016
    20 com.apple.WebCore 0x95765aa4
    DOM::HTMLObjectElementImpl::recalcStyle(DOM::NodeImpl::StyleChange) + 132
    21 com.apple.WebCore 0x956c3804
    DOM::ElementImpl::recalcStyle(DOM::NodeImpl::StyleChange) + 608
    22 com.apple.WebCore 0x956c3804
    DOM::ElementImpl::recalcStyle(DOM::NodeImpl::StyleChange) + 608
    23 com.apple.WebCore 0x956c3804
    DOM::ElementImpl::recalcStyle(DOM::NodeImpl::StyleChange) + 608
    24 com.apple.WebCore 0x956c3804
    DOM::ElementImpl::recalcStyle(DOM::NodeImpl::StyleChange) + 608
    25 com.apple.WebCore 0x9567f364
    DOM::DocumentImpl::recalcStyle(DOM::NodeImpl::StyleChange) + 2492
    26 com.apple.WebCore 0x957085fc
    DOM::DocumentImpl::prepareMouseEvent(bool, int, int,
    DOM::NodeImpl::MouseEvent*) + 592
    27 com.apple.WebCore 0x957079e0
    KHTMLView::viewportMouseMoveEvent(QMouseEvent*) + 616
    28 com.apple.WebCore 0x95707150
    KWQKHTMLPart::mouseMoved(NSEvent*) + 200
    29 com.apple.WebKit 0x9544eb3c -[WebHTMLView(WebPrivate)
    _updateMouseoverWithEvent:] + 624
    30 com.apple.Foundation 0x928de018 nsnotecallback + 180
    31 com.apple.CoreFoundation 0x907844c4 __CFXNotificationPost + 368
    32 com.apple.CoreFoundation 0x9077c5a0
    _CFXNotificationPostNotification + 684
    33 com.apple.Foundation 0x928c8420 -[NSNotificationCenter
    postNotificationName:object:userInfo:] + 92
    34 com.apple.AppKit 0x93731d34 forwardMethod + 92
    35 com.apple.AppKit 0x93731d34 forwardMethod + 92
    36 com.apple.AppKit 0x93731d34 forwardMethod + 92
    37 com.apple.AppKit 0x93731d34 forwardMethod + 92
    38 com.apple.AppKit 0x93731d34 forwardMethod + 92
    39 com.apple.AppKit 0x93731d34 forwardMethod + 92
    40 com.apple.AppKit 0x93731d34 forwardMethod + 92
    41 com.apple.AppKit 0x936bfd70 -[NSWindow sendEvent:] + 6424
    42 com.apple.Safari 0x0001ddd0 0x1000 + 118224
    43 com.apple.AppKit 0x936686f4 -[NSApplication sendEvent:]
    + 4172
    44 com.apple.Safari 0x0001ada8 0x1000 + 105896
    45 com.apple.AppKit 0x9365fb30 -[NSApplication run] + 508
    46 com.apple.AppKit 0x93750618 NSApplicationMain + 452
    47 com.apple.Safari 0x0000307c 0x1000 + 8316
    48 com.apple.Safari 0x00057758 0x1000 + 354136
    Thread 1:
    0 libSystem.B.dylib 0x9000b208 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b15c mach_msg + 60
    2 com.apple.CoreFoundation 0x9075d114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9075ca18 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x928ed664 -[NSRunLoop
    runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x928ed59c -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x95437690 +[WebFileDatabase
    _syncLoop:] + 176
    7 com.apple.Foundation 0x928de6d4 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b208 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b15c mach_msg + 60
    2 com.apple.CoreFoundation 0x9075d114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9075ca18 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92905b9c
    +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x928de6d4 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b208 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b15c mach_msg + 60
    2 com.apple.CoreFoundation 0x9075d114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9075ca18 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92906cdc +[NSURLCache
    _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x928de6d4 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9002b8a8 semaphorewait_signaltrap +
    8
    1 libSystem.B.dylib 0x9003001c pthreadcondwait + 488
    2 com.apple.Foundation 0x928e5840 -[NSConditionLock
    lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9a2cf9ec -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x928de6d4 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9001f20c select + 12
    1 com.apple.CoreFoundation 0x9076f9a8 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9002b8a8 semaphorewait_signaltrap +
    8
    1 libSystem.B.dylib 0x9003001c pthreadcondwait + 488
    2 com.apple.Foundation 0x928e5840 -[NSConditionLock
    lockWhenCondition:] + 68
    3 com.apple.AppKit 0x937004dc -[NSUIHeartBeat
    _heartBeatThread:] + 324
    4 com.apple.Foundation 0x928de6d4 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9000b208 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b15c mach_msg + 60
    2 com.apple.CoreFoundation 0x9075d114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9075ca18 CFRunLoopRunSpecific + 268
    4 com.apple.audio.CoreAudio 0x914001dc HALRunLoop::OwnThread(void*)
    + 264
    5 com.apple.audio.CoreAudio 0x913fff7c CAPThread::Entry(CAPThread*)
    + 96
    6 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 8:
    0 libSystem.B.dylib 0x9000b208 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b15c mach_msg + 60
    2 com.apple.CoreFoundation 0x9075d114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9075ca18 CFRunLoopRunSpecific + 268
    4 com.apple.CoreFoundation 0x9076be78 CFRunLoopRun + 52
    5 com.apple.QuickTime 0x946bb028 QTSNetworkThread_RunThread +
    144
    6 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 9:
    0 libSystem.B.dylib 0x90053f68
    semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900702c8
    pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90b745e4 TSWaitOnSemaphoreCommon + 176
    3 ...ickTimeComponents.component 0x98902460
    ReadSchedulerThreadEntryPoint + 436
    4 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 10:
    0 libSystem.B.dylib 0x90053f68
    semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900702c8
    pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90b745e4 TSWaitOnSemaphoreCommon + 176
    3 ...ple.CoreServices.CarbonCore 0x90b7f08c AIOFileThread(void*) + 520
    4 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x000000000f657d00 srr1: 0x000000004200d030
    vrsave: 0x0000000000000000
    cr: 0x44004424 xer: 0x0000000020000004 lr: 0x000000000e132ec4
    ctr: 0x000000000df93eb0
    r0: 0x00000000dedfd458 r1: 0x00000000bfffba20 r2: 0x000000000da38000
    r3: 0x000000000000686f
    r4: 0x00000000bfffba60 r5: 0x0000000077200000 r6: 0x000000002de70000
    r7: 0x000000000e155c74
    r8: 0x000000000e161170 r9: 0x000000007374686f r10: 0x00000000fefeff0c
    r11: 0x00000000a0b07740
    r12: 0x0000000020200000 r13: 0x0000000000000000 r14: 0x00000000a0b01060
    r15: 0x000000002deb0000
    r16: 0x00000000bfffd458 r17: 0x00000000bfffd458 r18: 0x0000000000000005
    r19: 0x0000000000000000
    r20: 0x0000000000000000 r21: 0x0000000000000000 r22: 0x00000000bfffbc60
    r23: 0x000000000da34120
    r24: 0x000000000b151330 r25: 0x000000000df853b0 r26: 0x000000000e161170
    r27: 0x000000000da30000
    r28: 0x000000000da82bb0 r29: 0x000000000e155c74 r30: 0x000000000e161170
    r31: 0x000000000da38000
    Binary Images Description:
    0x1000 - 0xdafff com.apple.Safari 2.0.2 (416.13)
    /Applications/Safari.app/Contents/MacOS/Safari
    0x380000 - 0x380e03 <Unknown disk fragment> PEF binary: <Unknown
    disk fragment>
    0x4ced000 - 0x4ceefff com.apple.aoa.halplugin 2.5.6 (2.5.6b5)
    /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bund
    le/Contents/MacOS/AOAHALPlugin
    0x4dec000 - 0x4deefff com.apple.textencoding.unicode 2.0
    /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode
    Encodings
    0x51b7c70 - 0x51b7d2e CFMPriv_Print PEF binary: CFMPriv_Print
    0x53223f0 - 0x53224b2 CFMPriv_QD PEF binary: CFMPriv_QD
    0x538ad10 - 0x538adf2 CFMPriv_SpeechRecognition PEF binary:
    CFMPriv_SpeechRecognition
    0x53cf200 - 0x53cf2e9 CFMPriv_SpeechSynthesis PEF binary:
    CFMPriv_SpeechSynthesis
    0x53d3a60 - 0x53d3b12 CFMPriv_CoreFoundation PEF binary:
    CFMPriv_CoreFoundation
    0x53d6800 - 0x53d68d3 CFMPriv_ImageCapture PEF binary: CFMPriv_ImageCapture
    0x53f3600 - 0x53f36e6 CFMPriv_LaunchServices PEF binary:
    CFMPriv_LaunchServices
    0x5a66b30 - 0x5a66bd3 CFMPriv_QuickTime PEF binary: CFMPriv_QuickTime
    0x5a927b0 - 0x5a92893 CFMPriv_FindByContent PEF binary:
    CFMPriv_FindByContent
    0x5a97e10 - 0x5a97ef0 CFMPriv_LangAnalysis PEF binary: CFMPriv_LangAnalysis
    0x5a9d5f0 - 0x5a9d6ab CFMPriv_Help PEF binary: CFMPriv_Help
    0x5a9de30 - 0x5a9dee5 CFMPriv_DVComponentGlue PEF binary:
    CFMPriv_DVComponentGlue
    0x618a1d0 - 0x618a2a7 CFMPriv_ColorSync PEF binary: CFMPriv_ColorSync
    0x61c1400 - 0x61c14d3 CFMPriv_CommonPanels PEF binary: CFMPriv_CommonPanels
    0x61d5170 - 0x61d523a CFMPriv_HIToolbox PEF binary: CFMPriv_HIToolbox
    0x61e7fa0 - 0x61e8076 CFMPriv_HTMLRendering PEF binary:
    CFMPriv_HTMLRendering
    0x69f6000 - 0x6a1efff com.RealNetworks.RealPlayerPlugin ??? (0.0.1d1)
    /Users/marcosdoe/Desktop/Desktop/RealPlayer.app/Contents/MacOS/RealPlayer
    Plugin.plugin/Contents/MacOS/RealPlayer Plugin
    0x6c19d10 - 0x6c19de0 CFMPriv_CarbonSound PEF binary: CFMPriv_CarbonSound
    0x6c1a290 - 0x6c1a363 CFMPriv_CarbonCore PEF binary: CFMPriv_CarbonCore
    0x6c26640 - 0x6c2670d CFMPriv_SecurityHI PEF binary: CFMPriv_SecurityHI
    0x6c79c60 - 0x6c79d22 CFMPriv_AE PEF binary: CFMPriv_AE
    0x6c86520 - 0x6c865f6 CFMPriv_OpenScripting PEF binary:
    CFMPriv_OpenScripting
    0x6c8ab40 - 0x6c8ac25 CFMPriv_NavigationServices PEF binary:
    CFMPriv_NavigationServices
    0x6ca0ab0 - 0x6ca0b83 CFMPriv_OSServices PEF binary: CFMPriv_OSServices
    0x6cbcd30 - 0x6cbcdf5 CFMPriv_ATS PEF binary: CFMPriv_ATS
    0x6cc7460 - 0x6cc753a CFMPriv_HIServices PEF binary: CFMPriv_HIServices
    0x6ce1630 - 0x6ce1707 CFMPriv_PrintCore PEF binary: CFMPriv_PrintCore
    0x6cf8e70 - 0x6cf8ee7 CFMPriv_System PEF binary: CFMPriv_System
    0x6e05000 - 0x6e543c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
    0x6e543d0 - 0x6e6c6bd Apple;Carbon;Multimedia PEF binary:
    Apple;Carbon;Multimedia
    0x6e6dc00 - 0x6e6f98b Apple;Carbon;Networking PEF binary:
    Apple;Carbon;Networking
    0x701a000 - 0x705cfff com.apple.QuickTimeFireWireDV.component 7.0.3
    /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTime
    FireWireDV
    0x7305000 - 0x743de45 Flash Player PEF binary: Flash Player
    0xbe6c000 - 0xbe6efff com.apple.PDFImporter 1.6 (???)
    /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0xcf36000 - 0xcf44fff com.apple.quicktime.webplugin 7.0.3
    /Library/Internet Plug-Ins/QuickTime Plugin.webplugin/Contents/MacOS/QuickTime
    Plugin
    0xcf7d000 - 0xd08cfff GLEngine
    /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xd0bb000 - 0xd1aafff com.apple.ATIRadeon9700GLDriver 1.4.16 (4.1.6)
    /System/Library/Extensions/ATIRadeon9700GLDriver.bundle/Contents/MacOS/ATIRadeon
    9700GLDriver
    0xd1b8000 - 0xd1d1fff GLDriver
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundle
    /GLDriver
    0xd1d7000 - 0xd1f2fff GLRendererFloat
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat
    .bundle/GLRendererFloat
    0xd3c9000 - 0xd432fff com.apple.AppleIntermediateCodec 1.0.1 (124)
    /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleIntermed
    iateCodec
    0xd447000 - 0xd4c0fff com.apple.applepixletvideo 1.2.5 (1.2d5)
    /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixletV
    ideo
    0xdf81000 - 0xe19a6d7 Windows Media Plugin PEF binary: Windows Media Plugin
    0x8fe00000 - 0x8fe54fff dyld 44.2 /usr/lib/dyld
    0x90000000 - 0x901b3fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x9020b000 - 0x9020ffff libmathCommon.A.dylib
    /usr/lib/system/libmathCommon.A.dylib
    0x90211000 - 0x90264fff com.apple.CoreText 1.0.1 (???)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
    oreText.framework/Versions/A/CoreText
    0x90291000 - 0x90342fff ATS
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/A
    TS.framework/Versions/A/ATS
    0x90371000 - 0x906aefff com.apple.CoreGraphics 1.256.27 (???)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
    oreGraphics.framework/Versions/A/CoreGraphics
    0x9073a000 - 0x90813fff com.apple.CoreFoundation 6.4.4 (368.25)
    /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9085c000 - 0x9085cfff com.apple.CoreServices 10.4 (???)
    /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9085e000 - 0x90960fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x909ba000 - 0x90a3efff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90a68000 - 0x90ad6fff com.apple.framework.IOKit 1.4 (???)
    /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90aed000 - 0x90afffff libauto.dylib /usr/lib/libauto.dylib
    0x90b06000 - 0x90dddfff com.apple.CoreServices.CarbonCore 671.2
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCo
    re.framework/Versions/A/CarbonCore
    0x90e43000 - 0x90ec3fff com.apple.CoreServices.OSServices 4.1
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServic
    es.framework/Versions/A/OSServices
    0x90f0d000 - 0x90f4efff com.apple.CFNetwork 10.4.3 (129.2)
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwor
    k.framework/Versions/A/CFNetwork
    0x90f63000 - 0x90f7bfff com.apple.WebServices 1.1.2 (1.1.0)
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServi
    cesCore.framework/Versions/A/WebServicesCore
    0x90f8b000 - 0x9100cfff com.apple.SearchKit 1.0.4
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKi
    t.framework/Versions/A/SearchKit
    0x91052000 - 0x9107bfff com.apple.Metadata 10.4.3 (121.20.2)
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata
    .framework/Versions/A/Metadata
    0x9108c000 - 0x9109afff libz.1.dylib /usr/lib/libz.1.dylib
    0x9109d000 - 0x9125ffff com.apple.security 4.2 (24844)
    /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91362000 - 0x9136bfff com.apple.DiskArbitration 2.1
    /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91372000 - 0x91399fff com.apple.SystemConfiguration 1.8.1
    /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfig
    uration
    0x913ac000 - 0x913b4fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x913b9000 - 0x913d9fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x913df000 - 0x913e7fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913eb000 - 0x91469fff com.apple.audio.CoreAudio 3.0.1
    /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914a7000 - 0x914a7fff com.apple.ApplicationServices 10.4 (???)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationS
    ervices
    0x914a9000 - 0x914e1fff com.apple.AE 1.5 (297)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/A
    E.framework/Versions/A/AE
    0x914fc000 - 0x915c9fff com.apple.ColorSync 4.4.3
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
    olorSync.framework/Versions/A/ColorSync
    0x9161e000 - 0x916b1fff com.apple.print.framework.PrintCore 4.3 (172.3)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/P
    rintCore.framework/Versions/A/PrintCore
    0x916f8000 - 0x917b5fff com.apple.QD 3.8.18 (???)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/Q
    D.framework/Versions/A/QD
    0x917f3000 - 0x91851fff com.apple.HIServices 1.5.1 (???)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/H
    IServices.framework/Versions/A/HIServices
    0x9187f000 - 0x918a3fff com.apple.LangAnalysis 1.6.1
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/L
    angAnalysis.framework/Versions/A/LangAnalysis
    0x918b7000 - 0x918dcfff com.apple.FindByContent 1.5
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/F
    indByContent.framework/Versions/A/FindByContent
    0x918ef000 - 0x91931fff com.apple.LaunchServices 10.4.5 (168)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/L
    aunchServices.framework/Versions/A/LaunchServices
    0x9194d000 - 0x91961fff com.apple.speech.synthesis.framework 3.3
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/S
    peechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9196f000 - 0x919a8fff com.apple.ImageIO.framework 1.4.3
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/I
    mageIO.framework/Versions/A/ImageIO
    0x919bd000 - 0x91a85fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91ad3000 - 0x91ae8fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91aed000 - 0x91b09fff libJPEG.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/I
    mageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b0e000 - 0x91b7dfff libJP2.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/I
    mageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91b94000 - 0x91b98fff libGIF.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/I
    mageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91b9a000 - 0x91bcbfff libRaw.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/I
    mageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91bcf000 - 0x91c12fff libTIFF.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/I
    mageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c19000 - 0x91c32fff libPng.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/I
    mageIO.framework/Versions/A/Resources/libPng.dylib
    0x91c37000 - 0x91c3afff libRadiance.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/I
    mageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91c3c000 - 0x91c3cfff com.apple.Accelerate 1.1.1 (Accelerate 1.1.1)
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91c3e000 - 0x91d28fff com.apple.vImage 2.0
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fra
    mework/Versions/A/vImage
    0x91d30000 - 0x91d4ffff com.apple.Accelerate.vecLib 3.1.1 (vecLib 3.1.1)
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
    mework/Versions/A/vecLib
    0x91dbb000 - 0x91e20fff libvMisc.dylib
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
    mework/Versions/A/libvMisc.dylib
    0x91e2a000 - 0x91ebcfff libvDSP.dylib
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
    mework/Versions/A/libvDSP.dylib
    0x91ed6000 - 0x92466fff libBLAS.dylib
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
    mework/Versions/A/libBLAS.dylib
    0x924ae000 - 0x927befff libLAPACK.dylib
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
    mework/Versions/A/libLAPACK.dylib
    0x927eb000 - 0x92877fff com.apple.DesktopServices 1.3.1
    /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Deskt
    opServicesPriv
    0x928b9000 - 0x92ae3fff com.apple.Foundation 6.4.2 (567.21)
    /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c01000 - 0x92cdffff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92cff000 - 0x92dedfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92dff000 - 0x92e1dfff libGL.dylib
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92e28000 - 0x92e82fff libGLU.dylib
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92ea0000 - 0x92ea0fff com.apple.Carbon 10.4 (???)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92ea2000 - 0x92eb6fff com.apple.ImageCapture 3.0
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.f
    ramework/Versions/A/ImageCapture
    0x92ece000 - 0x92edefff com.apple.speech.recognition.framework 3.4
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognit
    ion.framework/Versions/A/SpeechRecognition
    0x92eea000 - 0x92efffff com.apple.securityhi 2.0 (203)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fra
    mework/Versions/A/SecurityHI
    0x92f11000 - 0x92f98fff com.apple.ink.framework 101.2 (69)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/
    Versions/A/Ink
    0x92fac000 - 0x92fb7fff com.apple.help 1.0.3 (32)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework
    /Versions/A/Help
    0x92fc1000 - 0x92feefff com.apple.openscripting 1.2.3 (???)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.
    framework/Versions/A/OpenScripting
    0x93008000 - 0x93018fff com.apple.print.framework.Print 5.0 (190.1)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewor
    k/Versions/A/Print
    0x93024000 - 0x9308afff com.apple.htmlrendering 1.1.2
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.
    framework/Versions/A/HTMLRendering
    0x930bb000 - 0x9310dfff com.apple.NavigationServices 3.4.2
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServ
    ices.framework/Versions/A/NavigationServices
    0x93139000 - 0x93156fff com.apple.audio.SoundManager 3.9
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.fr
    amework/Versions/A/CarbonSound
    0x93168000 - 0x93175fff com.apple.CommonPanels 1.2.2 (73)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.f
    ramework/Versions/A/CommonPanels
    0x9317e000 - 0x93490fff com.apple.HIToolbox 1.4.4 (???)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fram
    ework/Versions/A/HIToolbox
    0x935dc000 - 0x935e8fff com.apple.opengl 1.4.6
    /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x935ed000 - 0x9360efff com.apple.DirectoryService.Framework 3.0
    /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServic
    e
    0x93626000 - 0x9364ffff com.apple.MediaKit 8.1 (319.1)
    /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x93659000 - 0x93659fff com.apple.Cocoa 6.4 (???)
    /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9365b000 - 0x93c8efff com.apple.AppKit 6.4.3 (824.23)
    /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9401a000 - 0x94089fff com.apple.CoreData 50 (77)
    /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x940c2000 - 0x9418cfff com.apple.audio.toolbox.AudioToolbox 1.4.1
    /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x941e0000 - 0x941e0fff com.apple.audio.units.AudioUnit 1.4
    /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x941e2000 - 0x9435afff com.apple.QuartzCore 1.4.3
    /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x943a4000 - 0x943e1fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x943e9000 - 0x94439fff libGLImage.dylib
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyli
    b
    0x944c8000 - 0x94500fff com.apple.vmutils 4.0.0 (85)
    /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x94543000 - 0x9455ffff com.apple.securityfoundation 2.1 (24988)
    /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFound
    ation
    0x94573000 - 0x945b7fff com.apple.securityinterface 2.1 (24981)
    /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterf
    ace
    0x945db000 - 0x945eafff libCGATS.A.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
    oreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x945f2000 - 0x945fefff libCSync.A.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
    oreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94643000 - 0x9465bfff libRIP.A.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
    oreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94662000 - 0x948ccfff com.apple.QuickTime 7.0.3
    /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94aa3000 - 0x94bd1fff com.apple.AddressBook.framework 4.0.3 (483)
    /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94c63000 - 0x94c72fff com.apple.DSObjCWrappers.Framework 1.1
    /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrap
    pers
    0x94c7a000 - 0x94ca7fff com.apple.LDAPFramework 1.4.1 (69.0.1)
    /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94cae000 - 0x94cbefff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94cc2000 - 0x94cf1fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94d01000 - 0x94d1efff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95117000 - 0x95117fff com.apple.DiscRecording 3.0.8 (???)
    /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x95119000 - 0x9519cfff com.apple.DiscRecordingEngine 3.0.8
    /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRec
    ordingEngine.framework/Versions/A/DiscRecordingEngine
    0x951c9000 - 0x9520ffff com.apple.DiscRecordingContent 3.0.8
    /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRec
    ordingContent.framework/Versions/A/DiscRecordingContent
    0x95404000 - 0x9542cfff libcurl.3.dylib /usr/lib/libcurl.3.dylib
    0x95435000 - 0x954c1fff com.apple.WebKit 416.12
    /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9551c000 - 0x95610fff com.apple.JavaScriptCore 416.14
    /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCore
    .framework/Versions/A/JavaScriptCore
    0x95661000 - 0x95965fff com.apple.WebCore 416.14
    /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framew
    ork/Versions/A/WebCore
    0x95aea000 - 0x95b13fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x95ca0000 - 0x95cd9fff com.apple.QTKit 7.0.3
    /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x96265000 - 0x9627bfff libJapaneseConverter.dylib
    /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x96d07000 - 0x96d26fff com.apple.vecLib 3.1.1 (vecLib 3.1.1)
    /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9743d000 - 0x974fefff libGLProgrammability.dylib
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammab
    ility.dylib
    0x97529000 - 0x9752afff libGLSystem.dylib
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dyl
    ib
    0x9752c000 - 0x97539fff com.apple.agl 2.5.6 (AGL-2.5.6)
    /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x98455000 - 0x9855dfff com.apple.DiskImagesFramework 10.4.3 (112.5)
    /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
    0x985da000 - 0x985e7fff libbz2.1.0.dylib /usr/lib/libbz2.1.0.dylib
    0x988f0000 - 0x991a3fff com.apple.QuickTimeComponents.component 7.0.3
    /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTime
    Components
    0x99416000 - 0x99419fff com.apple.QuickTimeH264.component 7.0.3
    /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x9941b000 - 0x9949efff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x99709000 - 0x997adfff com.apple.QuickTimeMPEG4.component 7.0.3
    /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG4
    0x997cc000 - 0x99919fff com.apple.QuickTimeStreaming.component 7.0.3
    /System/Library/QuickTime/QuickTimeStreaming.component/Contents/MacOS/QuickTimeS
    treaming
    0x99f0f000 - 0x99f3afff com.apple.QuickTime Plugin.plugin 7.0.3
    /Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/MacOS/QuickTime
    Plugin
    0x9a1cb000 - 0x9a1ccfff com.apple.iokit.dvcomponentglue 1.7.5
    /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    0x9a2cd000 - 0x9a300fff com.apple.Syndication 1.0.2 (42)
    /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9a31c000 - 0x9a32cfff com.apple.SyndicationUI 1.0.2 (42)
    /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndication
    UI
    0x9a37b000 - 0x9a47dfff com.apple.audio.units.Components 1.4.1
    /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    Model: PowerBook5,6, BootROM 4.9.1f3, 1 processors, PowerPC G4 (1.2), 1.67
    GHz, 512 MB
    Graphics: ATI Mobility Radeon 9700, ATY,RV360M11, AGP, 128 MB
    Memory Module: SODIMM0/J25LOWER, 512 MB, DDR SDRAM, PC2700U-25330
    AirPort: AirPort Extreme, 404.2 (3.90.34.0.p16)
    Modem: Jump, , V.92, Version 1.0,
    Bluetooth: Version 1.6.6f22, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    PCI Card: TXN,PCIXXXX-00, cardbus, PC Card
    Parallel ATA Device: MATSHITADVD-R UJ-845E,
    Parallel ATA Device: Hitachi HTS541080G9AT00, 74.53 GB
    USB Device: Bluetooth HCI, , Up to 12 Mb/sec, 500 mA
    USB Device: Apple Internal Keyboard/Trackpad, Apple Computer, Up to 12 Mb/sec,
    500 mA
    [ Edited by Apple Discussions Moderator; wrap long lines ]

  • Sample Code in BADI for Open Hub Services

    Hi all,
            We have a requirement to extend(add few new fields and  populate them using BADI) for the target structure of Infospoke in Open hub services.
    I have 2 issues which are stopping us to proceed further.
           1.   I did this by just adding new fields in this change mode of target Structure (didn't used 'Append structure' as while saving and creating T.port request,its popping error like 'Structure not present in TRDIR).I am not able to assign this to any T.request,as of now I have saved it as Local object.How can I assign this to an request?is it possible?.
           2. After putting breakpoint in the BADI I don't see any data in the Importing table.I need some sample code in the BADI which should populate the New fields in the target structure.
    It will be great if anyone of you will give us any solution for the same.
    Thanks,
    Rahul.
    Edited by: Rahul Siddi on Oct 12, 2009 3:04 PM

    Hello Rahul,
    Find the code below with the steps to be implemented.
    Enter your infospoke in the edit mode.
    - On the Transformation tab set the indicator for the Infospoke with Transformation with BADI so that the infospoke is activated.
    - This will take you to the Addin implementation/BADI builder.
    - Enter the short text/description for the implementation. The implementation name is always the same as the technical name of the infospoke
    - The implementation of the BADI is always filter dependant.
    - In the properties tab of the infospoke enter your infospoke under the Filter specifications.
    If you do not specify an InfoSpoke under Filter Specifications, then this implementation is valid for all InfoSpokes. This means that this is called up for all InfoSpokes during the extraction.
    - Activate your class
    - From your interface tab page, double click on the Transofrm Method and you will arrive in the class builder page
    - Here you can enter the code
    - To do a look up of the master data you have to write a code similar to the one I've given below. This is just an example for looking up material master.
    IF FLT_VAL = 'Your infospoke'.
    T_DATA_IN] = I_T_DATA_IN[.
    Select zstd_cost from /bi0/pmaterial into table T_return
    For all entries in T_DATA_IN
    WHERE material = T_DATA_IN-material.
    ...Continue with your code.
    Append output from T_return to your output E_T_DATA_OUT
    - Activate your method. Return to the BAdI builder. Return to your InfoSpoke.
    Check if you missed any of these...
    Kris...

  • Firefox 5 is not able to download and open PDF files as Firefox 3.6 was able to. This looks like a bug to me. When will it be fixed?

    There are many web sites that I visit to download statements that are in PDF format. In Firefox 3.6, when I selected a statement to download, Firefox opened a new window that indicated that the PDF is being downloaded. When the download is complete Firefox either opens the document or the document is opened outside of Firefox by Adobe Reader. In both Firefox 4 and 5, the PDF file download never occurs. This functionality has always worked in Internet Explorer and Google Chrome. I currently use Adobe Reader X 10.1.0. I tried going back to Adobe Reader 9.4.5, but this did not make a difference. So I think the problem is in Firefox.

    it is not your ISP BT Retail that owns/repairs the lines it is openreach which although part of the BT Group has no more direct contact then any other ISP
    you can check your exchange here  http://usertools.plus.net/exchanges/mso.php
    http://usertools.plus.net/exchanges/?
    http://btbusiness.custhelp.com/app/service_status
    http://bt.custhelp.com/app/answers/detail/a_id/15036
    http://community.plus.net/exchange-information/
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

Maybe you are looking for