PDF form tabs jumble when uploading to web

I am trying to upload multiple PDF forms that I created to my website and when I go to view the forms and test them, I notice that the tabs are no longer in the correct order.  Is there a way to correct this issue?

A PDF that has been Reader Extended activates latent Adobe Reader functionality such as save filled in forms, annotate, sign, and submit interactive Adobe PDF documents. For more info see
http://partners.adobe.com/public/developer/livecycle/readerextensions/devcenter.html
Denver
Adobe Enterprise Support

Similar Messages

  • PDF form online but when submitted via email, received as XML

    I'm trying to include a pdf form, created in Designer, on my website where guests can fill out the form and then hit the submit button and the form is emailed to me. Currently, I am linking to the form like it is another web page.
    When the form is emailed to me, it is in the XML format. Once the file is opened, it gives me instructions on how to view it. It says to open the original pdf form and somehow place the xml data into it. Isn't there an easier way?
    I would like to receive the "filled out" form as a pdf via email so I can just open it up with reader and print it. Others, that are more technically challenged will be receiving the "filled out" form also. The easier the better. thanks in advance

    A PDF that has been Reader Extended activates latent Adobe Reader functionality such as save filled in forms, annotate, sign, and submit interactive Adobe PDF documents. For more info see
    http://partners.adobe.com/public/developer/livecycle/readerextensions/devcenter.html
    Denver
    Adobe Enterprise Support

  • Got "Reponse is not well-formed XML" error when calling FormDataIntegration web service

    Hi,
    I'm using Windows Server 2008 + LiveCycle Server ES2 (Reader Extensions) + ASP.NET
    This problem only happened when I run the ASP.NET program with the licensed version of the server, (which i installed form the CD provided)
    However, there is no problem in my development environment with the trial version downloaded from Adobe website, the import data was successful and a correct PDF form can be returned.
    My question is that whether there is a problem within the LiveCycle services? or there is missing component that needs to be installed?? Thanks
    After call the importData of FormDataIntegration, I got below error
    Response is not well-formed XML.
    System.InvalidOperationException: Response is not well-formed XML. ---> System.Xml.XmlException: Root element is missing.
    at System.Xml.XmlTextReaderImpl.Throw(Exception e)
    at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
    at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
    at System.Xml.XmlTextReaderImpl.Read()
    at System.Xml.XmlTextReader.Read()
    at System.Xml.XmlReader.MoveToContent()
    at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
    --- End of inner exception stack trace ---
    I checked in LiveCycle's jboss log, I found below errors:
    2011-02-17 14:16:37,086 ERROR [org.apache.axis.encoding.ser.BeanSerializer] Exception:
    java.lang.NullPointerException
    at com.adobe.idp.dsc.provider.impl.soap.axis.ser.ArraySerializer.serialize(ArraySerializer.j ava:76)
    at org.apache.axis.encoding.SerializationContext.serializeActual(SerializationContext.java:1 504)
    at org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:980)
    at org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:707)
    at com.adobe.idp.dsc.provider.impl.soap.axis.ser.AdobeAxisBeanSerializer.serialize(AdobeAxis BeanSerializer.java:281)
    at java.lang.Thread.run(Thread.java:619)
    2011-02-17 14:16:37,087 ERROR [org.apache.axis.encoding.ser.BeanSerializer] Exception:
    java.io.IOException: java.lang.NullPointerException
    at com.adobe.idp.dsc.provider.impl.soap.axis.ser.AdobeAxisBeanSerializer.serialize(AdobeAxis BeanSerializer.java:326)
    at org.apache.axis.encoding.SerializationContext.serializeActual(SerializationContext.java:1 504)
    at org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:980)
    : at java.lang.Thread.run(Thread.java:619)
    2011-02-17 14:16:37,088 ERROR [org.apache.axis.SOAPPart] Exception:
    java.io.IOException: java.io.IOException: java.lang.NullPointerException
    at com.adobe.idp.dsc.provider.impl.soap.axis.ser.AdobeAxisBeanSerializer.serialize(AdobeAxis BeanSerializer.java:326)
    at org.apache.axis.encoding.SerializationContext.serializeActual(SerializationContext.java:1 504)
    at java.lang.Thread.run(Thread.java:619)
    2011-02-17 14:16:37,088 WARN  [org.apache.axis.attachments.AttachmentsImpl] Exception:
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
    faultSubcode:
    faultString: ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.
    faultActor:
    faultNode:
    faultDetail:
    {http://xml.apache.org/axis/}hostname: XXXX
    ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.
    at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
    at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:333)
    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
    at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
    at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
    ... 33 more
    Caused by: java.lang.NoClassDefFoundError: com/adobe/formServer/utils/LogUtils
    at com.adobe.formServer.utils.CommonGibsonUtils.PDFDocumentFromDocument(CommonGibsonUtils.ja va:122)
    at com.adobe.livecycle.formdataintegration.server.FormData.importData(FormData.java:64)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
    ... 74 more
    2011-02-17 14:16:37,090 ERROR [org.apache.axis.encoding.ser.BeanSerializer] Exception:
    java.lang.NullPointerException
    at com.adobe.idp.dsc.provider.impl.soap.axis.ser.ArraySerializer.serialize(ArraySerializer.j ava:76)
    at org.apache.axis.encoding.SerializationContext.serializeActual(SerializationContext.java:1 504)
    at org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:980)
    at org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:707)

    it's base64, here's the codes i called, any hints?
                FormDataIntegration.FormDataIntegrationService dataIntClient = new FormDataIntegration.FormDataIntegrationService();
                dataIntClient.Url += "?blob=base64";
                dataIntClient.Credentials = new System.Net.NetworkCredential(account, password);
                FormDataIntegration.BLOB inXMLData = new FormDataIntegration.BLOB();
                inXMLData.binaryData = xmlData;
                FormDataIntegration.BLOB inPDFForm = new FormDataIntegration.BLOB();
                string pathPDF = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "bin\\ReplySlipByEmail.pdf");
                FileStream fsPDF = new FileStream(pathPDF, FileMode.Open);
                int lenPDF = (int)fsPDF.Length;
                byte[] bytePDF = new byte[lenPDF];
                fsPDF.Read(bytePDF, 0, lenPDF);
                inPDFForm.binaryData = bytePDF;
                FormDataIntegration.BLOB result = dataIntClient.importData(inPDFForm, inXMLData);
                return ApplyUsageRightsToPDF(result.binaryData, account, password, LCCertName);

  • How to connect a PDF form to SQL server database through web service?

    Hi,
    I'm new to LiveCycle designer. I have designed a PDF form in LC designer ES2, which suppose to take a personnel number and retrieve the personnel information from a SQL server database. Currently its working fine with XML data and a search button, but I need to securly connect to a database through web service. I know how to connect to a wsdl file through designer. What I need is a wsdl file to connect the form to database. For this purpose, is there any WSDL code to use as the web service?
    I really appreciate your help and advice.

    Hi,
    I'm new to LiveCycle designer. I have designed a PDF form in LC designer ES2, which suppose to take a personnel number and retrieve the personnel information from a SQL server database. Currently its working fine with XML data and a search button, but I need to securly connect to a database through web service. I know how to connect to a wsdl file through designer. What I need is a wsdl file to connect the form to database. For this purpose, is there any WSDL code to use as the web service?
    I really appreciate your help and advice.

  • Why is my PDF form empty (blank) when I open it from my Iphone?

    The only solution I've found is to download adobe reader on my Iphone and open the PDF form with this app... Do you know if there is an option when creating a PDF Form with Adobe Acrobat Pro to allow people to see a PDF Form with their Iphone?

    Hey peterlavigne,
    Please let me know whether it is a simple PDF form or a form designed using javascript?
    For normal PDF forms, you might need to refer the link given below:
    https://acrobatusers.com/tutorials/how-to-create-pdf-forms-for-use-on-mobile-devices
    Regards,
    Anubha

  • Saving progress of web gallery generation when Uploading in Web Module

    I have received an error a couple of times while uploading a web gallery to my server. When this happens (usually very late in the progress) it seems like the module has to START generating web content ALL OVER AGAIN. It would be great if Lightroom could save the content generated when encountering an error while performing an "Upload".
    Lightroom 1.2, Mac OS 10.4.10, multiple CPUs

    I couldn't agree more. This has happened to me a million times. I usually will upload some 400 photos or so for my client and it isn't until the very end sometimes that I will get me error. Then...it's start all over.

  • Safari quits unexpectedly when uploading to (web)mail

    Hello,
    OK, I'm at my wits end here... I tried searching for a solution here and elsewhere, it appears that I'm not alone - but no definite solution seems to have been found.
    Using webmail (either to yahoo, or gmail, or to other mail accounts), when I try to attach a file to an
    outgoing message - Safari "unexpectedly quits" during the uploading process. The crash
    report is pasted at the bottom of this message.
    What did I try/attempt to do?
    1. Search the web: found various suggestions for plugins removal, resetting Safari, etc.
    -- tried them all, but no fix.
    2. Created a new user: Safari SUCCESSFULLY sent attachments from that user.
    3. Uninstall Safari and reinstall it again: How do I do that?
    4. Repaired permissions and verified disk: no change.
    5. Downloaded and installed Firefox (into the same user with the quitting Safari): Firefox SUCCESSFULLY sent attachments.
    From #2 above, I suspect that "Something is rotten in the state of Denmark". Denmark in
    this case is my home directory... I tried to delete the obvious places I found references
    to Safari there: "internet plugins" folder, The Safari folder in user Library, but I'm
    sure there are more places (Cache and history I assume are deleted when I do Safari
    "reset").
    So, to summarize:
    1. Given the attached log, can you tell what is "Broken"?
    2. Will uninstalling/installing Safari solve it? How do I do it?
    3. How do I completely clean all Safari traces from the home directory? (i.e., make it like it's a new user.)
    4. Any other thoughts on how to fix the problem?
    Thanks,
    Zevi
    Crash log:
    Process: Safari [4147]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 3.2.1 (5525.27.1)
    Build Info: WebBrowser-55252701~1
    Code Type: X86 (Native)
    Parent Process: launchd [1764]
    Date/Time: 2008-12-11 19:43:36.226 -0500
    OS Version: Mac OS X 10.5.5 (9F33)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 4
    Thread 0:
    0 libSystem.B.dylib 0x95fab4a6 machmsgtrap + 10
    1 libSystem.B.dylib 0x95fb2c9c mach_msg + 72
    2 libSystem.B.dylib 0x95fce45f machport_insertmember + 133
    3 com.apple.CoreFoundation 0x954f525b CFRunLoopAddTimer + 363
    4 com.apple.CoreFoundation 0x954f5473 __CFRunLoopAddItemToCommonModes + 179
    5 com.apple.CoreFoundation 0x954fb1dc CFSetApplyFunction + 140
    6 com.apple.CoreFoundation 0x954f5306 CFRunLoopAddTimer + 534
    7 com.apple.WebCore 0x93222f77 WebCore::setSharedTimerFireTime(double) + 183
    8 com.apple.WebCore 0x93222ead WebCore::updateSharedTimer() + 93
    9 com.apple.WebCore 0x933b5aa1 WebCore::TimerBase::sharedTimerFired() + 177
    10 com.apple.WebCore 0x933b59d4 WebCore::timerFired(__CFRunLoopTimer*, void*) + 68
    11 com.apple.CoreFoundation 0x954f6b45 CFRunLoopRunSpecific + 4469
    12 com.apple.CoreFoundation 0x954f6cf8 CFRunLoopRunInMode + 88
    13 com.apple.HIToolbox 0x92c8f480 RunCurrentEventLoopInMode + 283
    14 com.apple.HIToolbox 0x92c8f299 ReceiveNextEventCommon + 374
    15 com.apple.HIToolbox 0x92c8f10d BlockUntilNextEventMatchingListInMode + 106
    16 com.apple.AppKit 0x965ba3ed _DPSNextEvent + 657
    17 com.apple.AppKit 0x965b9ca0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    18 com.apple.Safari 0x0000808e 0x1000 + 28814
    19 com.apple.AppKit 0x965b2cdb -[NSApplication run] + 795
    20 com.apple.AppKit 0x9657ff14 NSApplicationMain + 574
    21 com.apple.Safari 0x000b9b16 0x1000 + 756502
    Thread 1:
    0 libSystem.B.dylib 0x95fb268e _semwaitsignal + 10
    1 libSystem.B.dylib 0x95fdd36d pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x931928ff WebCore::IconDatabase::syncThreadMainLoop() + 239
    3 com.apple.WebCore 0x9314b065 WebCore::IconDatabase::iconDatabaseSyncThread() + 181
    4 libSystem.B.dylib 0x95fdc6f5 pthreadstart + 321
    5 libSystem.B.dylib 0x95fdc5b2 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x95fab4a6 machmsgtrap + 10
    1 libSystem.B.dylib 0x95fb2c9c mach_msg + 72
    2 com.apple.CoreFoundation 0x954f60ce CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x954f6cf8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x918ceeca CFURLCacheWorkerThread(void*) + 396
    5 libSystem.B.dylib 0x95fdc6f5 pthreadstart + 321
    6 libSystem.B.dylib 0x95fdc5b2 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x95fab4a6 machmsgtrap + 10
    1 libSystem.B.dylib 0x95fb2c9c mach_msg + 72
    2 com.apple.CoreFoundation 0x954f60ce CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x954f6cf8 CFRunLoopRunInMode + 88
    4 com.apple.Safari 0x00118d4d 0x1000 + 1146189
    5 com.apple.Safari 0x00117fd3 0x1000 + 1142739
    6 com.apple.Safari 0x00118081 0x1000 + 1142913
    7 libSystem.B.dylib 0x95fdc6f5 pthreadstart + 321
    8 libSystem.B.dylib 0x95fdc5b2 thread_start + 34
    Thread 4 Crashed:
    0 com.apple.CoreFoundation 0x9550a73b CFWriteStreamClose + 43
    1 com.apple.Foundation 0x9451b7cc spoolingClose + 92
    2 com.apple.CoreFoundation 0x9550a53d _CFStreamClose + 93
    3 com.apple.CFNetwork 0x918dfb32 closeRequestResources + 73
    4 com.apple.CFNetwork 0x918dc1c0 transmitRequest + 1510
    5 com.apple.CFNetwork 0x918dee86 httpConnectionRequestStreamCB + 84
    6 com.apple.CFNetwork 0x918dedd1 connectionRequestCallBack + 79
    7 com.apple.CoreFoundation 0x955085e9 _CFStreamSignalEventSynch + 137
    8 com.apple.CoreFoundation 0x954f665f CFRunLoopRunSpecific + 3215
    9 com.apple.CoreFoundation 0x954f6cf8 CFRunLoopRunInMode + 88
    10 com.apple.Foundation 0x943b3100 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    11 com.apple.Foundation 0x9434fbad -[NSThread main] + 45
    12 com.apple.Foundation 0x9434f754 _NSThread__main_ + 308
    13 libSystem.B.dylib 0x95fdc6f5 pthreadstart + 321
    14 libSystem.B.dylib 0x95fdc5b2 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x95ffb5e2 select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x95fdc6f5 pthreadstart + 321
    2 libSystem.B.dylib 0x95fdc5b2 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x95fb268e _semwaitsignal + 10
    1 libSystem.B.dylib 0x95fdd36d pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x9395abb9 fefragmentthread + 54
    3 libSystem.B.dylib 0x95fdc6f5 pthreadstart + 321
    4 libSystem.B.dylib 0x95fdc5b2 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x95fab506 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x95fdd84f pthread_condwait + 1244
    2 libSystem.B.dylib 0x95fdf0d3 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x94395b1c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x94395930 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.Foundation 0x94395895 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.AppKit 0x96620358 -[NSUIHeartBeat _heartBeatThread:] + 753
    7 com.apple.Foundation 0x9434fbad -[NSThread main] + 45
    8 com.apple.Foundation 0x9434f754 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x95fdc6f5 pthreadstart + 321
    10 libSystem.B.dylib 0x95fdc5b2 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x95fab4a6 machmsgtrap + 10
    1 libSystem.B.dylib 0x95fb2c9c mach_msg + 72
    2 com.apple.CoreFoundation 0x954f60ce CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x954f6d54 CFRunLoopRun + 84
    4 com.apple.DesktopServices 0x949b9e83 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
    5 ...ple.CoreServices.CarbonCore 0x9504c463 PrivateMPEntryPoint + 56
    6 libSystem.B.dylib 0x95fdc6f5 pthreadstart + 321
    7 libSystem.B.dylib 0x95fdc5b2 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x95fab4a6 machmsgtrap + 10
    1 libSystem.B.dylib 0x95fb2c9c mach_msg + 72
    2 com.apple.CoreFoundation 0x954f60ce CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x954f6d54 CFRunLoopRun + 84
    4 com.apple.DesktopServices 0x949b9ffc TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
    5 ...ple.CoreServices.CarbonCore 0x9504c463 PrivateMPEntryPoint + 56
    6 libSystem.B.dylib 0x95fdc6f5 pthreadstart + 321
    7 libSystem.B.dylib 0x95fdc5b2 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x95fb268e _semwaitsignal + 10
    1 libSystem.B.dylib 0x95fdd36d pthreadcondwait$UNIX2003 + 73
    2 ...ple.CoreServices.CarbonCore 0x9504e24f TSWaitOnCondition + 126
    3 ...ple.CoreServices.CarbonCore 0x9502d18e TSWaitOnConditionTimedRelative + 202
    4 ...ple.CoreServices.CarbonCore 0x9504decc MPWaitOnQueue + 208
    5 com.apple.DesktopServices 0x949c4fba TNodeSyncTask::SyncTaskProc(void*) + 84
    6 ...ple.CoreServices.CarbonCore 0x9504c463 PrivateMPEntryPoint + 56
    7 libSystem.B.dylib 0x95fdc6f5 pthreadstart + 321
    8 libSystem.B.dylib 0x95fdc5b2 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x95fdbf66 kevent + 10
    1 libSystem.B.dylib 0x95fdc6f5 pthreadstart + 321
    2 libSystem.B.dylib 0x95fdc5b2 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x95fab506 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x95fdd84f pthread_condwait + 1244
    2 libSystem.B.dylib 0x95fdf0d3 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x9502d1ba TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x9504decc MPWaitOnQueue + 208
    5 com.apple.DesktopServices 0x949c6f04 TFolderSizeTask::FolderSizeTaskProc(void*) + 104
    6 ...ple.CoreServices.CarbonCore 0x9504c463 PrivateMPEntryPoint + 56
    7 libSystem.B.dylib 0x95fdc6f5 pthreadstart + 321
    8 libSystem.B.dylib 0x95fdc5b2 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x9601507a _workqops + 10
    1 libSystem.B.dylib 0x960150aa start_wqthread + 30
    Thread 14:
    Thread 4 crashed with X86 Thread State (32-bit):
    eax: 0xa06b04ec ebx: 0x9550a71e ecx: 0x00000000 edx: 0x00000026
    edi: 0x0e958880 esi: 0x00000000 ebp: 0xb0249d58 esp: 0xb0249d40
    ss: 0x0000001f efl: 0x00010283 eip: 0x9550a73b cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x00000000
    Binary Images:
    0x1000 - 0x1d7fe2 com.apple.Safari 3.2.1 (5525.27.1) <66278f41bc085c64e0f06ff487af4adc> /Applications/Safari.app/Contents/MacOS/Safari
    0x223000 - 0x232ff8 SyndicationUI ??? (???) <edde0133829971dbd8a0f3473cdb85fc> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x721000 - 0x72bffe com.apple.URLMount 3.1.1 (3.1.1) <b4018e683fad4259ee78070e91f35029> /System/Library/PrivateFrameworks/URLMount.framework/URLMount
    0x99c3000 - 0x9babfff com.apple.RawCamera.bundle 2.0.11 (410) <7704cc57f7daceb81672bfdc4434da40> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0xc171000 - 0xc176ff3 libCGXCoreImage.A.dylib ??? (???) <31761f6461b8dd390dc4df480b1fb564> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x8fe00000 - 0x8fe2da53 dyld 96.2 (???) <5013f43c4d2c33c9619011f103ec3238> /usr/lib/dyld
    0x90003000 - 0x900bdfe3 com.apple.CoreServices.OSServices 226.5 (226.5) <2a135d4fb16f4954290f7b72b4111aa3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x900be000 - 0x900f5fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x900f6000 - 0x9011afff libxslt.1.dylib ??? (???) <ea5c8d349a3934ecc2b936f9cdfaba04> /usr/lib/libxslt.1.dylib
    0x9011b000 - 0x9018dfff com.apple.PDFKit 2.1.1 (2.1.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x90198000 - 0x9019fff7 libCGATS.A.dylib ??? (???) <973c01cc14f3d673270e269ccfaec660> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x901a8000 - 0x901d0ff7 com.apple.shortcut 1 (1.0) <5b57f8f162f77a1739b436900517d672> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x901d1000 - 0x901e7fe7 com.apple.CoreVideo 1.5.1 (1.5.1) <80b173571cdb99a829e1b8ec0a677291> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x901e8000 - 0x9021afff com.apple.LDAPFramework 1.4.5 (110) <cc04500cf7b6edccc75bb3fe2973f72c> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9021b000 - 0x9021ffff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x90225000 - 0x90297fff com.apple.iLifeMediaBrowser 1.0.9 (212.0.1) /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x90298000 - 0x90656fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x90721000 - 0x90750fe3 com.apple.AE 402.2 (402.2) <d0da935e781446faa4563e7a9c587cce> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90751000 - 0x9075afff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <6a6518b392d3d41ace3dcea69d6809d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9075b000 - 0x907d7feb com.apple.audio.CoreAudio 3.1.0 (3.1) <be7120e91df91425e904d5327b4338b7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9187f000 - 0x9187fffe com.apple.quartzframework 1.5 (1.5) <49afd7e7e3b2cad89cfaf2ac8c67c8a4> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x91880000 - 0x918bffef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x918c0000 - 0x918c2fff com.apple.securityhi 3.0 (30817) <020419ad33b8638b174e1a472728a894> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x918c3000 - 0x91947fe3 com.apple.CFNetwork 339.5 (339.5) <c6565c13b0356e1d4bb99a68398d558b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91948000 - 0x9194ffe9 libgcc_s.1.dylib ??? (???) <28a7cbc3a5ca2982d124668306f422d9> /usr/lib/libgcc_s.1.dylib
    0x91950000 - 0x91999fef com.apple.Metadata 10.5.2 (398.22) <a6b676925dd832780daf991e79adfebd> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9199a000 - 0x919a5fe7 libCSync.A.dylib ??? (???) <86d2f2e167ba6f74f45a186f5c7f8980> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x919f0000 - 0x91abeff3 com.apple.JavaScriptCore 5525.26 (5525.26.2) <69e219e81bc886a94c4d4b310d393ab9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91b13000 - 0x91b63ff7 com.apple.HIServices 1.7.0 (???) <f83f0cb838a646c69f08fd38a31265f3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91b64000 - 0x92200fff com.apple.CoreGraphics 1.351.33 (???) <481a77e81d9e53589a05e80cfa90bbb5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x92201000 - 0x92201ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x92202000 - 0x92251fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x92252000 - 0x92252ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1bce4a22b6a5cc7055d0938ddad269b2> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x92267000 - 0x92284ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x92285000 - 0x922a9feb libssl.0.9.7.dylib ??? (???) <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
    0x922aa000 - 0x922aaff8 com.apple.Cocoa 6.5 (???) <e9318c93615b27231498bbe585b8da98> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x922ab000 - 0x9238bfff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x9238c000 - 0x9279cfef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9279d000 - 0x927dcfff com.apple.CoreMediaIOServicesPrivate 13.0 (13.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x927dd000 - 0x927ddffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x927fb000 - 0x9287aff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9287b000 - 0x928a3fff libcups.2.dylib ??? (???) <1031ca5b692b80a9568e57a342b60157> /usr/lib/libcups.2.dylib
    0x928a4000 - 0x928defe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9292e000 - 0x9296cfff libGLImage.dylib ??? (???) <f0fe2252f6b1ca341bc7837fe2dcf11a> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9296d000 - 0x92a00ff3 com.apple.ApplicationServices.ATS 3.4 (???) <a96cd91dabc68545183c11de8f92c7e4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x92a01000 - 0x92a07fff com.apple.print.framework.Print 218.0.2 (220.1) <2979f3be4e7e8adc875bf21658e9be94> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92a08000 - 0x92b40fe7 com.apple.imageKit 1.0.2 (1.0) <5eee702fe546c8c881acfc65c41ad178> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x92b41000 - 0x92b49fff com.apple.DiskArbitration 2.2.1 (2.2.1) <42908e7ecc17a83cec4afef2850ec79e> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x92c60000 - 0x92f67fff com.apple.HIToolbox 1.5.4 (???) <5e2af960b53059c648af4adb99471032> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92f68000 - 0x92fb2fe1 com.apple.securityinterface 3.0 (32532) <e849f522f5055fb9083609a3c6e32280> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x92fb3000 - 0x92fc1ffd libz.1.dylib ??? (???) <545ca09467025f77131cfac09d8b9375> /usr/lib/libz.1.dylib
    0x92fd4000 - 0x92fd4fff com.apple.Carbon 136 (136) <ec1d4184925e652dbe1b9200a5a552ec> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fd5000 - 0x930baff3 com.apple.CoreData 100.1 (186) <9187380c86061cb4c37b6bec8abeae75> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x930bb000 - 0x93147ff7 com.apple.LaunchServices 290 (290) <61af37aac50984d220dd176f777e3b72> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x93148000 - 0x93799fff com.apple.WebCore 5525.26 (5525.26.6) <8676962ab93f003cf9b10748725c1bc2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9379a000 - 0x9379affb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x9379b000 - 0x937c8feb libvDSP.dylib ??? (???) <2ee4eb005babc90eaa352b33eb09226e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x937c9000 - 0x937d9ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x937da000 - 0x93865fff com.apple.framework.IOKit 1.5.1 (???) <324526f69e1443f2f9fb722cc88a23ec> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x93866000 - 0x93c03fe7 com.apple.QuartzCore 1.5.5 (1.5.5) <82435993614a3fff1236be18f82188bf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93c04000 - 0x93d28fe3 com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93d29000 - 0x93d86ffb libstdc++.6.dylib ??? (???) <6106b1f2b0b303b06ae476253dbb5f3f> /usr/lib/libstdc++.6.dylib
    0x93d87000 - 0x93de3ff7 com.apple.htmlrendering 68 (1.1.3) <a9f65fa1c4668dc7c49af5bf7d5287ad> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93de4000 - 0x93e96ffb libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
    0x93e97000 - 0x93f62fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x93f68000 - 0x93f9efef libtidy.A.dylib ??? (???) <f1d1742e06280444baa5637b209fd0af> /usr/lib/libtidy.A.dylib
    0x93f9f000 - 0x93fabff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x93fac000 - 0x94005ff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x940fb000 - 0x9413cfe7 libRIP.A.dylib ??? (???) <1f09316e876fe813271bdfb9eb5b229e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9413d000 - 0x9413ffff com.apple.CrashReporterSupport 10.5.5 (159) <9a0fe0419410218e5b1a25c08d4531cd> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x94140000 - 0x9415eff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <4b81063df189bc462f012a169474fcbc> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9415f000 - 0x94161ff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x942c4000 - 0x942d3fff libsasl2.2.dylib ??? (???) <75b9d97ca7c3d53cd38bdd420a377522> /usr/lib/libsasl2.2.dylib
    0x942d4000 - 0x942fffe7 libauto.dylib ??? (???) <2072d673706bbe463ed2426af57a28d7> /usr/lib/libauto.dylib
    0x94345000 - 0x945c0fe7 com.apple.Foundation 6.5.6 (677.21) <5cfa0aa8b9b43193955d601ba6c2591a> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x945c1000 - 0x945faffe com.apple.securityfoundation 3.0 (32989) <d25780b149d9b0b518899c8aade0b61f> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x945fb000 - 0x945fcffc libffi.dylib ??? (???) <596e0dbf626b211741cecaa9698f271b> /usr/lib/libffi.dylib
    0x945fd000 - 0x94626fff com.apple.CoreMediaPrivate 13.0 (13.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x94627000 - 0x947f5fff com.apple.security 5.0.4 (34102) <f01d6cbd6a0f24f6c13952ed448e77d6> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x947f6000 - 0x947fbfff com.apple.CommonPanels 1.2.4 (85) <3b64ef0de184d09c6f99a1a7e77e42be> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x947fc000 - 0x948bafff com.apple.WebKit 5525.27 (5525.27.1) <a15e548666c9a463d61be1f114b2fa27> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x948bb000 - 0x94982ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x949b3000 - 0x949b7fff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x949b8000 - 0x94a42fe3 com.apple.DesktopServices 1.4.7 (1.4.7) <d16642ba22c32f67be793ebfbe67ca3a> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x94a43000 - 0x94a46fff com.apple.help 1.1 (36) <175489f8adf287b3ebd259362b0292c0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x94a47000 - 0x94a66ffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x94a67000 - 0x94b17fff edu.mit.Kerberos 6.0.12 (6.0.12) <da7253e3fb7e47e46cb46d47ed320ffc> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x94b18000 - 0x94e3afe2 com.apple.QuickTime 7.5.5 (995.22.3) <07ffd134d58fdbfe377ba9007f591289> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94e47000 - 0x95002ff3 com.apple.QuartzComposer 2.1 (106.5) <1a52b406a3f3d04387c822da4a93c245> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x95003000 - 0x952ddff3 com.apple.CoreServices.CarbonCore 786.6 (786.6) <5682aae1e2cf5ae750d5a4dea98c084c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x952de000 - 0x952f4fff com.apple.DictionaryServices 1.0.0 (1.0.0) <7e9ff586b5c9d02b09e2a5527d98524f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x95326000 - 0x953cdfeb com.apple.QD 3.11.54 (???) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x953d4000 - 0x95483ffb com.apple.QTKit 7.5.5 (995.22.3) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x95484000 - 0x955b6fff com.apple.CoreFoundation 6.5.4 (476.15) <e2869ad6dc1dd289f21b305b0bea9158> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x955b7000 - 0x95a88f3e libGLProgrammability.dylib ??? (???) <fe1a33d4919c121aab831ad516da6a89> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x95a89000 - 0x95b1cfff com.apple.ink.framework 101.3 (86) <dfa9debcd7537849d228021d1d9c0f63> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x95d86000 - 0x95f05fff com.apple.AddressBook.framework 4.1.1 (696) <bb7f2d5f0b2d180288cd959cd9ba6c1a> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x95f06000 - 0x95f21ffb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x95f22000 - 0x95fa9ff7 libsqlite3.0.dylib ??? (???) <11311084bc4be9d4555dfac74fe7218a> /usr/lib/libsqlite3.0.dylib
    0x95faa000 - 0x9610aff3 libSystem.B.dylib ??? (???) <a12f397abf2285077b89bd726bff5b18> /usr/lib/libSystem.B.dylib
    0x9610b000 - 0x9611bfff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9611c000 - 0x9611cff8 com.apple.ApplicationServices 34 (34) <e9cd7c823062c4382d89e3c9997f4739> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9611d000 - 0x961feff7 libxml2.2.dylib ??? (???) <d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib
    0x961ff000 - 0x96345ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x96346000 - 0x9647eff7 libicucore.A.dylib ??? (???) <3d8fdaf51c2664ab620f1688203caf26> /usr/lib/libicucore.A.dylib
    0x9647f000 - 0x96489feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <caa41909dcb5a18a94bc68cd13999bd5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9648a000 - 0x9648fffb com.apple.DisplayServicesFW 2.0 (2.0) <b0b9a41a526a431b09ac0e0e5cec8261> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x96490000 - 0x964c1ffb com.apple.quartzfilters 1.5.0 (1.5.0) <01090d7204c55b32a6a11199fa0d2e2b> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x964c2000 - 0x964d1ffe com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <43c5b91223501f917392f59fbf9d7ace> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x964d2000 - 0x964f0fff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x964f1000 - 0x964fdffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x964fe000 - 0x96516fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x96517000 - 0x9651effe libbsm.dylib ??? (???) <5582985a86ea36504cca31788bccf963> /usr/lib/libbsm.dylib
    0x9651f000 - 0x96579ff7 com.apple.CoreText 2.0.3 (???) <1f1a97273753e6cfea86c810d6277680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9657a000 - 0x96d77fef com.apple.AppKit 6.5.3 (949.34) <4c7af9b12c894d4a528fda29377f143b> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x96d78000 - 0x96d8cff3 com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x96d8d000 - 0x96d92fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x96d93000 - 0x96dd5fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x96e44000 - 0x96ebeff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x96ed7000 - 0x96ed7ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96ed8000 - 0x96ed8ffa com.apple.CoreServices 32 (32) <2760719f7a81e8c2bdfd15b0939abc29> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x96ee7000 - 0x96f4dffb com.apple.ISSupport 1.7 (38) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x96f4e000 - 0x96f5bfe7 com.apple.opengl 1.5.7 (1.5.7) <db835aeb1ffca9f5b5647dd0829a5b2c> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96f5c000 - 0x9705dfef com.apple.PubSub 1.0.3 (65.1.1) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x9705e000 - 0x9705effc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9705f000 - 0x970dcfef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    Hello again Starman!
    Sorry for the absence -- had to go on a trip and I'm back to deal with this issue...
    Well, at var/folders/ there's no rO folder. There are 3 other folders: two of which I can only browse one further level inside, and one that I can go all the way in. I tried to "Get Info" for the folders that are one level inside the two "limited" ones, and they seem to belong (1) to the test user I set, and (2) some kind of system ownership. I do see, by the way, that they contain cache folders, but I cannot open them since they are marked with the small "No entry" sign.
    Anyhow, I went inside the one folder that I could browse, and did what you suggested: verified that the folder "com.apple.Safari" is not locked, and neither are the 2 files inside it: cache.db and SafeBrowsing.db. I then moved out cache.db to the desktop, and restarted Safari.
    The problem did not go away. It still crashes when I try to upload an attachment. I also verified that: (1) I can successfully send an attachment using Firefox, and (2) my test user can successfully send an attachment...
    Could I completely remove and re-install Safari? Do you think it will help?
    Thanks again,
    Zevi

  • MacBook Pro Retina - Images in PS look great, but when uploaded to web too big and distorted

    Part of the reason I hated using my Mac for graphic and web design is that when I create images in adobe photoshop everything looks amazing. However, when I upload them to the web, they are way too big and look distorted, this includes text.
    I'm trying to make a text logo with a transparent background. When I create it in photoshop the size I want it looks fine and clear, but once it's uploaded to the web it looks way too big and the font is blurred. How can I fix this? I use the Adobe Cloud, so I have the latest version.

    No sir, I'm still trying to figure out how to fix it
    Here is what it looks like in photoshop :
    then to see what it looks like in the browser, go to http://enigmadesigns.boards.net
    This preview in the thread was taken with my cell phone as I don't know how to screenshot on  a Mac yet LOL

  • PDF form, vanishing text when click

    Hello
    I´m working with a form were car dealers can fill out name, address, registration numbers and so on when they sell a car.
    If I make a text field I place a standard text inside the field "write here" so they know were to write.
    How do I do to make the standrad text to dissapere whem they click on the "write here text"? I only get to the point were they must mark the standard text and then write a new text. If not the standard text is still there and the new text put behind.
    Is it possible?

    Also, if you don't want the default text to print, add the following line of code:
    // Set field to not print if empty
    event.target.display = event.value ? display.visible : display.noPrint;

  • Lightroom 1.1 Server timeout message when uploading a web page

    I just updated to LTR 1.1 and now I'm sitting here looking at an error message for most of the day when ever I want to make a Web Page in LTR.
    It tells me the Server is not responding and It's timing out.
    I called my ISP and Server both are okay. What can I do or, who can I call to make things work a little ?

    Duane,
    This looks like the URL has the content of a wiki page as an attachment to the URL which is blowing up the get request. Can you go to the earlier version - the history should allow you to backtrack changes - if you access this earlier version and change something small - does it save OK. If so then maybe the change you made is the problem.
    I cannot access the workspace without being given explicit access so this is a guess.
    Phil

  • Why do I get error due to lack of cashe memory when uploading a web gallery?

    I have already uploaded several galleries without any issues using the same template. Now have recieced this message for several different collection. I have increased the avilable cache meomry in the setting and restarted the computer.
    I have changed template using LR6.
    This is in Swedish but the message says; The export was not completed correctly
    JPEG - files were created with best available pixel data in image cache memory

    > Why do i get "error #3: "E:\lv45\mgsource\memory.c at line 515" when i
    > call a dll from labview? one of the inputs is a cluster whisch i set
    > to adapt to type input.
    >
    This happens when one of the elements of the cluster has been
    overwritten. Look closely at any strings or other variable elements in
    the cluster. It is important that the buffer be allocated to the size
    expected by the DLL before it is called.
    Greg McKaskle

  • I can't see swf path location through ui loader when uploaded to web server.

    I know there are different ways to accomplish what I'm trying to do, but I must not be going about it the right way. I used a ui loader to load different swf files to save on space. I can see them locally, but when I publish the html to the server nothing is there. I'm using the loader as moive clip for tweening. Here is one example of the code I'm using.
    stop();
    import fl.transitions.Tween;
    import fl.transitions.easing.*;
    import fl.transitions.TweenEvent;
    import fl.containers.UILoader;
    import flash.media.SoundMixer;
    SoundMixer.stopAll();
    var myTween:Object;
    myTween = new Tween (aui, "alpha", Strong.easeIn, 0, 1, 1, true);
    btn2.addEventListener(MouseEvent.CLICK,forward);
    btn1.addEventListener(MouseEvent.CLICK,backward);
    function forward(event:MouseEvent):void
        if (this.currentFrame == this.totalFrames)
            gotoAndStop(7);
        else
            nextFrame();
    function backward(event:MouseEvent):void
        if (this.currentFrame == 7)
            gotoAndStop(this.totalFrames);
        else
            prevFrame();
    The swf is located in the same folder as the html. It's almost like a slide show I made with button going through each section.
    Please if anyone can help, because I just can't figure it out.

    If all of the files are in the same folder as the html then you should be able to use a relative reference (not the full http: version).  For the full version you might end up needing to include the "www" part as well, but you should be able to just use the file name alone.
    The only things I can think of....
    1) the url specified by the UILoader doesn not match the filename on the server. 
    2) the swf being loaded is also trying to load a file but cannot find it

  • White line below png when uploading to web??

    could anyone tell me how to get ride of this white line bellow this png image??
    cheers,
    sean

    Sean,
    Because your image is a link, it inherits underline property form other links.  There's nothing wrong with your image, but you need to create custom style for that image link, something like:
    <a style="border: medium none;" href="/"><img src="http://i57.tinypic.com/2ywxro5.png"></a>
    This is a quick try from Firebug add-on in Firefox.

  • Safari Locks Up When Filling Out PDF Form.

    I'm trying to fill out a PDF form online that when completed, it sends to an e-mail address. After I fill out a random amount of fields, it comes up with the box (snapshot of it is here (and posted below): /___sbsstatic___/migration-images/110/11008709-1.jpg ). I cannot click (or "enter") away the box at all. Basically Safari locks up and I have to force quit it.
    Any suggestions?

    Well, since I'm not running 10.5, I can't be certain if that toolbar you see if for Safari or Acrobat Reader. But if you look in /Applications/InputManagers and/or /Applications/Internet Plug-Ins, you should see an Adobe PDF plugin file (or something with a very similar name. If you have that, that means Safari is using Adobe Reader to render those files.
    Even so, try filling out and submitting the form using Firefox to see if that works.

  • PDF Form with XML Output on Webpage

    Hello Team,
    I am newbie with the LiveCycle Forms.
    I am creating a PDF Form that I will upload like a webpage and get a submit button so when the user finish filling all the fields I want to create an individual XML file on the server.
    What is the best way to do it?
    I do not want the results send it via email.
    Regards.
    Javier.

    Thanks Paul,
    Actually this is what I need:
    1) Create a PDF Form and uploaded to a Linux Web server with a submit button so I can get an individual XML file on the server to get all the answers.
    2) Distribute the link to all the participant
    3) Get all the XML files under an Excel or database.
    The last part I know how to do it.
    I have a PDF sample form with some text files and a submit_form.php file.
    I can not get linked the PDF Form and the php file to create the XML files.
    Thank you and best regards.
    Javier.

Maybe you are looking for