Interactivity in Framework 4

Hi,
I have problem with the following code when change the targeting framework from 4.5 to 4. The code is as below
<TextBox Grid.Row="2" Grid.Column="3" Text="{Binding CurrentPanditSearch.ProductLotF, TargetNullValue={x:Static sys:String.Empty}, UpdateSourceTrigger=PropertyChanged, ValidatesOnDataErrors=True}" CharacterCasing="Upper">
<i:Interaction.Triggers>
<i:EventTrigger EventName="LostFocus">
<i:InvokeCommandAction Command="{Binding HinLotFormatCommandF}" CommandParameter="{Binding Source=F}"/>
</i:EventTrigger>
</i:Interaction.Triggers>
</TextBox>
I got  the following error message.
Error 25
The tag 'Interaction.Triggers' does not exist in XML namespace 'http://schemas.microsoft.com/expression/2010/interactivity'.
How can I do the same trigger mechanism in Framewrok4 ? Looking for a solution.
Thanks in advance

I think it moved between .net4 and 4.5
Used to be in System.Windows.Interactivity.dll from Blend SDK for .NET 4.
Which this seems to confirm:
https://msdn.microsoft.com/en-us/library/system.windows.interactivity.interaction%28v=expression.40%29.aspx
Make sure you have that dll referenced.
Hope that helps.
Recent Technet articles: Property List Editing;
Dynamic XAML

