LOV field is empty after view extension

Hi,
I have extended a seeded VO to bring some new attributes.
Now when i run the page after i pick value from LOV the field stays empty and then i get Null Pointer exception error when i try to save the record (more likely because the field is empty).
This is the page name: /oracle/apps/pos/supplier/webui/ByrAddCntctPG
The VO i have extended is PosAddrContVO
Please, let me know if i need to provide any other information.
thanks.

Hi,
Did you check whetehr attribute mapping is correct for extended VO ?
Hope you have added extra columns in the seeded query at the end of the all seeded columns.
i.e. if seeded query is
select a,b,c from table then you need to add extra columns like select a,b,c,d,e from table
-Anand

Similar Messages

  • Payment terms and Due date field gets emptied after residual clearing

    Hi
    There is advance of Rs.50000 in Vendor ledger and Invoice of Rs.200000 (with payment term - G019)
    I cleared these two line items (residual clearing). One new line item got created of Rs.150000. When i saw that line item, i saw that there payment term field and due date field got emptied. My requirement is that the original payment term entered in initial invoice document (of Rs.200000) should automatically get populated in new line item of Rs.150000.
    How to fulfill this requirement?

    Thanks for the prompt reply.
    I wanted to ask one more thing. Same way when i do partial clearing (not residual), is it possible to populate the invoice's due date in advance line item. One link is that my invoice reference gets populated advance line item. So i want due date (not payment term) also to get populated in advance line item.
    Please help.
    Edited by: Deepak Agrawal on Jul 29, 2011 11:43 AM

  • PMD View empty after running PMD on a flex project

    I tried with flexpmd 1.1 and 1.2 with no spaces in the workspace path , project name and flexpmd path.But when i say run flex pmd,all I see is "flexpmd.running" for a couple of seconds and then i am getting an empty pmd view.In the preferences i have set the paths correctly,but did not give any rulesets.

    I have tried FlexPMD with almost all possible combinations - with Flex 3, with Flex 4 Standalone, with Flex 4 Plugin, using workspace with space, without space, using my C: partition, my D partition, etc. Without being able to see anything at all on the FlexPMD view.
    After finding this forum, I have tried running eclipse with -debug, and got this stack trace:
    Application Started: 16427
    Jan 14, 2010 7:38:24 PM com.adobe.ac.pmd.eclipse.flexpmd.cmd.FlexPMD process
    INFO: java -Xmx256m -jar D:\bin\FlexPMD\flex-pmd-command-line-1.0.jar -s C:\test
    e\fdaga -o C:\Users\JOOSAL~1\AppData\Local\Temp\flexpmd3892770551481749445dir
    Jan 14, 2010 7:38:29 PM com.adobe.ac.pmd.eclipse.utils.cli.ErrorLogDevice log
    WARNING: 14/Jan/2010 19:38:29 com.adobe.ac.pmd.engines.AbstractFlexPmdEngine <in
    it>
    Jan 14, 2010 7:38:29 PM com.adobe.ac.pmd.eclipse.utils.cli.ErrorLogDevice log
    WARNING: WARNING: Access is denied at java.io.WinNTFileSystem.createFileExclusiv
    ely(Native Method)
    Jan 14, 2010 7:38:29 PM com.adobe.ac.pmd.eclipse.utils.cli.ErrorLogDevice log
    WARNING: java.io.File.checkAndCreate(Unknown Source)
    Jan 14, 2010 7:38:29 PM com.adobe.ac.pmd.eclipse.utils.cli.ErrorLogDevice log
    WARNING: java.io.File.createTempFile(Unknown Source)
    Jan 14, 2010 7:38:29 PM com.adobe.ac.pmd.eclipse.flexpmd.cmd.FlexPMD process
    SEVERE: C:\Users\JOOSAL~1\AppData\Local\Temp\flexpmd3892770551481749445dir\pmd.x
    ml (The system cannot find the file specified)
    It seems the problem might be due to my User Account in Windows, which have spaces and special characters (João Saleiro) - but I might be wrong. I can't change my user account name, which makes FlexPMD useless for now. And I was hoping to show it on a presentation I will be giving for the community next saturday (day 16). Is there any workaround that allows me to use FlexPMD inside eclipse, so I can use it for now? Isn't there an easy way to set the output directory to a different one?
    Thank you,
    João Saleiro

  • SRM 0BBP_TD_SC_1 customer fields empty after enhancement

    Hi experts,
    we are working with SAP SRM 7.0, BI 7.0
    We need to populate several customer fields defined in the table BBP_PDISC, into the 0BBP_TD_SC_1 datasource.
    We have created an append structure that contains the required fields. The fields are not hidden in the datasource. Although some records with data exist in our system, the fields are empty when executing the datasource in RSA3 transaction.
    How can I check why they are not being populated? Any ideas?
    Thanks in advance.
    Regards,
    I

    I do not see the table you mentioned in the datasource details link below, which means the datasource do not extract any fields from BBP_PDISC. You would need to write code in CMOD to fill the field, eventhough it is a std field. If the field is available in any of the tables on which the extractor is built, then we can add new fields from those tables and extract data with out writing code in CMOD.
    http://help.sap.com/saphelp_bw33/helpdata/en/db/140b56a2322a4b8916cf154325f6a1/content.htm
    May be the fields added in other cases (PO & contracts ) you mentioned might be from tables on which those datasources are built.
    Edited by: Murali Krishna K on Jan 31, 2012 3:15 PM

  • APEX 4.0 - AJAX not working with Popup LOV field

    Hello,
    In the application I have built I have three fields which are 'feeded' by selects via a AJAX construction.
    All three fields are based on three others, which are PopUp LOV fields. Up to version 3.2 I had no problems: the fields were 'refreshed' as expected when in the 'parent' field a specific value was entered or choosen by the Popup Lov selector.
    But since the migration to APEX-4 (lin a test-system) all the three fields are not correctly refreshed anymore: two of them give the value 'undefined', the third, which is a select-list shows values, but at the moment I try to click on the select-list down arrow to pick a value, the list is emptied and stays that way.
    More specific about the third field:
    item 1 is a popup-lov defined item in which a user can type a value, but can also choose a value from a popup-lov. Item 2 is based on item-1: it does a select based on the value of item-1 and refreshes a select-list. Item-2 is defined as a select list.
    I got it all working when making item-1 also a select list, but since the list can become very large, I made a Popup lov of it. Most users do know what code they have to enter and in case somebody is not sure, the lov can be used.
    In this forum I came across a problem with AJAX callback, which was answered by Patrick Wolf, saying that in an htmldb_Get ( ... ,0) the last 0 should be replaced by $v('pFlowStepId'), but this did not fix my problem. I have the feeling that the problem is somewhre else, since on first hand, after entering a value in item-1 I see item-2 refreshed with the correct values, but the moment I try to select one item, the list is emptied.....
    I hope I made it clear what my problem is and that somebody can help me, else APEX-3.2 was the latest version for this application....
    Thanks in advance and best regards,
    Jan.
    Edited by: user13110728 on 9-aug-2010 8:44

    Hi Jan,
    the problem is the
    onBlur="javascript:f_P21_select_kostenposten(this,'P21_KOSTENPOST');"on P21_GBREKNR. This is getting attached to the HTML input text field but as well the the anchor link which opens the popup. So when you leave the text field the cursor will be put onto the icon to open the Popup LOV. When you press tab another time or leave the anchor link by clicking somewhere the above JavaScript function is fired again. But the problem is that "this" this time points to the anchor and not the text item anymore, so it will return an invalid value when you access this.value in your f_P21_select_kostenposten function which results in an empty result of your on-demand call.
    I still have to investigate why the above JavaScript code is now added to the anchor link as well. But as a workaround, just change your code to
    onChange="javascript:f_P21_select_kostenposten(this,'P21_KOSTENPOST');"which is better anyway, because it's just firing when the value really got changed. And because the anchor link can't really be changed, the event will never fire when you leave the anchor. BTW you can use the Application Search feature to search for all your onBlur events. onChange is much better than onBlur because it doesn't fire that often unintended.
    But if you want to use some of the new APEX 4.0 features, you could use the cascading LOV feature of APEX 4 and avoid all this JavaScript and on-demand code which you have written.
    I have changed your application to take use of it.
    1) I changed the LOV query for P21_KOSTENPOST from
    select '('||replace(lpad(gbreknr, 3, chr(1)),chr(1),' ')||') '|| omschrijving d, kostenpost r
    from   kostenposten
    where  vervallen is null
      and  bedrijf = :P21_BEDRIJF
    order by gbreknr, kostenpostto
    select '('||replace(lpad(gbreknr, 3, chr(1)),chr(1),' ')||') '|| omschrijving d, kostenpost r
    from   kostenposten
    where  vervallen is null
      and  bedrijf = :P21_BEDRIJF
      and  (:P21_GBREKNR is null or gbreknr = :P21_GBREKNR)
    order by gbreknr, kostenpostas it was in your on-demand process. The query will return all values if P21_GBREKNR is null but will restrict it if the field is filled out.
    2) Set "Cascading LOV Parent Item(s)" to P21_BEDRIJF,P21_GBREKNR Because based on your LOV query I assume "Kostenpost" should be refreshed if one of the two fields gets changed.
    3) Set "Optimize Refresh" to No because one of your parent items (P21_GBREKNR) can contain a null value.
    4) Removed the onBlur/onChange from P21_GBREKNR
    5) Removed the *%null%* from the "Null Return Value" attribute of P21_BEDRIJF, because that will cause a ORA-1722 if someone picks "-- kies: --"
    That's it.
    Have a look at dynamic actions and the "Set Value" action as well, because I think that could remove your other on-demand calls as well without having to write any JavaScript code.
    I will still investigate what's going on with the anchor link in APEX 4.0
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins

  • ITunes 6.0.1 crashes after viewing Lyrics in Get Info

    I can view all tabs in the Get Info window EXCEPT Lyrics.
    If I select the Lyrics tab and then hit "Cancel" iTunes shuts down immediately. If I select OK after viewing the Lyrics tab, iTunes shuts down as soon as I perform any other action in the application (i.e select another song to view, play, etc.) BTW: It doesn't matter if there are lyrics in the input field or not. It also doesn't matter if I change or add any information in the Lyrics input field.)
    Here's what I've tried:
    - I deleted the .plist in Preferences. Didn't help.
    - I deleted the iTunes_Library file and the iTunesMusicLibrary.xml file and rebuilt my library from scratch. Didn't help.
    - I did all of the above and downloaded and reinstalled iTunes 6.0.1(3).
    All to no avail. Anyone else having this problem? Any ideas?
    15 Aluminum PowerBook 1.67mhz   Mac OS X (10.4.2)  

    Hallelujah!  Askjeevs nailed it!  I am running W8.1 and just got an iPhone 6.  Every time I tried to sync my 6 and restore it to the backup of my old 4S it would get through the 4 steps of the initial restore.  I would get contacts, email accts, etc okay but as soon as it started step 5, copying Apps I would get this exact crash.  My wife had no problem on her desktop restoring the phone.  The difference was my iTunes library was stored on her desktop to save space on my laptop, and I was using my library through our home network.
    After moving my library back to an external drive plugged directly into my laptop with a USB cable, and redirecting iTunes to use that library, voila! its syncing just fine!
    Spent an hour on the phone with Apple this morning and they couldn't get me there.  I found this while waiting for their callback but it took me several more hours to get it all configured properly.

  • Lov based on a dynamic view object

    Build JDEVADF_11.1.2.0.0_GENERIC_110531.1615.6017
    Hi,
    I have a database table containing a column with the Name of a Table as content.
    I created a dynamic view and overwrite this with a method in Appmodule.
    Then I add to the element in the main view the Lov. I execute the method in JSP page.
    But the SelectOnechoice list is empty!
    Where is the problem? How can I create a Lov based on a dynamic view object?
    Thanks in advance and best regards
    Edited by: NewBB on 12.08.2011 00:53

    Hi Neliel,
    thank you for your reply.
    My problem is not the same. I can also see my dynamic view objects as selectonechoice. I have a table T1 has a column t1c1 (Number),
    another table T2 (dynamic view object) with two columns t2c1 (Number) and t2c2 (varchar2).
    In my application I want to represent the values of t1c1 as selectonechoice with the values of t2c2.
    and that does not work. My list is empty. Any idea???

  • File Browse is emptied after failed validation

    Why does the file browse text box get emptied after a failed validation? Is there any way to prevent this?
    To further explain, create a form on a page with two page items, a text box and a file browse item, then put a not null validation on the text box. When you submit the page with a null text box, but with a file selected for the browse button, then validation catches and throws the error message back to the user when the page refreshes. However, the file browse text box is emptied, and the user has to reselect the file before resubmitting the page.
    Is this a bug, or just the way it is supposed to work? Any way around it?
    Thanks,
    Kris
    Edited by: kshenn on Oct 31, 2008 7:06 AM

    Hello,
    >> Is this a bug, or just the way it is supposed to work?
    This is not a bug. Actually, it has nothing to do with APEX. The behavior of the file browse item is controlled by the HTML standard, which clears the field for security reasons.
    If you pay close attention to Denes example, you’ll see that even when the validation error page is displayed, the file browse item itself is being cleared. The JavaScript generated file path is the one that retain its value. I don’t have access to Denes code, but I’m assuming that in his uploading procedure he’s using the JavaScript generated path.
    >> Any way around it?
    Where the file browse item is concern, no workaround.
    In your specific case, where the validation you need is “not null”, you can create a JavaScript validation, and fire it before submitting the page (as part of the submit button). That way, the browser will not clear the file browse item, because the page will not be submitted without proper values in your items.
    Regards,
    Arie.

  • Data in dropdown list field are empty in PDF form

    Hi all.
    Viewing a pdf form created with SAP interactive Forms offline method, the data in the dropdown list field are empty.
    The data in the dropdown list field are generated by xml file produced by an abap report.
    The problem occurs opening the form with Adobe Reader 8.1 or higher. Using Adobe Reader release 7.0.9 everything is ok.
    Do you have any suggestion?
    Thanks in advanced.
    Best Regards.
    Moreno

    Hi Otto,
    the only release of Adobe Reader that work is 7.0.9. Release 8.1 and 9 have the same problem where the data in the dropdown list field are empty.
    At the end of the trace file in Adobe Reader 9.0.3 I find this error message:
    "Invalid version: The current version of the XFA template model exceeds the capability of Acrobat / Adobe Reader 7.0.5."
    The form has been created using Adobe Lifecycle Design 7.1.
    Any idea?
    Thanks
    Moreno

  • Hyperion Smart View Fusion Failed to create Smart View Extension Activator

    Receving error with Office 2007, SP2 XP with SP3.
    We have done a few installs and there seems to be a problem here and there which i was able to resolve but not this one?
    exact error is upon launch of Excel , word 2007.
    Failed to create Smart View Extension Activator object. Verify that it is registered properly (-2147221164).
    Please help or suggest a solution:
    Thank you.

    Each time when I start Excel, msg box appear "Error, Failed to create Smart View Extension Activator object. Verify that it is registered properly.
    Please install the following update from Microsoft Corp.
    "MS Office 2003 update (office2003-KB907417-FullFile-ENU.exe)"
    After installing this suggested update Smart-view causes Excel crash every time it is opened.
    Smart View version 11.1.2.1.102
    MS Office 2003 SP3, Internet Explorer 7
    NOTE : Smatview functionality is working fine, but this error message is extremely annoying the users.
    We have already installed .NET 4.0 but the issue still exists.

  • Failing to refresh LOV fields added in the query panel with table

    Hi.. Iam using Jdev 11.1.1.2.0
    I have a scenario like ..i need to add 2 cascaded lovs in search panel and clicking on search button, the result should be displayed in table form.
    For example..
    I have cascaded LOV fields departmentId and Firstname ,
    first name dropdown values depends on the selection of value in DepartmentIddropdown. I need to add only these 2 fields in search panel and clciking on search buton , the result should be displayed in emp table.
    I have achieved the same creating View criteria with 2 fields and dragging and dropping that as query panel with table. But my problem is First name lov is not populating based on department id. It is showing static dropdown list.
    Please help me how to achieve this ? thanks in advance.
    Regards
    Alekhya.

    Thanks for the reply.. actually if iam using those cascaded lovs in a form then we can set properties as u mentioned to refresh and display values correctly in the dropdown.
    My scenario is like i need to use those fields in query panel header
    code snippet
    <af:panelHeader text="Employees" id="ph1">
    <af:query id="qryId1" headerText="Search" disclosed="true"
    value="#{bindings.EmployeesViewCriteria1Query1.queryDescriptor}"
    model="#{bindings.EmployeesViewCriteria1Query1.queryModel}"
    queryListener="#{bindings.EmployeesViewCriteria1Query1.processQuery}"
    queryOperationListener="#{bindings.EmployeesViewCriteria1Query1.processQueryOperation}"
    resultComponentId="::resId1"/>
    </af:panelHeader>
    Iam not having any field names to add properties.
    Regards
    Alekhya

  • Prevent submit if required field is empty

    HI.
    I have input text fields that has "Required" property set to true and indeed I can see "*" sign near the field.
    I also have a button on he page .
    How do I prevent the page from being submitted if required field is empty?

    Hi,
    1. point the disabled property of the command button to a managed bean (view scope) that has its default set to "true"
    2. set autoSubmit="true" to the input text component
    3. set a value change listener to point to a method in the same managed bean
    4. If the new value of the textfield is not null or empty, set the managed bean property that the disabled property points to to "false"
    5. Configure the command button Partial Trigger property to point to the ID of the input text field
    Frank

  • Avoid to display empty report viewer window?

    <p>Hi,<br />We use CR4E with Thick Client environment.<br />First we prepare a report as ReportClientDocument.<br />Then we display this with the Crystal Report thick-client viewer.<br />According to the report parameter it is possible that the report does not find data.<br />In this case an empty report viewer window is displayed. We want to avoid that.<br />Is there a way to check the report if it find data or not (e.g. catch the SQL of report). </p><p>Thx. Peter </p>

    Hallo, I´ve got the same problem.
    I want to pass only specific values to
    the report. But when I try to launch the viewer,
    a parameter field page is displayed. When
    I click on "OK" without entering some values the
    report is displayed correctly. How can I turn
    of displaying this page?
    Thanks

  • Safari crashes and scroll bar disappears after viewing PDF

    Can someone help me with my Safari/PDF problem? When I click to download a PDF file the file opens in a new Safari window. After viewing it, when I close that window and return to the original window, the scroll bar is missing. I then close Safari and get the following crash report:
    Date/Time: 2009-03-06 12:00:07.243 -0800
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [66]
    Version: 3.2.1 (4525.27.1)
    Build Version: 1
    Project Name: WebBrowser
    Source Version: 45252701
    PID: 253
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x0c280293
    Thread 0 Crashed:
    0 com.adobe.acrobat.pdfviewer 0x07efcfec dyldstub_pthread_keycreate + 132997704
    1 com.adobe.acrobat.pdfviewer 0x07ef7710 dyldstub_pthread_keycreate + 132974956
    2 com.adobe.acrobat.pdfviewer 0x07f01e60 dyldstub_pthread_keycreate + 133017788
    3 com.adobe.acrobat.pdfviewer 0x07f0218c NP_Shutdown + 20
    4 com.apple.WebKit 0x0043a520 -[WebNetscapePluginPackage(Internal) _unloadWithShutdown:] + 96
    5 com.apple.WebKit 0x0043a4a8 -[WebNetscapePluginPackage wasRemovedFromPluginDatabase:] + 104
    6 com.apple.WebKit 0x0043a2a0 -[WebPluginDatabase(Internal) _removePlugin:] + 256
    7 com.apple.WebKit 0x0043a160 -[WebPluginDatabase close] + 80
    8 com.apple.Safari 0x0003ad80 0x1000 + 236928
    9 com.apple.Safari 0x0003a824 0x1000 + 235556
    10 com.apple.Safari 0x0003a6c0 0x1000 + 235200
    11 com.apple.Safari 0x0003a5dc 0x1000 + 234972
    12 com.apple.Safari 0x000cb148 0x1000 + 827720
    13 com.apple.Foundation 0x90b04e1c nsnotecallback + 180
    14 com.apple.CoreFoundation 0x9f4eeec0 __CFXNotificationPost + 368
    15 com.apple.CoreFoundation 0x9f4e6f20 _CFXNotificationPostNotification + 684
    16 com.apple.Foundation 0x90aef224 -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
    17 com.apple.AppKit 0x925b10e4 -[NSWindow _close] + 100
    18 com.apple.AppKit 0x925b1048 -[NSWindow close] + 36
    19 com.apple.Safari 0x00039f0c 0x1000 + 233228
    20 com.apple.Safari 0x00039e78 0x1000 + 233080
    21 com.apple.Foundation 0x90b0c92c -[NSArray makeObjectsPerformSelector:withObject:] + 264
    22 com.apple.AppKit 0x925b4054 -[NSApplication _deallocHardCore:] + 204
    23 com.apple.AppKit 0x925b2c1c -[NSApplication terminate:] + 520
    24 com.apple.AppKit 0x925b08b4 -[NSApplication sendAction:to:from:] + 108
    25 com.apple.Safari 0x0002c1e4 0x1000 + 176612
    26 com.apple.AppKit 0x9260b094 -[NSMenu performActionForItemAtIndex:] + 392
    27 com.apple.AppKit 0x9260ae18 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 104
    28 com.apple.AppKit 0x92512150 _NSHandleCarbonMenuEvent + 372
    29 com.apple.AppKit 0x9250fab4 _DPSNextEvent + 1280
    30 com.apple.AppKit 0x9250f3f8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    31 com.apple.Safari 0x00007f20 0x1000 + 28448
    32 com.apple.AppKit 0x9250b93c -[NSApplication run] + 472
    33 com.apple.AppKit 0x925fc458 NSApplicationMain + 452
    34 com.apple.Safari 0x000b779c 0x1000 + 747420
    35 com.apple.Safari 0x000b74a0 0x1000 + 746656
    Thread 1:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.apple.WebCore 0x0104dee0 WebCore::IconDatabase::syncThreadMainLoop() + 320
    3 com.apple.WebCore 0x0100a6a8 WebCore::IconDatabase::iconDatabaseSyncThread() + 424
    4 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 com.apple.CoreFoundation 0x9f4c79ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9f4c72b0 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x90b2db7c +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x90b054d8 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 com.apple.CoreFoundation 0x9f4c79ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9f4c72b0 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x90b2ca3c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x90b054d8 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9001f48c select + 12
    1 com.apple.CoreFoundation 0x9f4da240 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 ...ple.CoreServices.CarbonCore 0x90419d74 SwitchContexts + 96
    3 ...ple.CoreServices.CarbonCore 0x9040f9dc YieldToThread + 372
    4 ...ple.CoreServices.CarbonCore 0x90419cbc SetThreadState + 192
    5 ...ple.CoreServices.CarbonCore 0x90419bd8 SetThreadStateEndCritical + 144
    6 com.adobe.AcrobatPlugin.eBook 0x2bac4aec main + 5780
    7 com.adobe.AcrobatPlugin.eBook 0x2bac4a2c main + 5588
    8 com.adobe.AcrobatPlugin.eBook 0x2bac4994 main + 5436
    9 com.adobe.AcrobatPlugin.eBook 0x2bac4928 main + 5328
    10 com.adobe.AcrobatPlugin.eBook 0x2bac48ac main + 5204
    11 ...ple.CoreServices.CarbonCore 0x90419e18 InvokeThreadEntryUPP + 24
    12 ...ple.CoreServices.CarbonCore 0x90419a38 CooperativeThread + 220
    13 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90001810 pthreadmutexlock + 472
    2 com.apple.Foundation 0x90aeadcc -[NSLock lock] + 28
    3 com.adobe.acrobat.pdfviewer 0x07ef94b0 dyldstub_pthread_keycreate + 132982540
    4 com.adobe.acrobat.pdfviewer 0x07efacf0 dyldstub_pthread_keycreate + 132988748
    5 com.apple.Foundation 0x90b054d8 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90001810 pthreadmutexlock + 472
    2 com.apple.Foundation 0x90aeadcc -[NSLock lock] + 28
    3 com.adobe.acrobat.pdfviewer 0x07ef94b0 dyldstub_pthread_keycreate + 132982540
    4 com.adobe.acrobat.pdfviewer 0x07efacf0 dyldstub_pthread_keycreate + 132988748
    5 com.apple.Foundation 0x90b054d8 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 8:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90001810 pthreadmutexlock + 472
    2 com.apple.Foundation 0x90aeadcc -[NSLock lock] + 28
    3 com.adobe.acrobat.pdfviewer 0x07ef94b0 dyldstub_pthread_keycreate + 132982540
    4 com.adobe.acrobat.pdfviewer 0x07efacf0 dyldstub_pthread_keycreate + 132988748
    5 com.apple.Foundation 0x90b054d8 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 9:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90001810 pthreadmutexlock + 472
    2 com.apple.Foundation 0x90aeadcc -[NSLock lock] + 28
    3 com.adobe.acrobat.pdfviewer 0x07ef94b0 dyldstub_pthread_keycreate + 132982540
    4 com.adobe.acrobat.pdfviewer 0x07efacf0 dyldstub_pthread_keycreate + 132988748
    5 com.apple.Foundation 0x90b054d8 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 10:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90001810 pthreadmutexlock + 472
    2 com.apple.Foundation 0x90aeadcc -[NSLock lock] + 28
    3 com.adobe.acrobat.pdfviewer 0x07ef94b0 dyldstub_pthread_keycreate + 132982540
    4 com.adobe.acrobat.pdfviewer 0x07efacf0 dyldstub_pthread_keycreate + 132988748
    5 com.apple.Foundation 0x90b054d8 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 11:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 com.apple.CoreFoundation 0x9f4c79ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9f4c72b0 CFRunLoopRunSpecific + 268
    4 com.apple.audio.CoreAudio 0x91458524 HALRunLoop::OwnThread(void*) + 264
    5 com.apple.audio.CoreAudio 0x914582c4 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000007efcfec srr1: 0x000000000200f030 vrsave: 0x00000000fff00000
    cr: 0x44044242 xer: 0x0000000020000007 lr: 0x0000000007ef7710 ctr: 0x000000009000af40
    r0: 0x0000000007ef7710 r1: 0x00000000bfffd410 r2: 0x0000000007f276c8 r3: 0x0000000001bdd6e0
    r4: 0x0000000000000003 r5: 0x0000000000000030 r6: 0x000000000000002c r7: 0x0000000000000e03
    r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x0000000090072e18 r11: 0x00000000a0006a28
    r12: 0x000000009000af40 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000005776000 r19: 0x0000000001bbf0c0
    r20: 0x00000000a250d304 r21: 0x00000000004da1a0 r22: 0x00000000004da1a0 r23: 0x00000000004ca1a0
    r24: 0x00000000004da1a0 r25: 0x00000000004da1a0 r26: 0x00000000004da1a0 r27: 0x0000000001b11b10
    r28: 0x0000000001bdd6e0 r29: 0x000000000c28024b r30: 0x0000000000000001 r31: 0x0000000000000000
    Binary Images Description:
    0x1000 - 0x1dffff com.apple.Safari 3.2.1 (4525.27.1) /Applications/Safari.app/Contents/MacOS/Safari
    0x405000 - 0x4c3fff com.apple.WebKit 4525.27 (4525.27.1) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x551000 - 0x63afff com.apple.JavaScriptCore 4525.26 (4525.26.2) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x690000 - 0x77efff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x1008000 - 0x16dbfff com.apple.WebCore 4525.26 (4525.26.6) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x1f20000 - 0x1f21fff com.apple.aoa.halplugin 2.5.6 (2.5.6b5) /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x1f9f000 - 0x1fadfff AdobePersonalization /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Frameworks/AdobePersonalization.framework/AdobePerson alization
    0x5da8000 - 0x5daafff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x64a2000 - 0x68c5fff com.macromedia.Flash Player.plugin 9.0.151 (1.0.4f60) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x7a0c000 - 0x7a45fff com.apple.audio.SoundManager.Components 3.9.1 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x7ef0000 - 0x7f1bfff com.adobe.acrobat.pdfviewer 7.0.9 /Library/Internet Plug-Ins/AdobePDFViewer.plugin/Contents/MacOS/AdobePDFViewer
    0xa37c000 - 0xa396fff com.adobe.asneu.framework asn version 1.6.0f09 (1.0) /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Frameworks/asn.framework/asn
    0xa3f1000 - 0xa42afff com.adobe.selfhealer AdobeSelfHealing version 2.0.5 (2.0.5) /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Frameworks/AdobeSelfHealing.framework/AdobeSelfHealin g
    0xa452000 - 0xa4dafff Onix /Applications/Safari.app/Contents/Frameworks/Onix.Framework/Onix
    0x13557000 - 0x1356efff com.adobe.AcrobatPlugin.DVA 7.0 (7.0.0) /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/DVA.acroplugin/DVA
    0x18017000 - 0x1803bfff com.adobe.AcrobatPlugin.ImageViewer 7.0.0 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/ImageViewer.acroplugin/ImageViewer
    0x1807e000 - 0x18114fff com.adobe.AcrobatPlugin.JDFProdDef 7.0.5 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/JDFProdDef.acroplugin/JDFProdDef
    0x181dc000 - 0x1822ffff com.adobe.Preflight Preflight version 7.0.7 (109) (7.0.7 (109)) /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/Preflight.acroplugin/Preflight
    0x182cb000 - 0x1835efff AdobeJP2K /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x183ce000 - 0x1847afff AdobePDFPort_HFT /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Frameworks/AdobePDFPortHFT.framework/Versions/A/AdobePDFPortHFT
    0x185d6000 - 0x185fafff AdobeAXE8SharedExpat /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/ AdobeAXE8SharedExpat
    0x18631000 - 0x18656fff AdobeAXE16SharedExpat /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Frameworks/AdobeAXE16SharedExpat.framework/Versions/A /AdobeAXE16SharedExpat
    0x1868d000 - 0x186e2fff AdobeXMP /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x18745000 - 0x187f2fff AdobeAXSLE /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Frameworks/AdobeAXSLE.framework/Versions/A/AdobeAXSLE
    0x188eb000 - 0x18928fff MSL /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Frameworks/MSL.framework/Versions/A/MSL
    0x25000000 - 0x25bb5fff com.adobe.Acrobat.framework Acrobat version 7.0.8 (7.1.0) /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Frameworks/Acrobat.framework/Acrobat
    0x271bd000 - 0x27265fff AdobeACE /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x27318000 - 0x276d7fff AdobeAGM /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x27b6b000 - 0x27ba6fff AdobeARE /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
    0x27bf0000 - 0x27c17fff AdobeBIB /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x27c55000 - 0x27c7efff AdobeBIBUtils /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Frameworks/AdobeBibUtils.framework/Versions/A/AdobeBI BUtils
    0x27cc6000 - 0x27eebfff AdobeCoolType /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCo olType
    0x2a11a000 - 0x2a157fff com.adobe.AcrobatPlugin.Accessibility 7.0.7 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/Accessibility.acroplugin/Accessibility
    0x2a1a3000 - 0x2a7fcfff com.adobe.AcrobatPlugin.AcroForm 7.1.0 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/AcroForm.acroplugin/AcroForm
    0x2b1df000 - 0x2b20efff com.adobe.AcrobatPlugin.Catalog 7.0.0 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/Catalog.acroplugin/Catalog
    0x2b252000 - 0x2b2bffff com.adobe.AcrobatPlugin.Checkers 7.0.5 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/Checkers.acroplugin/Checkers
    0x2b3d0000 - 0x2b59afff com.adobe.AcrobatPlugin.Comments 7.1.0 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/Comments.acroplugin/Comments
    0x2b816000 - 0x2b934fff com.adobe.AcrobatPlugin.DigSig 7.1.0 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/DigSig.acroplugin/DigSig
    0x2ba67000 - 0x2ba73fff com.adobe.AcrobatPlugin.Distiller 7.0.5 (7.0.7) /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/DistillerPI.acroplugin/DistillerPI
    0x2bac1000 - 0x2bbb4fff com.adobe.AcrobatPlugin.eBook 7.0.7 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/eBook.acroplugin/eBook
    0x2bd8f000 - 0x2bdacfff com.adobe.AcrobatPlugin.EFS 7.0.5 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/EFS.acroplugin/EFS
    0x2bdde000 - 0x2bef9fff com.adobe.AcrobatPlugin.EScript 7.1.0 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/EScript.acroplugin/EScript
    0x2c041000 - 0x2c064fff com.adobe.AcrobatPlugin.EWH 7.0.7 (7.0.8) /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/EWH.acroplugin/EWH
    0x2c078000 - 0x2c079fff com.adobe.AcrobatPlugin.FlattenerView 7.0.0 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/FlattenerView.acroplugin/FlattenerView
    0x2c07f000 - 0x2c085fff com.adobe.AcrobatPlugin.HLS 7.0.0 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/HLS.acroplugin/HLS
    0x2c08f000 - 0x2c308fff com.adobe.AcrobatPlugin.HTML2PDF 7.0.5 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/HTML2PDF.acroplugin/HTML2PDF
    0x2c7b7000 - 0x2c886fff com.adobe.AcrobatPlugin.ImageConversion 7.1.0 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/ImageConversion.acroplugin/ImageConversion
    0x2c965000 - 0x2c98dfff com.adobe.mdkitadapter MDKitAdapter version 7.0.0 (7.0.5) /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/ImageConversion.acroplugin/Frameworks/MDKitA dapter.framework/MDKitAdapter
    0x2d07d000 - 0x2d080fff com.adobe.AcrobatPlugin.LegalPDF 7.0.5 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/LegalPDF.acroplugin/LegalPDF
    0x2d088000 - 0x2d2b0fff com.adobe.AcrobatPlugin.MakeAccessible 7.0.5 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/MakeAccessible.acroplugin/MakeAccessible
    0x2d711000 - 0x2d85efff com.adobe.AcrobatPlugin.Multimedia 7.0.5 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/Multimedia.acroplugin/Multimedia
    0x2dae1000 - 0x2dba3fff com.adobe.AcrobatPlugin.PaperCapture 7.0.5 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/PaperCapture.acroplugin/PaperCapture
    0x2dc75000 - 0x2dceafff com.adobe.AcrobatPlugin.PDDom 7.0.7 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/PDDom.acroplugin/PDDom
    0x2dd9a000 - 0x2de09fff com.adobe.AcrobatPlugin.Template 7.0.0 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/PictureTasks.acroplugin/PictureTasks
    0x2debe000 - 0x2e262fff com.adobe.AcrobatPlugin.PPKLite 7.1.0 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/PPKLite.acroplugin/PPKLite
    0x2e841000 - 0x2e880fff com.adobe.AcrobatPlugin.Reflow 7.0.5 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/Reflow.acroplugin/Reflow
    0x2e8fc000 - 0x2e93bfff com.adobe.AcrobatPlugin.SaveAsRTF 7.0.5 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/SaveAsRTF.acroplugin/SaveAsRTF
    0x2e997000 - 0x2e9e4fff com.adobe.AcrobatPlugin.SaveAsXML 7.0.0 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/SaveAsXML.acroplugin/SaveAsXML
    0x2ea95000 - 0x2eacffff com.adobe.AcrobatPlugin.Search 7.0.0 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/Search.acroplugin/Search
    0x2eb1e000 - 0x2eb30fff com.adobe.AcrobatPlugin.SendMail 7.1.0 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/SendMail.acroplugin/SendMail
    0x2eb50000 - 0x2ec09fff com.adobe.AcrobatPlugin.SOAP 7.0.5 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/SOAP.acroplugin/SOAP
    0x2ed14000 - 0x2ed60fff com.adobe.AcrobatPlugin.Spelling 7.0.5 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/Spelling.acroplugin/Spelling
    0x2eed3000 - 0x2eeedfff com.adobe.AcrobatPlugin.TablePicker 7.0.0 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/TablePicker.acroplugin/TablePicker
    0x2ef1a000 - 0x2f0f6fff com.adobe.AcrobatPlugin.TouchUp 7.0.5 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/TouchUp.acroplugin/TouchUp
    0x2f368000 - 0x2f3b1fff com.adobe.AcrobatPlugin.Updater 7.1.0 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/Updater.acroplugin/Updater
    0x2f4c0000 - 0x2f4e0fff com.adobe.AcrobatPlugin.WebLink 7.0.7 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/WebLink.acroplugin/WebLink
    0x2f50c000 - 0x2f5eefff com.adobe.AcrobatPlugin.Web2PDF 7.0.0 /Applications/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app/Contents/Plug-ins/Web2PDF.acroplugin/Web2PDF
    0x8fe00000 - 0x8fe52fff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x903b2000 - 0x90689fff com.apple.CoreServices.CarbonCore 681.19 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x909f9000 - 0x90a81fff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90adf000 - 0x90d12fff com.apple.Foundation 6.4.12 (567.42) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90ec6000 - 0x90f46fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90fe7000 - 0x90ffffff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x910d6000 - 0x91100fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91111000 - 0x9111ffff libz.1.dylib /usr/lib/libz.1.dylib
    0x91122000 - 0x912ddfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dc000 - 0x913e5fff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ec000 - 0x913f4fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f8000 - 0x91420fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91433000 - 0x9143efff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91443000 - 0x914befff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fb000 - 0x914fbfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x915c1000 - 0x915d0fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x915d9000 - 0x915e6fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91630000 - 0x91649fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x91675000 - 0x91706fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91841000 - 0x9189ffff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918ce000 - 0x918f2fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91906000 - 0x9192bfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9199c000 - 0x919b0fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91b4a000 - 0x91b68fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91c74000 - 0x91c78fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c7a000 - 0x91ce4fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91d08000 - 0x91d0bfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91e10000 - 0x91e52fff com.apple.LaunchServices 183 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91f4e000 - 0x91f6dfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fd9000 - 0x92047fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92052000 - 0x920e7fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x92507000 - 0x92b3afff com.apple.AppKit 6.4.10 (824.48) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92f29000 - 0x92f47fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f52000 - 0x92facfff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fca000 - 0x92fcafff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fcc000 - 0x92fe0fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92ff8000 - 0x93008fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93014000 - 0x93029fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9303b000 - 0x930c2fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930d6000 - 0x930e1fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93133000 - 0x93143fff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9314f000 - 0x931b5fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931e6000 - 0x93235fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93263000 - 0x93280fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93292000 - 0x9329ffff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x933dc000 - 0x9350cfff com.apple.AddressBook.framework 4.0.6 (490) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x93706000 - 0x93712fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93717000 - 0x93737fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9374d000 - 0x9374efff com.apple.ServerControl 10.3.0 /System/Library/PrivateFrameworks/ServerControl.framework/Versions/A/ServerCont rol
    0x9378b000 - 0x9378bfff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93a4e000 - 0x93a6bfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x93a74000 - 0x93af5fff com.apple.SearchKit 1.0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9414d000 - 0x941bffff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941f8000 - 0x942bdfff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94310000 - 0x94310fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94312000 - 0x944d2fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9451c000 - 0x94559fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94561000 - 0x945b1fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945e3000 - 0x94604fff com.apple.framework.Admin 1.5.7 /System/Library/PrivateFrameworks/Admin.framework/Admin
    0x94619000 - 0x94619fff com.apple.AFPDefines 3.1.6 /System/Library/PrivateFrameworks/AFPDefines.framework/Versions/A/AFPDefines
    0x9466c000 - 0x946a4fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x946e9000 - 0x94705fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94719000 - 0x9475dfff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94c21000 - 0x94c92fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94fcb000 - 0x94fdafff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94fe2000 - 0x9500ffff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x95016000 - 0x95026fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x9572e000 - 0x95830fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x9588b000 - 0x95952fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x959a1000 - 0x959d0fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x96326000 - 0x963f8fff com.apple.ColorSync 4.4.11 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x964ac000 - 0x964e4fff com.apple.AE 312.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x96500000 - 0x96542fff com.apple.CFNetwork 129.24 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9675a000 - 0x9680bfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x96cdb000 - 0x96cf1fff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x96cf3000 - 0x96d13fff libKoreanConverter.dylib /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0x96d21000 - 0x96d2ffff libSimplifiedChineseConverter.dylib /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x96d37000 - 0x96d4afff libTraditionalChineseConverter.dylib /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x97b40000 - 0x97b86fff com.apple.ImageIO.framework 1.5.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x97ba8000 - 0x97c5ffff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x97e75000 - 0x97e8ffff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x97f0b000 - 0x97f49fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9aec8000 - 0x9aee6fff com.apple.OpenTransport 2.0 /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x9ba38000 - 0x9ba6efff com.apple.Syndication 1.0.7 (55) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9ba8e000 - 0x9baa0fff com.apple.SyndicationUI 1.0.7 (55) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x9e3ee000 - 0x9e42dfff com.apple.QuickTimeFireWireDV.component 7.6 (1290) /System/Library/QuickTime/QuickTimeFirewireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x9e436000 - 0x9e443fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9e45b000 - 0x9e78dfff com.apple.QuickTime 7.6.0 (1290) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9e875000 - 0x9e8a3fff com.apple.openscripting 1.2.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9e8bd000 - 0x9e8d6fff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9e8e6000 - 0x9e9d4fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x9e9d7000 - 0x9ed02fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9ed32000 - 0x9f2bafff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9f2ed000 - 0x9f3d2fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9f3da000 - 0x9f3dafff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9f3dc000 - 0x9f3f1fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x9f3f6000 - 0x9f47afff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x9f4a4000 - 0x9f57efff com.apple.CoreFoundation 6.4.11 (368.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9f5c7000 - 0x9f67efff com.apple.QD 3.10.27 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9f6bb000 - 0x9fa76fff com.apple.CoreGraphics 1.258.82 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9fb03000 - 0x9fb15fff libauto.dylib /usr/lib/libauto.dylib
    0x9fb1c000 - 0x9fb8cfff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9fba2000 - 0x9feb0fff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    Model: PowerMac4,2, BootROM 4.3.4f2, 1 processors, PowerPC G4 (2.1), 800 MHz, 512 MB
    Graphics: NVIDIA GeForce2 MX, GeForce2 MX, AGP, 32 MB
    Memory Module: DIMM0/J12, 256 MB, SDRAM, PC133-333
    Memory Module: DIMM1/J13, 256 MB, SDRAM, PC133-333
    Modem: Dash2, UCJ, V.92, 1.0F, APPLE VERSION 2.6.6
    Network Service: Built-in Ethernet, Ethernet, en0
    Parallel ATA Device: Maxtor 4D060H3, 55.9 GB
    Parallel ATA Device: PIONEER DVD-RW DVR-104
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: iMic USB audio system, Griffin Technology, Inc, Up to 12 Mb/sec, 100 mA
    USB Device: Apple Optical USB Mouse, Mitsumi Electric, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    Thanks for your time and assistance.

    As hpr3 says, if you just want to view the pdf in Safari it can display them natively.
    If you wanted to continue using Adobe, then Adobe Acrobat 7 isn't compatible with Safari 3+. Download Adobe Reader 9 and use that instead.

  • Dynamic Field Left Empty (k)

    I have a loan calculator that is working. As long as the
    field has
    something entered. If the field is left blank, it doesn't
    work because
    the variable assigned to the field is empty.
    How can I write an IF statement for this? I've tried:
    if (VariableStaffordLoanText.text == "") {
    _global.VariableStaffordLoanVar = 0;
    doesn't work.
    Also tried:
    if (VariableStaffordLoanText.text == null) {
    _global.VariableStaffordLoanVar = 0;
    Thoughts?
    -Kirk

    I put this in:
    trace("VariableStaffordLoanText.text
    01"+VariableStaffordLoanText.text);
    var value:Number =
    isNaN(parseInt(VariableStaffordLoanText.text)) ? 0 :
    parseInt(VariableStaffordLoanText.text);
    trace("VariableStaffordLoanText.text
    02"+VariableStaffordLoanText.text);
    It yielded nothing before and after your code.
    I'm just going to leave it as defining the text field with 0.
    Thanks for the help.
    -Kirk
    Rothrock wrote:
    > Just a test to see if there is an invisible character in
    the text field. If I
    > make a dynamic text field html enabled, the default
    seems to be a return.
    >
    > Over all there must be something else going on with your
    textfield. Because if
    > I use the following code it tells me the default input
    is "nothing".
    >
    > trace("Value is: ["+theField.text+"]")
    > if(theField.text==""){
    > trace("It is nothing");
    > }
    > if(theField.text==null){
    > trace("It is null");
    > }
    > if(theField.text==undefined){
    > trace("it is undefined");
    > }
    >
    > Anyways, the following line should help, maybe?
    >
    > var value:Number= isNaN(parseInt(theField.text)) ? 0 :
    parseInt(theField.text);
    >

Maybe you are looking for

  • Delivery and Invoice Numbering range

    Hi Friends Delivery and Invoice Numbering range Plant Wise. 1. I have one Company Code Many Plant. Whenever i am creating the Delivery and Invoice, i should want different Numbering range of Delivery Number and Invoice Numbers. So that i can understa

  • Windows XP, Celeron processor

    Does anyone know if I can develop java in Windows XP (Home Edition)with a Celeron processor. I got a laptop recently to help me study Java with windows\XP with an Intel Celeron CPU. 1000MHZ 256meg ram. My dos\prompt says 'javac' 'is not a recognised

  • PopUp Issue?

    Hi All                    I have a scenario where i am using one button and when i click on that button it wil populate one popup window ... and that popup window contains title window ...  when i click on the button the popup created second time and

  • Error after lastest system update

    I downloaded the new update this morning and now after I start up the console if I play a game or access any of the settings. For some odd reason whenever I finish whatever i was doing the Playstation doesn't eject disks and I can't access anything e

  • Invisible characters going crazy!

    I have a problem that doesn't go away, I am working happily in my InDesign document when suddenly all the invisible characters go crazy (see  BEFORE), the only solution that I have found is to restart InDesign and the invisible characters go back to