Dreamweaver CS5 Reference Manual

I really hate not having a printed reference manual for Adobe products.
Where can I download a reference manual for Dreamweaver?  I recently downloaded an Adobe PDF manual for another application but didn't take down the URL as I should have.

See reply at duplicate post here
http://forums.adobe.com/thread/883953

Similar Messages

  • CORRECTION: Download Dreamweaver CS5 Reference Manual

    I really hate not having a printed reference manual for Adobe products.
    Where  can I download a reference manual for Dreamweaver?  I recently  downloaded an Adobe PDF manual for another application but didn't take  down the URL as I should have.
    Thank you,
    Ivars

    You are one of a few who still like having a whole printed manual.  Here's the link to the entire 700 page manual.
    http://help.adobe.com/en_US/dreamweaver/cs/using/dreamweaver_cs5_help.pdf
    Go to a local Staples or copy center and ask about pricing.  I think you will be surprised at how much it would cost and Adobe does it to help the environment and to keep costs down.

  • Tutorial Dreamweaver Cs5.5 The Missing Manual (Pg 998 - 1018) about adding dynamic data to your page

    Hallo,
    I did Tutorial: Displaying Database Info in the Missing Manual for Dreamweaver CS5.5.
    My problem is with "Editing a Recordset and Linking to a Detail Page" (which starts at pg 1002:
    I did this exercise ,over 5 times nowe, but every time with "Building the Detailed Product Page" at pg 1007, I get a bad result.
    I only get one page (the default one with productID = 1) for every link on the indexpage.
    In the adressbar (Live View) I see the right adress: for example: http://localhost/cos...hp?productID=16, but for all productID's only the detailspage for productID are shown.
    There is also a message: Notice: Use of undefined constant ‘productID’ - assumed '‘productID’' in E:\xampp\htdocs\cosmo_shop\product.php on line 34
    But I don't understand what could be wrong in this line.
    Here is the code lines 33 -48: is is about the second line:
    $varProduct_rsDetails = "32";
    if (isset($_GET[‘productID’])) {
      $varProduct_rsDetails = $_GET[‘productID’];
    mysql_select_db($database_connCosmo, $connCosmo);
    $query_rsDetails = sprintf("SELECT products.productID, products.productName, products.price, products.`description`, products.inventory, products.image, vendors.vendorName FROM products, vendors WHERE products.vendorID = vendors.vendorID AND products.productID = %s ", GetSQLValueString($varProduct_rsDetails, "int"));
    $rsDetails = mysql_query($query_rsDetails, $connCosmo) or die(mysql_error());
    $row_rsDetails = mysql_fetch_assoc($rsDetails);
    $totalRows_rsDetails = mysql_num_rows($rsDetails);
    mysql_select_db($database_connCosmo, $connCosmo);
    $query_rsCategories = "SELECT * FROM categories ORDER BY categoryName ASC";
    $rsCategories = mysql_query($query_rsCategories, $connCosmo) or die(mysql_error());
    $row_rsCategories = mysql_fetch_assoc($rsCategories);
    $totalRows_rsCategories = mysql_num_rows($rsCategories);
    ?>
    Can someone tell me what is going on here?
    Kind regards, Ans Hekerman

    I can manually type in double brackets, like this:
    $varProduct_rsDetails = "1";
    if (isset($_GET["productID"])) {
      $varProduct_rsDetails = $_GET["productID"];
    this is accepted; no syntax-error report.
    I can manually type in single brackets, like this:
    $varProduct_rsDetails = "1";
    if (isset($_GET['productID'])) {
      $varProduct_rsDetails = $_GET['productID'];
    this is also accepted; no syntax-error report.
    Dreamweaver itself made this code:
    $varProduct_rsDetails = "32";
    if (isset($_GET[‘productID’])) {
    $varProduct_rsDetails = $_GET[‘productID’];
    this was not OK; there was a syntax-error report.
    But strange enough, when I do paste this now from here, it is accepted.
    So the problem has been, that DW created code that gave a syntax error.
    I could repair it by replacing the single qoutes of DW, by typing single quotes in DW manually, or by typing in in DW manually double qoutes!!!
    So maybe everybode was right!!!
    But is was a very bad problem; maybe a "bug" of the program?
    I repeated this about 10 times before I got the solution frome this Forum.

  • Error creating mobile application with dreamweaver cs5.5

    I was just looking at the mobile phone application tools in Dreamweaver CS5.5.
    I have a new mac, downloaded and installed Dreamweaver CS5.5, installed an update for it, then installed iOS Xcode, and within Dreamweaver attempted to install the Android SDK  (this failed using the easy install, so I had to install it manually.
    I then followed the tutorial here http://www.adobe.com/devnet/dreamweaver/articles/packaging-web-applications-as-mobile-apps .html
    but when I try to package the app, I get the same error every time.
    The log produces a lot of information, but I think this is the part that shows the error
    /Users/Pat/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/Phone GapLib.build/Objects-normal/i386/Camera.d -c /Users/Pat/Documents/DW_NAF/PhoneGapLib/Classes/Camera.m -o /Users/Pat/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/Pho neGapLib.build/Objects-normal/i386/Camera.o
    /Users/Pat/Documents/DW_NAF/PhoneGapLib/Classes/Camera.m:178:13: error: type of property 'returnType' ('unsigned int') does not match type of ivar 'returnType' ('enum DestinationType') [3]  @synthesize returnType;
                 ^
    /Users/Pat/Documents/DW_NAF/PhoneGapLib/Classes/Camera.h:25:23: note: ivar is declared here [3]
             enum DestinationType returnType;
                                  ^
    1 error generated.
    operation completed
          emptySelectCount =  9
          readCount = 310
    I am not sure if this is the correct place to ask for help, so please forgive me if it is the wrong place.
    Any suggestion would really be appreciated.
    many thanks
    Patch

    For the kind of money that Adobe charges, my expectation is that the Adobe software should be of the highest caliber. Wish I had known. I would not have  saved for months in order to buy 5.5. I bought Dreamweaver specifically for the mobile piece. I'm disappointed to say the least. I think there is something VERY wrong when users have to supply the fixes and/or search for days or months for help. This is inexcuseable from a software company as well known as Adobe. When I purchase a product that is this costly, I just expect it to work.
    Currently, thanks to a fellow Dreamweaver user, I managed to get the Adroid sdk and emulator working early this morning. This after days of searching and thinking that I must be doing something wrong. It had to be me. It couldn't be Adobe.
    Come on, having to tweek an internal xml file in order to get the Android emulator to work from Dreamweaver? How many of us could find this fix ourselves?
    Xcode is still in limbo giving me the error messages mentioned in this thread. Now it appears that we as users are expected to go in and tweek .h camera files in hopes the fix will work? This is ridiculous. Where is the adobe support and updates to deal with all of this? Seems a little like false advertising to say that mobile apps with compile to code. Steamed? You bet.

  • IPhone app build fails in Dreamweaver CS5.5

    Working through a Lynda.com tutorial on developing Phonegap iOS apps, I continually receive the following error:
    "The buid of "testapp" failed to complete successfully. Please consult the build log at .... for additional details."
    I also receive this message when I attempt to build a basic app using the "Mobile Starters" JQuery Mobile (PhoneGap) sample.
    Is there something basic in the setup that I could be missing that causes this error?
    I don't know what to look for in the build log so I'm pasting the log below:
    -- begin build log --
    cloning PhoneGapLib
    <DW>
    mkdir -p /Users/cdp134/Documents/DW_NAF
    cp -r -f /Applications/Adobe\ Dreamweaver\ CS5.5/Configuration/NativeAppFramework/DWPhoneGap/iphone/PhoneGapLib /Users/cdp134/Documents/DW_NAF/PhoneGapLib
    chmod -R 777 /Users/cdp134/Documents/DW_NAF/PhoneGapLib
    </DW>
    operation completed
              emptySelectCount =  2
              readCount = 1
    WARNING: no icon was specified in app settings. using default.
    WARNING: no splash screen was specified in app settings. using default.
    building testapp for iOS.
    <DW>
    cd /Users/cdp134/Desktop/edu.careercenter.testapp_iOS/
    chmod 777 /Users/cdp134/Desktop/edu.careercenter.testapp_iOS/www/phonegap.js
    /Developer/usr/bin/xcodebuild -project 'testapp.xcodeproj' -configuration Debug -sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk
    </DW>
    Build settings from command line:
        SDKROOT = iphonesimulator5.0
    === BUILD NATIVE TARGET PhoneGapLib OF PROJECT PhoneGapLib WITH CONFIGURATION Debug ===
    Check dependencies
    PhaseScriptExecution "Make phonegap.js" build/PhoneGapLib.build/Debug-iphonesimulator/PhoneGapLib.build/Script-3044C11210BC6AEE00 581BFB.sh
        cd /Users/cdp134/Documents/DW_NAF/PhoneGapLib
        setenv ACTION build
        setenv ALTERNATE_GROUP staff
        setenv ALTERNATE_MODE u+w,go-w,a+rX
        setenv ALTERNATE_OWNER cdp134
        setenv ALWAYS_SEARCH_USER_PATHS NO
        setenv APPLE_INTERNAL_DEVELOPER_DIR /AppleInternal/Developer
        setenv APPLE_INTERNAL_DIR /AppleInternal
        setenv APPLE_INTERNAL_DOCUMENTATION_DIR /AppleInternal/Documentation
        setenv APPLE_INTERNAL_LIBRARY_DIR /AppleInternal/Library
        setenv APPLE_INTERNAL_TOOLS /AppleInternal/Developer/Tools
        setenv APPLY_RULES_IN_COPY_FILES NO
        setenv ARCHS i386
        setenv ARCHS_STANDARD_32_BIT i386
        setenv ARCHS_UNIVERSAL_IPHONE_OS i386
        setenv AVAILABLE_PLATFORMS "iphonesimulator macosx iphoneos"
        setenv BUILD_COMPONENTS "headers build"
        setenv BUILD_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build
        setenv BUILD_ROOT /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build
        setenv BUILD_STYLE
        setenv BUILD_VARIANTS normal
        setenv BUILT_PRODUCTS_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator
        setenv CACHE_ROOT /var/folders/9n/fq9wy62x05qcb3g4dj5tbkfm0000gn/C/com.apple.Xcode.501
        setenv CCHROOT /var/folders/9n/fq9wy62x05qcb3g4dj5tbkfm0000gn/C/com.apple.Xcode.501
        setenv CHMOD /bin/chmod
        setenv CHOWN /usr/sbin/chown
        setenv CLASS_FILE_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/JavaClasses
        setenv CLEAN_PRECOMPS YES
        setenv CLONE_HEADERS NO
        setenv CODESIGNING_FOLDER_PATH /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator/libPhoneGapLib.a
        setenv COMMAND_MODE legacy
        setenv COMPOSITE_SDK_DIRS /var/folders/9n/fq9wy62x05qcb3g4dj5tbkfm0000gn/C/com.apple.Xcode.501/CompositeSDKs
        setenv COMPRESS_PNG_FILES YES
        setenv CONFIGURATION Debug
        setenv CONFIGURATION_BUILD_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator
        setenv CONFIGURATION_TEMP_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator
        setenv COPYING_PRESERVES_HFS_DATA NO
        setenv COPY_PHASE_STRIP NO
        setenv COPY_RESOURCES_FROM_STATIC_FRAMEWORKS YES
        setenv CP /bin/cp
        setenv CURRENT_ARCH i386
        setenv CURRENT_VARIANT normal
        setenv DEAD_CODE_STRIPPING NO
        setenv DEBUGGING_SYMBOLS YES
        setenv DEBUG_INFORMATION_FORMAT dwarf-with-dsym
        setenv DEFAULT_COMPILER com.apple.compilers.llvm.clang.1_0
        setenv DEPLOYMENT_LOCATION NO
        setenv DEPLOYMENT_POSTPROCESSING NO
        setenv DERIVED_FILES_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/DerivedSources
        setenv DERIVED_FILE_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/DerivedSources
        setenv DERIVED_SOURCES_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/DerivedSources
        setenv DEVELOPER_APPLICATIONS_DIR /Developer/Applications
        setenv DEVELOPER_BIN_DIR /Developer/usr/bin
        setenv DEVELOPER_DIR /Developer
        setenv DEVELOPER_FRAMEWORKS_DIR /Developer/Library/Frameworks
        setenv DEVELOPER_FRAMEWORKS_DIR_QUOTED "\"/Developer/Library/Frameworks\""
        setenv DEVELOPER_LIBRARY_DIR /Developer/Library
        setenv DEVELOPER_SDK_DIR /Developer/SDKs
        setenv DEVELOPER_TOOLS_DIR /Developer/Tools
        setenv DEVELOPER_USR_DIR /Developer/usr
        setenv DEVELOPMENT_LANGUAGE English
        setenv DO_HEADER_SCANNING_IN_JAM NO
        setenv DSTROOT /tmp/PhoneGapLib.dst
        setenv DWARF_DSYM_FILE_NAME libPhoneGapLib.a.dSYM
        setenv DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT NO
        setenv DWARF_DSYM_FOLDER_PATH /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator
        setenv EFFECTIVE_PLATFORM_NAME -iphonesimulator
        setenv ENABLE_HEADER_DEPENDENCIES YES
        setenv ENABLE_OPENMP_SUPPORT NO
        setenv EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS ".DS_Store .svn .git .hg CVS"
        setenv EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES "*.nib *.lproj *.framework *.gch (*) .DS_Store CVS .svn .git .hg *.xcodeproj *.xcode *.pbproj *.pbxproj"
        setenv EXECUTABLE_EXTENSION a
        setenv EXECUTABLE_NAME libPhoneGapLib.a
        setenv EXECUTABLE_PATH libPhoneGapLib.a
        setenv EXECUTABLE_PREFIX lib
        setenv EXECUTABLE_SUFFIX .a
        setenv FILE_LIST /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/Objects/LinkFileList
        setenv FIXED_FILES_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/FixedFiles
        setenv FRAMEWORK_FLAG_PREFIX -framework
        setenv FRAMEWORK_SEARCH_PATHS "\"/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator\" "
        setenv FRAMEWORK_VERSION A
        setenv FULL_PRODUCT_NAME libPhoneGapLib.a
        setenv GCC3_VERSION 3.3
        setenv GCC_C_LANGUAGE_STANDARD c99
        setenv GCC_DYNAMIC_NO_PIC NO
        setenv GCC_ENABLE_FIX_AND_CONTINUE YES
        setenv GCC_ENABLE_SYMBOL_SEPARATION NO
        setenv GCC_MODEL_TUNING G5
        setenv GCC_OBJC_LEGACY_DISPATCH YES
        setenv GCC_OPTIMIZATION_LEVEL 0
        setenv GCC_PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
        setenv GCC_PRECOMPILE_PREFIX_HEADER YES
        setenv GCC_PREFIX_HEADER PhoneGapLib_Prefix.pch
        setenv GCC_TREAT_WARNINGS_AS_ERRORS NO
        setenv GCC_VERSION com.apple.compilers.llvm.clang.1_0
        setenv GCC_WARN_ABOUT_RETURN_TYPE YES
        setenv GCC_WARN_UNUSED_VARIABLE YES
        setenv GENERATE_MASTER_OBJECT_FILE NO
        setenv GENERATE_PKGINFO_FILE NO
        setenv GENERATE_PROFILING_CODE NO
        setenv GID 20
        setenv GROUP staff
        setenv HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT YES
        setenv HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES YES
        setenv HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS YES
        setenv HEADERMAP_INCLUDES_PROJECT_HEADERS YES
        setenv HEADER_SEARCH_PATHS "\"/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator/include\" "
        setenv ICONV /usr/bin/iconv
        setenv INFOPLIST_EXPAND_BUILD_SETTINGS YES
        setenv INFOPLIST_OUTPUT_FORMAT binary
        setenv INFOPLIST_PREPROCESS NO
        setenv INSTALL_DIR /tmp/PhoneGapLib.dst/usr/local/lib
        setenv INSTALL_GROUP staff
        setenv INSTALL_MODE_FLAG u+w,go-w,a+rX
        setenv INSTALL_OWNER cdp134
        setenv INSTALL_PATH /usr/local/lib
        setenv INSTALL_ROOT /tmp/PhoneGapLib.dst
        setenv IPHONEOS_DEPLOYMENT_TARGET 5.0
        setenv JAVAC_DEFAULT_FLAGS "-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
        setenv JAVA_APP_STUB /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
        setenv JAVA_ARCHIVE_CLASSES YES
        setenv JAVA_ARCHIVE_TYPE JAR
        setenv JAVA_COMPILER /usr/bin/javac
        setenv JAVA_FRAMEWORK_RESOURCES_DIRS Resources
        setenv JAVA_JAR_FLAGS cv
        setenv JAVA_SOURCE_SUBDIR .
        setenv JAVA_USE_DEPENDENCIES YES
        setenv JAVA_ZIP_FLAGS -urg
        setenv JIKES_DEFAULT_FLAGS "+E +OLDCSO"
        setenv KEEP_PRIVATE_EXTERNS NO
        setenv LD_GENERATE_MAP_FILE NO
        setenv LD_MAP_FILE_PATH /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/PhoneGapLib-LinkMap-normal-i386.txt
        setenv LD_NO_PIE NO
        setenv LD_OPENMP_FLAGS -fopenmp
        setenv LEGACY_DEVELOPER_DIR /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Devel oper
        setenv LEX /Developer/usr/bin/lex
        setenv LIBRARY_FLAG_NOSPACE YES
        setenv LIBRARY_FLAG_PREFIX -l
        setenv LIBRARY_SEARCH_PATHS "\"/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator\" "
        setenv LINKER_DISPLAYS_MANGLED_NAMES NO
        setenv LINK_FILE_LIST_normal_i386 /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/Objects-normal/i386/PhoneGapLib.LinkFileList
        setenv LINK_WITH_STANDARD_LIBRARIES YES
        setenv LOCAL_ADMIN_APPS_DIR /Applications/Utilities
        setenv LOCAL_APPS_DIR /Applications
        setenv LOCAL_DEVELOPER_DIR /Library/Developer
        setenv LOCAL_LIBRARY_DIR /Library
        setenv MACH_O_TYPE staticlib
        setenv MACOSX_DEPLOYMENT_TARGET 10.6
        setenv MAC_OS_X_PRODUCT_BUILD_VERSION 11C74
        setenv MAC_OS_X_VERSION_ACTUAL 1072
        setenv MAC_OS_X_VERSION_MAJOR 1070
        setenv MAC_OS_X_VERSION_MINOR 0702
        setenv NATIVE_ARCH i386
        setenv NATIVE_ARCH_32_BIT i386
        setenv NATIVE_ARCH_64_BIT x86_64
        setenv NATIVE_ARCH_ACTUAL x86_64
        setenv NO_COMMON YES
        setenv OBJC_ABI_VERSION 2
        setenv OBJECT_FILE_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/Objects
        setenv OBJECT_FILE_DIR_normal /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/Objects-normal
        setenv OBJROOT /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build
        setenv ONLY_ACTIVE_ARCH NO
        setenv OPTIMIZATION_LEVEL 0
        setenv OS MACOS
        setenv OSAC /usr/bin/osacompile
        setenv OTHER_LDFLAGS "-all_load -ObjC"
        setenv PACKAGE_TYPE com.apple.package-type.static-library
        setenv PASCAL_STRINGS YES
        setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/ bin:/bin:/usr/sbin:/sbin"
        setenv PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES "/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Developer/Headers /Developer/SDKs /Developer/Platforms"
        setenv PFE_FILE_C_DIALECTS objective-c
        setenv PHONEGAPLIB /Users/cdp134/Documents/PhoneGapLib
        setenv PKGINFO_FILE_PATH /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/PkgInfo
        setenv PLATFORM_DEVELOPER_APPLICATIONS_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
        setenv PLATFORM_DEVELOPER_BIN_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
        setenv PLATFORM_DEVELOPER_LIBRARY_DIR /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Devel oper/Library
        setenv PLATFORM_DEVELOPER_SDK_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
        setenv PLATFORM_DEVELOPER_TOOLS_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
        setenv PLATFORM_DEVELOPER_USR_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/usr
        setenv PLATFORM_DIR /Developer/Platforms/iPhoneSimulator.platform
        setenv PLATFORM_NAME iphonesimulator
        setenv PLATFORM_PREFERRED_ARCH i386
        setenv PLATFORM_PRODUCT_BUILD_VERSION 9A334
        setenv PLATFORM_VERSION_AVAILABILITY_H_FORMAT 50000
        setenv PLIST_FILE_OUTPUT_FORMAT binary
        setenv PREBINDING NO
        setenv PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR YES
        setenv PRECOMP_DESTINATION_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/PrefixHeaders
        setenv PRESERVE_DEAD_CODE_INITS_AND_TERMS NO
        setenv PRIVATE_HEADERS_FOLDER_PATH /usr/local/include
        setenv PRODUCT_NAME PhoneGapLib
        setenv PRODUCT_SETTINGS_PATH
        setenv PRODUCT_TYPE com.apple.product-type.library.static
        setenv PROFILING_CODE NO
        setenv PROJECT PhoneGapLib
        setenv PROJECT_DERIVED_FILE_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/DerivedSources
        setenv PROJECT_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib
        setenv PROJECT_FILE_PATH /Users/cdp134/Documents/DW_NAF/PhoneGapLib/PhoneGapLib.xcodeproj
        setenv PROJECT_NAME PhoneGapLib
        setenv PROJECT_TEMP_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build
        setenv PUBLIC_HEADERS_FOLDER_PATH /usr/local/include
        setenv RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS YES
        setenv REMOVE_CVS_FROM_RESOURCES YES
        setenv REMOVE_GIT_FROM_RESOURCES YES
        setenv REMOVE_HG_FROM_RESOURCES YES
        setenv REMOVE_SVN_FROM_RESOURCES YES
        setenv REZ_COLLECTOR_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/ResourceManagerResources
        setenv REZ_EXECUTABLE YES
        setenv REZ_OBJECTS_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/ResourceManagerResources/Objects
        setenv REZ_SEARCH_PATHS "\"/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator\" "
        setenv RUN_CLANG_STATIC_ANALYZER NO
        setenv SCAN_ALL_SOURCE_FILES_FOR_INCLUDES NO
        setenv SCRIPT_INPUT_FILE_COUNT 0
        setenv SCRIPT_OUTPUT_FILE_COUNT 0
        setenv SDKROOT /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk
        setenv SDK_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk
        setenv SDK_NAME iphonesimulator5.0
        setenv SDK_PRODUCT_BUILD_VERSION 9A334
        setenv SED /usr/bin/sed
        setenv SEPARATE_STRIP YES
        setenv SEPARATE_SYMBOL_EDIT NO
        setenv SET_DIR_MODE_OWNER_GROUP YES
        setenv SET_FILE_MODE_OWNER_GROUP NO
        setenv SHARED_DERIVED_FILE_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator/DerivedSources
        setenv SHARED_PRECOMPS_DIR /var/folders/9n/fq9wy62x05qcb3g4dj5tbkfm0000gn/C/com.apple.Xcode.501/SharedPrecompiledHea ders
        setenv SKIP_INSTALL NO
        setenv SOURCE_ROOT /Users/cdp134/Documents/DW_NAF/PhoneGapLib
        setenv SRCROOT /Users/cdp134/Documents/DW_NAF/PhoneGapLib
        setenv STRINGS_FILE_OUTPUT_ENCODING binary
        setenv STRIP_INSTALLED_PRODUCT YES
        setenv STRIP_STYLE debugging
        setenv SUPPORTED_DEVICE_FAMILIES "1 2"
        setenv SUPPORTED_PLATFORMS "iphonesimulator iphoneos"
        setenv SYMROOT /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build
        setenv SYSTEM_ADMIN_APPS_DIR /Applications/Utilities
        setenv SYSTEM_APPS_DIR /Applications
        setenv SYSTEM_CORE_SERVICES_DIR /System/Library/CoreServices
        setenv SYSTEM_DEMOS_DIR /Applications/Extras
        setenv SYSTEM_DEVELOPER_APPS_DIR /Developer/Applications
        setenv SYSTEM_DEVELOPER_BIN_DIR /Developer/usr/bin
        setenv SYSTEM_DEVELOPER_DEMOS_DIR "/Developer/Applications/Utilities/Built Examples"
        setenv SYSTEM_DEVELOPER_DIR /Developer
        setenv SYSTEM_DEVELOPER_DOC_DIR "/Developer/ADC Reference Library"
        setenv SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR "/Developer/Applications/Graphics Tools"
        setenv SYSTEM_DEVELOPER_JAVA_TOOLS_DIR "/Developer/Applications/Java Tools"
        setenv SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR "/Developer/Applications/Performance Tools"
        setenv SYSTEM_DEVELOPER_RELEASENOTES_DIR "/Developer/ADC Reference Library/releasenotes"
        setenv SYSTEM_DEVELOPER_TOOLS /Developer/Tools
        setenv SYSTEM_DEVELOPER_TOOLS_DOC_DIR "/Developer/ADC Reference Library/documentation/DeveloperTools"
        setenv SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR "/Developer/ADC Reference Library/releasenotes/DeveloperTools"
        setenv SYSTEM_DEVELOPER_USR_DIR /Developer/usr
        setenv SYSTEM_DEVELOPER_UTILITIES_DIR /Developer/Applications/Utilities
        setenv SYSTEM_DOCUMENTATION_DIR /Library/Documentation
        setenv SYSTEM_LIBRARY_DIR /System/Library
        setenv TARGETED_DEVICE_FAMILY 1
        setenv TARGETNAME PhoneGapLib
        setenv TARGET_BUILD_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator
        setenv TARGET_NAME PhoneGapLib
        setenv TARGET_TEMP_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build
        setenv TEMP_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build
        setenv TEMP_FILES_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build
        setenv TEMP_FILE_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build
        setenv TEMP_ROOT /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build
        setenv TEST_AFTER_BUILD YES
        setenv UID 501
        setenv UNSTRIPPED_PRODUCT NO
        setenv USER cdp134
        setenv USER_APPS_DIR /Users/cdp134/Applications
        setenv USER_LIBRARY_DIR /Users/cdp134/Library
        setenv USE_DYNAMIC_NO_PIC YES
        setenv USE_HEADERMAP YES
        setenv USE_HEADER_SYMLINKS NO
        setenv VALIDATE_PRODUCT NO
        setenv VALID_ARCHS "i386 armv6 armv7"
        setenv VERBOSE_PBXCP NO
        setenv VERSION_INFO_BUILDER cdp134
        setenv VERSION_INFO_FILE PhoneGapLib_vers.c
        setenv VERSION_INFO_STRING "\"@(#)PROGRAM:PhoneGapLib  PROJECT:PhoneGapLib-\""
        setenv XCODE_APP_SUPPORT_DIR /Developer/Library/Xcode
        setenv XCODE_PRODUCT_BUILD_VERSION 4D199
        setenv XCODE_VERSION_ACTUAL 0420
        setenv XCODE_VERSION_MAJOR 0400
        setenv XCODE_VERSION_MINOR 0420
        setenv YACC /Developer/usr/bin/yacc
        /bin/sh -c /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/Script-3044C11210BC6AEE00581BFB.sh
    java -jar util/yuicompressor/yuicompressor-2.4.2.jar --nomunge --charset UTF-8 -o javascripts/phonegap.js javascripts/phonegap-uncompressed.js
    CompileC build/PhoneGapLib.build/Debug-iphonesimulator/PhoneGapLib.build/Objects-normal/i386/Camer a.o Classes/Camera.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
        cd /Users/cdp134/Documents/DW_NAF/PhoneGapLib
        setenv LANG en_US.US-ASCII
        setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/ bin:/bin:/usr/sbin:/sbin"
        /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -std=c99 -Wno-trigraphs -fpascal-strings -O0 -Wreturn-type -Wparentheses -Wswitch -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-shorten-64-to-32 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk -fexceptions -fasm-blocks -mmacosx-version-min=10.6 -gdwarf-2 -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -D__IPHONE_OS_VERSION_MIN_REQUIRED=50000 -iquote /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/PhoneGapLib-generated-files.hmap -I/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulato r/PhoneGapLib.build/PhoneGapLib-own-target-headers.hmap -I/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulato r/PhoneGapLib.build/PhoneGapLib-all-target-headers.hmap -iquote /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/PhoneGapLib-project-headers.hmap -I/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator/include -I/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulato r/PhoneGapLib.build/DerivedSources/i386 -I/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulato r/PhoneGapLib.build/DerivedSources -F/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator -include /var/folders/9n/fq9wy62x05qcb3g4dj5tbkfm0000gn/C/com.apple.Xcode.501/SharedPrecompiledHea ders/PhoneGapLib_Prefix-ahgstubjlciszneebntbbngmsizb/PhoneGapLib_Prefix.pch -MMD -MT dependencies -MF /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/Objects-normal/i386/Camera.d -c /Users/cdp134/Documents/DW_NAF/PhoneGapLib/Classes/Camera.m -o /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/Objects-normal/i386/Camera.o
    /Users/cdp134/Documents/DW_NAF/PhoneGapLib/Classes/Camera.m:178:13: error: type of property 'returnType' ('unsigned int') does not match type of ivar 'returnType' ('enum DestinationType') [3]
    @synthesize returnType;
                 ^
    /Users/cdp134/Documents/DW_NAF/PhoneGapLib/Classes/Camera.h:25:23: note: ivar is declared here [3]
             enum DestinationType returnType;
                                  ^
    1 error generated.
    operation completed
              emptySelectCount =  10
              readCount = 311

    Carey,
    I have tried london1a1's workaround, and it has not made any difference.
    It seems that london1a1 suggests changing the Camera.h file in this location:
              Users/london1a1/Documents/DW_NAF/PhoneGapLib/PhoneGapLib/Classes/Camera.h
    Whereas you're saying to change the Camera.h file in this location:
              /Applications/Adobe Dreamweaver CS5.5/Configuration/NativeAppFramework/DWPhoneGap/iphone/PhoneGapLib/Classes/Camera.h
    I've tried changing the Camera.h file in both locations.  Neither has made a difference.

  • Update multiple rows in a dynamic table Dreamweaver CS5.5

    hello there
    i want to update multiple rows which comes from a dynamic table in Dreamweaver CS5 (a loop in php) here is my Mysql table :
    sql code
    CREATE TABLE `register`.`s_lessons` (
    `lid` int( 5 ) NOT NULL ,
    `sid` int( 9 ) NOT NULL ,
    `term` int( 5 ) NOT NULL ,
    `tid` int( 5 ) NOT NULL ,
    `point` double NOT NULL DEFAULT '0',
    PRIMARY KEY ( `lid` , `sid` , `term` ) ,
    KEY `tid` ( `tid` ) ,
    KEY `point` ( `point` )
    ) ENGINE = MYISAM DEFAULT CHARSET = utf8 COLLATE = utf8_persian_ci;
    and this is my page source code:
    php file
    <?php require_once('../Connections/register.php'); ?>
    <?php
    session_start();
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;   
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    $colname1_rs1 = "-1";
    if (isset($_GET['term'])) {
      $colname1_rs1 = $_GET['term'];
    $colname_rs1 = "-1";
    if (isset($_GET['lid'])) {
      $colname_rs1 = $_GET['lid'];
    $colname2_rs1 = "-1";
    if (isset($_SESSION['tid'])) {
      $colname2_rs1 = $_SESSION['tid'];
    mysql_select_db($database_register, $register);
    $query_rs1 = sprintf("SELECT s_lessons.sid, s_lessons.lid, s_lessons.term, s_lessons.tid, s_lessons.point FROM s_lessons WHERE s_lessons.lid = %s AND s_lessons.term = %s AND s_lessons.tid  = %s", GetSQLValueString($colname_rs1, "int"),GetSQLValueString($colname1_rs1, "int"),GetSQLValueString($colname2_rs1, "int"));
    $rs1 = mysql_query($query_rs1, $register) or die(mysql_error());
    $row_rs1 = mysql_fetch_assoc($rs1);
    $totalRows_rs1 = mysql_num_rows($rs1);
    $count=mysql_num_rows($rs1);
    $editFormAction = $_SERVER['PHP_SELF'];
    if (isset($_SERVER['QUERY_STRING'])) {
      $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
    for ($j = 0, $len = count($_POST['lid']); $j < $len; $j++) {
    if ((isset($_POST["MM_update"])) && ($_POST["MM_update"] == "form1")) {
      $updateSQL = sprintf("UPDATE s_lessons SET point=%s WHERE tid=%s, lid=%s, sid=%s, term=%s",
                           GetSQLValueString($_POST['point'] [$j], "double"),
                                GetSQLValueString($_SESSION['tid'], "int"),
                           GetSQLValueString($_POST['lid'] [$j], "int"),
                                GetSQLValueString($_POST['sid'] [$j], "int"),
                                GetSQLValueString($_POST['term'] [$j], "int"));
      mysql_select_db($database_register, $register);
      $Result1 = mysql_query($updateSQL, $register) or die(mysql_error());
      $updateGoTo = "student_lists.php";
      if (isset($_SERVER['QUERY_STRING'])) {
        $updateGoTo .= (strpos($updateGoTo, '?')) ? "&" : "?";
        $updateGoTo .= $_SERVER['QUERY_STRING'];
      header(sprintf("Location: %s", $updateGoTo));
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title>r</title>
    <link href="styles/style.css" rel="stylesheet" type="text/css" media="screen" />
    <link href="styles/in_styles.css" rel="stylesheet" type="text/css" media="screen" />
    </head>
    <body>
    <div id="wrapper">
         <div id="header-wrapper">
         </div>
         <!-- end #header -->
         <div id="page">
              <div id="page-bgtop">
                   <div id="page-bgbtm">
                        <div id="content">
                             <div class="post">
                               <div style="clear: both;">
                            <form name="form1" id="form1" method="post" action="<?php echo $editFormAction; ?>">
                            <table border="1" align="center">
                              <tr>
                                <th>Student ID</th>
                                <th>Lesson ID</th>
                                <th>Semester</th>
                                <th>Point</th>
                              </tr>
                              <?php do { ?>
                                <tr>
                                  <td class="data"><label for="sid[]"></label>
                                  <input name="sid[]" type="text" id="sid[]" value="<?php echo $row_rs1['sid']; ?>" size="9" readonly="readonly" /></td>
                                  <td class="data"><label for="lid[]"></label>
                                  <input name="lid[]" type="text" id="lid[]" value="<?php echo $row_rs1['lid']; ?>" size="5" readonly="readonly" /></td>
                                  <td class="data"><label for="term[]"></label>
                                  <input name="term[]" type="text" id="term[]" value="<?php echo $row_rs1['term']; ?>" size="4" readonly="readonly" /></td>
                                  <td><label for="point[]"></label>
                                    <input name="point[]" type="text" id="point[]" value="<?php echo $row_rs1['point']; ?>" size="4" />                             
                              </tr>
                                <?php } while ($row_rs1 = mysql_fetch_assoc($rs1)); ?>
                            </table>
                            <p>
                              <input type="submit" name="Submit" id="Submit" value="Submit" />
                              <input type="hidden" name="MM_update" value="form1" />
                            </p>
                            </form>
                               </div>
                             </div>
                        <div style="clear: both;">
                    </div>
                        </div>
                        <!-- end #content -->
                        <!-- end #sidebar -->
                        <div style="clear: both;"> </div>
                   </div>
              </div>
         </div>
         <!-- end #page -->
    </div>
    <!-- end #footer -->
    </body>
    </html>
    <?php
    mysql_free_result($rs1);
    ?>
    All i want is that when users click on SUBMIT button values of point column in s_lessons(database table) be updated by new entries from user.
    i did my best and result with that code is :
    You  have an error in your SQL syntax; check the manual that corresponds to  your MySQL server version for the right syntax to use near ' lid=888,  sid=860935422, term=902' at line 1
    I would appreciate any idea.
    with prior thanks

    Go to the Row Properties, and in the Visibility tab, you have "Show or hide based on an expression". You can use this to write an expression that resolves to true if the row should be hidden, false otherwise.
    Additionally, in the Matrix properties you should take a look at the filters section, perhaps you can achieve what you wish to achieve through there by removing the unnecessary rows instead of just hiding them.
    It's only so much I can help you with the limited information. If you require further help, please provide us with more information such as what data are you displaying, what's the criteria to hiding rows, etc...
    Regards
    Andrew Borg Cardona

  • Adobe Extension Manager CS5 5.0 Update   There was an error downloading this update. Please quit and try again later.     Dreamweaver CS5 11.0.4 Updater   There was an error downloading this update. Please quit and try again later.

    Adobe Extension Manager CS5 5.0 Update
      There was an error downloading this update. Please quit and try again later.
      Dreamweaver CS5 11.0.4 Updater
      There was an error downloading this update. Please quit and try again later.
    this happens continual when I try to update minor increments for my CS5 Master collection no matter what application update I try.
    No help available to resolve this problem...
    William Bell.

    thank you,
    I downloaded updates and installed manually, had to mess around a bit.
    Start the updater from the program first, then install from the download.
    Also, moved plugins that are for Premier from common plugins directory,
    to the Premier plugins directory. Stopped the error I got launching After Effects
    that said to reinstall the plugins.
    Cheers!
    W.

  • Looking for a reference manual that actually describes in detail all attributes for a command

    I am using CS5. I am teaching myself Photoshop using their book, "Classroom in a book".
    Thought the lessons, they will suggest specific setting for command attributes without describing exacting what these values mean.. For example, on page 88 they give the student specific settings for the Refine Edge dialog bog under the Quick Selection tool. They say, "To prepare the edge for a drop shadow, set Smooth to 24, Feather to 0.5, Contrast to 12, and Shift Edge to -21". Note: I am calling things like Smooth, Feather, Contrast, etc command attributes.
    My question is not about this specific example, but all these attribute values for all the commands. For example, what does Shift Edge really do when negative or positive. My question is: does a reference, either a book, pdf, or a non-Adobe product (probably a book) exist that actually explains when each attribute actually does for every command? Basically looking for a boring detailed reference guide so when I am using a specific command, I can read about the attributes for the specific command and understand what the values really mean and not guess my trial and error.
    Thanks in Advance,
    LouF

    Lou Fuchs wrote:
    For example, I just happen to have my book open to page 113 and it is showing me (at the bottom of the page) the dialog box for Layer Style.  I was hoping for a reference manual that explains every option in the that dialog box in detail and tells you what each option means and how it effects the image.
    I hope this clarifies what I am looking for.
    Here's a little snippet from the info about Layer Styles in the Adobe manual.
    Layer style options
    To the top
    Altitude For the Bevel and Emboss effect, sets the height of the light source. A setting of 0 is equivalent to ground level, 90 is directly above the layer. Angle Determines the lighting angle at which the effect is applied to the layer. You can drag in the document window to adjust the angle of a Drop Shadow, Inner Shadow, or Satin effect.
    Anti-alias Blends the edge pixels of a contour or gloss contour. This option is most useful on small shadows with complicated contours. Blend Mode Determines how the layer style blends with the underlying layers, which may or may not include the active layer. For example, an inner shadow blends with the active layer because the effect is drawn on top of that layer, but a drop shadow blends only with the layers beneath the active layer. In most cases, the default mode for each effect produces the best results. See Blending modes. Choke Shrinks the boundaries of the matte of an Inner Shadow or Inner Glow prior to blurring. Color Specifies the color of a shadow, glow, or highlight. You can click the color box and choose a color. Contour With solid-color glows, Contour allows you to create rings of transparency. With gradient-filled glows, Contour allows you to create variations in the repetition of the gradient color and opacity. In beveling and embossing, Contour allows you to sculpt the ridges, valleys, and bumps that are shaded in the embossing process. With shadows, Contour allows you to specify the fade. For more information, see Modify layer effects with contours. Distance Specifies the offset distance for a shadow or satin effect. You can drag in the document window to adjust the offset distance. Depth Specifies the depth of a bevel. It also specifies the depth of a pattern. Use Global Light This setting allows you to set one “master” lighting angle that is then available in all the layer effects that use shading: Drop Shadow, Inner Shadow, and Bevel and Emboss. In any of these effects, if Use Global Light is selected and you set a lighting angle, that angle becomes the global lighting angle. Any other effect that has Use Global Light selected automatically inherits the same angle setting. If Use Global Light is deselected, the lighting angle you set is “local” and applies only to that effect. You can also set the global lighting angle by choosing Layer Style > Global Light. Gloss Contour Creates a glossy, metallic appearance. Gloss Contour is applied after shading a bevel or emboss. Gradient Specifies the gradient of a layer effect. Click the gradient to display the Gradient Editor, or click the inverted arrow and choose a gradient from the pop-up panel. You can edit a gradient or create a new gradient using the Gradient Editor. You can edit the color or opacity in the Gradient Overlay panel the same way you edit them in the Gradient Editor. For some effects, you can specify additional gradient options. Reverse flips the orientation of the gradient, Align With Layer uses the bounding box of the layer to calculate the gradient fill, and Scale scales the application of the gradient. You can also move the center of the gradient by clicking and dragging in the image window. Style specifies the shape of the gradient. Highlight or Shadow Mode Specifies the blending mode of a bevel or emboss highlight or shadow. Jitter Varies the application of a gradient’s color and opacity. Layer Knocks Out Drop Shadow Controls the drop shadow’s visibility in a semitransparent layer. Noise Specifies the number of random elements in the opacity of a glow or shadow. Enter a value or drag the slider. Opacity Sets the opacity of the layer effect. Enter a value or drag the slider. Pattern Specifies the pattern of a layer effect. Click the pop-up panel and choose a pattern. Click the New Preset button          to create a new preset pattern based on the current settings. Click Snap To Origin to make the origin of the pattern the same as the origin of the document (when Link With Layer is selected), or to place the origin at the upper-left corner of the layer (if Link With Layer is deselected). Select Link With Layer if you want the pattern to move along with the layer as the layer moves. Drag the Scale slider or enter a value to specify the size of the pattern. Drag a pattern to position it in the layer; reset the position by using the Snap To Origin button. The Pattern option is not available if no patterns are loaded. Position Specifies the position of a stroke effect as Outside, Inside, or Center. Range Controls which portion or range of the glow is targeted for the contour. Size Specifies the radius and size of blur or the size of the shadow. Soften Blurs the results of shading to reduce unwanted artifacts. Source Specifies the source for an inner glow. Choose Center to apply a glow that emanates from the center of the layer’s content, or Edge toapply a glow that emanates from the inside edges of the layer’s content. Spread Expands the boundaries of the matte prior to blurring.
    Style Specifies the style of a bevel: Inner Bevel creates a bevel on the inside edges of the layer contents; Outer Bevel creates a bevel on the outside edges of the layer contents; Emboss simulates the effect of embossing the layer contents against the underlying layers; Pillow Emboss simulates the effect of stamping the edges of the layer contents into the underlying layers; and Stroke Emboss confines embossing to the boundaries of a stroke effect applied to the layer. (The Stroke Emboss effect is not visible if no stroke is applied to the layer.)
    Technique Smooth, Chisel Hard, and Chisel Soft are available for bevel and emboss effects; Softer and Precise apply to Inner Glow and Outer Glow effects.
    Smooth Blurs the edges of a matte slightly and is useful for all types of mattes, whether their edges are soft or hard. It does not preserve detailed features at larger sizes. Chisel Hard Uses a distance measurement technique and is primarily useful on hard-edged mattes from anti-aliased shapes such as type. It preserves detailed features better than the Smooth technique.
    Chisel Soft Uses a modified distance measurement technique and, although not as accurate as Chisel Hard, is more useful on a larger range of mattes. It preserves features better than the Smooth technique. Softer Applies a blur and is useful on all types of mattes, whether their edges are soft or hard. At larger sizes, Softer does not preserve detailed features.
    Precise Uses a distance measurement technique to create a glow and is primarily useful on hard-edged mattes from anti-aliased shapes
    such as type. It preserves features better than the Softer technique. Texture Applies a texture. Use Scale to scale the size of the texture. Select Link With Layer if you want the texture to move along with the layer as the layer moves. Invert inverts the texture. Depth varies the degree and direction (up/down) to which the texturing is applied. Snap To Origin makes the origin of the pattern the same as the origin of the document (if Link With Layer is deselected) or places the origin in the upper-left corner of the layer (if Link With Layer is selected). Drag the texture to position it in the layer.

  • Dreamweaver CS5.5 not displaying fonts correctly in live view

    I've integrated some web fonts into my website, which display properly in every browser on my computer (and more importantly) on on other computers properly; strangely enough, Dreamweaver CS5.5's live view doesn't display them as they should be displayed. The font Raleway is displayed as Times New Roman, and League Gothic as Helvetica. Stranger still, Ubuntu, which I use for my <body> element in general, works fine in all weights and styles. Any advice on how to get the other fonts to work properly?                    

    The code for Exo is simply a link in the <head> element to Google Web Fonts; <link href='http://fonts.googleapis.com/css?family=Exo:100,200,300,400,500,600,700,800,900,400italic' rel='stylesheet' type='text/css'>
    Same goes for Open Sans Condensed (sorry, I confused it with League Gothic in earlier comments): <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700' rel='stylesheet' type='text/css'>
    The code for Raleway, Ubuntu and Museo is here:
    @font-face {
            font-family: "Ubuntu";
            font-style: normal;
            font-weight: 300;
            src: local("☺");
            src: url(/webfontkit-20111222-160801/ubuntu-r-webfont.eot) format("woff");
            src: url(/webfontkit-20111222-160801/ubuntu-r-webfont.svg) format("svg");
    @font-face {
            font-family: "Ubuntu";
            font-style: italic;
            font-weight: 300;
            src: local("☺");
            src: url(/webfontkit-20111222-160801/ubuntu-ri-webfont.eot) format("woff");
            src: url(/webfontkit-20111222-160801/ubuntu-ri-webfont.svg) format("svg");
    @font-face {
            font-family: "Ubuntu";
            font-style: normal;
            font-weight: 500;
            src: local("☺");
            src: url(/webfontkit-20111222-160801/ubuntu-b-webfont.eot) format("woff");
            src: url(/webfontkit-20111222-160801/ubuntu-b-webfont.svg) format("svg");
    @font-face {
            font-family: "Museo";
            font-style: normal;
            font-weight: 300;
            src: local("☺");
            src: url(/MyFontsWebfontsOrderM3529046/webfonts/201E4B_1_0.ttf) format("ttf");
            src: url(/MyFontsWebfontsOrderM3529046/webfonts/201E4B_1_0.eot) format("eot");
            src: url(/MyFontsWebfontsOrderM3529046/webfonts/201E4B_1_0.woff) format("woff");
    @font-face {
            font-family: "Museo";
            font-style: normal;
            font-weight: 500;
            src: local("☺");
            src: url(/MyFontsWebfontsOrderM3529046/webfonts/201E4B_2_0.ttf) format("ttf");
            src: url(/MyFontsWebfontsOrderM3529046/webfonts/201E4B_2_0.eot) format("eot");
            src: url(/MyFontsWebfontsOrderM3529046/webfonts/201E4B_2_0.woff) format("woff");
    @font-face {
            font-family: "Museo";
            font-style: normal;
            font-weight: 700;
            src: local("☺");
            src: url(/MyFontsWebfontsOrderM3529046/webfonts/201E4B_0_0.ttf) format("ttf");
            src: url(/MyFontsWebfontsOrderM3529046/webfonts/201E4B_0_0.eot) format("eot");
            src: url(/MyFontsWebfontsOrderM3529046/webfonts/201E4B_0_0.woff) format("woff");
    @font-face {
              font-family: "Raleway";
              font-style: light;
              src: local("☺");
              src: url(/webfontkit-20120225-212056/raleway-thin-webfont.ttf) format("ttf");
              src: url(/webfontkit-20120225-212056/raleway-thin-webfont.eot) format("eot");
              src: url(/webfontkit-20120225-212056/raleway-thin-webfont.woff) format("woff");
    As you can see, these do reference TTF fonts on my remote server, as well as in my local folder (which mirrors my remote server, obviously).

  • Did security update 2015-004 broke Illustrator & Dreamweaver CS5.5

    Hi community,
    from 2 days ago I can't launch Illustrator and Dreamweaver CS5.5, Illustrator crashes with an error (-108) on various stages of starting up, but Dreamveawer is just stuck on initializing CSS. The only thing I can remember is installing security update 2015-004 on Mavericks (10.9.5) a day before that. I tried creating a new user and starting up in safe mode but the same thing happens.
    Here is the Console log from Illustrator crash:
    Process:    
    Adobe Illustrator [4663]
    Path:       
    /Applications/DTP/*/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier: 
    com.adobe.illustrator
    Version:    
    39 (15.1.0)
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [188]
    Responsible:
    Adobe Illustrator [4663]
    User ID:    
    501
    Date/Time:  
    2015-04-10 11:57:23.783 +0200
    OS Version: 
    Mac OS X 10.9.5 (13F1066)
    Report Version:  11
    Anonymous UUID:  75264866-74C0-429E-7C83-AF41E7DF178B
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000000f4e6822
    VM Regions Near 0xf4e6822:
    __LINKEDIT        
    000000000f4db000-000000000f4e2000 [   28K] r--/rwx SM=COW  /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    -->
    VM_ALLOCATE       
    000000000f503000-000000000f505000 [
    8K] rw-/rwx SM=PRV 
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                     
    0x0f4e6822 0 + 256796706
    1   com.adobe.illustrator   
    0x0013fdb5 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1191353
    2   com.apple.HIToolbox     
    0x92c12d89 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    3   com.apple.HIToolbox     
    0x92a6634f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1452
    4   com.apple.HIToolbox     
    0x92a65668 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386
    5   com.apple.HIToolbox     
    0x92a654e0 SendEventToEventTargetWithOptions + 94
    6   com.apple.HIToolbox     
    0x92c6676a SendMenuOpening(MenuSelectData*, MenuData*, double, unsigned long, unsigned long, __CFDictionary*, unsigned char, unsigned char*) + 573
    7   com.apple.HIToolbox     
    0x92c664fe _SimulateMenuOpening + 138
    8   com.apple.HIToolbox     
    0x92c58798 OpenMenuForInspection(MenuData*) + 127
    9   com.apple.HIToolbox     
    0x92c597cd MenuData::HandleGetNamedAccessibleAttribute(unsigned long long, __CFString const*, unsigned long, OpaqueEventRef*) + 175
    10  com.apple.HIToolbox     
    0x92c596d8 MenuData::GetNamedAccessibleAttributeSelf(unsigned long long, __CFString const*, unsigned long, OpaqueEventRef*) + 166
    11  com.apple.HIToolbox     
    0x92c86510 HIObject::DispatchGetNamedAccessibleAttribute(unsigned long long, __CFString const*, unsigned long, OpaqueEventRef*, void*) + 52
    12  com.apple.HIToolbox     
    0x92c86ad1 HIObject::DispatchAccessibilityEvent(OpaqueEventRef*, unsigned long long, AccessibilityHandlers const*, void*) + 1191
    13  com.apple.HIToolbox     
    0x92c86449 HIObject::HandleClassAccessibilityEvent(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 145
    14  com.apple.HIToolbox     
    0x92a66926 HIObject::EventHook(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 120
    15  com.apple.HIToolbox     
    0x92c12d89 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    16  com.apple.HIToolbox     
    0x92a6634f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1452
    17  com.apple.HIToolbox     
    0x92a65668 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386
    18  com.apple.HIToolbox     
    0x92a654e0 SendEventToEventTargetWithOptions + 94
    19  com.apple.HIToolbox     
    0x92af3269 Accessible::SendEvent(OpaqueEventRef*, bool) const + 105
    20  com.apple.HIToolbox     
    0x92af270f Accessible::GetNamedAttributeData(__CFString const*, void const*, void const**, unsigned char*) + 171
    21  com.apple.HIToolbox     
    0x92af25fc HLTBCopyUIElementAttributeValue + 64
    22  com.apple.HIToolbox     
    0x92af4993 CarbonCopyAttributeValueCallback(__CFData const*, unsigned long, __CFString const*, void const**, void*) + 85
    23  com.apple.AppKit        
    0x95477205 CopyCarbonUIElementAttributeValue + 60
    24  com.apple.AppKit        
    0x95473379 CopyAttributeValue + 216
    25  com.apple.HIServices    
    0x9002c8da _AXXMIGCopyAttributeValue + 282
    26  com.apple.HIServices    
    0x900366db _XCopyAttributeValue + 462
    27  com.apple.HIServices    
    0x9000f2e7 mshMIGPerform + 229
    28  com.apple.CoreFoundation
    0x93e35e15 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 53
    29  com.apple.CoreFoundation
    0x93e35d7b __CFRunLoopDoSource1 + 523
    30  com.apple.CoreFoundation
    0x93e264b2 __CFRunLoopRun + 2130
    31  com.apple.CoreFoundation
    0x93e259ea CFRunLoopRunSpecific + 394
    32  com.apple.CoreFoundation
    0x93e2584b CFRunLoopRunInMode + 123
    33  com.apple.HIToolbox     
    0x92a89b5d RunCurrentEventLoopInMode + 259
    34  com.apple.HIToolbox     
    0x92a898e2 ReceiveNextEventCommon + 526
    35  com.apple.HIToolbox     
    0x92ad4aca AcquireNextEventInMode + 75
    36  com.apple.HIToolbox     
    0x92c249da _AcquireNextEvent + 58
    37  com.apple.HIToolbox     
    0x92c134ac _RunAppModalLoop + 168
    38  com.apple.HIToolbox     
    0x92c133be RunAppModalLoopForWindow + 130
    39  com.adobe.illustrator   
    0x000fcb85 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 916361
    40  com.adobe.illustrator   
    0x000fd073 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 917623
    41  com.adobe.illustrator   
    0x000fd1f3 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 918007
    42  com.adobe.illustrator   
    0x001130c7 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1007819
    43  com.adobe.illustrator   
    0x000d412a AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 749870
    44  com.adobe.illustrator   
    0x00003316 0x1000 + 8982
    Thread 1:
    0   libsystem_kernel.dylib  
    0x96b02046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x94ec0dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib 
    0x94ec4cce start_wqthread + 30
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib  
    0x96b02992 kevent64 + 10
    1   libdispatch.dylib       
    0x94d24899 _dispatch_mgr_invoke + 238
    2   libdispatch.dylib       
    0x94d24532 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib  
    0x96b02046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x94ec0dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib 
    0x94ec4cce start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib  
    0x96b02046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x94ec0dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib 
    0x94ec4cce start_wqthread + 30
    Thread 5:
    0   libsystem_kernel.dylib  
    0x96b017ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x94ec1d8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib 
    0x94ec3fa3 pthread_cond_wait + 48
    3   com.adobe.amt.services  
    0x046ea274 C_AMTUISwitchSuppressUpdates + 16864
    4   com.adobe.amt.services  
    0x046e3074 C_EULA_SetState + 2166
    5   com.adobe.amt.services  
    0x046ea2da C_AMTUISwitchSuppressUpdates + 16966
    6   libsystem_pthread.dylib 
    0x94ebf5fb _pthread_body + 144
    7   libsystem_pthread.dylib 
    0x94ebf485 _pthread_start + 130
    8   libsystem_pthread.dylib 
    0x94ec4cf2 thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib  
    0x96b017ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x94ec1d8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib 
    0x94ec2042 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore    0x9458b88d TSWaitOnConditionTimedRelative + 161
    4   com.apple.CoreServices.CarbonCore    0x9458b44a TSWaitOnSemaphoreCommon + 531
    5   com.apple.CoreServices.CarbonCore    0x9458b5fd TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore    0x9456bc00 TimerThread + 89
    7   libsystem_pthread.dylib 
    0x94ebf5fb _pthread_body + 144
    8   libsystem_pthread.dylib 
    0x94ebf485 _pthread_start + 130
    9   libsystem_pthread.dylib 
    0x94ec4cf2 thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib  
    0x96b017ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x94ec1d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib 
    0x94ec3bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore    0x9458b682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore    0x9458b8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore    0x94557cf2 MPWaitOnQueue + 199
    6   AdobeACE                
    0x01681579 0x1647000 + 238969
    7   AdobeACE                
    0x01680f71 0x1647000 + 237425
    8   com.apple.CoreServices.CarbonCore    0x945582ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib 
    0x94ebf5fb _pthread_body + 144
    10  libsystem_pthread.dylib 
    0x94ebf485 _pthread_start + 130
    11  libsystem_pthread.dylib 
    0x94ec4cf2 thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib  
    0x96b017ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x94ec1d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib 
    0x94ec3bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore    0x9458b682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore    0x9458b8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore    0x94557cf2 MPWaitOnQueue + 199
    6   AdobeACE                
    0x01681579 0x1647000 + 238969
    7   AdobeACE                
    0x01680f71 0x1647000 + 237425
    8   com.apple.CoreServices.CarbonCore    0x945582ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib 
    0x94ebf5fb _pthread_body + 144
    10  libsystem_pthread.dylib 
    0x94ebf485 _pthread_start + 130
    11  libsystem_pthread.dylib 
    0x94ec4cf2 thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib  
    0x96b017ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x94ec1d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib 
    0x94ec3bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore    0x9458b682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore    0x9458b8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore    0x94557cf2 MPWaitOnQueue + 199
    6   AdobeACE                
    0x01681579 0x1647000 + 238969
    7   AdobeACE                
    0x01680f71 0x1647000 + 237425
    8   com.apple.CoreServices.CarbonCore    0x945582ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib 
    0x94ebf5fb _pthread_body + 144
    10  libsystem_pthread.dylib 
    0x94ebf485 _pthread_start + 130
    11  libsystem_pthread.dylib 
    0x94ec4cf2 thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib  
    0x96b017ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x94ec1d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib 
    0x94ec3bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore    0x9458b682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore    0x9458b8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore    0x94557cf2 MPWaitOnQueue + 199
    6   AdobeACE                
    0x01681579 0x1647000 + 238969
    7   AdobeACE                
    0x01680f71 0x1647000 + 237425
    8   com.apple.CoreServices.CarbonCore    0x945582ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib 
    0x94ebf5fb _pthread_body + 144
    10  libsystem_pthread.dylib 
    0x94ebf485 _pthread_start + 130
    11  libsystem_pthread.dylib 
    0x94ec4cf2 thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib  
    0x96b017ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x94ec1d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib 
    0x94ec3bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore    0x9458b682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore    0x9458b8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore    0x94557cf2 MPWaitOnQueue + 199
    6   AdobeACE                
    0x01681579 0x1647000 + 238969
    7   AdobeACE                
    0x01680f71 0x1647000 + 237425
    8   com.apple.CoreServices.CarbonCore    0x945582ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib 
    0x94ebf5fb _pthread_body + 144
    10  libsystem_pthread.dylib 
    0x94ebf485 _pthread_start + 130
    11  libsystem_pthread.dylib 
    0x94ec4cf2 thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib  
    0x96b017ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x94ec1d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib 
    0x94ec3bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore    0x9458b682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore    0x9458b8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore    0x94557cf2 MPWaitOnQueue + 199
    6   AdobeACE                
    0x01681579 0x1647000 + 238969
    7   AdobeACE                
    0x01680f71 0x1647000 + 237425
    8   com.apple.CoreServices.CarbonCore    0x945582ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib 
    0x94ebf5fb _pthread_body + 144
    10  libsystem_pthread.dylib 
    0x94ebf485 _pthread_start + 130
    11  libsystem_pthread.dylib 
    0x94ec4cf2 thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib  
    0x96b017ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x94ec1d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib 
    0x94ec3bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore    0x9458b682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore    0x9458b8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore    0x94557cf2 MPWaitOnQueue + 199
    6   AdobeACE                
    0x01681579 0x1647000 + 238969
    7   AdobeACE                
    0x01680f71 0x1647000 + 237425
    8   com.apple.CoreServices.CarbonCore    0x945582ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib 
    0x94ebf5fb _pthread_body + 144
    10  libsystem_pthread.dylib 
    0x94ebf485 _pthread_start + 130
    11  libsystem_pthread.dylib 
    0x94ec4cf2 thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib  
    0x96b017ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x94ec1d8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib 
    0x94ec3fa3 pthread_cond_wait + 48
    3   AdobeAGM                
    0x01abe59d AGMInitialize + 3243373
    4   AdobeAGM                
    0x01abf1ed AGMInitialize + 3246525
    5   AdobeAGM                
    0x01ac4de0 AGMInitialize + 3270064
    6   libsystem_pthread.dylib 
    0x94ebf5fb _pthread_body + 144
    7   libsystem_pthread.dylib 
    0x94ebf485 _pthread_start + 130
    8   libsystem_pthread.dylib 
    0x94ec4cf2 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x073a8840  ebx: 0x6d656e75  ecx: 0x00000000  edx: 0x00000002
      edi: 0x00000004  esi: 0x92c12d71  ebp: 0xbfffba48  esp: 0xbfffb95c
       ss: 0x00000023  efl: 0x00010202  eip: 0x0f4e6822   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x0f4e6822
    Logical CPU:
    6
    Error Code: 
    0x00000014
    Trap Number:
    14
    Binary Images:
    0x1000 -  0x10ddfe7 +com.adobe.illustrator (39 - 15.1.0) <A59087EC-3C72-CC25-4C18-47FAB3D91DFE> /Applications/DTP/*/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    0x13fe000 -  0x14cbfe7 +AdobeAXEDOMCore (0) <F76D74DC-FD5A-9783-C447-2E58773DA7E1> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeA XEDOMCore
    0x153d000 -  0x154dfff  com.apple.carbonframeworktemplate (1.0 - 1.0) <02AB017F-BF6A-B96F-9D39-5F23B36EF2E5> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/Alcid.framework/Versions/A/Alcid
    0x1554000 -  0x156fff9 +AdobePDFSettings (1) /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/Adobe PDFSettings
    0x158a000 -  0x15cefff +com.adobe.illustrator.aiport (AIPort version 1.0 - 1.0) <65C09343-06AC-9256-3260-70AFDEA99C82> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AIPort.framework/Versions/A/AIPort
    0x1633000 -  0x1633fff +SPBasic (0) <00D26E34-33A4-31BF-3516-87513A07D019> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
    0x1638000 -  0x163effb +com.adobe.coretech.adobesplashkit (AdobeSplashKit version 1.0 - 1.0) <5B4C881B-6885-96F2-BD05-BE9C44A7546C> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSp lashKit
    0x1647000 -  0x175cfff +AdobeACE (1) <BFF50B9A-8BCA-08D1-0260-FF251DA05EC7> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x1782000 -  0x1ca8fff +AdobeAGM (1) <72363979-F9A0-0EA2-3E16-AB8D6EA0F12E> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x1df2000 -  0x1e2efff +AdobeARE (1) <B2DBDCF9-944F-7C5A-43CF-A5E207BEE94B> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
    0x1e38000 -  0x1e5eff6 +AdobeAXE8SharedExpat (0) <5848BBCE-3A3E-66EE-5527-97A96F0CA4CC> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/A dobeAXE8SharedExpat
    0x1e71000 -  0x1e8cfff +AdobeBIB (1) <5AA925B7-D30E-B230-1B81-7CB6E3B4F2DB> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x1e97000 -  0x1eb8ff7 +AdobeBIBUtils (1) <1B33B3A5-2460-EDE8-C54F-16C0335C613D> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobeBibUtils.framework/Versions/A/AdobeBIB Utils
    0x1ec5000 -  0x21b7ff7 +AdobeCoolType (1) <90757246-5467-2606-4095-19B63B255F2F> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoo lType
    0x2244000 -  0x22dcfff +com.adobe.AdobeExtendScript (ExtendScript 4.1.28 - 4.1.28.13048) <A9394CC7-8E48-FE0F-FDB5-37D0FE77435B> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/Adob eExtendScript
    0x233d000 -  0x2420fef +AdobePDFPort (1) <26DE29E1-7799-DBE8-47AE-A95FEA7DE1EB> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFP ort
    0x2458000 -  0x2a8dfeb +AdobePDFL (1) <B295BDBD-65E8-CE6D-865B-79276D0507B2> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
    0x2bc3000 -  0x2c50ff7 +com.adobe.AdobeScCore (ScCore 4.1.28 - 4.1.28.13048) <68FB7168-645E-BD55-5EAA-007315B53997> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCor e
    0x2c97000 -  0x2d37fef +AdobeSVGExport (0) <9B8AE7D4-C7C8-B594-9E31-BEDC07A98A56> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSV GExport
    0x2d63000 -  0x3001ff2 +AdobeSVGRE (0) <95F2CE86-4B2D-C3DE-A783-8E0A0B24F74C> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGRE.framework/Versions/A/AdobeSVGRE
    0x30df000 -  0x3137ff7 +AdobeXMP (0) <73329999-C364-2451-6574-4D0277057D19> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x3147000 -  0x31d3fef +AdobeXMPFiles (0) <A72BD678-CAD0-0C2A-0989-11E87B154AB5> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMP Files
    0x320c000 -  0x32d9ff3 +libicui18n.dylib.36.0 (36) <08F15219-7F35-574E-7725-1ACAA1B18A00> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/ICUInternationalization.framework/Versions/ 3.6/libicui18n.dylib.36.0
    0x333c000 -  0x3416fef +libicuuc.dylib.36.0 (36) <5EE72009-40B3-7FB7-3A49-576AEDE0D400> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc. dylib.36.0
    0x3456000 -  0x3e06fff +libicudata.dylib.36.0 (36) <02108DEA-3DD2-14BE-DAEB-BE522B619C1D> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.d ylib.36.0
    0x3e09000 -  0x41e1ff7 +AdobeMPS (1) <272DAEDE-FC7E-B412-7C97-CF47FF6BF242> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x4318000 -  0x4386ffb +com.adobe.amtlib (amtlib 4.0.0.21 - 4.0.0.21) <3090D254-587A-A820-DBCD-729C27532FC8> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x439d000 -  0x442eff7 +libicucnv.dylib.36.0 (36) <581475CC-C039-1B42-49BA-71811D8B4E15> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicuc nv.dylib.36.0
    0x444d000 -  0x4633ff7 +com.adobe.linguistic.LinguisticManager (5.0.0 - 11696) <AF804353-8B13-7180-F2C8-832361EB2D5A> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeL inguistic
    0x46c5000 -  0x4730fe7 +com.adobe.amt.services (AMTServices 4.0.0.21 [BuildVersion: 4.0; BuildDate: Mon Jan 24 2011 21:49:00] - 4.0.0.21) <018F21DE-7E2E-C850-4C32-D4A2131ABF74> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservice s
    0x474c000 -  0x47c9fff +AdobeOwlCanvas (1) <6718BCAA-AAF5-07C2-B2F5-D7CD3BF5B924> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOw lCanvas
    0x47e7000 -  0x491ffe7 +WRServices (0) <87183F9D-17F4-6BDC-66A9-8FD34F320118> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x4964000 -  0x4968ffc +com.adobe.AdobeCrashReporter (3.0 - 5.5.20101001) <EA9B7B55-7FE5-14D2-FBAE-817121F94086> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/Ado beCrashReporter
    0x496f000 -  0x49c5ffb +com.adobe.headlights.LogSessionFramework (2.1.2.1263) <5B594BC9-5222-651B-6B70-7AD067035B1A> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x4a0e000 -  0x4a43fef +com.adobe.pip (5.5.0.1272) <4AD1ED99-8BB9-B49E-16E5-B7E7A97AAA99> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
    0x4a4e000 -  0x57a0feb +com.adobe.psl (AdobePSL 12.0.0.11086 - 12.0.0.11086) <ED38DE4D-2205-917F-EACE-6421DDE56A5B> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x5af7000 -  0x5c74fef +com.adobe.dvacore.framework (dvacore version 5.0.0 - 5.0.0.0) <49B04BBB-7249-AF03-A7B2-770443BA4AFB> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
    0x5df1000 -  0x60e1fef +com.adobe.dvaui.framework (dvaui version 5.0.0 - 5.0.0.0) <DDA3FFE0-C30C-9863-BD85-114636A448CE> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x640e000 -  0x6754ff3 +com.adobe.dvaadameve.framework (dvaadameve version 5.0.0 - 5.0.0.0) <B7CF0778-96A1-0864-1BBA-63622803E3A3> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0x6c68000 -  0x6c7afef +com.adobe.dvaai.framework (dvaai version 5.0.0 - 5.0.0.0) <A25DFA28-3208-0C10-BDC4-F164755BCDC6> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/dvaai.framework/Versions/A/dvaai
    0x6c9e000 -  0x6ca4fef +com.adobe.boost_date_time.framework (boost_date_time version 5.0.0 - 5.0.0.0) <2CFE7AA3-09A8-EB42-AFEA-F7FB4D7DBC6F> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_ date_time
    0x6cb6000 -  0x6cc1ff3 +com.adobe.boost_filesystem.framework (boost_filesystem version 5.0.0 - 5.0.0.0) <90073BD0-99ED-2715-64B8-2BB79D6F619F> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost _filesystem
    0x6cd6000 -  0x6d54fe2 +com.adobe.boost_regex.framework (boost_regex version 5.0.0 - 5.0.0.0) <BCC13CF6-F0A5-1C84-422B-7B11E5BB061A> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_rege x
    0x6dba000 -  0x6dc4fff +com.adobe.boost_signals.framework (boost_signals version 5.0.0 - 5.0.0.0) <88FE6D06-B15C-787D-C69C-F522CD8D3F3E> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_si gnals
    0x6dd8000 -  0x6ddaffb +com.adobe.boost_system.framework (boost_system version 5.0.0 - 5.0.0.0) <4E80B05E-DF55-2776-C886-02DFE2F104CD> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_sys tem
    0x6de3000 -  0x6deaff2 +com.adobe.boost_threads.framework (boost_threads version 5.0.0 - 5.0.0.0) <79C1A64C-42C7-26D1-E005-D6CB753F9B2B> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_th reads
    0x6dfb000 -  0x6e59fe2 +com.adobe.boost_serialization.framework (boost_serialization version 5.0.0 - 5.0.0.0) <8CAB6FC6-5F13-A5C5-DF9C-41EE813A0833> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/boost_serialization.framework/Versions/A/bo ost_serialization
    0x6f31000 -  0x70d0fe7 +com.adobe.owl (AdobeOwl version 3.0.89 - 3.0.89) <04CA525C-D4E0-DE62-BF07-D9EF6386AA58> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x713d000 -  0x71aafef +FileInfo (0) <4A4C74F9-CA83-B174-F56D-F7671DC61389> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x71c7000 -  0x7203ff7  com.apple.vmutils (4.2.1 - 108) <37A7D6A9-0BA7-39D9-A203-7123124A18B0> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x721d000 -  0x7220ffc +com.adobe.ape.shim (adbeape version 3.1.74.12761 - 3.1.74.12761) <FE2ABE8A-1D3F-7AF5-297C-D22FC3E0FBDA> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/Adbeape.framework/Versions/A/adbeape
    0x72f4000 -  0x72f5ffd  com.apple.textencoding.unicode (2.6 - 2.6) <27946D57-CEFB-3EF1-B124-4A39D2621738> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0xae48000 -  0xaeb8feb +com.adobe.adobe_caps (adobe_caps 4.0.42.0 - 4.0.42.0) <55D7D2EA-D21E-98B1-77C6-58C0A0E07051> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0xaec3000 -  0xaecbfff +com.adobe.asneu.framework (asneu version 1.7.0.1 - 1.7.0.1) <80195B5C-2C67-D841-232C-74FCAB79D304> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0xeefb000 -  0xeefbfff +com.adobe.illustrator.plugins.PlugInRes (Localizer version 15.1.0 - 15.1.0) <F9296CCC-1877-5C99-BD0D-98FF353B385B> /Applications/DTP/*/Adobe Illustrator.app/Required/Resources/en_GB/PlugInRes.aip/Contents/MacOS/PlugInRes
    0xf100000 -  0xf1b0fff  ColorSyncDeprecated.dylib (426) <F54DBFF3-3165-3D15-8AE4-37B603502A5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0xf493000 -  0xf4b8ff9  com.apple.framework.familycontrols (4.1 - 410) <A33A97EE-C735-38BA-9B49-5D78DAA3DEDA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0xf4cd000 -  0xf4d8fff  com.apple.CommerceCore (1.0 - 42) <D28DD970-4B69-3848-9BCC-3C67323B3D9C> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x12cbb000 - 0x12ce4fef +com.adobe.ape (adbeapecore version 3.1.74.12761 - 3.1.74.12761) <21548488-E9C3-4638-D7FC-895EE0F8EE30> /Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore
    0x1435c000 - 0x1435dff8  ATSHI.dylib (363.3) <62AF40CE-1110-31D5-931C-2B2AFB5C1A18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x15618000 - 0x157b3ff3 +aflamingo (1) <D6E6E61D-7B1C-AF96-2D36-36BAE4854116> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/aflamingo.framework/Versions/A/aflamingo
    0x17640000 - 0x1764efff  libSimplifiedChineseConverter.dylib (61) <6E42E198-9C8D-3F0F-9660-6D9975C2461E> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x17652000 - 0x17664ffd  libTraditionalChineseConverter.dylib (61) <EFC81138-0455-321B-A93A-F4E9C4A3EB31> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x40000000 - 0x400d1fe7 +AdobeJP2K (0) <EF392886-5A95-6A96-C95D-43DA0322925C> /Applications/DTP/*/Adobe Illustrator.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x50000000 - 0x502b2ff7  com.apple.AMDRadeonX3000GLDriver (1.24.38 - 1.2.4) <6B5F0EE8-EA77-3320-8DAF-B2B14BF30A7D> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRade onX3000GLDriver
    0x8fe95000 - 0x8fec7417  dyld (239.4) <0F2176BD-4239-3506-BA41-3B885269520E> /usr/lib/dyld
    0x90008000 - 0x90057ff9  com.apple.HIServices (1.23 - 468) <E8F6C5CD-F96C-3E81-B8B4-2811BBAC222F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90058000 - 0x90064ffc  libbz2.1.0.dylib (29) <3CEF1E92-BA42-3F8A-8E8D-9E1F7658E5C7> /usr/lib/libbz2.1.0.dylib
    0x900ba000 - 0x904b2ff3  com.apple.CoreGraphics (1.600.0 - 599.35.6) <49905820-F70F-3C80-8636-4C0FAD9C796E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x907e6ff5  com.apple.ChunkingLibrary (2.0 - 155.1) <50BBBBF8-F30B-39EA-A512-11A47F429F2C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x907e7000 - 0x907ebff7  libmacho.dylib (845) <D8E93E59-1F80-3413-B9CF-78B848F6E873> /usr/lib/system/libmacho.dylib
    0x907ec000 - 0x907f0fff  com.apple.IOAccelerator (98.26 - 98.26) <C8656E7D-EB93-3AA9-836C-24D0839C1488> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
    0x907f1000 - 0x907f2ffc  com.apple.TrustEvaluationAgent (2.0 - 25) <064B485D-56E0-3DD7-BBE2-E08A5BFFF8B3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x907f3000 - 0x90a6cff2  com.apple.security (7.0 - 55471.14.27) <544AB73E-CDD3-3073-A00A-56476946C00A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90a6d000 - 0x90a79ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <D50773D6-A261-390E-B159-0C161EA7C457> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x90a7a000 - 0x90a86ffc  libkxld.dylib (2422.115.10) <DAE45960-6190-3EEA-9068-84D4914365C9> /usr/lib/system/libkxld.dylib
    0x90a87000 - 0x90afafff  com.apple.SearchKit (1.4.0 - 1.4.0) <6F607AB6-7553-37BA-BEC5-98FD7C27FAD7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x90afb000 - 0x90afbffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <9515158F-3A33-39CF-AD5A-201C2B121F33> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x90b82000 - 0x90bbfff7  libauto.dylib (185.5) <CD008E66-4A0C-35F5-8D72-80D76A716A03> /usr/lib/libauto.dylib
    0x90bc0000 - 0x90bc1fff  libsystem_blocks.dylib (63) <2AC67D5E-ECD4-3644-A53C-9684F9B7AA33> /usr/lib/system/libsystem_blocks.dylib
    0x90bc2000 - 0x90bdeff9  com.apple.Ubiquity (1.3 - 289) <1CEDC83D-7282-3B4D-8CF7-4FE045012391> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x90bdf000 - 0x90be1ffb  libRadiance.dylib (1044) <6713977E-A33A-395A-9933-719F72DF1A98> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x90be2000 - 0x90c1afff  com.apple.LDAPFramework (2.4.28 - 194.5) <4399D209-B119-3ACC-97AF-F2E14DD207CB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x90c1b000 - 0x90cb3ff7  com.apple.Metadata (10.7.0 - 800.29) <83F7725E-6827-399D-AF87-A4E7FF297702> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x90cb4000 - 0x90e60fff  com.apple.QuartzCore (1.8 - 332.3) <1A14CA72-68A2-3970-BFF6-3D36339496FB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x90e61000 - 0x90eb1ff7  libcorecrypto.dylib (161.1) <135FD99E-2211-3DF4-825C-C9F816107F0C> /usr/lib/system/libcorecrypto.dylib
    0x90eb2000 - 0x90f29ffb  com.apple.framework.IOKit (2.0.1 - 907.100.14) <EED051CC-1482-3426-9C1C-A3FFAF7E76F2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92654000 - 0x92680ff7  GLRendererFloat (9.6.1) <A95F9D0F-8D62-3CF9-9D37-7C1F39A204CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x92a00000 - 0x92a27fff  com.apple.CoreVideo (1.8 - 117.2) <A53FDD90-F200-3F7C-8A8E-5DE36D3DFBB0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x92a28000 - 0x92a2cfff  libheimdal-asn1.dylib (323.92.2) <14134D3C-AC21-3047-AB78-7057C08732E4> /usr/lib/libheimdal-asn1.dylib
    0x92a5e000 - 0x92dd3ff9  com.apple.HIToolbox (2.1.1 - 698) <392738F0-322F-3C80-BEF7-138AFB124C35> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92e2a000 - 0x92e54fff  libxslt.1.dylib (13) <249D54AB-1D82-38FE-ABEC-0D575450C73B> /usr/lib/libxslt.1.dylib
    0x92e55000 - 0x92e58ffb  libutil.dylib (34) <B496031E-E763-3DEB-84D2-85C0F3DF2012> /usr/lib/libutil.dylib
    0x92e59000 - 0x92e69ff7  libsasl2.2.dylib (170) <CA1C07F6-8E17-315E-AE49-AB696DDE6707> /usr/lib/libsasl2.2.dylib
    0x92e6a000 - 0x92e8eff3  libc++abi.dylib (49.1) <43A04ACF-97A5-35ED-B454-6B5C0CF0F99D> /usr/lib/libc++abi.dylib
    0x92e8f000 - 0x92e90ffd  libunc.dylib (28) <22A126A1-DCFB-3BE5-A66B-C973F0A5D839> /usr/lib/system/libunc.dylib
    0x92e91000 - 0x92ea3fff  libbsm.0.dylib (33) <1BE92DB5-0D2F-3BB5-BCC6-8A71EF2A3450> /usr/lib/libbsm.0.dylib
    0x92eea000 - 0x92efaff5  com.apple.LangAnalysis (1.7.0 - 1.7.0) <71DE7754-0A47-3F35-B1BF-B1FE7E1311E0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x93469000 - 0x93554ff4  com.apple.DiskImagesFramework (10.9 - 371.1) <79F56F62-902E-32A2-A747-C57CCE03E1AB> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x9360a000 - 0x93613fff  com.apple.audio.SoundManager (4.1 - 4.1) <68B7CEB7-AF09-3E24-8548-6ABF065B5186> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93614000 - 0x9361bffe  com.apple.agl (3.2.3 - AGL-3.2.3) <4E5074D1-FE90-3F06-BB35-039E2873594D> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9361c000 - 0x93626ff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <A0D07BF7-31DF-3575-A02F-BEB90006DC74> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93627000 - 0x93658ff8  com.apple.GSS (4.0 - 2.0) <243CCC44-86E6-3987-9AFB-159E3196D337> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x93659000 - 0x9368affa  libsystem_m.dylib (3047.16) <28E614E8-7802-3E84-960A-AD4721EF10F7> /usr/lib/system/libsystem_m.dylib
    0x9368b000 - 0x936dbfff  com.apple.opencl (2.3.59 - 2.3.59) <CE95AA26-7AE6-3692-8291-8268BBB976D1> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x936dc000 - 0x936dcfff  libodfde.dylib (20) <98FC02AE-C596-3ED5-80D1-C502FF6115ED> /usr/lib/libodfde.dylib
    0x936dd000 - 0x93959fe7  com.apple.QuickTime (7.7.3 - 2826.24) <47052198-D890-3D54-80C6-953FE23AD04F> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9395a000 - 0x9395fff3  libsystem_platform.dylib (24.90.1) <0613F163-9A7A-3908-B30B-AC1627503933> /usr/lib/system/libsystem_platform.dylib
    0x93960000 - 0x93c55ffc  com.apple.CoreImage (9.4.0) <33696A53-9E18-32D6-844F-28098DB7E426> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x93c56000 - 0x93c58ffe  libCVMSPluginSupport.dylib (9.6.1) <DCEA5FE5-AC05-3B1A-B87E-1FB8E0CAAFFF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x93c59000 - 0x93dafff0  libBLAS.dylib (1094.5) <74310C2F-4FDB-3995-A01A-5AFB83010A43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x93db0000 - 0x93fb2fff  com.apple.CoreFoundation (6.9 - 855.17) <E382BBB6-4F41-3959-ADC7-238BE49A2155> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93fb3000 - 0x94096fff  libcrypto.0.9.8.dylib (52.8.1) <C920DC85-A8C1-3185-B860-DA9C10ABFA41> /usr/lib/libcrypto.0.9.8.dylib
    0x94097000 - 0x944cbff7  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <5B12F3E9-84F6-3183-B85D-FD19EF800ADB> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x944cc000 - 0x947cdffb  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <02C72D54-E3D3-32B0-A081-E85A7038489D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x947ce000 - 0x947cefff  com.apple.Carbon (154 - 157) <6C29C608-97B4-306E-AEC5-6F48EDF7EFB5> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x947cf000 - 0x947d4ff6  libcompiler_rt.dylib (35) <9924DF2E-D80B-3A21-920D-544A4597203F> /usr/lib/system/libcompiler_rt.dylib
    0x94b5f000 - 0x94b63ffa  libGIF.dylib (1044) <075D0A69-DEEC-3712-93F7-DC78FECCC0FF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x94b78000 - 0x94d204af  libobjc.A.dylib (551.1) <31CBE178-E972-30D1-ADC6-4B8345CAE326> /usr/lib/libobjc.A.dylib
    0x94d21000 - 0x94d39ffd  libdispatch.dylib (339.92.1) <7E7A88BF-74B3-363B-B534-6F757DF2DDE3> /usr/lib/system/libdispatch.dylib
    0x94e4e000 - 0x94e8eff7  com.apple.bom (14.0 - 193.1) <FFF1C8E5-41FF-357B-8681-69B21DCED2E4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94e8f000 - 0x94e8ffff  com.apple.Cocoa (6.8 - 20) <407DC9E6-BBCE-3D34-9BBB-00C90584FFDF> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94eb4000 - 0x94ebdfff  com.apple.DiskArbitration (2.6 - 2.6) <92F7575A-AA20-34D9-BB26-2CC8C3CCAFEB> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x94ebe000 - 0x94ec5ffb  libsystem_pthread.dylib (53.1.4) <8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C> /usr/lib/system/libsystem_pthread.dylib
    0x94ec6000 - 0x94edeff7  libsystem_malloc.dylib (23.10.1) <CB52555E-0F5B-31E3-A42A-FD4F930E2192> /usr/lib/system/libsystem_malloc.dylib
    0x94edf000 - 0x94fa2ff1  com.apple.CoreText (367.20 - 367.20) <42445623-3BDD-3678-8B46-845C441B6251> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x94fa3000 - 0x9500efff  com.apple.Heimdal (4.0 - 2.0) <C74091A4-AAB4-36F9-98CE-C4D039C3DFD3> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x9500f000 - 0x9508fff7  com.apple.CoreServices.OSServices (600.4 - 600.4) <53C9C33B-B000-37FD-8C8F-C86F29F058F0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x95090000 - 0x95099fff  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <CF8E5706-F744-3139-8A51-D52BF055D19F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9509a000 - 0x9509afff  com.apple.ApplicationServices (48 - 48) <7967F6FA-2984-3CC3-AD9A-7B9AEC562A2A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9509b000 - 0x950a5fff  com.apple.bsd.ServiceManagement (2.0 - 2.0) <B84F3916-236A-347B-9C1F-3DE571496737> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x950a6000 - 0x95cc4ff3  com.apple.AppKit (6.9 - 1265.21) <1D31697B-6F33-3239-BACE-5D1361B1F79A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95d1b000 - 0x95d77ffa  com.apple.print.framework.PrintCore (9.0 - 428) <3E248391-2669-328B-B84F-8763FE8E92BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x95d78000 - 0x95fdcff7  com.apple.CoreData (107 - 481.3) <8EB45FB9-CF78-36E1-919C-E976AE4C8146> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x96001000 - 0x96001fff  libkeymgr.dylib (28) <1B097DEA-011E-3B1C-86D5-6C7FAD5C765A> /usr/lib/system/libkeymgr.dylib
    0x96002000 - 0x9603fffb  libGLImage.dylib (9.6.1) <E2DADD8A-8A60-3F39-840B-4B7FE7001384> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x96040000 - 0x96093fff  com.apple.htmlrendering (77 - 1.1.4) <408FA30F-4FE9-3162-9FFD-677E8569C1EA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x96094000 - 0x960caff3  libssl.0.9.8.dylib (52.8.1) <86F2851F-238B-3FA1-923B-234F765BBF92> /usr/lib/libssl.0.9.8.dylib
    0x960ea000 - 0x960f4ff7  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <C4CC55E5-6CC4-307E-9499-AF89A6463AF4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x960f5000 - 0x96103fff  libxar.1.dylib (202) <B73748D4-F830-3C71-98B3-7A3ABF5136FD> /usr/lib/libxar.1.dylib
    0x96104000 - 0x96134ff7  com.apple.CoreServicesInternal (184.9 - 184.9) <999FEDEC-7657-3F32-A9AE-F29E0BE0AAF5> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x96135000 - 0x96139fff  com.apple.CommonPanels (1.2.6 - 96) <E7CA63C6-CEE9-3F0A-93A7-C12C653FFB80> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x96199000 - 0x9619eff7  com.apple.print.framework.Print (9.0 - 260) <A6C465F6-C5D1-353A-9F33-19B9CEDBBC2A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x961a1000 - 0x961a1fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <DDAC0B59-F886-3AB1-98E8-C71FFF161CD4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x961a2000 - 0x962b4ffc  libsqlite3.dylib (158) <B3DB0FED-FE4C-314D-8329-CF7708C8AAF4> /usr/lib/libsqlite3.dylib
    0x962b5000 - 0x962bbff7  com.apple.AOSNotification (1.7.0 - 760.3) <63F7E7F8-6FA3-38D3-9907-CDF360CA9354> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x962bc000 - 0x962c3ff2  com.apple.NetFS (6.0 - 4.0) <915AA303-C02B-3B0C-8208-D8AAA4350DB4> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x962ca000 - 0x962deff9  com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <6DDC6828-879B-3F7F-9458-8F57713104B5> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x962df000 - 0x962e7ff7  libCGCMS.A.dylib (599.35.6) <1509DE48-6EFF-32D2-9F60-007764E71866> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
    0x9634f000 - 0x9638dff7  com.apple.NavigationServices (3.8 - 215) <A093AAF0-248E-313E-BA82-01F69E269895> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9638e000 - 0x9645efef  libvDSP.dylib (423.32) <E2FA7230-A001-3F6B-9ACF-6998C51AD7DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9645f000 - 0x9646afff  libcsfde.dylib (380.70.2) <B3FC85EE-BBC2-3A20-9C45-C1ABDD063A63> /usr/lib/libcsfde.dylib
    0x9646b000 - 0x9646eff7  com.apple.help (1.3.3 - 46) <AB6292FA-D3BC-3D56-B3A5-2BE630A503E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9647a000 - 0x96485ffb  libcommonCrypto.dylib (60049) <F8E60C43-22EE-3E0B-9546-3365056901F1> /usr/lib/system/libcommonCrypto.dylib
    0x96486000 - 0x96489ff9  com.apple.TCC (1.0 - 1) <A5FCF7AA-3F56-3A19-9DF1-661F1F02F79D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x96495000 - 0x96499ffc  com.apple.IOSurface (91.2 - 91.2) <98107456-8C9F-3914-998B-604CD492E6C7> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9649a000 - 0x964a5fff  libGPUSupportMercury.dylib (9.6.1) <46F4947C-1E01-376B-A2C5-6C8B89D543AF> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
    0x964a6000 - 0x964aefee  libcldcpuengine.dylib (2.3.58) <22F420C2-B6DF-37EF-A023-D8E48D0A7747> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0x964af000 - 0x964b2ffa  libCGXType.A.dylib (599.35.6) <1659F924-1373-32E8-812E-09446D48C69E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
    0x964b3000 - 0x964c0fff  com.apple.Librarian (1.2 - 1) <F85681E3-3398-327B-829B-1D8078C38C22> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x9659c000 - 0x9670fffb  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <4248C0FE-F872-34AB-9402-0045D5CD0CC1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96710000 - 0x9676effd  com.apple.AE (665.5 - 665.5) <54F2F247-160C-3A22-A6E3-5D49655A67AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9676f000 - 0x96772ffe  com.apple.LoginUICore (3.0 - 3.0) <6FE961A4-3C17-3004-B50B-FD78FDC28350> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
    0x96aea000 - 0x96b07ff4  libsystem_kernel.dylib (2422.115.10) <4EF375C4-8115-3D77-9493-F2D8472ADB66> /usr/lib/system/libsystem_kernel.dylib
    0x96b53000 - 0x96b53fff  com.apple.CoreServices (59 - 59) <06747539-5035-3307-8645-9BC4E7F89023> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x96ba3000 - 0x96c04ff7  com.apple.Symbolication (1.4 - 129.0.2) <FB0121DF-F27B-39A3-92CA-B46981D322D5> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x96c05000 - 0x96c30ff7  libsystem_network.dylib (241.4) <03BC404B-D0CB-3747-9CD5-B7A06A2ED0A9> /usr/lib/system/libsystem_network.dylib
    0x96c31000 - 0x96c79fff  com.apple.PerformanceAnalysis (1.47 - 47) <8041F84A-EC6F-3B5E-831E-87F6BCFB7073> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x96c7a000 - 0x96c7effc  libpam.2.dylib (20) <50623D44-795F-3E28-AA85-23E0E7E2AE0E> /usr/lib/libpam.2.dylib
    0x96c7f000 - 0x96c92fff  com.apple.ImageCapture (9.0 - 9.0) <63D5C96F-1893-3F35-ADFB-EE451AFD87E6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x96c93000 - 0x96c9bfff  libsystem_dnssd.dylib (522.92.1) <51965446-5C40-3172-9766-C5AE7FD4D62E> /usr/lib/system/libsystem_dnssd.dylib
    0x96c9c000 - 0x96cb6ff7  com.apple.GenerationalStorage (2.0 - 160.3) <D39634C9-93BF-3C74-828B-4809EF895DA0> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x97046000 - 0x9704fff7  libsystem_notify.dylib (121.20.1) <4D3293AC-1CEF-347A-987F-2314AF3CC6EA> /usr/lib/system/libsystem_notify.dylib
    0x97050000 - 0x970beffb  libType1Scaler.dylib (112.1) <8DF02425-1C46-3B86-9E02-71F8D13FF3B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x978a6000 - 0x978caff7  libxpc.dylib (300.90.2) <5ACBBE2C-74EB-3E88-BCBF-C573095318A5> /usr/lib/system/libxpc.dylib
    0x978cb000 - 0x978f3fff  libsystem_info.dylib (449.1.3) <BB68E8CC-422F-3121-8C86-D0F766FB696D> /usr/lib/system/libsystem_info.dylib
    0x978fc000 - 0x97917ff6  libPng.dylib (1044) <D90105D1-B8AD-3649-A798-DA567D1C5B3A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x97918000 - 0x97b92ff9  com.apple.RawCamera.bundle (5.06 - 753) <60F32380-A3E4-3908-9227-C85C674B7C66> /System/Library/CoreServices/RawCamera.bun

    Solved!  At last!
    I cannot say exactly which step was the key, so here are most of the steps I took.  Hopefully this helps someone.
    1. Took the steps in Invalid or incorrect Certificates including reboot.
    2. Took the steps in Edit your Keychain including reboot.
    3. Downloaded and manually reinstalled Security Update 2015-004.
    4. Repaired permissions and directories with Recovery reboot.
    5. Took the steps in Invalid or incorrect Certificates including reboot.
    6. Took the steps in Edit your Keychain including reboot.
    I've gone through some of these steps multiple times, just hoping it would work that time...
    Today -- when I went into Mail.app, it whined about the certs for me.com servers -- so I made *that* always trusted.  And this time, iTunes.app didn't complain about any certs!  And this time, Software Update.app didn't complain about any certs!  And it successfully applied the three-week delayed updates!
    So I'm hoping it's all done and done.  OMG, frustrating along the way!

  • Cannot connect from dreamweaver cs5.5 to mysql using the mysql connection wizard

    Cannot connect from dreamweaver cs5.5 to mysql using the mysql connection wizard error Http error 403 or 500 internal server error. I am using ubuntu mysql.
    a manual php script work fine
    <?php
    // open connection to mysql server
    $dbc = mysql_connect('localhost','root','password');
    if (!$dbc) {
                die('Not Connected' . mysql_error ());
    //select database
    $db_selected = mysql_select_db ("msinventory",$dbc);
    if (!$db_selected)
            die('Cannot Connect' . mysql_error());
    echo "TEST DONE1";
    ?>
    but the database connection wizard fails with http error 403 or 500
    i also use the HeidiSQL client and it works, the only problem is in dreamweaver.

    OK.  Did you really mean to ask this question on a ColdFusion forum, if it's DreamWeaver you're having problems with?  You're probably better off raising this on a DreamWeaver forum.  "Using the correct tool for the job" 'n'all.
    Adam

  • How to get fluid layout for Dreamweaver CS5?

    CS 5 is not have Fluid Layoout,how to get fluid layout for Dreamweaver CS5?

    For Responsive Web Designs (RWD),  you can do it manually with CSS Media Queries.  David wrote a detailed tutorial below.
    Introduction to CSS Media Queries
    http://www.adobe.com/devnet/dreamweaver/articles/introducing-media-queries.html
    Or you can jump start your RWD projects with one of these popular Frameworks.
    Foundation Zurb
    http://foundation.zurb.com/templates.php
    Skeleton Boilerplate
    http://www.getskeleton.com/
    Initializr (HTML5 Boilerplate, Responsive or Bootstrap)
    http://www.initializr.com/
    DMX Zone's Bootstrap FREE extension for DW
    http://www.dmxzone.com/go/21759/dmxzone-bootstrap/
    Nancy O.

  • Transition from Dreamweaver CS5 Trial version to paid version

    I've spent weeks working on my site with a trial version of Dreamweaver CS5 (actually it's part of the entire Adobe Web Premium CS5) and have two days left. Then I will have to uninstall the entire package and the trial Dreamweaver with it. I have a paid version ready to install then. I notice the trial version has generated an ".ste" file apparently automatically. Will the paid version of Dreamweaver CS5 "find" the .ste file or do I need to do some kind of import procedure? For that matter, do I need to make sure everything is up to date in the existing .ste file before making this transition? Thanks.

    it's part of the entire Adobe Web Premium CS5) and have two days left. Then I will have to uninstall the entire package and the trial Dreamweaver with it. I have a paid version ready to install then.
    What exactly have you purchased as a paid version?
    Is it the standalone version of Dreamweaver on its own or have you purchased Web Premium CS5?
    If you've purchased Web Premium CS5, you can just enter the serial number and "convert" it to a permanent version - no reinstall required.
    If you've purchased the standalone version of DW then you'll have to uninstall Web Premium CS5 Trial first.
    Normally any new version of DW will find your site settings and migrate them but this does not always work.
    To manually export the site settings, in DW click Site > Manage Sites > Export and you can save the .ste file anywhere you wish on your hard drive.
    When you've installed the new version, you can then click Site > Manage Sites > Import and point DW to the saved .ste file.

  • Writing form data to a database - Dreamweaver CS5

    Hi guys,
    I am fairly new to the whole PHP, MySQL thing. I was wondering if anyone can assist me. I am trying to find a nice book/tutorial or if any of you can assist I would be greatful. I have created a form page, for explanation purposes lets make it easier and use only 2 fiels. Say the fields are called name and email. How do I write this data to my database, lets say the database has 3 fields:
    Field 1: name=id, int, primary key, unique, auto-increment
    Field 2: name=name, string[30]
    Field 3: name=email, string[50]
    I want the data entered into the online form to be INSERTed into the DB when the submit button is clicked.
    The Adobe Dreamweaver CS5 Classroom in a Book in topic heading of chapter 15 said that this would be covered but they did not cover it. There must be an easier way to do this in Dreamweaver than writing the hard code in PHP. I know that the above mentioned book shows you easy ways to put data from the DB onto the content page. Does anyone know of a reference that can assist in teaching this vital skill?
    Thanks,
    Owen

    These questions are best asked on the DW Application Development forum - http://forums.adobe.com/community/dreamweaver/dreamweaver_development
    However, you can use the SERVER BEHAVIOR called INSERT RECORD to insert any data into a database.  Take a look at that if you want to try to figure this out on your own.

  • Every Time I Use Command-F to "Find" On Dreamweaver CS5.5 on Mac OS X It Crashes

    I never had a problem until about a week ago but now every single time I try to use Command-F to "Find" on Dreamweaver CS5.5 on Mac OS X the program crashes.
    I've also gone up to Edit -> Find And Replace to try to do it manually and it crashes too. So basically I can't search and it's making it very difficult to edit a big CSS file that I'm using on a website.
    I've already submitted like ten crash reports and can't find any info on Google. Any help would be greatly appreciated. Thanks!

    Update:
    I cleared my Application Support Folder, Preferences, and I held the Shift key on startup. It cleared the glitch and I seem to be back in business.

Maybe you are looking for

  • Cinema display goes black upon resolution change in Windows XP

    Greetings Earlier today, I updated my ATI X1600 Radeon to the latest Windows Catalyst drivers and to the Catalyst Control Center from ATI. Even since, whenever a Windows application (games, in this case) tries to change the resolution on my external

  • Error when burning DVD

    I just bought a Mac a few weeks ago, and have had some trouble burning DVD's. I have a G5 running 10.3.9, with a Pioneer Superdrive. I try to burn an image in Disk Utility, but get the error message "The disc is reserved for exclusive use by another

  • Error when opening Motion

    I just installed Final Cut Studio. Every program works perfectly except for Motion. What ***** is that Motion is the biggest reason for me to own Final Cut. I need this thing to work. HELP! Everything has been updated through software update, and I h

  • Getting uploded file object from bea Content repository

    Hi, This is regarding bea portal 8.1 content repository I have a content node ,type of content is message or article Now in this one of the attribute is Attachment.. I have uploded a XMl file to this attribute How do i retrive this file object using

  • 11.1.1.3 - BPMA re-installation issue - Please help

    Hyperion Legends, I am having some difficulties with the re-installation of 11.1.1.3. Due to a bad deployment which ruined essbase. I decided to un-install everything SS, Essbase, Planning, Workspace, FR and BPMA.. the whole lot basically (using the