Similar Messages

  • Interactive form in WD4A - dynamic table - adding rows

    Hi,
    I have a problem with dynamic table in WD4A. User can add row to table by clicking a button on form, but added rows are not transfered to mapped context node in my web dynpro application. I have made a lot of searches on SDN and I have found a lots of threads, but no answer.
    Maybe this should be a way:
    https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/9121. [original link is broken] [original link is broken] [original link is broken] - Read adobe data manually and create context element manualy too.. But I think this should be a part of webdynpro/interactive forms framework.
    Thanks for any answer!

    Hi, many thanks for your answer, so what do you think is the best solution for adding rows by user to interactive form's dynamic table?
    Manually read xml data during submit by this way: https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/9121. [original link is broken] [original link is broken] [original link is broken] ?
    Or is there better solution for this? (any link to some examples, blogs, etc...)
    Many thanks for any answer!

  • First connection with IC  webClient

    Hi,
    I've got a strange behaviour when I execute CRM_IC (in se80). 
    The IE is launched automatically and after a while (short time) a second IE shows up.
    In the first one I've got a Interaction Center framework which is visible but with only two buttons (Reject and Warm Transfer) and a white page (in the center of the application) which said : Loading... The second one is completly empty
    It seems that I have a profile error. So i've check out the profile on my user account and there is what I have :
    SAP_PCC_CRM_USER
    SAP_PCC_PARTNEREMPLOYEE
    SAP_PCC_PARTNEREMPLOYEE_CC
    SAP_PCC_SALES_REP
    SAP_PCC_SALES_REP_LEAN
    SAP_PCC_V02_PARTNEREMPLOYEE
    Do you have any cloues ?
    Kind regards
    Joseph
    Message was edited by:
            berthe joseph

    Hi Joseph,
    Try the following:
    Open IE 6 window. Goto Tools> Internet Options> Security> Custom Level> Scroll down to "Access data sources across domains" click enable. Scroll to "Navigate sub-frames across different domains" click enable.
    Hopefully it will work now.
    Regards,
    Khushboo
    <b>Reward points if it helps!</b>

  • How to Clone Service Ticket in BSP

    Hi, all my friends:
    I want to add one button called 'CLONE' in the view SrvTHead.
    when user click on it. copy the current Service Ticket (Case#) to create new Serivce Ticket.
    How to copy all BOL objects from original to new Service Ticket.
    Thanks,
    Zhang

    Hi Daniel,
    I do not think that oneorder copy is available via BOL. But SAPSDN77 is right about a PPF action: SAP delivers a standard COPY_DOCUMENT action, that you could either customize to appear in your action menu, or even invoke programmatically from a custom button, handled in DO_HANDLE_EVENT method of your view/component controller.
    To illustrate the second option, I have pasted necessary logic into a simple SE38 report, attached below (2 parts); you may need to remove COMMIT WORK statement when reusing this sample code, because Interaction Center framework already takes care of commit.
    I hope this helps you.
    Kind regards
    Walter
    REPORT zu01_clone_oneorder.
    INCLUDE crm_object_kinds_con.
    PARAMETERS:
      pa_guid             TYPE        crmt_object_guid DEFAULT 'DF53056D081A97F1A8B2001422B138BE'.
    DATA:
      lv_order_guid       TYPE        crmt_object_guid,
      lr_appl_object      TYPE REF TO object,
      lv_application_log  TYPE        balloghndl,
      lr_container        TYPE REF TO cl_swj_ppf_container,
      lr_action           TYPE REF TO cl_action_execute,
      lv_new_header_guid  TYPE        crmt_object_guid,
      lt_objects_to_save  TYPE        crmt_object_guid_tab.
    lv_order_guid = pa_guid.
    TRY.
      set source order
        CLASS ca_doc_crm_order DEFINITION LOAD.
        lr_appl_object ?= ca_doc_crm_order=>agent->create_persistent(
                            i_crm_obj_guid = lv_order_guid
                            i_crm_obj_kind = gc_object_kind-orderadm_h ).
        IF lr_appl_object IS NOT BOUND.
          WRITE: 'could not find source order'.
        ELSE.
        set target process type: could be obtained from source order
          CREATE OBJECT lr_container.
          lr_container->set_value( element_name = 'PROCESS_TYPE'
                                   data         = 'ZKF5'        ).

  • Applications crash when opening files on network drive

    The problem occurres when I try to open the tree-list on the "Open-File" dialog panel when on a network drive.
    Also... the folder presented to me in this dialog is one branch short of the current folder the program is working in.
    The crash does not occur on local hard disks.
    The programs that suffer this behaviour are: Quark 7.02, (Photoshop, Indesign, Illustrator,Acrobat CS2), Office 2004.
    The programs that don not suffer this behaviour are: Apple's Pages, Apple's Keynote and Apple's PDF Preview.
    My system never behaved like this before. I tried repairing permissions but no change.
    Please Help!
    Best regards,
    Jackey
    2,5 GHz PowerPC G5 (4x)   Mac OS X (10.4.8)   Mac OSX Server 10.4.8

    This problem is becoming a real P.I.T.A.
    Anyone out there that has a clue what is happening here.
    Checked my Macbook Pro but all is working fine there.
    Re-installed the combo upgrade but no change.
    Crashreporter:
    =====================================
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE AdobeCrashReport SYSTEM "AdobeCrashReporter.dtd">
    <crashreport version="1" applicationName="InDesign" applicationVersion="4040" build="4.0.4.658">
    <time year="2007" month="2" day="21" hour="10" minute="12" second="53" />
    <user host="QuadG5.local" />
    <system platform="macintosh" osversion="10.4.8" ram="8192" machine="Power Macintosh" model="PowerMac11,2" cpuCount="4" cpuFreq="-1794967296" busFreq="1250000000" />
    <crash exception="Unmapped Memory Exception" instruction="80440000">
    <backtrace crashedThread="0">
    <thread index="0">
    <stackStatement index="0" address="0x9314d278" symbolname="_ZN8TNavNodeC4ERKS"/>
    <stackStatement index="1" address="0x931772a4" symbolname="__ZN10TPathPopup9FillPopupEv"/>
    <stackStatement index="2" address="0x93177b58" symbolname="__ZN10TPathPopup8ValidateEv"/>
    <stackStatement index="3" address="0x93177ec0" symbolname="__ZN10TPathPopup11MenuHandlerEP25OpaqueEventHandlerCallRefP14Opaque EventRef"/>
    <stackStatement index="4" address="0x93207554" symbolname="__Z23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14Ha ndlerCallRec"/>
    <stackStatement index="5" address="0x93206cac" symbolname="__Z30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventT argetRefP14HandlerCallRec"/>
    <stackStatement index="6" address="0x93206b28" symbolname="_SendEventToEventTargetWithOptions"/>
    <stackStatement index="7" address="0x9329ecb8" symbolname="__Z18SendTrackingStatusmP8MenuDatammmmh"/>
    <stackStatement index="8" address="0x93432af0" symbolname="__Z17SendBeginTrackingP8MenuDatammP14MenuSelectData"/>
    <stackStatement index="9" address="0x9329dcc4" symbolname="_Z17SetupMenuTrackingR14MenuSelectDatah5PointdP8MenuDatamPK4RectS6_PP7GDeviceS6_ PK10_CFString"/>
    <stackStatement index="10" address="0x932d7a8c" symbolname="_Z19PopUpMenuSelectCoreP8MenuData5PointdS1_PP7GDevicePK4RecttmS7_S7_PK10_CFStringPP13OpaqueMenuRefPt"/>
    <stackStatement index="11" address="0x932d79c0" symbolname="__HandlePopUpMenuSelection5"/>
    <stackStatement index="12" address="0x933c3650" symbolname="__ZN13HIPopupButton9TrackMenuEv"/>
    <stackStatement index="13" address="0x933c3308" symbolname="__ZN13HIPopupButton15TrackSelfCommonEsPs"/>
    <stackStatement index="14" address="0x933c3284" symbolname="__ZN13HIPopupButton9TrackSelfEP14OpaqueEventRefPs"/>
    <stackStatement index="15" address="0x9322a23c" symbolname="__ZN6HIView12EventHandlerEP25OpaqueEventHandlerCallRefP14OpaqueEven tRefPv"/>
    <stackStatement index="16" address="0x93207554" symbolname="__Z23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14Ha ndlerCallRec"/>
    <stackStatement index="17" address="0x93206cac" symbolname="__Z30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventT argetRefP14HandlerCallRec"/>
    <stackStatement index="18" address="0x93206b28" symbolname="_SendEventToEventTargetWithOptions"/>
    <stackStatement index="19" address="0x932bf038" symbolname="__Z19SendControlDefTrackP6HIViewRK7CGPointPmPFvP16OpaqueControlRefs EP14OpaqueEventRefPs"/>
    <stackStatement index="20" address="0x932bee90" symbolname="__ZN6HIView13ClickInternalERK7CGPointmPFvP16OpaqueControlRefsEP14Op aqueEventRefb"/>
    <stackStatement index="21" address="0x9329bd6c" symbolname="__ZN6HIView9ClickSelfEP14OpaqueEventRef"/>
    <stackStatement index="22" address="0x9322b3ac" symbolname="__ZN6HIView12EventHandlerEP25OpaqueEventHandlerCallRefP14OpaqueEven tRefPv"/>
    <stackStatement index="23" address="0x93207554" symbolname="__Z23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14Ha ndlerCallRec"/>
    <stackStatement index="24" address="0x93206cac" symbolname="__Z30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventT argetRefP14HandlerCallRec"/>
    <stackStatement index="25" address="0x9320da60" symbolname="_SendEventToEventTarget"/>
    <stackStatement index="26" address="0x9329bafc" symbolname="__ZN6HIView5ClickEP14OpaqueEventRef"/>
    <stackStatement index="27" address="0x9329b9c8" symbolname="_HIViewClick"/>
    <stackStatement index="28" address="0x9329b974" symbolname="_HandleClickAsHIView"/>
    <stackStatement index="29" address="0x9329b2e8" symbolname="_HandleWindowClick"/>
    <stackStatement index="30" address="0x9329ad78" symbolname="_HandleMouseEvent"/>
    <stackStatement index="31" address="0x93249e80" symbolname="_StandardWindowEventHandler"/>
    <stackStatement index="32" address="0x93207554" symbolname="__Z23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14Ha ndlerCallRec"/>
    <stackStatement index="33" address="0x93206cac" symbolname="__Z30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventT argetRefP14HandlerCallRec"/>
    <stackStatement index="34" address="0x932468f8" symbolname="_CallNextEventHandler"/>
    <stackStatement index="35" address="0x93153068" symbolname="__ZN13TBrowseDialog18EventWindowHandlerEP25OpaqueEventHandlerCallRe fP14OpaqueEventRef"/>
    <stackStatement index="36" address="0x93152b90" symbolname="__ZN13TBrowseDialog26EventWindowHandlerDispatchEP25OpaqueEventHandl erCallRefP14OpaqueEventRefPv"/>
    <stackStatement index="37" address="0x93207554" symbolname="__Z23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14Ha ndlerCallRec"/>
    <stackStatement index="38" address="0x93206cac" symbolname="__Z30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventT argetRefP14HandlerCallRec"/>
    <stackStatement index="39" address="0x9320da60" symbolname="_SendEventToEventTarget"/>
    <stackStatement index="40" address="0x93299d48" symbolname="__Z25HandleMouseEventForWindowP15OpaqueWindowPtrP14OpaqueEventReft" />
    <stackStatement index="41" address="0x932992c0" symbolname="__Z16HandleMouseEventP14OpaqueEventRef"/>
    <stackStatement index="42" address="0x9320ddcc" symbolname="__Z29ToolboxEventDispatcherHandlerP25OpaqueEventHandlerCallRefP14Op aqueEventRefPv"/>
    <stackStatement index="43" address="0x932077a4" symbolname="__Z23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14Ha ndlerCallRec"/>
    <stackStatement index="44" address="0x93206cac" symbolname="__Z30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventT argetRefP14HandlerCallRec"/>
    <stackStatement index="45" address="0x9320da60" symbolname="_SendEventToEventTarget"/>
    <stackStatement index="46" address="0x9324e7a0" symbolname="_ToolboxEventDispatcher"/>
    <stackStatement index="47" address="0x932ed3d8" symbolname="_TryEventDispatcher"/>
    <stackStatement index="48" address="0x932ed02c" symbolname="_GetOrPeekEvent"/>
    <stackStatement index="49" address="0x932ece84" symbolname="_GetNextEventMatchingMask"/>
    <stackStatement index="50" address="0x932ecc10" symbolname="_WNEInternal"/>
    <stackStatement index="51" address="0x932ecb70" symbolname="_WaitNextEvent"/>
    <stackStatement index="52" address="0x9315db3c" symbolname="__ZN13TBrowseDialog9EventLoopEv"/>
    <stackStatement index="53" address="0x93154af4" symbolname="__ZN13TBrowseDialog11StartDialogEv"/>
    <stackStatement index="54" address="0x9315bcec" symbolname="__ZN16NavGetFileDialog11StartDialogEv"/>
    <stackStatement index="55" address="0x93142a14" symbolname="_ZN11_NavDialog3RunEv"/>
    <stackStatement index="56" address="0x93142948" symbolname="_NavDialogRun"/>
    <stackStatement index="57" address="0x1e79bfa4" symbolname="_ZN5adobe3aws17UIDataInternalMac21PlatformExecuteDialogERNS03gen6StringItEE"/>
    <stackStatement index="58" address="0x1e826938" symbolname="__ZN5adobe3aws14UIDataInternal13ExecuteDialogEv"/>
    <stackStatement index="59" address="0x1e7927a8" symbolname="AWS_CUI_ExecuteDialogInternal"/>
    <stackStatement index="60" address="0x1e1b7534" symbolname="_GetPlugIn"/>
    <stackStatement index="61" address="0x1e1a7108" symbolname="_GetPlugIn"/>
    <stackStatement index="62" address="0x2b088890" symbolname="_ZN19MOpenFileDialogBase8DoDialogEP6IDFileR11SysFileListsPK8PMStringS6"/>
    <stackStatement index="63" address="0x1993bf60" symbolname="__code_start_"/>
    <stackStatement index="64" address="0x1a9db53c" symbolname="__code_start_"/>
    <stackStatement index="65" address="0x171ca0f0" symbolname="_GetPlugIn"/>
    <stackStatement index="66" address="0x171cfd90" symbolname="_GetPlugIn"/>
    <stackStatement index="67" address="0x1b9065e8" symbolname="dyldstub_bindinghelper"/>
    <stackStatement index="68" address="0x1b92551c" symbolname="_GetPlugIn"/>
    <stackStatement index="69" address="0x00002c58" symbolname="_main"/>
    <stackStatement index="70" address="0x000024fc" symbolname="__start"/>
    <stackStatement index="71" address="0x00002370" symbolname="__code_start_"/>
    <stackStatement index="72" address="0x00001000" symbolname="unknown"/>
    </thread>
    </backtrace>
    <registerSet>
    <register name="CTR" value="0x90000dc8"/>
    <register name="LR" value="0x93187f78"/>
    <register name="PC" value="0x9314d278"/>
    <register name="CR" value="0x24022404"/>
    <register name="XER" value="0000000000"/>
    <register name="MQ" value="0x0200f030"/>
    <register name="R0" value="0000000000"/>
    <register name="R1" value="0x93187f60"/>
    <register name="R2" value="0xbfffca70"/>
    <register name="R3" value="0xa0001fac"/>
    <register name="R4" value="0x283768a0"/>
    <register name="R5" value="0xfffffff0"/>
    <register name="R6" value="0000000000"/>
    <register name="R7" value="0x283768a0"/>
    <register name="R8" value="0000000000"/>
    <register name="R9" value="0x00000001"/>
    <register name="R10" value="0000000000"/>
    <register name="R11" value="0x93142500"/>
    <register name="R12" value="0xa313e660"/>
    <register name="R13" value="0x90000dc8"/>
    <register name="R14" value="0x00000002"/>
    <register name="R15" value="0000000000"/>
    <register name="R16" value="0xa32072b8"/>
    <register name="R17" value="0x1f3d1000"/>
    <register name="R18" value="0xbfffcd40"/>
    <register name="R19" value="0x6d656e75"/>
    <register name="R20" value="0x00000001"/>
    <register name="R21" value="0x28375500"/>
    <register name="R22" value="0xffffd96e"/>
    <register name="R23" value="0000000000"/>
    <register name="R24" value="0xbfffce90"/>
    <register name="R25" value="0xfffffff0"/>
    <register name="R26" value="0000000000"/>
    <register name="R27" value="0x00000001"/>
    <register name="R28" value="0xbfffcac0"/>
    <register name="R29" value="0x283768a0"/>
    <register name="R30" value="0x0269bae8"/>
    <register name="R31" value="0x283768a0"/>
    </registerSet>
    <binaryImageSet>
    <binaryImage start="0x00001000" end="0x00005fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Adobe InDesign CS2"/>
    <binaryImage start="0x0000b000" end="0x000b5fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeACE.framework/Versions/A/AdobeACE"/>
    <binaryImage start="0x00205000" end="0x0061dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM"/>
    <binaryImage start="0x0105b000" end="0x01082fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB"/>
    <binaryImage start="0x010eb000" end="0x01129fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeARE.framework/Versions/A/AdobeARE"/>
    <binaryImage start="0x01146000" end="0x0116ffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBI BUtils"/>
    <binaryImage start="0x01191000" end="0x011abfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/asn.framework/Versions/A/asn"/>
    <binaryImage start="0x011c1000" end="0x011d0fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobePersonalization.framework/Versions/A/ AdobePersonalization"/>
    <binaryImage start="0x011d7000" end="0x011e9fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeRegistration.framework/Versions/A/Ado beRegistration"/>
    <binaryImage start="0x011f2000" end="0x011fefff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeCrashReporter.framework/Versions/A/Ad obeCrashReporter"/>
    <binaryImage start="0x015f8000" end="0x0182cfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeCoolType.framework/Versions/A/AdobeCo olType"/>
    <binaryImage start="0x0193c000" end="0x01c1efff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS"/>
    <binaryImage start="0x01d91000" end="0x01e2dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeSVGExport.framework/Versions/A/AdobeS VGExport"/>
    <binaryImage start="0x16e0b000" end="0x16e0bfff" type="__TEXT" path="/System/Library/Components/AppleScript.component/Contents/MacOS/AppleScri pt"/>
    <binaryImage start="0x16e12000" end="0x16e15fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/FontAgentPro.framework/Contents/MacOS/FontAgentPro"/>
    <binaryImage start="0x16e2b000" end="0x16e2dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Metadata Database Filter.framework/Contents/MacOS/Metadata Database Filter"/>
    <binaryImage start="0x16e42000" end="0x16e42fff" type="__TEXT" path="/System/Library/Filesystems/URLMount/afp.URLMounter/Contents/MacOS/afp"/>
    <binaryImage start="0x16f16000" end="0x16f18fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Global Preferences Panel.framework/Contents/MacOS/Global Preferences Panel"/>
    <binaryImage start="0x16f31000" end="0x16f3dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Script/Scripts Panel.framework/Contents/MacOS/Scripts Panel"/>
    <binaryImage start="0x16ff7000" end="0x16ffffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/InCopySharedUI.framework/Contents/MacOS/InCopyS haredUI"/>
    <binaryImage start="0x17006000" end="0x1700cfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Online/Update Manager.framework/Contents/MacOS/Update Manager"/>
    <binaryImage start="0x17041000" end="0x1705ffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/Resources/Runtime_Support/runtime6.bundle/Contents/MacOS/runti me6"/>
    <binaryImage start="0x17041000" end="0x1705ffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/Resources/Runtime_Support/runtime6.bundle/Contents/MacOS/runti me6"/>
    <binaryImage start="0x17067000" end="0x17070fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/Resources/almauthenticator.framework/almauthenticator"/>
    <binaryImage start="0x17179000" end="0x1717efff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Workgroup/Workgroup UI.framework/Contents/MacOS/Workgroup UI"/>
    <binaryImage start="0x17181000" end="0x17184fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/SimpleTextImportFilter.framework/Contents/MacOS/SimpleText ImportFilter"/>
    <binaryImage start="0x171bf000" end="0x171f6fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Actions.framework/Contents/MacOS/Actions"/>
    <binaryImage start="0x1723e000" end="0x1725dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/IME.framework/Contents/MacOS/IME"/>
    <binaryImage start="0x1727b000" end="0x1727dfff" type="__TEXT" path="/System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings"/>
    <binaryImage start="0x1730a000" end="0x17312fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/UI/General Preferences Panel.framework/Contents/MacOS/General Preferences Panel"/>
    <binaryImage start="0x174c7000" end="0x1751cfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/Resources/Runtime_Support/runtime1.bundle/Contents/MacOS/runti me1"/>
    <binaryImage start="0x1752e000" end="0x1759bfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/Frameworks/adobelm.bundle/Contents/MacOS/adobelm"/>
    <binaryImage start="0x175c0000" end="0x1765bfff" type="__TEXT" path="/Library/Application Support/Adobe/AGL/AGLUnicode.framework/Versions/2.8/libagluc.dylib.28.0"/>
    <binaryImage start="0x179f2000" end="0x179fbfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/UI/Help.framework/Contents/MacOS/Help"/>
    <binaryImage start="0x17a71000" end="0x17a79fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Sections UI.framework/Contents/MacOS/Sections UI"/>
    <binaryImage start="0x17aae000" end="0x17ad1fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Optical Kerning.framework/Contents/MacOS/Optical Kerning"/>
    <binaryImage start="0x17bb8000" end="0x17c0cfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Dictionaries/Proximity/Proximity.framework/Contents/MacOS/Proximit y"/>
    <binaryImage start="0x17c18000" end="0x17c3efff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Text Wrap Panel.framework/Contents/MacOS/Text Wrap Panel"/>
    <binaryImage start="0x17db0000" end="0x17db3fff" type="__TEXT" path="/System/Library/Components/Ink.component/Contents/MacOS/Ink"/>
    <binaryImage start="0x17e76000" end="0x17edefff" type="__TEXT" path="/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder"/>
    <binaryImage start="0x1815d000" end="0x18215fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/InCopyWorkflow.framework/Contents/MacOS/InCopyW orkflow"/>
    <binaryImage start="0x18257000" end="0x18314fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/Tagged Text Attributes.framework/Contents/MacOS/Tagged Text Attributes"/>
    <binaryImage start="0x19053000" end="0x190ccfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/PMPack/DataMerge.framework/Contents/MacOS/DataMerge"/>
    <binaryImage start="0x1919a000" end="0x191f3fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Behavior.framework/Contents/MacOS/Behavior"/>
    <binaryImage start="0x19205000" end="0x1921bfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/UI/Performance UI.framework/Contents/MacOS/Performance UI"/>
    <binaryImage start="0x19296000" end="0x19304fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/XMLParser.framework/Contents/MacOS/XMLParser"/>
    <binaryImage start="0x19326000" end="0x19381fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeAXEParser.framework/Versions/A/AdobeA XEParser"/>
    <binaryImage start="0x19411000" end="0x19419fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Text Color Panel.framework/Contents/MacOS/Text Color Panel"/>
    <binaryImage start="0x1941e000" end="0x1945dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Book Panel.framework/Contents/MacOS/Book Panel"/>
    <binaryImage start="0x19907000" end="0x19917fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Workgroup Client.framework/Contents/MacOS/Workgroup Client"/>
    <binaryImage start="0x1991c000" end="0x19933fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Document Actions.framework/Contents/MacOS/Document Actions"/>
    <binaryImage start="0x1993b000" end="0x19961fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Open Place.framework/Contents/MacOS/Open Place"/>
    <binaryImage start="0x1996b000" end="0x199acfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/CompFontMgr.framework/Contents/MacOS/CompFontMg r"/>
    <binaryImage start="0x199b9000" end="0x19a40fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/CJK Text Attributes.framework/Contents/MacOS/CJK Text Attributes"/>
    <binaryImage start="0x19a57000" end="0x19a83fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Utility/Plugin Manager.framework/Contents/MacOS/Plugin Manager"/>
    <binaryImage start="0x19a91000" end="0x19af8fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Asset PubLibrary.framework/Contents/MacOS/Asset PubLibrary"/>
    <binaryImage start="0x19b09000" end="0x19b43fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Asset Library Panel.framework/Contents/MacOS/Asset Library Panel"/>
    <binaryImage start="0x19b54000" end="0x19b84fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/Color Management UI.framework/Contents/MacOS/Color Management UI"/>
    <binaryImage start="0x19b8e000" end="0x19bf6fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/Color Picker Panel.framework/Contents/MacOS/Color Picker Panel"/>
    <binaryImage start="0x19c0c000" end="0x19c2afff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/Swatch Library Panel.framework/Contents/MacOS/Swatch Library Panel"/>
    <binaryImage start="0x19c34000" end="0x19c4efff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Layout Adjustment.framework/Contents/MacOS/Layout Adjustment"/>
    <binaryImage start="0x19ca6000" end="0x19d2cfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/Swatches Panel.framework/Contents/MacOS/Swatches Panel"/>
    <binaryImage start="0x19d47000" end="0x19ddbfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Scripting.framework/Contents/MacOS/Scripting"/>
    <binaryImage start="0x19de9000" end="0x19e54fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/INXCore.framework/Contents/MacOS/INXCore"/>
    <binaryImage start="0x19e62000" end="0x19e9dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Support for AppleScript.framework/Contents/MacOS/Support for AppleScript"/>
    <binaryImage start="0x19ea5000" end="0x19ee6fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Script/Support for JavaScript.framework/Contents/MacOS/Support for JavaScript"/>
    <binaryImage start="0x19f05000" end="0x19f64fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeExtendScript.framework/Versions/A/Ado beExtendScript"/>
    <binaryImage start="0x19fab000" end="0x19ffffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Knowledge Base.framework/Contents/MacOS/Knowledge Base"/>
    <binaryImage start="0x1a00e000" end="0x1a01afff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/UI/Tool Tips.framework/Contents/MacOS/Tool Tips"/>
    <binaryImage start="0x1a022000" end="0x1a0fffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Widgets.framework/Contents/MacOS/Widgets"/>
    <binaryImage start="0x1a145000" end="0x1a15dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Sections.framework/Contents/MacOS/Sections"/>
    <binaryImage start="0x1a166000" end="0x1a193fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Layers Panel.framework/Contents/MacOS/Layers Panel"/>
    <binaryImage start="0x1a1a2000" end="0x1a1b6fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/SING.framework/Contents/MacOS/SING"/>
    <binaryImage start="0x1a1bc000" end="0x1a21cfff" type="__TEXT" path="/Library/Application Support/Adobe/SING/SING.bundle/Contents/MacOS/SING"/>
    <binaryImage start="0x1a365000" end="0x1a3c5fff" type="__TEXT" path="/Library/Application Support/Adobe/SING/SING.bundle/Contents/MacOS/SING"/>
    <binaryImage start="0x1a513000" end="0x1a51dfff" type="__TEXT" path="/Library/Application Support/Adobe/SING/TINthread.dylib"/>
    <binaryImage start="0x1a688000" end="0x1a6cbfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Spline.framework/Contents/MacOS/Spline"/>
    <binaryImage start="0x1a6db000" end="0x1a6e7fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Group.framework/Contents/MacOS/Group"/>
    <binaryImage start="0x1a7bc000" end="0x1a809fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Book.framework/Contents/MacOS/Book"/>
    <binaryImage start="0x1a817000" end="0x1a93bfff" type="__TEXT" path="/Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support"/>
    <binaryImage start="0x1a9a7000" end="0x1a9c1fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Data Services/Transforms/Co-Author.framework/Contents/MacOS/Co-Author"/>
    <binaryImage start="0x1a9cd000" end="0x1a9d4fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/SaveBack.framework/Contents/MacOS/SaveBack"/>
    <binaryImage start="0x1a9da000" end="0x1a9e2fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Document UI.framework/Contents/MacOS/Document UI"/>
    <binaryImage start="0x1a9f7000" end="0x1a9fbfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Layout Adjustment Panel.framework/Contents/MacOS/Layout Adjustment Panel"/>
    <binaryImage start="0x1ab05000" end="0x1ab6dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Links.framework/Contents/MacOS/Links"/>
    <binaryImage start="0x1abcd000" end="0x1abeafff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Guides.framework/Contents/MacOS/Guides"/>
    <binaryImage start="0x1abf4000" end="0x1abfbfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Keeps Panel.framework/Contents/MacOS/Keeps Panel"/>
    <binaryImage start="0x1ad05000" end="0x1ad5efff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/Sangam Readers/Reader for Excel.framework/Contents/MacOS/Reader for Excel"/>
    <binaryImage start="0x1ae04000" end="0x1ae31fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/PMFileReader.dylib"/>
    <binaryImage start="0x1ae47000" end="0x1ae78fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Assignments.framework/Contents/MacOS/Assignment s"/>
    <binaryImage start="0x1ae86000" end="0x1aeaefff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Layer.framework/Contents/MacOS/Layer"/>
    <binaryImage start="0x1aecc000" end="0x1b5bbfff" type="__TEXT" path="/Library/Application Support/Adobe/AGL/AGLData.framework/Versions/2.8/libagldata.dylib.28.0"/>
    <binaryImage start="0x1b7e8000" end="0x1b7f5fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Import Export UI.framework/Contents/MacOS/Import Export UI"/>
    <binaryImage start="0x1b905000" end="0x1b9f8fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/AppFramework.framework/Contents/MacOS/AppFramew ork"/>
    <binaryImage start="0x1bb63000" end="0x1bc43fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Application UI.framework/Contents/MacOS/Application UI"/>
    <binaryImage start="0x1bc82000" end="0x1bcc7fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Text Walker.framework/Contents/MacOS/Text Walker"/>
    <binaryImage start="0x1bcd5000" end="0x1bd21fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Linguistics.framework/Contents/MacOS/Linguistic s"/>
    <binaryImage start="0x1bd33000" end="0x1bd81fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Text Panel.framework/Contents/MacOS/Text Panel"/>
    <binaryImage start="0x1bd93000" end="0x1bdd6fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Spelling Panel.framework/Contents/MacOS/Spelling Panel"/>
    <binaryImage start="0x1bde6000" end="0x1be75fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Text Editor.framework/Contents/MacOS/Text Editor"/>
    <binaryImage start="0x1be8d000" end="0x1bfc1fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Layout UI.framework/Contents/MacOS/Layout UI"/>
    <binaryImage start="0x1bfef000" end="0x1c081fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Hyperlinks.framework/Contents/MacOS/Hyperlinks" />
    <binaryImage start="0x1c094000" end="0x1c0edfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Master Page.framework/Contents/MacOS/Master Page"/>
    <binaryImage start="0x1c0fb000" end="0x1c116fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Utilities.framework/Contents/MacOS/Utilities"/>
    <binaryImage start="0x1c120000" end="0x1c224fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Color Management.framework/Contents/MacOS/Color Management"/>
    <binaryImage start="0x1c267000" end="0x1c275fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Spelling Service.framework/Contents/MacOS/Spelling Service"/>
    <binaryImage start="0x1c27c000" end="0x1c2d2fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Text Wrap.framework/Contents/MacOS/Text Wrap"/>
    <binaryImage start="0x1c2e2000" end="0x1c2effff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Find Change Format Panel.framework/Contents/MacOS/Find Change Format Panel"/>
    <binaryImage start="0x1c405000" end="0x1c48afff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Booklet/InBooklet SE.4x.pln.framework/Contents/MacOS/InBooklet SE.4x.pln"/>
    <binaryImage start="0x1c605000" end="0x1c722fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Document Framework.framework/Contents/MacOS/Document Framework"/>
    <binaryImage start="0x1c745000" end="0x1c8f2fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/XML.framework/Contents/MacOS/XML"/>
    <binaryImage start="0x1c96c000" end="0x1ca76fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/XMedia/XMedia UI.framework/Contents/MacOS/XMedia UI"/>
    <binaryImage start="0x1caa6000" end="0x1cc85fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Table Model.framework/Contents/MacOS/Table Model"/>
    <binaryImage start="0x1ccaf000" end="0x1cd83fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Tables/Tables UI.framework/Contents/MacOS/Tables UI"/>
    <binaryImage start="0x1cda0000" end="0x1cebafff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Galley.framework/Contents/MacOS/Galley"/>
    <binaryImage start="0x1ced4000" end="0x1cfb0fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Graphics.framework/Contents/MacOS/Graphics"/>
    <binaryImage start="0x1cfc7000" end="0x1d039fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Transparency.framework/Contents/MacOS/Transpare ncy"/>
    <binaryImage start="0x1d051000" end="0x1d46efff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Text.framework/Contents/MacOS/Text"/>
    <binaryImage start="0x1d4d5000" end="0x1d53afff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Gradient Fill.framework/Contents/MacOS/Gradient Fill"/>
    <binaryImage start="0x1d54e000" end="0x1d6defff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Generic Page Item.framework/Contents/MacOS/Generic Page Item"/>
    <binaryImage start="0x1d709000" end="0x1d824fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Print.framework/Contents/MacOS/Print"/>
    <binaryImage start="0x1d87c000" end="0x1d8fffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/CJKGrid.framework/Contents/MacOS/CJKGrid"/>
    <binaryImage start="0x1d910000" end="0x1d962fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Stroke and Fill.framework/Contents/MacOS/Stroke and Fill"/>
    <binaryImage start="0x1d970000" end="0x1d9ebfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/FormField.framework/Contents/MacOS/FormField"/>
    <binaryImage start="0x1da00000" end="0x1da46fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Find and Change Panel.framework/Contents/MacOS/Find and Change Panel"/>
    <binaryImage start="0x1da7f000" end="0x1da96fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/PMPack/PMWelcomeScreen.framework/Contents/MacOS/PMWelcomeScreen"/>
    <binaryImage start="0x1daa4000" end="0x1daf2fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeScCore.framework/Versions/A/AdobeScCo re"/>
    <binaryImage start="0x1db28000" end="0x1dbbffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeUpdater.framework/Versions/A/AdobeUpd ater"/>
    <binaryImage start="0x1dc24000" end="0x1e111fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/HighLevelAPI.framework/Contents/MacOS/HighLevel API"/>
    <binaryImage start="0x1e18d000" end="0x1e1dafff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/AWS.framework/Contents/MacOS/AWS"/>
    <binaryImage start="0x1e1f3000" end="0x1e52afff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/versioncue.framework/Versions/a/versioncue "/>
    <binaryImage start="0x1e790000" end="0x1ea37fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/versioncueui.framework/Versions/a/versionc ueui"/>
    <binaryImage start="0x1ebc6000" end="0x1ec20fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP"/>
    <binaryImage start="0x1ec46000" end="0x1ec6afff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/ AdobeAXE8SharedExpat"/>
    <binaryImage start="0x1ed14000" end="0x1ed37fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Workgroup.framework/Contents/MacOS/Workgroup"/>
    <binaryImage start="0x1ed3c000" end="0x1ed97fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Info Panel.framework/Contents/MacOS/Info Panel"/>
    <binaryImage start="0x1eda4000" end="0x1edf3fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Hyperlinks Panel.framework/Contents/MacOS/Hyperlinks Panel"/>
    <binaryImage start="0x1ee05000" end="0x1eec0fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Indexing.framework/Contents/MacOS/Indexing"/>
    <binaryImage start="0x1eed7000" end="0x1ef9bfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/SangamServicer-Mapper.framework/Contents/MacOS/SangamServi cer-Mapper"/>
    <binaryImage start="0x1efdd000" end="0x1f036fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/Sangam.framework/Versions/A/Sangam"/>
    <binaryImage start="0x1f087000" end="0x1f0d3fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/Output Preview.framework/Contents/MacOS/Output Preview"/>
    <binaryImage start="0x1f0e4000" end="0x1f119fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/PNG Import Filter.framework/Contents/MacOS/PNG Import Filter"/>
    <binaryImage start="0x1f123000" end="0x1f1fafff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Image.framework/Contents/MacOS/Image"/>
    <binaryImage start="0x1f932000" end="0x1f9f9fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Font Manager.framework/Contents/MacOS/Font Manager"/>
    <binaryImage start="0x1fa0c000" end="0x1fb2dfff" type="__TEXT" path="/Library/Application Support/Adobe/SING/TIN.bundle/Contents/MacOS/TIN"/>
    <binaryImage start="0x20042000" end="0x20163fff" type="__TEXT" path="/Library/Application Support/Adobe/SING/TIN.bundle/Contents/MacOS/TIN"/>
    <binaryImage start="0x20678000" end="0x20799fff" type="__TEXT" path="/Library/Application Support/Adobe/SING/TIN.bundle/Contents/MacOS/TIN"/>
    <binaryImage start="0x20e8e000" end="0x20f37fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/EPS Page Item.framework/Contents/MacOS/EPS Page Item"/>
    <binaryImage start="0x20f55000" end="0x20f72fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobePDFSettings.framework/Versions/A/Adob ePDFSettings"/>
    <binaryImage start="0x20f92000" end="0x20fb7fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeAXE16SharedExpat.framework/Versions/A /AdobeAXE16SharedExpat"/>
    <binaryImage start="0x20fcf000" end="0x20fe0fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Layout.framework/Contents/MacOS/Layout"/>
    <binaryImage start="0x21000000" end="0x21028fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/TextPanelLib.dylib"/>
    <binaryImage start="0x21037000" end="0x21158fff" type="__TEXT" path="/Library/Application Support/Adobe/SING/TIN.bundle/Contents/MacOS/TIN"/>
    <binaryImage start="0x2196d000" end="0x21aa4fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/PDF.framework/Contents/MacOS/PDF"/>
    <binaryImage start="0x21ae0000" end="0x21f64fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL"/ >
    <binaryImage start="0x221d6000" end="0x22269fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K"/ >
    <binaryImage start="0x22282000" end="0x22329fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobePDFPort.framework/Versions/A/AdobePDF Port"/>
    <binaryImage start="0x223e8000" end="0x22430fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Basic Tools.framework/Basic Tools"/>
    <binaryImage start="0x22448000" end="0x22477fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Spread UI.framework/Contents/MacOS/Spread UI"/>
    <binaryImage start="0x22481000" end="0x22560fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Spread.framework/Contents/MacOS/Spread"/>
    <binaryImage start="0x22673000" end="0x2268bfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/UI/DockBar.framework/Contents/MacOS/DockBar"/>
    <binaryImage start="0x226a6000" end="0x226affff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/PMPack/CropTool.framework/Contents/MacOS/CropTool"/>
    <binaryImage start="0x226be000" end="0x2273bfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/Sangam Readers/Reader For PageMaker.framework/Contents/MacOS/Reader For PageMaker"/>
    <binaryImage start="0x227b0000" end="0x227f8fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Path Type.framework/Contents/MacOS/Path Type"/>
    <binaryImage start="0x22806000" end="0x22829fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Control Panel.framework/Contents/MacOS/Control Panel"/>
    <binaryImage start="0x22832000" end="0x22859fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Transform Panel.framework/Contents/MacOS/Transform Panel"/>
    <binaryImage start="0x22862000" end="0x228bcfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Character Panel.framework/Contents/MacOS/Character Panel"/>
    <binaryImage start="0x228d3000" end="0x228e7fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Path Type UI.framework/Contents/MacOS/Path Type UI"/>
    <binaryImage start="0x22a05000" end="0x22a3efff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Interactive/FormFieldUI.framework/Contents/MacOS/FormFieldUI"/>
    <binaryImage start="0x22a50000" end="0x22ab1fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/Graphic Panels.framework/Contents/MacOS/Graphic Panels"/>
    <binaryImage start="0x22ac4000" end="0x22b27fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Spline UI.framework/Contents/MacOS/Spline UI"/>
    <binaryImage start="0x22b49000" end="0x22b77fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Eyedropper Tool.framework/Contents/MacOS/Eyedropper Tool"/>
    <binaryImage start="0x22b82000" end="0x22bd0fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Glyphs Panel.framework/Contents/MacOS/Glyphs Panel"/>
    <binaryImage start="0x22be2000" end="0x22c4efff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Pages Panel.framework/Contents/MacOS/Pages Panel"/>
    <binaryImage start="0x22c63000" end="0x22c78fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Text Style Panel.framework/Contents/MacOS/Text Style Panel"/>
    <binaryImage start="0x22c7e000" end="0x22caffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Style Panel.framework/Contents/MacOS/Style Panel"/>
    <binaryImage start="0x22cc1000" end="0x22ccafff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Story Panel.framework/Contents/MacOS/Story Panel"/>
    <binaryImage start="0x22cd0000" end="0x22d25fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/ObjectStylesUI.framework/Contents/MacOS/ObjectStylesUI"/>
    <binaryImage start="0x22d3c000" end="0x22d6dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/Gradient Panel.framework/Contents/MacOS/Gradient Panel"/>
    <binaryImage start="0x22d99000" end="0x22da3fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/Generic Style Editor.framework/Contents/MacOS/Generic Style Editor"/>
    <binaryImage start="0x22dab000" end="0x22dc8fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/Transparency UI.framework/Contents/MacOS/Transparency UI"/>
    <binaryImage start="0x22dd2000" end="0x22de9fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Bookmark Panel.framework/Contents/MacOS/Bookmark Panel"/>
    <binaryImage start="0x22df5000" end="0x22df9fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Script/Script Label Panel.framework/Contents/MacOS/Script Label Panel"/>
    <binaryImage start="0x22e0f000" end="0x22e2dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Navigator Panel.framework/Contents/MacOS/Navigator Panel"/>
    <binaryImage start="0x22e3a000" end="0x22e8ffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Links Panel.framework/Contents/MacOS/Links Panel"/>
    <binaryImage start="0x22ea1000" end="0x22eeefff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Index Panel.framework/Contents/MacOS/Index Panel"/>
    <binaryImage start="0x23015000" end="0x23084fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/BNCore.framework/Contents/MacOS/BNCore"/>
    <binaryImage start="0x23094000" end="0x230d7fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/PMPack/BNUI.framework/Contents/MacOS/BNUI"/>
    <binaryImage start="0x230e6000" end="0x230eefff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Justification Panel.framework/Contents/MacOS/Justification Panel"/>
    <binaryImage start="0x230f3000" end="0x23119fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Paragraph Panel.framework/Contents/MacOS/Paragraph Panel"/>
    <binaryImage start="0x23123000" end="0x2312afff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Alignment Panel.framework/Contents/MacOS/Alignment Panel"/>
    <binaryImage start="0x23135000" end="0x2317efff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Text Wrap Path.framework/Contents/MacOS/Text Wrap Path"/>
    <binaryImage start="0x2318c000" end="0x2319ffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Page Item/Scotch Rules.framework/Contents/MacOS/Scotch Rules"/>
    <binaryImage start="0x231b4000" end="0x231cffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Rulers.framework/Contents/MacOS/Rulers"/>
    <binaryImage start="0x231ea000" end="0x231fdfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/UI/Tool Box.framework/Contents/MacOS/Tool Box"/>
    <binaryImage start="0x23207000" end="0x23251fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Text Attributes.framework/Contents/MacOS/Text Attributes"/>
    <binaryImage start="0x23261000" end="0x232acfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/Sangam Readers/Reader for RTF.framework/Contents/MacOS/Reader for RTF"/>
    <binaryImage start="0x23405000" end="0x23469fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/Sangam Readers/Reader for Word.framework/Contents/MacOS/Reader for Word"/>
    <binaryImage start="0x234ae000" end="0x234eefff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Image Filters.framework/Contents/MacOS/Image Filters"/>
    <binaryImage start="0x234f7000" end="0x234fcfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/PNG Import Filter UI.framework/Contents/MacOS/PNG Import Filter UI"/>
    <binaryImage start="0x23605000" end="0x2362cfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/Sangam Readers/ZTextReader.framework/Contents/MacOS/ZTextReader"/>
    <binaryImage start="0x236f4000" end="0x236fafff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/StepRepeat.framework/Contents/MacOS/StepRepeat"/>
    <binaryImage start="0x23805000" end="0x23866fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Metadata.framework/Contents/MacOS/Metadata"/>
    <binaryImage start="0x2388d000" end="0x238dbfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/TOC.framework/Contents/MacOS/TOC"/>
    <binaryImage start="0x23a05000" end="0x23ad5fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/InCopyShared.framework/Contents/MacOS/InCopySha red"/>
    <binaryImage start="0x23af4000" end="0x23afbfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Create Guides Dialog.framework/Contents/MacOS/Create Guides Dialog"/>
    <binaryImage start="0x23c05000" end="0x23ce2fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/Sangam Readers/Reader for Quark.framework/Contents/MacOS/Reader for Quark"/>
    <binaryImage start="0x23d49000" end="0x23dcafff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Paragraph Composer.framework/Contents/MacOS/Paragraph Composer"/>
    <binaryImage start="0x23dd2000" end="0x23de8fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Data Services/Transforms/DTTransform.framework/Contents/MacOS/DTTransform"/>
    <binaryImage start="0x24000000" end="0x2400afff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/PathTypeLib.dylib"/>
    <binaryImage start="0x2400f000" end="0x240bcfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeAXSLE.framework/Versions/A/AdobeAXSLE "/>
    <binaryImage start="0x24129000" end="0x2420afff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeAXEDOMCore.framework/Versions/A/Adobe AXEDOMCore"/>
    <binaryImage start="0x242a2000" end="0x242e2fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/XMedia/Snippet.framework/Contents/MacOS/Snippet"/>
    <binaryImage start="0x242ed000" end="0x24352fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/XMedia/Package For GoLive.framework/Contents/MacOS/Package For GoLive"/>
    <binaryImage start="0x24457000" end="0x24473fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Create Outlines.framework/Contents/MacOS/Create Outlines"/>
    <binaryImage start="0x244cc000" end="0x244ddfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/XMedia/Package For GoLive UI.framework/Contents/MacOS/Package For GoLive UI"/>
    <binaryImage start="0x2457e000" end="0x24597fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Font Usage Dialog.framework/Contents/MacOS/Font Usage Dialog"/>
    <binaryImage start="0x245a0000" end="0x245b2fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Workflow/Metadata UI.framework/Contents/MacOS/Metadata UI"/>
    <binaryImage start="0x245d3000" end="0x245edfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/UI/Shortcut Editor Dialog.framework/Contents/MacOS/Shortcut Editor Dialog"/>
    <binaryImage start="0x245f5000" end="0x245fcfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/InCopyWorkflow/InCopyImport.framework/Contents/MacOS/InCopyImport" />
    <binaryImage start="0x24705000" end="0x24792fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/FileInfo.framework/Versions/A/FileInfo"/>
    <binaryImage start="0x26b74000" end="0x26b9bfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/UI/Galley Preferences.framework/Contents/MacOS/Galley Preferences"/>
    <binaryImage start="0x26baa000" end="0x26bc8fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Text Ruler.framework/Contents/MacOS/Text Ruler"/>
    <binaryImage start="0x26bd1000" end="0x26bf4fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Text Preferences.framework/Contents/MacOS/Text Preferences"/>
    <binaryImage start="0x26cd1000" end="0x26ce5fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Text Frame Options.framework/Contents/MacOS/Text Frame Options"/>
    <binaryImage start="0x26ced000" end="0x26cfefff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/RunIn Styles Panel.framework/Contents/MacOS/RunIn Styles Panel"/>
    <binaryImage start="0x26d05000" end="0x26d14fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Paragraph Rules Panel.framework/Contents/MacOS/Paragraph Rules Panel"/>
    <binaryImage start="0x26d19000" end="0x26d27fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Indents and Tabs.framework/Contents/MacOS/Indents and Tabs"/>
    <binaryImage start="0x26d2e000" end="0x26d37fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Hyphenation Panel.framework/Contents/MacOS/Hyphenation Panel"/>
    <binaryImage start="0x26d3e000" end="0x26d97fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Prepress/Package and Preflight.framework/Contents/MacOS/Package and Preflight"/>
    <binaryImage start="0x26d9f000" end="0x26de1fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Prepress/Package and Preflight UI.framework/Contents/MacOS/Package and Preflight UI"/>
    <binaryImage start="0x26df2000" end="0x26e0ffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/PMPack/PMToolBar.framework/Contents/MacOS/PMToolBar"/>
    <binaryImage start="0x26e18000" end="0x26e47fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/PMPack/DataMergeUI.framework/Contents/MacOS/DataMergeUI"/>
    <binaryImage start="0x26e56000" end="0x26e66fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/PS Import UI.framework/Contents/MacOS/PS Import UI"/>
    <binaryImage start="0x26e6d000" end="0x26e86fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Page Item/Image Import UI.framework/Contents/MacOS/Image Import UI"/>
    <binaryImage start="0x26e8f000" end="0x26ec3fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/TOC UI Dialog.framework/Contents/MacOS/TOC UI Dialog"/>
    <binaryImage start="0x26ed0000" end="0x26eedfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Page Setup Dialog.framework/Contents/MacOS/Page Setup Dialog"/>
    <binaryImage start="0x26f24000" end="0x26f2bfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/InCopyWorkflow/InCopyWorkflow UI.framework/Contents/MacOS/InCopyWorkflow UI"/>
    <binaryImage start="0x26f4e000" end="0x26f71fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Interactive/MediaUI.framework/Contents/MacOS/MediaUI"/>
    <binaryImage start="0x26f81000" end="0x26fcafff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Interactive/BehaviorUI.framework/Contents/MacOS/BehaviorUI"/>
    <binaryImage start="0x26fdd000" end="0x26fe6fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/SVG Export UI.framework/Contents/MacOS/SVG Export UI"/>
    <binaryImage start="0x26feb000" end="0x26ff1fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/JPEG Export UI.framework/Contents/MacOS/JPEG Export UI"/>
    <binaryImage start="0x27000000" end="0x27000fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAnd UI"/>
    <binaryImage start="0x27566000" end="0x275e8fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/SVG Export.framework/Contents/MacOS/SVG Export"/>
    <binaryImage start="0x27613000" end="0x2769cfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/PrintUI.framework/Contents/MacOS/PrintUI"/>
    <binaryImage start="0x276b9000" end="0x276cdfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/Printer Styles.framework/Contents/MacOS/Printer Styles"/>
    <binaryImage start="0x276d5000" end="0x2774afff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/PDF UI.framework/Contents/MacOS/PDF UI"/>
    <binaryImage start="0x27769000" end="0x2777cfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/OutputMiscUI.framework/Contents/MacOS/OutputMiscUI"/>
    <binaryImage start="0x27787000" end="0x2779cfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/JPEG Export.framework/Contents/MacOS/JPEG Export"/>
    <binaryImage start="0x277a6000" end="0x277b1fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/EPS UI.framework/Contents/MacOS/EPS UI"/>
    <binaryImage start="0x277b6000" end="0x277c1fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/Clipping Path Dialog.framework/Contents/MacOS/Clipping Path Dialog"/>
    <binaryImage start="0x277c9000" end="0x27836fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/Tagged Text Filters.framework/Contents/MacOS/Tagged Text Filters"/>
    <binaryImage start="0x27841000" end="0x2784dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/Tagged Text Filters UI.framework/Contents/MacOS/Tagged Text Filters UI"/>
    <binaryImage start="0x27852000" end="0x27896fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/SangamExport.framework/Contents/MacOS/SangamExport"/>
    <binaryImage start="0x278b3000" end="0x278d4fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/Sangam Preferences UI.framework/Contents/MacOS/Sangam Preferences UI"/>
    <binaryImage start="0x278e9000" end="0x27906fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/Media Import Filter.framework/Contents/MacOS/Media Import Filter"/>
    <binaryImage start="0x27930000" end="0x279c0fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Enfocus/Instant PDF.framework/Contents/MacOS/Instant PDF"/>
    <binaryImage start="0x27a81000" end="0x27cbffff" type="__TEXT" path="/Library/Frameworks/IPWorks.framework/Versions/6.0/IPWorks"/>
    <binaryImage start="0x28000000" end="0x28000fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel"/>
    <binaryImage start="0x28003000" end="0x2817afff" type="__TEXT" path="/Library/Frameworks/EnfocusQueueManager.framework/EnfocusQueueManager"/>
    <binaryImage start="0x28295000" end="0x282c9fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Dictionaries/Dictionary Editor Dialog.framework/Contents/MacOS/Dictionary Editor Dialog"/>
    <binaryImage start="0x282dc000" end="0x282e9fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Data Services/Data Services.framework/Contents/MacOS/Data Services"/>
    <binaryImage start="0x282ef000" end="0x282f6fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Data Services/Data Services UI.framework/Contents/MacOS/Data Services UI"/>
    <binaryImage start="0x28405000" end="0x28414fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Text Editor Model.framework/Contents/MacOS/Text Editor Model"/>
    <binaryImage start="0x2841a000" end="0x2842afff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Sound.framework/Contents/MacOS/Sound"/>
    <binaryImage start="0x28431000" end="0x285fffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Photoshop Import Filter.framework/Contents/MacOS/Photoshop Import Filter"/>
    <binaryImage start="0x28689000" end="0x28697fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/PDF Library.framework/Contents/MacOS/PDF Library"/>
    <binaryImage start="0x2869c000" end="0x286b3fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Movie.framework/Contents/MacOS/Movie"/>
    <binaryImage start="0x286bb000" end="0x286e7fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Media.framework/Contents/MacOS/Media"/>
    <binaryImage start="0x286f0000" end="0x28701fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/GenericSettings.framework/Contents/MacOS/Generi cSettings"/>
    <binaryImage start="0x28706000" end="0x2872bfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Dialog Layout.framework/Contents/MacOS/Dialog Layout"/>
    <binaryImage start="0x29000000" end="0x29045fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/ObjectModelLib.dylib"/>
    <binaryImage start="0x2a000000" end="0x2a034fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/DataBaseLib.dylib"/>
    <binaryImage start="0x2b000000" end="0x2b127fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/WidgetBinLib.dylib"/>
    <binaryImage start="0x2c000000" end="0x2c2b8fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/PublicLib.dylib"/>
    <

  • SOAP Framework error while activating interactive form in SFP

    hi everyone,
    I am new to adobe forms, I got an error while activating interactive form
    SOAP Framework error: SOAP Runtime Exception: CSOAPExceptionTransport: HTTP response contains unexpected content-type(100,101).
    I am unable to trace this error, can anyone plz let me understand for what reason this error occurs.
    Thanks in advance.
    - Aditya

    Its an issue with ADS installation or configuration. Let your BASIS team know about this error with screen print. We had same issue and BASIS fixed it.
    Raja

  • How can I use an application based upon the Siebel High Interactive Framework?

    I ma trying to use an application that is based upon the Siebel High Interactive Framework and can't open the software on my MacBook Pro. IS there any solution to this problem?

    My vote is pick up VirtualBox and download Windows 8 Preview, both are free, and see how that goes. Even though a deveoper preview and has IE10 this is my primary OS and browser. Only issue is getting it into a VM but that should be okay, and at least you can decide from there.
    Windows 7 64-bit SP1 Home Premium System Builder ($95) otherwise and then Parallels 7 or run natively.
    http://news.softpedia.com/news/Download-and-Install-Windows-8-on-a-Mac-with-Para llels-7-0-15050-231759.shtml
    http://msdn.microsoft.com/en-us/windows/apps/br229516
    VirtualBox 4.1.4 is includes a Windows 8 Template for guests.
    http://www.virtualbox.org/wiki/Downloads
    http://skear.hubpages.com/hub/Installing-Windows-8-Developers-Preview-Edition-on -VirtualBox

  • Using UI Automation Framework to interact with Flex applications

    Hi all,
    I created a small flash app using Flex builder 4.
    I am writing a tool to interact with flash applications using UI Automation Framework which is similar to UI Spy. I've read in so many forums that accessibility can be done using UI Automation or MSAA.
    Using the tool, I am able to get all the fields that are present in the application. (button, text, edit fields etc). Now, I want to use InvokePattern on buttons from my tool so that, if I click "Invoke" in my tool, the associated button will be clicked in the flash app. Here, I find no issues to do anything.
    But, if there is a textinput field on the flash application and I use ValuePattern of UI Automation to set some value in the field using SetValue(), then I am getting
    "System.InvalidOperationException"
    even when I tried simple SetFocus() on to that field, I am getting the same exception Looks like, I cannot interact with flash text fields in the same way I do with other window's fields.
    I used UISpy and other tools to see if they are doing any better with setting values on a text field. But, they too failed with same exception.
    Can someone tell me why this is failing? Does flex/flash support UI Automation to this extent? Are there any examples or links that can help me here?

    @riatest Thanks for the info.
    I downloaded flex sdk to see if there is anything that will help me. But, In flex sdk, I cannot find anything that would ease my path. I want to stick to developing in C# to talk to Flash applications. What is the best way to proceed? Are there any sdks that I can download and use for C# development to interact with the flex controls? What is the way to go? I seem not to find any good hits in the web as well
    Thanks
    Sailesh

  • Tool or framework to interact with OTM and Logistic Service Provider(LSP)

    Hi,
    We are using Oracle Transportation Management (OTM) service for the transportation management. But to interact with the LSP(logistic service provider) We need some tool.
    Please suggest me some tool or stable framework that can interact with OTM and Logistic Service Provider, just like Apache Camel
    if you have any any idea please guide me on this, it is very urgent .
    Edited by: 902943 on 13-Mar-2013 23:36

    @riatest Thanks for the info.
    I downloaded flex sdk to see if there is anything that will help me. But, In flex sdk, I cannot find anything that would ease my path. I want to stick to developing in C# to talk to Flash applications. What is the best way to proceed? Are there any sdks that I can download and use for C# development to interact with the flex controls? What is the way to go? I seem not to find any good hits in the web as well
    Thanks
    Sailesh

  • Need some samples to make Entity framework interact with WPF

    HI guys,
    I need to create an app which will query all details about customer from very big database for different search crieria. I don't have any sp to call individual section details of customer. so i planned to go with Entity framework and WPF. Both are new to
    me.
    Could someone please help me  with creating good WPF application (beautiful look and feel) & entity framework interaction with DB?
    or any other to make this requirement in an easy way with latest technologies.. All i need some good UI for searching customer details..
    thanks in advance
    Regards
    bala
    Balamurugan

    I (obviously) agree my sample is something to look at.
    Since it's the first in a series rather than a complete guide it cuts a number of corners.
    One to emphasise is that I almost never allow a user to edit in a datagrid directly.
    I either use popups so they are forced to work on one record at a time.
    Or I have a different usercontrol for a particular task a user does - like raising an order say.
    The second in the series is on the way.  Not sure when exactly but next month.  I have the code ready but I've not written the article for it yet.  Depending on your timescales you might find that useful.
    Also read this:
    http://social.technet.microsoft.com/wiki/contents/articles/26673.wpf-collectionview-tips.aspx
    That explains some dynamic filtering on the client and touches on a way to haul bits of a HUGE set of data onto the client.
    You definitely don't want to do that all at once.
    The thing to emphasis is you should always be looking to give the user a subset to look at.
    Think in terms of  a maximum of 200 to 300 records at a time in a datagrid.
    Linq with EF offers pass through queries.
    You will almost certainly want to use that feature in order to pick all the customers starting with the letter A or in town xyz or whatever.
    You use  linq on the client and it is turned into sql on the database.
    One thing which is sort of odd about linq is that the sql is generated when you iterate a collection.  That has an odd benefit which is great for flexible querying.
    You can base one linq query on another and chain your various criteria together.
    That only generates sql when you use that end result.
    Hope that helps.
    Recent Technet articles:
    Property List Editing;  
    Dynamic XAML

  • Please Help Siebel High interactivity framework

    I get the *'Your version of the Siebel High Interactivity Framework for IE, required for use of the Siebel application , may not be current. In order to download a current version of the Siebel High Interactivity Framework, please ensure that your browser security settings are correct and then log in to the application again. Consult your system administrator for details about the Siebel High Interactivity Framework and correct browser settings.'*
    My user and I get this when trying to log onto the GE website. Until just a few days ago he had no issues. I have tried on my PC where I know I have admin rights, I have 'enabled' everything that can be enabled, listed the website in trusted sites etc. We rolled back to IE8 from IE9 even to try and get this to install, but we keep getting the same message.
    Does anyone have a solution to this issue?

    It could be that the ActiveX is damaged.
    Are you by any chance working on an upgrade?
    In other words, were you connecting to two different Siebel versions?
    There are some things you can check.
    See the following post on Supportweb: ActiveX Controls do not get downloaded [ID 1065994.1]
    When the ActiveX hasn't been installed yet, what happens when you open the predeploy.htm file?
    http://<host>/<subdir>/predeploy.htm
    And you might want to have a look at the following post:
    Web Client Deployment Options for Siebel versions 7.x and 8.x [ID 476952.1]
    Edited by: jiyong on May 15, 2013 7:41 PM

  • Siebel high interactivity framework for IE

    Hi
    While clicking a link in IE,I got an error msg,which then tends to closing of window later
    Error msg:
    Your version of the Siebel High Interactivity Framework for IE, required for use of the Siebel application , may not be current. In order to download a current version of the Siebel High Interactivity Framework, please ensure that your browser security settings are correct and then log in to the application again. Consult your system administrator for details about the Siebel High Interactivity Framework and correct browser settings.
    pl help ..its very urgent
    regards

    Looks like the ActiveX hasn't been installed on your machine yet.
    If possible, add the Siebel site to Trusted Sites in IE.
    Make sure there are no popup blockers active, or make an exception for Siebel.
    Other options are described on Supportweb: Web Client Deployment Options for Siebel versions 7.x and 8.x [ID 476952.1]

  • What's the current framework used to interact with a webcam?

    Hi all,
    I'd like to know what's the current framework most developers are using to control a webcam (i.e. snap shots, video recording etc). I found information pertaining to JMF, but that framework hasn't been updated since 2004! Any input is much appreciated. Thank you!

    Maybe the framework is so good that there was just no need to update the framework? ;)
    The only other reasonable alternative which comes to mind is Morena: http://www.gnome.sk/Twain/jtp.html

  • How to config interactive form for GP framework

    Hello experts
    I am configuring off line adobe form to work for Guided Procedure.
    I have created a process which has only one callable object .and it upload data in R3
    I created externally off line form and mapped parameters to callable object parameter.
    I have also generated Adobe PDF under mange impersonalized form .
    But when i am submitting data back to GP framework its giving me error .Error opening URL to submit this form .Do i need to configure adobe adapter for this case .If yes please share how to do it and also complete configuration to make a connection between standalone off line adobe forms and GP framework.
    Thanks and Regards
    Umang Mathur

    Umang,
    Check these links :-
    http://help.sap.com/saphelp_nw04s/helpdata/en/6a/fa96421ae6c66ae10000000a155106/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8a696cea-0c01-0010-d494-9b0b8ce7565f
    Chintan

  • Hi I designed my website in Photoshop, sliced , and opened it in dreamweaver. I want a interactive s

    Hi I designed my website in Photoshop, sliced , and opened it in dreamweaver. I want a interactive spry bar but when ever I try to insert it, I get gaps in my page.
    Below is the complete code: http://www.coriemoment.com
    <html>
    <head>
    <title>home</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body bgcolor="#FFFFFF" leftmargin="auto" topmargin="auto" marginwidth="auto" marginheight="auto" margin:0;>
    <!-- Save for Web Slices (home.psd) -->
    <table id="Table_01" width="1281" height="768" border="0" cellpadding="0" cellspacing="0">
              <tr>
                        <td colspan="6">
                                  <img src="images/index_01.png" width="1280" height="220" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="220" alt=""></td>
              </tr>
              <tr>
                        <td rowspan="4">
                                  <img src="images/index_02.png" alt="" width="414" height="548"></td>
                        <td rowspan="3">
                                  <object width="564" height="423"><param name="movie" value="http://www.youtube.com/v/XbuQiJ6Sv_M?hl=en_US&version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/XbuQiJ6Sv_M?hl=en_US&version=3" type="application/x-shockwave-flash" width="564" height="423" allowscriptaccess="always" allowfullscreen="true"></embed></object></td>
                        <td colspan="3">
                                  <img src="images/index_04.png" width="255" height="89" alt=""></td>
                        <td rowspan="4">
                                  <img src="images/index_05.png" width="46" height="548" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="89" alt=""></td>
              </tr>
              <tr>
                        <td rowspan="2">
                                  <img src="images/video_03-07.png" width="1" height="336" alt=""></td>
                        <td rowspan="3">
                                  <img src="images/index_07.png" width="34" height="459" alt=""></td>
                        <td>
                                  <script src="http://widgets.twimg.com/j/2/widget.js"></script>
    <script>
    new TWTR.Widget({
      version: 2,
      type: 'search',
      /*put your twitter id that people use to reply to you below. Mine is mhorning. If you only want to see the Tweets that you have Tweeted, then delete the part below that says- OR to:coriemoment */
      search: 'from:coriemoment OR to:coriemoment',
       /*this is the duration in terms of seconds*/
      interval: 30000,
       /*this is the title you want on your tweets*/
      title: 'Corie Tweets',
      subject: 'Send us your comments',
       /*setting width to 'auto' will adjust the width of your tweetbox to whatever is set on your div. You can change this to something like 500px if you want*/
      width: 'auto',
      height: 212,
      theme: {
        shell: {
                 /*this will change the background color of your tweetbox. It is currently yellow*/
                background: 'body p, body img, body embed, body object, body video{opacity:1 !important}',
          /*this will change the color of the text in your background*/
                color: 'fac935'
        tweets: {
                 /*this will change the background color behind your tweets. It is currently white*/
                background: 'body p, body img, body embed, body object, body video{opacity:0.2 !important}',
           /*this will change the color of the text in your tweets. It is currently black*/
                color: '#000000',
           /*this will change the color of anything that is hyperlinked in your tweet. It is currently blue*/
                links: '#1985b5'
      features: {
        scrollbar: false,
        loop: true,
        live: true,
        behavior: 'default'
    }).render().start();
    </script></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="302" alt=""></td>
              </tr>
              <tr>
                        <td rowspan="2">
                                  <img src="images/index_09.png" width="220" height="157" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="34" alt=""></td>
              </tr>
              <tr>
                        <td colspan="2">
                                  <img src="images/index_10.png" width="566" height="123" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="123" alt=""></td>
              </tr>
    </table>
    <!-- End Save for Web Slices -->
    </body>
    </html>

    Very bad practice to just use image slices into your website.
    Check out this tutorial to learn how to efficiently slice, dice and markup your design into an active HTML format - http://net.tutsplus.com/articles/news/slice-and-dice-that-psd/
    Also, Spry - has been deprecated and is no longer officially supported by Adobe. http://blogs.adobe.com/dreamweaver/2012/08/update-on-adobe-spry-framework-availability.htm l
    Consider using a jQuery menu.
    -Sudarshan

Maybe you are looking for

  • Lookout 6.0.2 modbus rtu problem?

    One of our customers has Lookout 6.0.2 communicating with several CMI Scada Packs over wireless modems using Modbus RTU protocol. Suddenly last Friday night he got comm fail alarm pages on all but one site. The  Modbus statistics window revealed that

  • Best backup method? / copying iphoto library to alternate Mac iphoto

    Since Iphoto '09 no longer keeps the .IMG photo files in the Pictures directory, do you export all photos to folders to get the .IMG files back online? Then you back them up? I was going to back the .IMG files up to a cd. I have some DVDs, so I don't

  • Problems connecting Airport - self assigned IP addresses

    Greetings, I upgraded to a powerbook a few months back, and everything seemed to be working well enough until today. My internet connection (using airport on my powerbook) wasn't working. Usually I just unplug my modem, reconnect, and all works fine.

  • Program not functioning

    I have been having problems with photoshop element 10 since I got it.  I thought is was due to all the picture and programs on my computer.  i purchased a new computer and deactivated the program on the old computer and installed on my new computer.

  • Finding the latest payroll results and its  CRT table.

    Hi all, My requirment is to fetch the value from the CRT table of the latest payroll result, so that at any point of time it fetches the cumulative value till date from the CRT table.