Split View - Design side jumps

I've come to the conclusion that the most exhausting part of
working with Dreamweaver is chasing down my previous location on
the Design side of the Split View after making a code change. What
is it witth that? Example: If I select an area on the design page,
go into the code side and, say, change a local style cattribute (or
do just about anything for that matter) the page in the Design area
jumps to the bottom of the document. I'm tired of having to scroll
back to where I was every time I make a change in the code. I've
been dealing with this forever and just wrote it off as a quirk but
I need to know: Is there a way to fix this?
Thanks.
Cayce

The settings you removed are NOT DW's default settings. In
other words, the
only way that *.htm and *.html could have gotten into the
Open in Code View
field would be if you had put them there.
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
==================
"MJ-78" <[email protected]> wrote in message
news:giha9n$r28$[email protected]..
>I had that same problem, but I just fixed it by going to
Edit > Preferences
> >
> File Types/Editors. In the first field, labeled "Open in
Code View", I
> removed
> the file extensions html and .htm, and now the split
view and design view
> are
> no longer greyed out. Code view is still available, too.
>
> I had looked at that setting before, but it wasn't clear
that "Open in
> code
> view" meant that it would be impossible to view the
files in Design view.
> So
> they definitely need an improvement for the user
interface there.
>

Similar Messages

  • DW Split View - Design View

    When working in DW in Split View, when the user clicks into
    the Design View window the view automatically updates the view if
    code view has changed.
    Can i intercept this? Does it call a specific file or menu
    command that i would have access to?
    The reason:
    We use DW as a stand alone HTML editor and some of the files
    we work with are extremely large and each time a change is made in
    code view and tusers click into design view it auto updates the
    deisgn view and this could end up taking some time. i would like to
    manually control this if possible?
    Thanks

    I think it is probably the type of document you are creating,
    for example if
    you go to open a javascript or xml or css document, it goes
    to code and
    grays out the disign and split views. So you might be opening
    the wrong type
    of document.
    Gary
    "LouisCat" <[email protected]> wrote in
    message
    news:gbcucp$t6k$[email protected]..
    > In Dreamweaver CS3 (9.0.3453), when starting a new site,
    only the CODE
    > preview
    > button is available - Split/Design views are grayed out.
    >
    > Also, everything in the submenu under View > Visual
    Aids is also gray
    > Also, Refresh Design View is gray.
    >
    > I'm a visual kinda guy, and haven't been able to find a
    fix via Google.
    >
    > NOTE: Everything was ok when first loading, then blew
    out. Haven't been
    > able
    > to fix, and reinstalling doesn't work (I use Revo
    Uninstaller to totally
    > remove, so as to get a clean install - nothing)
    >
    > Many thanx for any help.
    >
    > - LouisCat
    >

  • No Design/Split View?

    Ok... sorry to sound like a rookie here, but one of the few
    times I really want to use Design View I cant seem to get it to
    work. Let me explain...
    I am a long-time hand coder, and still hand-code most of my
    pages. I have a page that I have hand-coded that contains an image
    that I would like to create an image map (link) for. However, I
    cant seem to get the Design and/or Split views to work. The buttons
    on the nav bar are greyed out and the selections are unavailable
    from the drop-down app menus. Here is some further info:
    1. Here is the URL to the page I am working on:
    http://stage.novussententia.com/walkofhope.
    2. I am developing this on a remote server... but the server
    is local to my network.
    3. I am using server side includes
    4. Here is the actual code from the page since I am using
    SSI's:
    <%
    pStr = "private, no-cache, must-revalidate"
    Response.ExpiresAbsolute = #2001-01-01#
    Response.AddHeader "pragma", "no-cache"
    Response.AddHeader "cache-control", pStr
    %>
    <!--#include file="../scripts/spiders.asp"-->
    <!--#include file="../scripts/spider_keys.asp"-->
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <title>MDA-ALS :: Walk of Hope - Atlanta, GA ::
    Home</title>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    <meta http-equiv="Expires" name="Expires" content="Sat,
    15 August 2009 18:00:00 GMT">
    <link rev=made
    href="mailto:[email protected]">
    <link href="../favicon.ico" rel="shortcut icon">
    <!--#include file="../includes/metas.htm"-->
    <link href="../walkofhope.css" rel="stylesheet"
    type="text/css">
    </head>
    <body bgcolor="white" text="white" leftmargin="0"
    topmargin="0" marginwidth="0">
    <%=spiderContent()%>
    <table width="100%" height="100%" border="0"
    cellpadding="0" cellspacing="0" bgcolor="#e2e4e6">
    <tr>
    <td align="center" valign="top">
    <table width="940" height="494" border="0"
    cellpadding="0" cellspacing="0">
    <tr>
    <!-- Begin Header -->
    <td width="20" rowspan="4"
    background="../assets/drop_left.gif"></td>
    <td><img src="../assets/home_top_01.jpg"
    width="466" height="471" alt=""></td>
    <td><img src="../assets/home_top_02.jpg"
    width="434" height="471" alt=""></td>
    <td width="20" rowspan="4"
    background="../assets/drop_right.gif"></td>
    <!-- End Header -->
    </tr>
    <tr>
    <td><img src="../assets/home_top_03.jpg"
    width="466" height="23" alt=""></td>
    <td align="center" valign="middle" bgcolor="#FFFFFF">
    <!-- Begin Global Navigation -->
    <!--#include file="../includes/global_nav.htm"-->
    <!-- End Global Navigation -->
    </td>
    </tr>
    <tr>
    <td colspan="2" align="left" valign="top"
    style="background-image: url( ../assets/back_bottom.gif );
    background-repeat: no-repeat; background-color: #18a86d;
    padding-left: 10px; Padding-top: 20px;">
    <!-- Begin Main Content Area -->
    <table width="100%" border="0" cellpadding="0"
    cellspacing="0">
    <tr>
    <td width="300" height="260" align="center"
    valign="top"><img
    src="../assets/sign_up_button.gif"></td>
    <td width="2"><img src="../assets/spacer_white.gif"
    width="2" height="200"></td>
    <td align="left" valign="top" style="Padding-top:
    0px;"><img src="../assets/home_copy.gif" border="0"
    usemap="#home_copy"></td>
    </tr>
    </table>
    <!-- End Main Content Area -->
    </td>
    </tr>
    <!-- Begin Footer -->
    <!--#include file="../includes/footer.htm"-->
    <!-- Begin Footer -->
    </table>
    </td>
    </tr>
    </table>
    <%=spiderContent()%>
    </body>
    </html>
    Can you assist?

    This file's name is index.asp?
    And is this obfuscated text?
    <%=spiderContent()%>
    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
    ==================
    "NovusCory" <[email protected]> wrote in
    message
    news:[email protected]...
    > Ok... sorry to sound like a rookie here, but one of the
    few times I really
    > want
    > to use Design View I cant seem to get it to work. Let me
    explain...
    >
    > I am a long-time hand coder, and still hand-code most of
    my pages. I have
    > a
    > page that I have hand-coded that contains an image that
    I would like to
    > create
    > an image map (link) for. However, I cant seem to get the
    Design and/or
    > Split
    > views to work. The buttons on the nav bar are greyed out
    and the
    > selections
    > are unavailable from the drop-down app menus. Here is
    some further info:
    >
    > 1. Here is the URL to the page I am working on:
    >
    http://stage.novussententia.com/walkofhope.
    > 2. I am developing this on a remote server... but the
    server is local to
    > my
    > network.
    > 3. I am using server side includes
    > 4. Here is the actual code from the page since I am
    using SSI's:
    >
    > <%
    > pStr = "private, no-cache, must-revalidate"
    > Response.ExpiresAbsolute = #2001-01-01#
    > Response.AddHeader "pragma", "no-cache"
    > Response.AddHeader "cache-control", pStr
    > %>
    > <!--#include file="../scripts/spiders.asp"-->
    > <!--#include file="../scripts/spider_keys.asp"-->
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <title>MDA-ALS :: Walk of Hope - Atlanta, GA ::
    Home</title>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > <meta http-equiv="Expires" name="Expires"
    content="Sat, 15 August 2009
    > 18:00:00 GMT">
    > <link rev=made
    href="mailto:[email protected]">
    > <link href="../favicon.ico" rel="shortcut icon">
    > <!--#include file="../includes/metas.htm"-->
    > <link href="../walkofhope.css" rel="stylesheet"
    type="text/css">
    > </head>
    >
    > <body bgcolor="white" text="white" leftmargin="0"
    topmargin="0"
    > marginwidth="0">
    > <%=spiderContent()%>
    > <table width="100%" height="100%" border="0"
    cellpadding="0"
    > cellspacing="0"
    > bgcolor="#e2e4e6">
    > <tr>
    > <td align="center" valign="top">
    >
    > <table width="940" height="494" border="0"
    cellpadding="0"
    > cellspacing="0">
    > <tr>
    >
    > <!-- Begin Header -->
    >
    > <td width="20" rowspan="4"
    > background="../assets/drop_left.gif"></td>
    > <td><img src="../assets/home_top_01.jpg"
    width="466"
    > height="471" alt=""></td>
    > <td><img src="../assets/home_top_02.jpg"
    width="434"
    > height="471" alt=""></td>
    > <td width="20" rowspan="4"
    > background="../assets/drop_right.gif"></td>
    >
    > <!-- End Header -->
    >
    > </tr>
    > <tr>
    > <td><img src="../assets/home_top_03.jpg"
    width="466"
    > height="23" alt=""></td>
    > <td align="center" valign="middle"
    bgcolor="#FFFFFF">
    >
    > <!-- Begin Global Navigation -->
    >
    > <!--#include file="../includes/global_nav.htm"-->
    >
    > <!-- End Global Navigation -->
    >
    > </td>
    > </tr>
    > <tr>
    > <td colspan="2" align="left" valign="top"
    > style="background-image: url( ../assets/back_bottom.gif
    > background-repeat:
    > no-repeat; background-color: #18a86d; padding-left:
    10px; Padding-top:
    > 20px;">
    >
    > <!-- Begin Main Content Area -->
    >
    > <table width="100%" border="0" cellpadding="0"
    > cellspacing="0">
    > <tr>
    > <td width="300" height="260" align="center"
    > valign="top"><img
    src="../assets/sign_up_button.gif"></td>
    > <td width="2"><img
    > src="../assets/spacer_white.gif" width="2"
    height="200"></td>
    > <td align="left" valign="top"
    > style="Padding-top: 0px;"><img
    src="../assets/home_copy.gif" border="0"
    > usemap="#home_copy"></td>
    > </tr>
    > </table>
    >
    > <!-- End Main Content Area -->
    >
    > </td>
    > </tr>
    >
    > <!-- Begin Footer -->
    >
    > <!--#include file="../includes/footer.htm"-->
    >
    > <!-- Begin Footer -->
    >
    > </table>
    >
    > </td>
    > </tr>
    > </table>
    > <%=spiderContent()%>
    > </body>
    > </html>
    >
    >
    > Can you assist?
    >

  • How to center page in Split and Design view?

    When I look at my template in Design or Split View, it is flush right on my screen with a top margin of 20 px or so. But when I check it in Live View, or when I preview it on Firefox/Safari/Chrome/Opera, it is centered and flush against the top of the screen.
    I should add that the template was fine in Design and split, until I started mucking about the a spry menu. My page fell apart, I deleted the spry with plans ot start over. But then I discovered my template flush right (in Design and Split, anyway).
    Can anyone please tell me how to correct this? I suppose it's more of a nuisance than a tragedy, as long as the page is centered when it goes online. But it is a nuisance to work on the right side of the screen.
    Coding follows:
        margin-top: 0px;
        margin-left: 0px;
    #wrapper {
        background-image: url(../template%20images/mainBody.jpg);
        background-repeat: repeat;
        overflow: hidden;
        width: 800px;
        background-color: #CCC;
        margin-right: auto;
        margin-left: auto;
    #wrapper #header {
        height: 150px;
        width: 800px;
        background-color: #CCC;
        background-image: url(../template%20images/header.jpg);
    #wrapper #navBar {
        height: 55px;
        width: 800px;
        background-color: #666;
        background-image: url(../template%20images/navBar.jpg);
    #wrapper #mainBody {
        width: 80%;
        margin: 0 auto;
        padding-top: 20px;
        font-family: Arial, Helvetica, sans-serif;
    #wrapper #footer {
        background-image: url(../template%20images/footer.jpg);
        width: 800px;
        height: 60px;
        text-align: center;
        font-size: 16pt;
        clear: both;
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>2000_template</title>
    <!-- TemplateEndEditable -->
    <link href="../CSS/layout.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    -->
    </style>
    </head>
    <body>
    <div id="wrapper">
    <div id="header">
    </div><!--close header-->
    <div id="navBar">
      </div><!--close navBar-->
    <div id="mainBody"><!--begin mainBody--><!-- TemplateBeginEditable name="mainContent" -->
      <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dolor libero, aliquam vitae scelerisque in, malesuada non neque. </p>
      <p>Phasellus dignissim arcu eget velit posuere vel varius magna dapibus. Phasellus pharetra imperdiet nunc, vel interdum dolor fermentum id. Integer luctus mollis tempor. Nunc lacus urna, blandit sollicitudin cursus at, ultrices et erat. Sed rhoncus, ipsum vitae dictum scelerisque, diam felis euismod augue, a facilisis massa augue ut nibh. </p>
      <p>Sed ac ante magna. Nulla consequat posuere ullamcorper. In interdum, elit sed tempor suscipit, quam mauris egestas justo, sed lobortis sem magna a mi. Etiam tincidunt fringilla sapien, congue condimentum augue adipiscing ut. Nam pretium egestas lacus in elementum. Vivamus eros erat, varius nec aliquam quis, congue at orci.</p>
    <p>Vivamus eget felis purus, in porta tellus. Nullam ac orci eu arcu luctus ornare. Aliquam quis ligula metus. Morbi congue cursus justo, et sagittis sem adipiscing blandit. </p>
    <p>Quisque sed bibendum nisi. Curabitur ultrices imperdiet lacus in ullamcorper. Etiam pulvinar magna et neque congue eu aliquam metus semper. </p>
    <!-- TemplateEndEditable --></div>
    <!--close main body-->
    <div id="footer"><!-- TemplateBeginEditable name="footerPage" -->
      <p> &#8249; &#8249; Previous    1 :: 2 :: 3 :: 4    Continue &#8250; &#8250;</p>
    <!-- TemplateEndEditable --></div><!--close footer-->
    </div><!--close wrapper-->
    </body>
    </html>

    Get rid of this.
        margin-top: 0px;
        margin-left: 0px;
    The universal selector (asterisk) applies whatever styles you give it to  EVERY PAGE ELEMENT regardless of where it is.  So unless you know  exactly what you're doing, don't use universal selectors.
    To center your page
    body {
    width:900px /**some width in pixels, ems or %}
    margin:0 auto;
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Magin change moving from Design to Split views

    For some reason, the margins of my HTML page change when I
    move from split view to design view. The page is a single table,
    centered with <center>, but when I change views, they whole
    thing shifts over by 19 pixels, from being centered starting at 309
    to being centered starting at 328.
    What the heck!?? Anyone know what might be causing
    this?

    Appearance of a vertical scrollbar?
    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
    ==================
    "D Cam" <[email protected]> wrote in message
    news:fbt85u$cpv$[email protected]..
    > For some reason, the margins of my HTML page change when
    I move from split
    > view
    > to design view. The page is a single table, centered
    with <center>, but
    > when I
    > change views, they whole thing shifts over by 19 pixels,
    from being
    > centered
    > starting at 309 to being centered starting at 328.
    >
    > What the heck!?? Anyone know what might be causing this?
    >

  • Remote images not showing up in design/split view

    Just recently, whenever i updated the image location from the
    local site to the remote site path, the images don't get loaded
    into dreamweaver how it used to.
    i'm not sure if i unchecked something. the paths are correct
    and they show up when i preview in browser so i know it's not that.
    if anyone can help with this it will be great. thanks.

    Do you have spaces in your image file/pathnames?
    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
    ==================
    "zgarcia" <[email protected]> wrote in
    message
    news:e286rc$adb$[email protected]..
    > DW 8.01
    >
    > it's not the put action.
    >
    > what i normally do is compose the email on the local
    site so i have the
    > images
    > showing, add the links etc...
    > then i upload the images onto my remote server.
    > after i do that, i go into the source code and do a
    find/replace on the
    > image
    > directory. (highlight "images" and replace it with the
    > "
    http://www.example.com/campaign/email")
    >
    > now, after i do a replace all, the images would reflect
    whatever is in the
    > remote directory (
    http://etc...) and will actually display
    in the
    > design/split
    > view instead of seeing broken image icons as it's
    currently doing.
    >
    > the remote site locations are correct.
    >
    > let me know if that helps, thanks.
    >

  • Is it possible to have the same Split Code/Design view in CS5 that I had in CS3?

    I am not a hard coder.  However, like HTML, I could easily edit PHP in CS3 Dreamweaver's Split Code/Design view.  It was more designer friendly, intuitive, etc. I could see/edit/move tables, placed graphics, text, etc.  CS5 doen't allow me to see my PHP pages this way. Can this be fixed to have the same Split Code/Design view?  I would appreciate any assistance you can offer.

    To restore the cs3 style horizontal split of code and design views, go to the 'view' drop down menu and untick 'split vertically'.
    Richard

  • Viewing pages side by side and split screen

    I'm using Pages 5.5.2 and I need to view pages side by side and also compare the content of pages by using a split screen - just like I can do in Word. Any help?

    Apple is very customer focused.
    Who that particular customer is, and whether they are actually using a Mac, we have not been able to discover.
    Rate/Review Pages 5.2.2 in the App Store.
    Peter

  • DW code view custom highlight color from design view (split view)

    I would like to change the "Code view" highlight color from it's default to something more contrasty ... so while using "Split view" - when I select an element in "Design View" the corresponding code in "Code view" would be easier to find ...
    Anyone knows how to customize this setting wit DW CS5??
    Thanks!

    I would like to change the "Code view" highlight color from it's default to something more contrasty ... so while using "Split view" - when I select an element in "Design View" the corresponding code in "Code view" would be easier to find ...
    Anyone knows how to customize this setting wit DW CS5??
    DW Code View uses the Selection colors defined for your Operating System.
    If you don't know how to change that, which OS and version are you using?
    HTH,
    Randy

  • Dreamweaver SPLIT CODE/DESIGN VIEW?

    Hello.
    I'm running Dreamweaver CS3. I have dual 22" monitors and I
    want to be able to see the design view and code view of a single
    page at the same time vertically not horizontally. Right now when I
    hit the SPLIT the windows are on top of each other. Is there a way
    to make them beside each other or apart or something?
    I also tried running two instances of Dreamweaver but that
    didn't work either. This really sucks because I want to be able to
    see my full design while I edit the code/css.
    Thanks

    WebMan4 wrote:
    > Is there any other way around this?
    Not that I know of.
    More people are using large monitors and dual monitor setups
    these days,
    so vertical split view is a feature that is likely to be
    increasingly
    requested. Why not submit a feature request to the
    development team?
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    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 8.0.2 -- code view is totally screwed, so is design view. Split view works fine.

    I just started having an extremely annoying issue in DW8-XP.
    The code view is completely messed up. I can switch to code view,
    but nothing is there. Just a ghost of the split view I was just in.
    If I open a new file (like css file) in code view, I see a ghost of
    the last view. Since css files don't have a split or design view,
    I'm screwed. Cannot firgure out how to delete the config file. Do
    you think this would help? Would it erase any settings I have
    currently set?
    I tried switching to a default layout, restarting and all. No
    luck. Little help? :D

    Restart the system.
    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
    ==================
    "purefusion" <[email protected]> wrote in
    message
    news:eqntd2$chq$[email protected]..
    >I just started having an extremely annoying issue in
    DW8-XP. The code view
    >is
    > completely messed up. I can switch to code view, but
    nothing is there.
    > Just a
    > ghost of the split view I was just in. If I open a new
    file (like css
    > file) in
    > code view, I see a ghost of the last view. Since css
    files don't have a
    > split
    > or design view, I'm screwed. Cannot firgure out how to
    delete the config
    > file.
    > Do you think this would help? Would it erase any
    settings I have currently
    > set?
    >
    > I tried switching to a default layout, restarting and
    all. No luck. Little
    > help? :D
    >

  • DW CS5 crashes when switching to split view

    I have just checked other comments in the forum but none seem to really fit the issue. The moment I use the code for a page and switch to split view, DW crashes. It works perfectly with smaller HTMLs (e.g. HTML emails) but starts playing up as soon as I try to work on the code for a page.
    Any solutions.. ?
    Thanks!

    This is a long standing bug, that for some reason Adobe can't seem to fix. It started with CS4, and remains in CS5.  Typically when looking at certain .aspx pages, when switching from design view to split view Dreamweaver will crash. Anyway, thanks to some investigation back in CS4, and a keen Dreamweaver user (jplaguna) we can all get back to working normally.  I thought I would repost this for anyone struggling with the issue.
    The problem is with Dreamweaver's "Translators" - whatever those are?  Anyway, you simply rename that folder and your problems go away.
    Sorry to hear that you've been having this problem. I'm glad that you found a way to work around the problem.
    Translators are the code that recognizes certain pieces of server-side code so that you can select and manipulate them in DW. Turning them off disables features like Server Behaviors. Also, you can be more strategic by simply renaming the Translator for ASP.Net here:
      c:\Program Files\Adobe\Adobe Dreamweaver CS4\configuration\Translators\ASP.Net.htm
    Rename it to something like:
      ASP.Net.disable_htm
    Then you'll need to restart DW. This will disable the Translator for only ASP.Net, not all of the other Server Models.
    Can you post a .zip file with a page that causes the crash? I didn't see one in the original forum thread.
    Hope this helps,
    Randy Edmunds
    Dreamweaver Development
    Adobe Systems, Inc.

  • Split view pausing when updating code

    HI, I love split view, can live without it, but in the latest version 5 and up, it seems when i change the code in code view side, the wysiwyg side pauses for a few seconds to update what i've changed, almost flashes asif reloading, maybe it is, but it seemed to do this more seemlessly, I could go back and forth and updates were instant. I am not in live view, that takes even longer when changes to the code view are done.
    Just curious is there are ways to speed this up, or anything anyone has run into that causes the split view window to pause when changes are made.
    It only happens, in split view, and i update something in code view, even just text <p> and when i click back to the wyysiwyg side, it pauses for a few seconds before reflecting the change.

    Yes, same scenario, when I click back to design view, it usually updates quickly, but now it takes 3-5 seconds before it refreshes. It's noticeable, and hard to work with when I am updating alot of content peices,
    I've tried other sites thinking maybe it has something to do with related files or something, but same thing, Its noticeable, but I can't seem to figure out when it started or why. Been using split view since it was available, always quite fast... I don;t have any data connections, or testing servers setup that could cause lag. I hope its a simple toggle of something I inadvertently toggled? 

  • Can you set DW to always show split view?

    This is not a major problem but an annoying thing and I can't seem to find.  I almost always work in split view - never design view.  Yet DW seems to default to design view. Even if I have previously edited a page in split or even code view, the next time I open that file (if I have closed and opened DW in the meantime) it opens in design view.
    I tried making a custom workspace that included viewing files in split view but sure enough whenever I re-open DW any files I open are once again displayed in Design View.
    Anyone know how to change this?
    Thanks!
    Ellie

    >>I tried making a custom workspace that included viewing files in split view but sure enough whenever I re-open DW any files I open are once again displayed in Design View.
    Yes, the same problem started in CS4-Mac for me.
    Just for kicks, I opened my custom workspace a moment ago. I then opened a document to split view, then resaved that setup as a new custom workspace.
    Upon reopening Dreamweaver the next time, it remembered my split view setting. However, the time after that, I was back in Design view.
    This seems to be pretty buggy.
    Hopefully someone will post a solution.
    ...pt

  • Aperture viewer issues after full screen view - in Browser, Split View and Viewer modes

    2012 MacBook Air, Mac OS 10.8.2, Aperture 3.4.3. Everything is up to date and, as usual, has been working just fine since the last update a few weeks ago. Full screen view never caused any issues... until today.
    I tried quitting and restarting Aperture. Using another Aperture library. Quitting everything and restarting my MBA... same behavior.
    I went into the full screen view, edited a photo and got out of the full screen view to export it.
    All of the sudden, only one line of thumbnails was showing up in my Broswer view (out of 380 pictures in that project). Looking closely at it, it seems like the Aperture now thinks that the desktop area it has to work with (the dark gray area where the thumbnails are) is larger than the aperture window because a part of photo is showing up cut off at the right edge and no slider at the bottom:
    (note: at the bottom it says 380 items displayed)
    Going back to full screen view, everything looks and works as nothing has happened:
    In Broswer view, if I scroll down such that the first row is out of the view, the second row of thumbnails shows up:
    Now, if I scroll back up, two rows of thumbnails are shown in the viewer:
    To get the third row to show up, I need to scroll down to get the top two rows out of the way and so on.
    At some point I saw this weirdo but have not been able to replicate it:
    Split View also has its issues - the photo itself is no longer centered and the slider at the bottom gets out of the way past the right edge of the Aperture window before reaching the end of the row of thumbnails:
    Finally, when double clicking the photo in the Split View to view it by itself, once again it is not centered and cut off on the right side but there is no slider...
    Any ideas? I tried looking through the Viewer-related threads on here and did not see anything close to this. Is there a way to contact Apple support? I found some form somewhere on the website, but it had a dropdown for operating system and nothing past 10.7.2 so I am guessing it is not being maintained...
    edit: added the note under the first image

    When the graphical user interface is misbehaving, it frequently helps to remove the Aperture preferences apple.com.Aperture.plist from your user library, see the Aperture 3: Troubleshooting Basics on how to do this.
    Regards
    Léonie

Maybe you are looking for

  • Oracle Inventory: How to change default category set of items

    Hi, We have a requirement where we need to change the default category set of functional area inventory in oracle as we are importing new items into inventory whihc need to be assigned to a new default category set.There is an existing default categp

  • Error Msg while trying to post GR

    An error occurred when I try to post  GOODS RECEIPT, which is " G/L account 300010 does not exist in chart of account CAUS" ,  I do not see the G/L account anywhere typed? How do I resolve this issue, so I can post the GR. Thanks. Steve.

  • I can't show my video in itunes

    Hi, I have a windows 8. I download the last version of itunes (11.0.1.12). When I try to play a video via itunes, the program doesn't respond. The videos are in the right format since I can play them on my ipod. Thanks for your help.

  • ISR/Adobe: Getting the PDF binary within ABAP and upload PDF

    Dear Forum, I feel there have been some questions like this before on this matter, but not explicitly enough. My question  applies only to Adobe together with ISR (not webdynpro/Adobe). Using ISR/Adobe, the PDF is just used as a dynamic form. However

  • Issue with OBIEE 11g measure columns

    Hi, Recently one of our application got migrated from 10 to 11g. post migration we had patched 6.1 and 6.2. measure column defined in RPD were working fine in 10g and 11g(after patching) as well. Suddenly all measure columns are behaving abnormal. Ev