Is Spry wdiget causing my Dreamweaver CS3 to crash?

Recently my dreamweaver cs3 crashed, The last thing I was
doing on dreamweaver CS3 was using the spry tabs widget.
When I tried to run Dreamweaver CS3 application, it would
crash. I then had to reinstall my Dreamweaver following the clean
cs3 routine.
Dreamweaver now runs, but when I try and open the html file
which contained the spry widget it crashes. When I try and open any
other html file its fine. I even tried to open the spry html page
using dreamweaver MX2004, and it too crashed.
However when I view the spry widget page in a web browser, it
works fine.
So I guess the srpy widget is causing problems. If so, how do
I fix it?
thanks
Jon

Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased. http://support.apple.com/kb/ht1430http://support.apple.com/kb/ht1430
 Cheers, Tom

Similar Messages

  • Using Spry how to stop Dreamweaver CS3 from Changing Code

    Hi
      I am using Dreamweaver CS3 to build/maintain a website www.ghoter.net. I started using Spry to insert data from an xml file as I need the data in the xml file to show up on several different pages, includeing the home page. The data in the xml file changes from time to time. This is working wery well. But I am having a problem with Dreamweaver automaticly  changing a line of code in the html files every time I make a change to the html file. The line of code that is being changed is in the head of the program.
    This is the line of code that is being changed: The xml's name is data-3.xml The date from the xml file goes at the top of the left collumn.
    The good code is:  var ds1 = new Spry.Data.XMLDataSet("data-3.xml", "customers/customer",{distinctOnLoad:true});
    The above line of code is automaticly being changed to this below, which does not work:
    var ds1 = new Spry.Data.XMLDataSet("data-3.xml", "customers/customer",<MM:BeginLock translatorClass="MM_SPRY" type="MM_SPRY_DATA_REFERENCE" orig="{distinctOnLoad:true}" ><MM_DYNAMIC_CONTENT DYNAMICDATA=1><MM:DECORATION HILITECOLOR="Dyn Untranslated Color">{distinctOnLoad:true}</MM:DECORATION></MM_DYNAMIC_CONTENT></script><MM:EndLock>);
    I can replace the bad line of code with the good code just befor saving the html file and the good line of code will be saved with the file and the web page works as it should.
    Any help would be appricated. Thanks
    Jack Burn

    Hi Jack,
    I think (not sure though) that the Library Item is causing the problem. I never use the Library Item because server side includes are far more efficient and need less maintenance.
    Have a look here http://foundationphp.com/tutorials/sprymenu/ssi.php
    If you have PHP serverside scripting language, use DW to add serverside includes using PHP.
    Getting back to your original problem, try without the Library Item and see if DW still changes the code.
    I hope this helps.
    Ben

  • Dreamweaver CS3 error crash on SELECT

    Took me a few hours to figure this out. It was as if only
    certain pages would crash DW when I began to work in them about
    half way down the page, in code view. Opening the file in notepad,
    I deleted line-by-line to find the culprit. Then I ran some test to
    figure out the specific cause, and here is the results:
    This crashes DW:
    <select name="anyname">
    <option
    value="1"><cfoutput>#now()#</cfoutput></option>
    </select>
    And this crashes DW:
    <select>
    <cfset myVar = "One">
    </select>
    This does not crash DW:
    <cfoutput>
    <select name="anyname">
    <option value="1">#now()#</option>
    </select>
    </cfoutput>
    This does not crash DW:
    <select name="anyname">
    <option value="1">One</option>
    </select>
    So, any <cf... code inside a <select> statement will
    crash DW (for me). This is bad when I need to do <cfloop>'s
    over <options>.
    However, this does not crash DW:
    <cfselect name="anyname">
    <option
    value="1"><cfoutput>#now()#</cfoutput></option>
    </cfselect>
    Notice that the above example is like the first example,
    except that I use <cfselect> instead of <select>. That
    is my fix for now because it works with <cfselect>.
    Any ideas whats going on here? How to fix it or anything?
    Dreamweaver CS3 v.9 Build 3481
    Windows XP Pro 2002 SP2

    clint317 wrote:
    > Any ideas whats going on here? How to fix it or
    anything?
    Yes. This technote should sort it:
    http://www.adobe.com/go/kb402776
    The technote refers only to PHP and ASP pages, but the same
    problem
    seems to have affected CF users, too.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Dreamweaver CS3 Slows/Crashes On Certain Files

    I'm working on redesigning a website for a client of mine, but for whatever reason, whenever I open the files (HTML, CSS, etc.), Dreamweaver CS3 slows drastically.
    If I try to preview the files, if I change the CSS information, if I save them, (the basics) the program slows, and gives a "Not Responding" message. Thankfully, it doesn't crash, but I need to give it upwards of two minutes each time.
    This doesn't happen with other websites or projects I've worked or am working on. Any idea on what could be causing this?
    My OS is Vista (I know, I know,) and my computer is older by healthy.
    I'm just looking for educated guesses, or suggestions on what I might possibly be able to do to test fix it.
    Thanks!

    I've seen this happen with CSS Templates designed in Artisteer.  The complex CSS code drives DW bonkers.  In my case, DW kept freezing while CSS was enabled.
    You might try disabling CSS styles. View > Style Rendering > untick Display Styles.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Spry widgets submenu headache - Dreamweaver CS3

    Hi Guys
    I'm using the horizontal spry menu bar to build my site.
    How do I "bring to front" the submenus? Example, I have menu
    1, with submenus 1.1 to 1.5. Also, I have my page heading "HOME"
    and some text just underneath this page heading.
    Now the problem is that submenu 1.3 is
    behind the the HOME heading text, submenu 1.4 behind the
    start of my text and these submenus
    cannot be clicked.
    How do I solve this problem? Isn't there a way to have a
    submenu under, say, the Edit menu to have all 4 normal arrange text
    commands that we normally get from adobe encore dvd 2 for example.
    Send to back, send backwards, bring to front and bring to
    front?

    Can we see your page?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Live Fantasy" <[email protected]> wrote in
    message
    news:f363do$8tl$[email protected]..
    > Hi Guys
    >
    > I'm using the horizontal spry menu bar to build my site.
    >
    > How do I "bring to front" the submenus? Example, I have
    menu 1, with
    > submenus
    > 1.1 to 1.5. Also, I have my page heading "HOME" and some
    text just
    > underneath
    > this page heading.
    >
    > Now the problem is that submenu 1.3 is
    behind the the HOME heading
    > text, submenu 1.4 behind the start of my text and these
    submenus
    >
    cannot
    > be clicked.
    >
    > How do I solve this problem? Isn't there a way to have a
    submenu under,
    > say,
    > the Edit menu to have all 4 normal arrange text commands
    that we normally
    > get
    > from adobe encore dvd 2 for example. Send to back, send
    backwards, bring
    > to
    > front and bring to front?
    >

  • Dreamweaver CS3 jQuery crash

    Hi
    Once again, DW is doing its sudden crash act on an innocuous document when carrying out an innocuous select action. Please see the test document at http://www.nottingham.ac.uk/~ntzrlo/rlos/database/test/edit_rlo_tabs.php and hit 'Edit Record'. The resulting form uses jQuery UI extensively, and gets data from a mySQL database. I have created this in DW, as well as other editors, but now when I open the file and try to do almost anything with it DW immediately crashes and I get the 'send error to Microsoft' message. This happens if I simply try to select a table cell, or go into the code and try to select text - bang, down it goes. I can do minor text edits in either view, but any attempt to select crashes.
    This problem rings a slight bell with me but a search on these fora didn't come up with anything. Can anyone suggest why DW should crash this way? It smells of a memory overflow caused by DW trying to render the page, though that wouldn't explain why it crashes in Code View also. I'm using DW CS3 v9.0 Build 3481 under Windows XP. There are no further updates to this version that I'm aware of. I've not restarted Windows yet as it's a pain to do so with other things on the go and this problem has already cost me an hour, but I'll do so shortly. If there's no clear reason why this is happening then no big, I'd rather use a proper HTML editor like Notepad++ than fight with DW again over just one doc.
    Cheers
    Fred

    I thought this rung a bell - as soon as I posted my query I remembered the weird daylight saving time bug, so I hunted down the technote and carried out the instructions (deleting a corrupted cache file) and now happiness and contentment has returned. Perhaps what I ought to do is put a note in my diary every year for when the clocks go back at the end of October.
    So, as I've answered my own query fully, do I get loads of points?
    Fred

  • Dreamweaver CS3 Keeps Crashing in XP

    I attached two error messages - my CS3 Dreamweaver keeps
    dieing in XP. This is something brand new - it was working fine.
    When it happens:
    When I have multiple files open and I search through all
    files.
    Large files (they won't even open, though I can copy and
    paste the 60K lines into DW directly).
    Highlighting multiple lines - holding down shift and hitting
    the down key (works OK with mouse).
    Any ideas?
    Some stuff from the error messages:
    error 1
    <EXE NAME="kernel32.dll"
    FILTER="GRABMI_FILTER_THISFILEONLY">
    <MATCHING_FILE NAME="kernel32.dll" SIZE="984576"
    CHECKSUM="0xF0B331F6" BIN_FILE_VERSION="5.1.2600.3119"
    BIN_PRODUCT_VERSION="5.1.2600.3119" PRODUCT_VERSION="5.1.2600.3119"
    FILE_DESCRIPTION="Windows NT BASE API Client DLL"
    COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft®
    Windows® Operating System" FILE_VERSION="5.1.2600.3119
    (xpsp_sp2_gdr.070416-1301)" ORIGINAL_FILENAME="kernel32"
    INTERNAL_NAME="kernel32" LEGAL_COPYRIGHT="© Microsoft
    Corporation. All rights reserved." VERFILEDATEHI="0x0"
    VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2"
    MODULE_TYPE="WIN32" PE_CHECKSUM="0xF9293" LINKER_VERSION="0x50001"
    UPTO_BIN_FILE_VERSION="5.1.2600.3119"
    UPTO_BIN_PRODUCT_VERSION="5.1.2600.3119" LINK_DATE="04/16/2007
    15:52:53" UPTO_LINK_DATE="04/16/2007 15:52:53"
    VER_LANGUAGE="English (United States) [0x409]" />
    </EXE>
    error 2
    <EXE NAME="ntdll.dll"
    FILTER="GRABMI_FILTER_THISFILEONLY">
    <MATCHING_FILE NAME="ntdll.dll" SIZE="708096"
    CHECKSUM="0x9D20568" BIN_FILE_VERSION="5.1.2600.2180"
    BIN_PRODUCT_VERSION="5.1.2600.2180" PRODUCT_VERSION="5.1.2600.2180"
    FILE_DESCRIPTION="NT Layer DLL" COMPANY_NAME="Microsoft
    Corporation" PRODUCT_NAME="Microsoft® Windows® Operating
    System" FILE_VERSION="5.1.2600.2180 (xpsp_sp2_rtm.040803-2158)"
    ORIGINAL_FILENAME="ntdll.dll" INTERNAL_NAME="ntdll.dll"
    LEGAL_COPYRIGHT="© Microsoft Corporation. All rights
    reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0"
    VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32"
    PE_CHECKSUM="0xAF2F7" LINKER_VERSION="0x50001"
    UPTO_BIN_FILE_VERSION="5.1.2600.2180"
    UPTO_BIN_PRODUCT_VERSION="5.1.2600.2180" LINK_DATE="08/04/2004
    07:56:36" UPTO_LINK_DATE="08/04/2004 07:56:36"
    VER_LANGUAGE="English (United States) [0x409]" />
    </EXE>
    <EXE NAME="kernel32.dll"
    FILTER="GRABMI_FILTER_THISFILEONLY">
    <MATCHING_FILE NAME="kernel32.dll" SIZE="984576"
    CHECKSUM="0xF0B331F6" BIN_FILE_VERSION="5.1.2600.3119"
    BIN_PRODUCT_VERSION="5.1.2600.3119" PRODUCT_VERSION="5.1.2600.3119"
    FILE_DESCRIPTION="Windows NT BASE API Client DLL"
    COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft®
    Windows® Operating System" FILE_VERSION="5.1.2600.3119
    (xpsp_sp2_gdr.070416-1301)" ORIGINAL_FILENAME="kernel32"
    INTERNAL_NAME="kernel32" LEGAL_COPYRIGHT="© Microsoft
    Corporation. All rights reserved." VERFILEDATEHI="0x0"
    VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2"
    MODULE_TYPE="WIN32" PE_CHECKSUM="0xF9293" LINKER_VERSION="0x50001"
    UPTO_BIN_FILE_VERSION="5.1.2600.3119"
    UPTO_BIN_PRODUCT_VERSION="5.1.2600.3119" LINK_DATE="04/16/2007
    15:52:53" UPTO_LINK_DATE="04/16/2007 15:52:53"
    VER_LANGUAGE="English (United States) [0x409]" />
    </EXE>
    </DATABASE>

    I found that DW CS3 ran very poorly with just 1 GB of RAM,
    while this may
    not be your problem, it may be contributing to the error. I
    had been running
    with 2 GB of RAM with good results, but when I upgraded to 3
    GB's I saw a
    marked improvement in stability.
    Jeff
    "BMalek" <[email protected]> wrote in
    message
    news:[email protected]...
    >I attached two error messages - my CS3 Dreamweaver keeps
    dieing in XP.
    >This is
    > something brand new - it was working fine.
    >
    > When it happens:
    > When I have multiple files open and I search through all
    files.
    > Large files (they won't even open, though I can copy and
    paste the 60K
    > lines
    > into DW directly).
    > Highlighting multiple lines - holding down shift and
    hitting the down key
    > (works OK with mouse).
    >
    > Any ideas?
    >
    > Some stuff from the error messages:
    > error 1
    > <EXE NAME="kernel32.dll"
    FILTER="GRABMI_FILTER_THISFILEONLY">
    > <MATCHING_FILE NAME="kernel32.dll" SIZE="984576"
    CHECKSUM="0xF0B331F6"
    > BIN_FILE_VERSION="5.1.2600.3119"
    BIN_PRODUCT_VERSION="5.1.2600.3119"
    > PRODUCT_VERSION="5.1.2600.3119"
    FILE_DESCRIPTION="Windows NT BASE API
    > Client
    > DLL" COMPANY_NAME="Microsoft Corporation"
    PRODUCT_NAME="Microsoft?
    > Windows?
    > Operating System" FILE_VERSION="5.1.2600.3119
    (xpsp_sp2_gdr.070416-1301)"
    > ORIGINAL_FILENAME="kernel32" INTERNAL_NAME="kernel32"
    LEGAL_COPYRIGHT="?
    > Microsoft Corporation. All rights reserved."
    VERFILEDATEHI="0x0"
    > VERFILEDATELO="0x0" VERFILEOS="0x40004"
    VERFILETYPE="0x2"
    > MODULE_TYPE="WIN32"
    > PE_CHECKSUM="0xF9293" LINKER_VERSION="0x50001"
    > UPTO_BIN_FILE_VERSION="5.1.2600.3119"
    > UPTO_BIN_PRODUCT_VERSION="5.1.2600.3119"
    > LINK_DATE="04/16/2007 15:52:53"
    UPTO_LINK_DATE="04/16/2007 15:52:53"
    > VER_LANGUAGE="English (United States) [0x409]" />
    > </EXE>
    > error 2
    > <EXE NAME="ntdll.dll"
    FILTER="GRABMI_FILTER_THISFILEONLY">
    > <MATCHING_FILE NAME="ntdll.dll" SIZE="708096"
    CHECKSUM="0x9D20568"
    > BIN_FILE_VERSION="5.1.2600.2180"
    BIN_PRODUCT_VERSION="5.1.2600.2180"
    > PRODUCT_VERSION="5.1.2600.2180" FILE_DESCRIPTION="NT
    Layer DLL"
    > COMPANY_NAME="Microsoft Corporation"
    PRODUCT_NAME="Microsoft? Windows?
    > Operating System" FILE_VERSION="5.1.2600.2180
    (xpsp_sp2_rtm.040803-2158)"
    > ORIGINAL_FILENAME="ntdll.dll" INTERNAL_NAME="ntdll.dll"
    LEGAL_COPYRIGHT="?
    > Microsoft Corporation. All rights reserved."
    VERFILEDATEHI="0x0"
    > VERFILEDATELO="0x0" VERFILEOS="0x40004"
    VERFILETYPE="0x2"
    > MODULE_TYPE="WIN32"
    > PE_CHECKSUM="0xAF2F7" LINKER_VERSION="0x50001"
    > UPTO_BIN_FILE_VERSION="5.1.2600.2180"
    > UPTO_BIN_PRODUCT_VERSION="5.1.2600.2180"
    > LINK_DATE="08/04/2004 07:56:36"
    UPTO_LINK_DATE="08/04/2004 07:56:36"
    > VER_LANGUAGE="English (United States) [0x409]" />
    > </EXE>
    > <EXE NAME="kernel32.dll"
    FILTER="GRABMI_FILTER_THISFILEONLY">
    > <MATCHING_FILE NAME="kernel32.dll" SIZE="984576"
    CHECKSUM="0xF0B331F6"
    > BIN_FILE_VERSION="5.1.2600.3119"
    BIN_PRODUCT_VERSION="5.1.2600.3119"
    > PRODUCT_VERSION="5.1.2600.3119"
    FILE_DESCRIPTION="Windows NT BASE API
    > Client
    > DLL" COMPANY_NAME="Microsoft Corporation"
    PRODUCT_NAME="Microsoft?
    > Windows?
    > Operating System" FILE_VERSION="5.1.2600.3119
    (xpsp_sp2_gdr.070416-1301)"
    > ORIGINAL_FILENAME="kernel32" INTERNAL_NAME="kernel32"
    LEGAL_COPYRIGHT="?
    > Microsoft Corporation. All rights reserved."
    VERFILEDATEHI="0x0"
    > VERFILEDATELO="0x0" VERFILEOS="0x40004"
    VERFILETYPE="0x2"
    > MODULE_TYPE="WIN32"
    > PE_CHECKSUM="0xF9293" LINKER_VERSION="0x50001"
    > UPTO_BIN_FILE_VERSION="5.1.2600.3119"
    > UPTO_BIN_PRODUCT_VERSION="5.1.2600.3119"
    > LINK_DATE="04/16/2007 15:52:53"
    UPTO_LINK_DATE="04/16/2007 15:52:53"
    > VER_LANGUAGE="English (United States) [0x409]" />
    > </EXE>
    > </DATABASE>
    >

  • Dreamweaver CS3 crashing.

    Is anybody else getting problems where Dreamweaver CS3 keeps
    crashing
    particularly when trying to transfer files from/to a web
    server.
    I'm running it on Vista Ultimate using WebDAV as the transfer
    protocol, is
    that makes any difference.
    Cheers,
    @ndyB

    Maybe you could try re-creating the DW user config folder:
    How to re-create the Dreamweaver user configuration folder
    (CS3 on Windows
    XP, Vista)
    http://www.adobe.com/go/kb401118
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au
    Spry Widget Examples
    http://www.dreamweaverresources.com/spry-widgets/
    "@ndyB" <[email protected]> wrote in message
    news:f33qd0$c65$[email protected]..
    > Is anybody else getting problems where Dreamweaver CS3
    keeps crashing
    > particularly when trying to transfer files from/to a web
    server.
    >
    > I'm running it on Vista Ultimate using WebDAV as the
    transfer protocol, is
    > that makes any difference.
    >
    > Cheers,
    >
    > @ndyB
    >
    >

  • The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP by David Powers

    The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and
    PHP by David Powers:
    Would this book help me learn about Spry and Ajax and how
    applications can be made with them, if I my e-commerce site runs on
    a compiled C code shopping cart (ShopSite) but supports PHP
    server-side scripts or is it only for shopping carts based on PHP
    itself (like X-Cart)?
    I am not sure. Someone please let me know so I can purchase
    this book. Thanks.

    ahsenabro wrote:
    > 1. Do I have to be a developer/programmer in order to
    learn from this book or
    > can a tech-savvy entrepreneur can also get some gems out
    of it and direct his
    > programmer?
    You don't need any prior knowledge of Ajax or PHP, but you do
    need to
    know the basics of HTML and CSS. As I say in the
    introduction, "You
    don't need to be an expert, but you do need to have an
    inquiring mind.
    It doesn't teach the basics of web design, nor does it
    attempt to list
    every single feature in Dreamweaver CS3. There are plenty of
    other books
    to fill that gap. However, by working through this book,
    you'll gain an
    in-depth knowledge of the most important features of
    Dreamweaver."
    > 2. I am interested in purchasing this book mainly to
    implement cool Ajax/Spry
    > stuff on my e-commerce site. I am asking about PHP
    because the book's content
    > mentions making a PHP site. Now I realize this book is
    not about shopping
    > carts, but the Ajax/Spry stuff can be implemented on
    e-commerce sites, right?
    The book provides detailed coverage of the Spry 1.4 features
    in
    Dreamweaver CS3, which can be applied to any site. With minor
    adaptation, you can also use Spry 1.6. It's important to
    realize,
    though, that the Spry/Ajax features in Dreamweaver CS3 do
    *not* cover
    asynchronous requests to the server. The ability to
    communicate
    asynchronously with the server was added in Spry 1.6. If it's
    asynchronous server calls and responses that you're after,
    your
    programmer will need to dig around in the Spry 1.6
    documentation on the
    Adobe Labs site, and hand-code it.
    The Spry features covered in the book are Spry Effects, Spry
    UI widgets
    (menu, accordion, tabbed panels, and collapsible panels),
    Spry
    Validation Widgets, and Spry XML Data Sets.
    > I just want to know if I can learn and implement
    Ajax/Spry apps on my
    > simple HTML/CSS-based pages, on a server which allows
    server-side PHP scripts
    > but the pages themselves are not with .php extension. Is
    this book still going
    > to be applicable?
    Yes. All the Spry techniques can be used on any web page. It
    doesn't
    need to be a PHP one.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • How do I get my Dreamweaver CS3 for mac to stop crashing

    I have been using my CS3 programs for years now and just in the last two weeks, all of them have been crashing within seconds or moments of launch. I do not understand it. Dreamweaver is the most important one because I must update our company website with our Q1 2010 performance and our investors are already really asking why the info is not on the site.
    As soon as I launch dreamweaver CS3, it crashes and says the message at the bottom of this post. It has done it 20+ times today. I run Mac OS X 10.6.3 and have done all of the software updates from Apple as of 30 minutes ago. I have closed all programs, restarted. I just don't understand it. Please help as soon as you can.
    Thanks so much,
    Scott
    Error report:
    Process:         Dreamweaver [1512]
    Path:            /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/Dreamweaver
    Identifier:      com.adobe.dreamweaver-9.0
    Version:         9.0.0.3481 (9.0.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [113]
    Date/Time:       2010-04-21 16:16:22.557 -0700
    OS Version:      Mac OS X 10.6.3 (10D573)
    Report Version:  6
    Interval Since Last Report:          411231 sec
    Crashes Since Last Report:           19
    Per-App Interval Since Last Report:  137 sec
    Per-App Crashes Since Last Report:   14
    Anonymous UUID:                      89E3BF7B-2FA4-454D-9E44-F9196447F26F
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000005
    Crashed Thread:  15
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib             0x98fc12fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98fc1a67 mach_msg + 68
    2   com.apple.CoreFoundation      0x930eb00f __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation      0x930ea0f4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation      0x930e9f21 CFRunLoopRunInMode + 97
    5   com.apple.HIToolbox           0x90ffd0fc RunCurrentEventLoopInMode + 392
    6   com.apple.HIToolbox           0x90ffceb1 ReceiveNextEventCommon + 354
    7   com.apple.HIToolbox           0x911851d4 _AcquireNextEvent + 54
    8   com.apple.HIToolbox           0x9117af20 RunApplicationEventLoop + 228
    9   com.adobe.dreamweaver-9.0     0x00a85c1a CRealApp::Run() + 408
    10  com.adobe.dreamweaver-9.0     0x00a5eaeb main + 333
    11  com.adobe.dreamweaver-9.0     0x00003346 _start + 216
    12  com.adobe.dreamweaver-9.0     0x0000326d start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x98fe7b42 kevent + 10
    1   libSystem.B.dylib             0x98fe825c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib             0x98fe7719 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib             0x98fe74be _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib             0x98fe6f41 _pthread_wqthread + 390
    5   libSystem.B.dylib             0x98fe6d86 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x98fe6bd2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x98fe7168 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x98fe6d86 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib             0x98fc12fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98fc1a67 mach_msg + 68
    2   ...ple.CoreServices.CarbonCore 0x971a3de8 TS_exception_listener_thread + 160
    3   libSystem.B.dylib             0x98feea19 _pthread_start + 345
    4   libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x98fc135a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x98feeea1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x9901da28 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore 0x970fc465 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore 0x970fc1a3 TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore 0x971203eb TimerThread + 97
    6   libSystem.B.dylib             0x98feea19 _pthread_start + 345
    7   libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x98fc135a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x98feeea1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x9901da28 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation          0x9935ca88 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation          0x993157f9 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation          0x993156dc -[NSConditionLock lockWhenCondition:] + 69
    6   com.adobe.dreamweaver-9.0     0x00b586c1 AMTConditionLock::LockWhenCondition(int) + 43
    7   com.adobe.dreamweaver-9.0     0x00b454fd AMTPCDWorkerThread::HandleRequests(void*) + 87
    8   com.adobe.dreamweaver-9.0     0x00b56bec -[AMTThreadHelper threadWorker:] + 70
    9   com.apple.Foundation          0x993208dc -[NSThread main] + 45
    10  com.apple.Foundation          0x9932088c __NSThread__main__ + 1499
    11  libSystem.B.dylib             0x98feea19 _pthread_start + 345
    12  libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x98ff3ff9 syscall + 5
    1   com.apple.OpenTransport       0x1a730851 CarbonSelectThreadFunc + 257
    2   libSystem.B.dylib             0x98feea19 _pthread_start + 345
    3   libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 7:
    0   libSystem.B.dylib             0x98fef262 __semwait_signal + 10
    1   libSystem.B.dylib             0x98feef1e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x98ff0bb8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.OpenTransport       0x1a72cd73 CarbonOperationThreadFunc + 203
    4   libSystem.B.dylib             0x98feea19 _pthread_start + 345
    5   libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 8:
    0   libSystem.B.dylib             0x98fc140e mach_wait_until + 10
    1   libSystem.B.dylib             0x990488d5 nanosleep + 345
    2   com.apple.carbonbundletemplate 0x1ac7644b ScObjects::Thread::sleep(unsigned int) + 79
    3   com.apple.carbonbundletemplate 0x1ac668d5 ScObjects::BridgeTalkThread::run() + 153
    4   com.apple.carbonbundletemplate 0x1ac76535 ScObjects::Thread::go(void*) + 167
    5   libSystem.B.dylib             0x98feea19 _pthread_start + 345
    6   libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 9:
    0   libSystem.B.dylib             0x98fe6bd2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x98fe7168 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x98fe6d86 start_wqthread + 30
    Thread 10:
    0   libSystem.B.dylib             0x98fc135a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x98feeea1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x9901da28 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore 0x970fc465 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore 0x970fc1a3 TSWaitOnSemaphoreCommon + 511
    5   ...ickTimeComponents.component 0x97d0891d ReadSchedulerThreadEntryPoint + 4698
    6   libSystem.B.dylib             0x98feea19 _pthread_start + 345
    7   libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 11:
    0   libSystem.B.dylib             0x98fc135a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x98feeea1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x9901da28 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore 0x970fc465 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore 0x970fc1a3 TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore 0x97156a50 AIOFileThread(void*) + 1127
    6   libSystem.B.dylib             0x98feea19 _pthread_start + 345
    7   libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 12:
    0   libSystem.B.dylib             0x98fc1342 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x98feeeb8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x9903742f pthread_cond_wait + 48
    3   com.apple.carbonbundletemplate 0x1c621220 MMNetIO::RequestProcessor<MMNetIO::FTPNetChannel, MMNetIO::FTPNetChannel, MMNetIO::NetIOException>::MutexState::Wait() + 42
    4   com.apple.carbonbundletemplate 0x1c62497e MMNetIO::RequestProcessor<MMNetIO::FTPNetChannel, MMNetIO::FTPNetChannel, MMNetIO::NetIOException>::ProcessRequests() + 80
    5   com.apple.carbonbundletemplate 0x1c624d43 MMNetIO::RequestProcessor<MMNetIO::FTPNetChannel, MMNetIO::FTPNetChannel, MMNetIO::NetIOException>::RequestProcessorTrampoline(void*) + 17
    6   libSystem.B.dylib             0x98feea19 _pthread_start + 345
    7   libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 13:
    0   libSystem.B.dylib             0x98fc12fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98fc1a67 mach_msg + 68
    2   ...ia.Flash Player.authplaylib 0x1d58de7b ExternalPlayer_Initialize + 292931
    3   libSystem.B.dylib             0x98feea19 _pthread_start + 345
    4   libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 14:
    0   libSystem.B.dylib             0x98fe0286 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation      0x9312a82d __CFSocketManager + 1085
    2   libSystem.B.dylib             0x98feea19 _pthread_start + 345
    3   libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 15 Crashed:
    0   com.apple.CoreFoundation      0x930d45d5 CFGetTypeID + 21
    1   AdobeLM_libFNP.dylib          0x1f35a845 TRR_Fixup + 1259471
    2   AdobeLM_libFNP.dylib          0x1f35a997 TRR_Fixup + 1259809
    3   AdobeLM_libFNP.dylib          0x1f2883f4 TRR_Fixup + 398206
    4   AdobeLM_libFNP.dylib          0x1f33c82f TRR_Fixup + 1136569
    5   AdobeLM_libFNP.dylib          0x1f33c8ac TRR_Fixup + 1136694
    6   AdobeLM_libFNP.dylib          0x1f2278fa TRR_Fixup + 2180
    7   AdobeLM_libFNP.dylib          0x1f22922a TRR_Fixup + 8628
    8   AdobeLM_libFNP.dylib          0x1f2c2ca4 TRR_Fixup + 637998
    9   AdobeLM_libFNP.dylib          0x1f2c2fa5 TRR_Fixup + 638767
    10  AdobeLM_libFNP.dylib          0x1f2c706a TRR_Fixup + 655348
    11  AdobeLM_libFNP.dylib          0x1f493e1a 0x1f221000 + 2567706
    12  AdobeLM_libFNP.dylib          0x1f493ea1 0x1f221000 + 2567841
    13  AdobeLM_libFNP.dylib          0x1f2278ae TRR_Fixup + 2104
    14  AdobeLM_libFNP.dylib          0x1f22922a TRR_Fixup + 8628
    15  AdobeLM_libFNP.dylib          0x1f244ff1 TRR_Fixup + 122747
    16  AdobeLM_libFNP.dylib          0x1f3269c3 TRR_Fixup + 1046861
    17  AdobeLM_libFNP.dylib          0x1f327156 TRR_Fixup + 1048800
    18  AdobeLM_libFNP.dylib          0x1f2c0e57 TRR_Fixup + 630241
    19  AdobeLM_libFNP.dylib          0x1f28e4f3 TRR_Fixup + 423037
    20  AdobeLM_libFNP.dylib          0x1f28fea7 TRR_Fixup + 429617
    21  AdobeLM_libFNP.dylib          0x1f23284e TRR_Fixup + 47064
    22  AdobeLM_libFNP.dylib          0x1f43af47 0x1f221000 + 2203463
    23  AdobeLM_libFNP.dylib          0x1f43b485 0x1f221000 + 2204805
    24  AdobeLM_libFNP.dylib          0x1f3a2e2d 0x1f221000 + 1580589
    25  AdobeLM_libFNP.dylib          0x1f3a3c53 0x1f221000 + 1584211
    26  AdobeLM_libFNP.dylib          0x1f4459e2 0x1f221000 + 2247138
    27  com.adobe.dreamweaver-9.0     0x00bbb6ae fnpActManLoadStorage + 133
    28  com.adobe.dreamweaver-9.0     0x00b779d5 sFlxActLicSpcPopulate + 227
    29  com.adobe.dreamweaver-9.0     0x00b77b79 flxActCommonLicSpcPopulateAllFromTS + 40
    30  com.adobe.dreamweaver-9.0     0x00b63f3b adobe::alm::ALM_TrustStorage_AccessTS(flxActHandle*, unsigned short (*)(flxActHandle*, flxActLicSpc*, void*), void*) + 265
    31  com.adobe.dreamweaver-9.0     0x00b65266 ALM_TrustStorage_Scan + 386
    32  com.adobe.dreamweaver-9.0     0x00b58b78 ALM_Pri_SilentLicenseCheck + 142
    33  com.adobe.dreamweaver-9.0     0x00b594a6 ALM_Pri_PrepareToActivate + 428
    34  com.adobe.dreamweaver-9.0     0x00b595fb ALM_License_Check + 157
    35  com.adobe.dreamweaver-9.0     0x00b49480 AMTALMService::IsProductActivated() + 62
    36  com.adobe.dreamweaver-9.0     0x00b0fec2 AMTImpl::DoALMWorkflow(AMTALMService&) + 1330
    37  com.adobe.dreamweaver-9.0     0x00b11322 AMTImpl::DoLaunchWorkflow(AMTImpl::LaunchSequence) + 614
    38  com.adobe.dreamweaver-9.0     0x00b11d39 AMTImpl::DoValidateWorkflow(AMTImpl::LaunchSequence) + 219
    39  com.adobe.dreamweaver-9.0     0x00b12019 AMTImpl::DoPreValidateWorkflow() + 103
    40  com.adobe.dreamweaver-9.0     0x00b56bec -[AMTThreadHelper threadWorker:] + 70
    41  com.apple.Foundation          0x993208dc -[NSThread main] + 45
    42  com.apple.Foundation          0x9932088c __NSThread__main__ + 1499
    43  libSystem.B.dylib             0x98feea19 _pthread_start + 345
    44  libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 15 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x930d45d1  ecx: 0xa0b8d4a0  edx: 0x00000000
      edi: 0x00008e07  esi: 0x00000000  ebp: 0xb0857738  esp: 0xb0857720
       ss: 0x0000001f  efl: 0x00010282  eip: 0x930d45d5   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0x00000005
    Binary Images:
        0x1000 -  0x1060fde +com.adobe.dreamweaver-9.0 9.0.0.3481 (9.0.0) <BF3351F2-0BA2-48FE-BE70-1B2DB46ABE16> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/Dreamweaver
    0x2337000 -  0x2350fde +libChar16.dylib ??? (???) <54D6A72C-8E95-493E-A3DE-15E472C07AB6> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/libChar16.dylib
    0x2360000 -  0x2382fc0 +libCoreTypes.dylib ??? (???) <3AC366EA-499B-4508-80FE-4331DE99A7D2> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/libCoreTypes.dylib
    0x23a1000 -  0x23bffef +libCurl.dylib ??? (???) <E10E63FA-44BE-4142-9869-E3AE59C05B9F> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/libCurl.dylib
    0x23cd000 -  0x23d6ffb +libZ.dylib ??? (???) <D9B990AB-E460-476B-94E8-CFD8A60B0985> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/libZ.dylib
    0x23de000 -  0x248efdb +libCrypto.dylib ??? (???) <EC84F308-3008-4E44-968C-9C0CA5E549AD> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/libCrypto.dylib
    0x252a000 -  0x254cffc +libSSL.dylib ??? (???) <9290A5AE-2032-4654-8F2E-CFF77D29C8D5> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/libSSL.dylib
    0x2561000 -  0x2774fdf  com.apple.carbonframeworktemplate 1.0 (1.0) <B07E25BB-C4DD-4EFD-BB79-DC17B3C19CDD> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/Xerces.framework/Versions/A/Xerces
    0x2ad2000 -  0x2ad9ffc  com.apple.carbonframeworktemplate 1.0 (1.0) <D3766ACC-8C0B-40FE-9F8D-D1A213A866A2> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/NetIO.framework/Versions/A/NetIO
    0x2aed000 -  0x2af4ff7  com.apple.JavaVM 13.1.0 (13.1.0) <2842C4EE-869D-81E6-E771-062F583A1044> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x2afd000 -  0x2b02ff3 +com.adobe.AdobeCrashReporter 1.0 (2.1.03072007) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCras hReporter
    0x2b09000 -  0x2b25fd7 +LogTransport ??? (???) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport
    0x2b30000 -  0x2b65fd3 +adobe_epic 2.0.0 (compatibility 2.0.0) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/adobe_epic.framework/Versions/A/adobe_epic
    0x2b85000 -  0x2b91fe3 +adobe_eula 2.0.0 (compatibility 2.0.0) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/adobe_eula.framework/Versions/A/adobe_eula
    0x2b9a000 -  0x2ba8fc5 +adobe_personalization 2.0.0 (compatibility 2.0.0) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/adobe_personalization.framework/Versions/A/adobe_ personalization
    0x2bb1000 -  0x2bc1fe7 +adobe_registration 2.0.0 (compatibility 2.0.0) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/adobe_registration.framework/Versions/A/adobe_reg istration
    0x2bca000 -  0x2e1bfde +adobelm ??? (???) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/adobelm.framework/Versions/A/adobelm
    0x2fce000 -  0x3026ff2 +AdobeUpdater ??? (???) <CA913CDD-FA7B-4435-8BEB-052BB879AED6> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/AdobeUpdater.framework/Versions/A/AdobeUpdater
    0x3063000 -  0x3070ff7 +com.adobe.asneu.framework asneu version 1.6.2f01 (1.6.2) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0x307e000 -  0x317eff7 +AdobeACE ??? (???) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x319d000 -  0x341dff7 +AdobeAGM ??? (???) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x34c6000 -  0x34dffff +AdobeBIB ??? (???) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x34e9000 -  0x350aff7 +AdobeBIBUtils ??? (???) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x3517000 -  0x3783fe7 +AdobeCoolType ??? (???) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x3806000 -  0x44a9feb +com.adobe.psl 10.305893.46.307412 (10.305893.46.307412) <54F8C452-8089-4BD3-B3A7-8823F6FB084B> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x47c7000 -  0x47eaff6 +AdobeAXE8SharedExpat ??? (???) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAX E8SharedExpat
    0x47fc000 -  0x4851ffd +AdobeXMP ??? (???) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x485f000 -  0x48a6fc7 +com.adobe.adobe_caps adobe_caps 0.0.120.0 (0.0.120.0) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x48b6000 -  0x48f6ff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x490f000 -  0x490fff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0x49a6000 -  0x49abff7  com.apple.AppleMPEG2Codec 1.0.1 (220) <6FDFF3C8-7ECE-CB74-1374-9C0230C54F78> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x4e2c000 -  0x4e2dff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x197c3000 - 0x197d1fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <4C9CC2D9-2F13-4465-5447-2516FCD9255B> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x197d5000 - 0x197e7ff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <C4E0D62B-4D1A-8DAD-D10B-2C055AA0479C> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x197f0000 - 0x197f4fc7  com.apple.carbonbundletemplate 1.0 (1.0) <58FF20A6-C10F-48D9-953F-398E1190BF70> /Applications/Adobe Dreamweaver CS3/Configuration/JSExtensions/SWFFile.bundle/Contents/MacOS/SWFFile
    0x197fa000 - 0x197faff3  com.apple.carbonbundletemplate 1.0 (1.0) <6674C04D-4D0D-4D32-AD13-50A467A02AC4> /Applications/Adobe Dreamweaver CS3/Configuration/JSExtensions/MM.bundle/Contents/MacOS/MM
    0x197fe000 - 0x197fffe7  com.apple.carbonbundletemplate 1.0 (1.0) <C48D6C97-0307-4DDF-A26A-260DFA2E739B> /Applications/Adobe Dreamweaver CS3/Configuration/JSExtensions/DWfile.bundle/Contents/MacOS/DWfile
    0x1a729000 - 0x1a744ff7  com.apple.OpenTransport 10.6.0 (10.6.0) <ECA6FEC6-5ECD-51BA-162F-CFC43899196A> /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x1ac00000 - 0x1ac28ff2  com.apple.carbonbundletemplate 1.0 (1.0) <5E39C226-1956-42E4-8A90-52AC120C309B> /Applications/Adobe Dreamweaver CS3/Configuration/JSExtensions/MMNotes.bundle/Contents/MacOS/MMNotes
    0x1ac4e000 - 0x1ac84fe3  com.apple.carbonbundletemplate 1.0 (1.0) <D62FF516-5180-4C08-AA4D-D8BE9CCA180A> /Applications/Adobe Dreamweaver CS3/Configuration/JSExtensions/classes/JSBridge.bundle/Contents/MacOS/JSBridge
    0x1b21b000 - 0x1b235fc3  com.apple.AppleIntermediateCodec 1.2 (145) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleIntermediateCodec
    0x1b23a000 - 0x1b253fe7  com.apple.applepixletvideo 1.2.19 (1.2d19) <4A68731C-8071-6CF5-012C-40F00CD1333A> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixletVideo
    0x1bf7b000 - 0x1c1bbfd2 +net.telestream.wmv.import 2.2.0.49 (2.2.0.49) /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x1c1f3000 - 0x1c3b5fea +net.telestream.wmv.advanced 2.2.0.49 (2.2.0.49) /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x1c3f9000 - 0x1c44efef  com.apple.AppleProResDecoder 2.0 (223) <793BA98A-2E7D-1C39-998D-805B60034DF4> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProResDecoder
    0x1c486000 - 0x1c500fe3  com.apple.AppleVAH264HW.component 2.0 (1.0) <0FC65A8D-3E68-BC03-284B-EFACF6915686> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x1c5c3000 - 0x1c5fffe3  com.apple.QuickTimeFireWireDV.component 7.6.6 (1729) <E282B44A-AF33-668B-315A-1C18EC25682B> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireD V
    0x1c60b000 - 0x1c631ffc  com.apple.carbonbundletemplate 1.0 (1.0) <35B3E2D2-CBF8-4B9C-9678-FA4EB36B0557> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/PlugIns/NetIOFTP.bundle/Contents/MacOS/NetIOFTP
    0x1d182000 - 0x1d729fd7 +com.macromedia.Flash Player.authplaylib 9.0.45.0 (1.0.4f45) /Applications/Adobe Dreamweaver CS3/Configuration/Flash Player/AuthPlayLib.bundle/Contents/MacOS/AuthPlayLib
    0x1d85f000 - 0x1d888fe3  com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <7FFBD485-5251-776A-CC44-4470DD84112B> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x1f221000 - 0x1f699feb +AdobeLM_libFNP.dylib ??? (???) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/AdobeLM_libFNP.dylib
    0x40000000 - 0x400a6fd0 +AdobeJP2K ??? (???) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x90003000 - 0x90005ff7  com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x90095000 - 0x900adff7  com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x900ce000 - 0x900f6ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x900f7000 - 0x900f7ff7  com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x900fb000 - 0x9014bff7  com.apple.framework.familycontrols 2.0.1 (2010) <50E74916-19A5-F2FC-AB57-76F2C8DDF0A7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x9014c000 - 0x9018eff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x902e6000 - 0x90307fe7  com.apple.opencl 12.1 (12.1) <1BCA4F60-E612-5C1B-EF50-A810D70CDF05> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x90380000 - 0x903b3ff7  com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x903ed000 - 0x90402fff  com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x9045e000 - 0x90d3dff7  com.apple.AppKit 6.6.5 (1038.29) <E76A05A6-27C6-DA02-0961-5C8EEDC5F0A7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x90f04000 - 0x90f26fef  com.apple.DirectoryService.Framework 3.6 (621.3) <05FFDBDB-F16B-8AC0-DB42-986965FCBD95> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x90f27000 - 0x90f6bfe7  com.apple.Metadata 10.6.3 (507.8) <53BB360A-1813-170D-827F-C1863EF15537> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x90f96000 - 0x90fc7ff7  libGLImage.dylib ??? (???) <AF110892-B10A-5B61-F898-21FB2BCE63BF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x90fc8000 - 0x912ecfef  com.apple.HIToolbox 1.6.2 (???) <F5F99E78-5377-DD54-6138-9FC84467F938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x912ed000 - 0x9139afe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x9139b000 - 0x915fdff3  com.apple.security 6.1.1 (37594) <1AC07F75-7E27-9662-21DA-B05DFF047B26> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x915fe000 - 0x91965ff7  com.apple.QuartzCore 1.6.1 (227.18) <8A65F233-4C77-BA7C-5DDA-2423F5C1B7A1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x91966000 - 0x91a4aff7  com.apple.WebKit 6531.22 (6531.22.7) <87C81D6F-77B1-C517-93E6-5DEF214326A7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x91bf7000 - 0x91bf9ff7  libRadiance.dylib ??? (???) <9358E1EF-F802-B76E-8E23-2D0695787CFB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x91bfa000 - 0x92010ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x9222b000 - 0x922dbff3  com.apple.ColorSync 4.6.3 (4.6.3) <68B6A1B9-86CF-0C5A-7D63-56ED4BB2EB5B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x922e1000 - 0x922e5ff7  IOSurface ??? (???) <4B825ADA-8DBE-6BA2-1AB3-307D2C3AFCA8> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x922e6000 - 0x92ad5537  com.apple.CoreGraphics 1.543.33 (???) <C57E2964-80AF-6346-6D3E-23AED9D26977> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x92ad6000 - 0x92ad7ff7  com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x92b5d000 - 0x92b6dff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x92ba3000 - 0x92c0dfe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x92c0e000 - 0x92cebff7  com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x92cec000 - 0x92d2fff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x92d30000 - 0x92d3afe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x92d3b000 - 0x92d81ff7  libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x92dde000 - 0x92ddeff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x92de6000 - 0x92e55ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x92e56000 - 0x92f20fef  com.apple.CoreServices.OSServices 357 (357) <764872C3-AE30-7F54-494D-4BA3CE4F4DFB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x92f21000 - 0x930a1feb  com.apple.MediaToolbox 0.484.5 (484.5) <6996E5E1-18B6-C734-8335-FE43670C1F9C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x930a2000 - 0x930adff7  libGL.dylib ??? (???) <EAD85409-9036-831B-C378-E50780305DA6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x930ae000 - 0x93227ffb  com.apple.CoreFoundation 6.6.1 (550.19) <1E97FB1E-9E42-B8EB-E463-5C75315FDA31> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93233000 - 0x933b5fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <96A45E03-2B29-83EB-0FC6-2C932E398722> /usr/lib/libicucore.A.dylib
    0x935fe000 - 0x9360fff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x93618000 - 0x93e4bfe7  com.apple.WebCore 6531.22 (6531.22.7) <952A0D34-63F5-F7F7-D6E5-D0AD78002F89> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore
    0x93e4c000 - 0x93e8aff7  com.apple.CoreMedia 0.484.5 (484.5) <35725D22-4549-5568-8E8C-62E0AD0E90F7> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x93e8b000 - 0x942c0ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x942da000 - 0x942ecff7  com.apple.CoreMediaAuthoring 0.700 (700) <446FBB01-279B-2BED-E5A8-D36241B704B1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x942ed000 - 0x94331ff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x94332000 - 0x94403fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <0A608513-31AD-D533-8386-10245FD62057> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/V ersions/A/Resources/ColorSyncDeprecated.dylib
    0x9441d000 - 0x9449fffb  SecurityFoundation 36840.0.0 (compatibility 1.0.0) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x944df000 - 0x944dfff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x944f4000 - 0x9454fff7  com.apple.framework.IOKit 2.0 (???) <69E4FE93-376C-565E-650F-04FAD213AA24> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x94550000 - 0x9470cff3  com.apple.ImageIO.framework 3.0.2 (3.0.1) <CB39B067-58B8-70DB-3E40-160604664A6D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x9470d000 - 0x94721fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x94722000 - 0x94722ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x94797000 - 0x94845ff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x948c5000 - 0x9496dffb  com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x9496e000 - 0x9499fff3  libTrueTypeScaler.dylib ??? (???) <F6A32C01-CD82-54F6-218E-0406D40D1D9A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x949a0000 - 0x94ad7ff7  com.apple.CoreAUC 6.04.00 (6.04.00) <0551FB8D-0894-B40B-B924-4AF51E3648AF> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x94b52000 - 0x94b52ff7  com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x94b53000 - 0x94c09fff  libFontParser.dylib ??? (???) <5935E105-1E45-886C-6420-C1CCA886C375> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x94c36000 - 0x94c36ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x94c37000 - 0x94d15fef  com.apple.QuickTimeMPEG4.component 7.6.6 (1729) <DBE6399E-AB34-B981-7327-05B993B5A69D> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG4
    0x94e24000 - 0x94e32ff7  com.apple.opengl 1.6.7 (1.6.7) <3C529790-DEE9-AC27-A879-806E4C23323C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x94e55000 - 0x94e58fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x94e61000 - 0x94e63ff7  com.apple.QuickTimeH264.component 7.6.6 (1729) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x94e64000 - 0x94ee4feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x9523b000 - 0x9524dff7  com.apple.MultitouchSupport.framework 204.12.1 (204.12.1) <6BB58E90-21FA-C491-F0E4-54B69CCDBBC0> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x95254000 - 0x95259ff7  com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9525a000 - 0x9525bff7  com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9525c000 - 0x95437ff3  libType1Scaler.dylib ??? (???) <944F686E-9CC2-03F0-A139-8F322F0AC49F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x95438000 - 0x9545efff  com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x9547d000 - 0x95480ff7  libCGXType.A.dylib 543.33.0 (compatibility 64.0.0) <69BE578C-A364-A150-35E3-53EE00F56F05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x95481000 - 0x954beff7  com.apple.SystemConfiguration 1.10.2 (1.10.2) <830FED9E-3E24-004C-35D5-2C1273F79734> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x954bf000 - 0x95510ff7  com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x95511000 - 0x955baff7  com.apple.CFNetwork 454.9.4 (454.9.4) <2F8B5BA5-099F-6CDA-F500-4CA188BBCDBC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x955bb000 - 0x9564dfe3  com.apple.print.framework.PrintCore 6.2 (312.5) <7729B4D7-D661-D669-FA7E-510F93F685A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x9564e000 - 0x95947fef  com.apple.QuickTime 7.6.6 (1729) <4C99ED7D-5A4B-E41E-602D-2D01A99168CD> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x95948000 - 0x95983feb  libFontRegistry.dylib ??? (???) <F50A60E1-3757-D007-A20D-A5504C17334C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x9600a000 - 0x96015ff7  libCSync.A.dylib 543.33.0 (compatibility 64.0.0) <F914F427-98EA-98BC-923D-47274A90D441> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x96051000 - 0x960ecff7  com.apple.ApplicationServices.ATS 4.2 (???) <3BEB7210-4C85-7309-B22D-695765526524> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x960ed000 - 0x9613afeb  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x9613b000 - 0x9617eff7  libGLU.dylib ??? (???) <CE02968E-930D-E63B-7B21-B87205F8B19A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9617f000 - 0x96188ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x96189000 - 0x96327feb  com.apple.JavaScriptCore 6531.22 (6531.22.5) <3FB9AF5B-17DD-D4C8-C7B1-4F79B404496E> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x96328000 - 0x96389fe7  com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x963ff000 - 0x96448fe7  libTIFF.dylib ??? (???) <E45B169E-253E-E865-1501-97777D2702F2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x96449000 - 0x96575fff  com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96576000 - 0x96582ff7  libkxld.dylib ??? (???) <13F26BB6-C2F7-9D74-933E-09AD8B509ECD> /usr/lib/system/libkxld.dylib
    0x9658e000 - 0x96647fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x9668f000 - 0x96790fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x96791000 - 0x9679bffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x96845000 - 0x968bffef  com.apple.audio.CoreAudio 3.2.2 (3.2.2) <1F97B48A-327B-89CC-7C01-3865179716E0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96a2e000 - 0x96a52ff7  libJPEG.dylib ??? (???) <EDA86712-F49C-760C-BE55-9B899A4A5D1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x96a53000 - 0x96a88ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <458E819A-4E3F-333E-28CE-671281B318D3> /usr/lib/libcups.2.dylib
    0x96a89000 - 0x96a9dffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x96a9e000 - 0x96b92ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <9EC28185-D26F-533F-90C4-FBAA13A15947> /usr/lib/libiconv.2.dylib
    0x96b93000 - 0x96bf7ffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x96c68000 - 0x96c6bff7  libCoreVMClient.dylib ??? (???) <98CB96B1-85FE-25AF-AB19-ED061912FC3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x96c6c000 - 0x96c79ff7  com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x96cb3000 - 0x96dbfff7  libGLProgrammability.dylib ??? (???) <CA0A975B-2BEE-44E7-CFA6-8105CFE6FE00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x96dc0000 - 0x96ddbff7  libPng.dylib ??? (???) <929FE8EE-277D-F6EB-D672-E6F4CEBF1504> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x96def000 - 0x96df2ffb  com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x96df3000 - 0x96ea3fe3  com.apple.QuickTimeImporters.component 7.6.6 (1729) <6C2372BA-69D9-E713-902F-95E16FD18EFD> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
    0x96f80000 - 0x97072ff7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <7482933B-4AF6-ED55-AD72-4FBD1E134958> /usr/lib/libcrypto.0.9.8.dylib
    0x97073000 - 0x970b4ff7  libRIP.A.dylib 543.33.0 (compatibility 64.0.0) <C6E50C7E-EBEE-32AF-FF07-8E325E21A838> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x970b5000 - 0x973d5feb  com.apple.CoreServices.CarbonCore 861.6 (861.6) <D3D5D9F1-01ED-DCAD-6AA9-4ABE60C7A112> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x973d6000 - 0x973d6ff7  com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x975b8000 - 0x975befff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x97619000 - 0x97627fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <82B2C254-6F8D-7BEA-4C18-038E90CAE19B> /usr/lib/libz.1.dylib
    0x97628000 - 0x97646ff7  com.apple.CoreVideo 1.6.1 (45.4) <E0DF044D-BF31-42CE-B690-FD1FCE07E64A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9774e000 - 0x9869ffe7  com.apple.QuickTimeComponents.component 7.6.6 (1729) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent s
    0x986ac000 - 0x986b3ff3  com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x98723000 - 0x98743fe7  libresolv.9.dylib 40.0.0 (compatibility 1.0.0) <03019DD7-993D-AC88-6636-179F92F315C4> /usr/lib/libresolv.9.dylib
    0x9891e000 - 0x98925ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <6BF89127-C18C-27A9-F94A-981836A822FE> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9892d000 - 0x98deaffb  com.apple.VideoToolbox 0.484.5 (484.5) <DA9B4FA8-B91C-43AC-1D84-0BFF46BB5BCE> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x98e44000 - 0x98f72fe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x98f9e000 - 0x98fbafe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x98fbb000 - 0x98fbfff7  libGFXShared.dylib ??? (???) <286F466C-2856-B579-B87F-4E9A35C80263> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x98fc0000 - 0x99165feb  libSystem.B.dylib 125.0.1 (compatibility 1.0.0) <06A5336A-A6F6-4E62-F55F-4909A64631C2> /usr/lib/libSystem.B.dylib
    0x99166000 - 0x9916aff7  libGIF.dylib ??? (???) <03880BA1-7A86-0F2B-617A-C66B1D05DD70> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x991bb000 - 0x99296fe7  com.apple.DesktopServices 1.5.5 (1.5.5) <ECEDFDF2-C40E-8DF0-F8FC-249CCA762E62> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x99297000 - 0x99308ff7  com.apple.AppleVAFramework 4.8.11 (4.8.11) <BDDDFA36-4B53-4B57-B3D4-427DA8226A80> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9930a000 - 0x9957affb  com.apple.Foundation 6.6.2 (751.21) <DA7A173A-4435-ECD6-F4AF-977D722FD2F7> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x99598000 - 0x99630fe7  edu.mit.Kerberos 6.5.9 (6.5.9) <73EC847F-FF44-D542-2AD5-97F6C8D48F0B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x99631000 - 0x996cefe3  com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x996cf000 - 0x996cfff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0xb0000000 - 0xb0004fd8  com.apple.carbonframeworktemplate 1.1 (1.1.0) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0xba900000 - 0xba916ff7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <4FB5CEEB-8D3E-8C57-1718-81D7CAFBFE69> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe7  libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <A23F9980-5CC8-A44D-6FD6-DBFCBFF4FF28> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <06A5336A-A6F6-4E62-F55F-4909A64631C2> /usr/lib/libSystem.B.dylib
    Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.16f11
    Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x87), Atheros 5416: 2.0.19.10
    Bluetooth: Version 2.3.1f4, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
    Serial ATA Device: Hitachi HTS545050B9A300, 465.76 GB
    Parallel ATA Device: HL-DT-ST DVDRW  GSA-S10N
    USB Device: PROExpress-7, 0x11b0  (ATECH FLASH TECHNOLOGY), 0x6138, 0xfa300000
    USB Device: Hub, 0x0424  (SMSC), 0x2504, 0xfd100000
    USB Device: iPhone, 0x05ac  (Apple Inc.), 0x1292, 0xfd110000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0xfd400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x021a, 0x5d200000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x5d100000
    USB Device: USB Receiver, 0x046d  (Logitech Inc.), 0xc526, 0x1a200000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x1a100000

    Unfortunately you cannot roll back updates with OSX.  Because it is so recent and you say you ran the updates recently I am wondering whether something in the latest 10.6.3 update affected the CS3 suite.  You can try repairing system permissions from the install disc and trashing the permissions file (look in your user library->Preferences folder and it is the .plist file with Dreamweaver in the name).
    Outside of that my fear is that you would have to run the CS3 Clean Script http://www.adobe.com/support/contact/cs3clean.html and then re-install.  Although that would clear all remnants from your system.  Someone had posted not too long ago the location where the site definitions are stored.  I will see if I can find that for a worst case scenario or maybe someone else can shed some light on finding that information quicker.

  • DreamWeaver CS3 Crashing in Design View

    Hi, Dreamweaver CS3 is crashing when try to view a page in
    design view. It happens when I have links to images that are stored
    on a web server that is currently unavailable. As soon as the web
    server is running again there are no problems. If open the page in
    code view, it works fine but as soon as I click on design view it
    hangs. Has anyone else come across this problem? Thanks for your
    help.

    Ah, I see now.
    Are you using the Live Data view or is that turned off?
    Well, after searching these forums, I have found this KB
    article:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb401608&sliceId=2
    It is a known issue when using remote files. If you can maybe
    the answer right now would be to develop the page with local file
    paths and do a search and replace to add in the remote path before
    you save the final version. Wish there was a solution, hopefully a
    patch will be released soon because the thread I found was back
    from April of this year and it only affects Intel Macs.

  • Dreamweaver CS3 Crashing Instantly

    MAC OSX 10.5 Leopard
    I am experiencing an incorrect behavior of Dreamweaver CS3
    instantly crashing. Here's when it happens.
    In Design View... no problems.
    In Code View... instant crash of DW CS3 when I attempt to
    click on any line that has either meta tags or recordset scripting.
    (if I click around parts of the body in code view, no crash).
    Since it's so specific as to what I do when it crashes, what
    do you think is wrong?

    *.ste is the extension that DW uses. BUT - if you have never
    EXPORTed the
    site defintions from within DW, you will not find any of
    these.
    Here is a post from Sonjay, which I found by searching this
    forum for "Mac
    site definition" -
    On the backup of the old drive, look in this directory:
    /Users/you/Library/Application Support/Adobe/Common/9/Sites
    And find the file named "Site Prefs"
    Copy that file into the same location on your new drive.
    The site definitions are defined in this file using from the
    name of your
    hard drive, e.g.,
    "MyHardDrive:Users:Myusername:SiteDirectoryName"
    If the name of your hard drive is different from the old one,
    you'll need to
    open that file in a text editor (NOT Dreamweaver -- something
    like TextMate
    or BBEdit) and do a global find-and-replace to replace the
    name of your old
    hard drive with the name of your new one in all the site
    definitions. Save
    and close.
    Relaunch Dreamweaver.
    You're done.
    Sonjay
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "TMCDesign" <[email protected]> wrote in
    message
    news:fh3ga3$3ud$[email protected]..
    >
    quote:
    > They are *.ste files, and they are stored where you put
    them when you
    > exported them.
    >
    >
    > In Leopard, there is an awesome new utility that backs
    up your computer
    > automatically, just "plug and play" like all Mac things
    that are
    > great.
    >
    > I just needed to know what type of file it was I was
    looking for. When I
    > go
    > back and look at my various stages of backup, I can then
    pluck the file
    > out of
    > wherever it is.
    >
    > .ste (that's the Mac extension?)
    >
    > Thanks for the help.
    >

  • Radiobutton spry in dreamweaver cs3

    Hi,
    Was wondering if someone can point me in the right direction.
    I have downloaded a trial version of the dreamweaver cs3 and was
    doing a web form for the first time with spry's. I found them
    really good to use however there is no button to click for a radio
    spry.
    Or is this because i have trail version? or is it not listed.
    I know i have .css .js for radio buttons however its alot
    easier to just click on a button cant somone shed some light on
    this?
    thanks
    James

    If u cant find the buttons u can always add them manually
    http://labs.adobe.com/technologies/spry/samples/validationwidgets/RadioValidationSample.ht ml
    just check the source code of that.
    and for detailed information u can check it here;
    http://livedocs.adobe.com/en_US/Spry/SDG/WS950894D6-AE05-464d-884C-A31757F108EE.html
    I hoped that helped u,

  • Spry Accordian in Dreamweaver CS3

    I am using Spry Widgets in Dreamweaver CS3. However,
    everytime I insert the spry accordion - it doesn't work right if
    too much text is in one of the tabs. For Example: I have 3 tabs in
    the Accordion. Everything works well as it should if there is just
    a little text without a scroll bar. However, when there is a scroll
    bar in the Accordion - it doesn't work right. The panels do not
    minimize, all the panels are open. When I click on one panel, it
    doesn't do what is is suppose to.
    Did I do something wrong here? I don't think I did.

    Without seeing your page (code) I am guesing what your
    peoblem is, but try this.
    Check you have the SpryAssets folder and js content correctly
    referenced between page and external folder. Check that your js
    script, which should be the last script tag set before the closing
    body tag is in place on the page containing the accordion.
    Also, you can change the accordion panel behavior to a
    flexible height, which contains all content, and removes the
    vertical scroll bar. You need to edit the CSS and add a new
    property to the accordion object when it is initialized. Find the
    .AccordionPanelContent CSS class and delete the height property;
    change the overflow property to hidden.
    Next tell the Accordion object to use flexible height by
    going to the bottom of the page and finding the code that has
    (something like: var Accordion1 =
    Spry.Widget.Accordion("Accordion1"); in the code. Add
    useFixedPanelHeights:False to the constructor function so it looks
    like this:
    var Accordion1 = Spry.Widget.Accordion("Accordion1",
    {useFixedPanelHeights:False} );
    That should remove the scroll bars.

  • ANN: Using Spry 1.6 with Essential Guide to Dreamweaver CS3

    It has been brought to my attention that most of the example
    files in
    Chapters 19 and 20 of "The Essential Guide to Dreamweaver CS3
    with CSS,
    Ajax, and PHP" don't work as expected after upgrading to Spry
    1.6. This
    is because Spry 1.6 handles HTML in CDATA sections
    differently. The
    solution is to add entityEncodeStrings:false to the options
    passed to
    the Spry XML Dataset. For details, see the book's updates
    page at the
    following address:
    http://foundationphp.com/egdwcs3/updates.php#spryhtml
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

    datasetname.setColumnType('row','html'); is also a solution.
    u can read more about it in the API.

Maybe you are looking for

  • Need help with power supply.

    My computer will not come on at all. When you hit the power switch on the power supply, all the fans in my computer begin to come on for a second but stops. Can someone help me. I 've tried 3 power supplies and none of them worked. nVidia K89 Neo2 Ar

  • Special G/L indicator in SD/FI Interfaces

    Hi, good morning for everybody. I have the next question: I want to know if it is possible to make posting to a G/L account with a Special G/L indicator, from the interface SD/FI. for example, i create a bill doc with VF01 tcode, and i want to post (

  • Numeric fields not aligned correctly in report preview

    Hi I have the next problem: On my report, I aligned the numeric fields to the right of a column, but when i run the preview on ASP, the numeric fields are aligned to the left. But when I export the report to PDF, the numbers align correctly. I figure

  • Flash/Java/Quicktime?/Safari Problem

    Alright, I have this pretty large problem in my case. I just updated to QT 7.3 and iTunes 7.5, restarted my computer because of the update. & went on normally, then when trying to load a site like youtube.com (with its flash videos and other things)

  • Syndicator - data types

    Hello, I wish to syndicate data in a flat file. But in syndicator at destination items tab, i am not able to select the data type option!! I wish to create couple of integer fields and text fields. a integer field should not allow text in it, in the