Design View not working with skins

Hey,
Excuses, I posted this question earlier in the "general
discussion" topic.
I'm using Adobe Flex 2. I have a pretty big project. If I
open it, design view works. If I close Flex and open the same
project again, design view wont work. There aren't any
error-messages or warnings given. I have been able to track te
problem down to graphical skins in a CSS declaration. I have to
erase them, to make Design View work. Then, I paste the code back
again. This is very inconvienent. Is this a normal problem,
inherent to how Flex works. Is there an other, easier way around?
Thanks in advance!
Knut Nidelven
Here is the code that does the damage...:
.topBar {
fontFamily: Arial;
font-style: none;
fontWeight: normal;
font-size: 12px;
upSkin: Embed('assets/button_top_up.png',
scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");
overSkin: Embed('assets/button_top_over.png',
scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");
downSkin: Embed('assets/button_top_selectedUp.png',
scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");
selectedOverSkin: Embed('assets/button_top_selectedUp.png',
scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");
selectedDownSkin: Embed('assets/button_top_selectedUp.png',
scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");
selectedUpSkin: Embed('assets/button_top_selectedUp.png',
scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");

VIEW | Style Rendering > Display Styles?
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
==================
"Ganda1f" <[email protected]> wrote in
message
news:f11lt2$sv9$[email protected]..
> Hi All,
>
> Design view does not render ( just plain text, no
formating ! ) in CS3.
> So I
> loaded the same file in DW8 ( installed on same machine
) & it works fine
> !
>
> Anyone have any ideas why ?
>
> html doc is lnked via this:
>
> regards, Dave P
>
>
> <style type="text/css">
> <!--
> @import url("style.css");
> -->
> </style>
>

Similar Messages

  • Design view not working with external style sheet

    Hi All,
    Design view does not render ( just plain text, no formating !
    ) in CS3. So I loaded the same file in DW8 ( installed on same
    machine ) & it works fine !
    Anyone have any ideas why ?
    html doc is lnked via this:
    regards, Dave P

    VIEW | Style Rendering > Display Styles?
    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
    ==================
    "Ganda1f" <[email protected]> wrote in
    message
    news:f11lt2$sv9$[email protected]..
    > Hi All,
    >
    > Design view does not render ( just plain text, no
    formating ! ) in CS3.
    > So I
    > loaded the same file in DW8 ( installed on same machine
    ) & it works fine
    > !
    >
    > Anyone have any ideas why ?
    >
    > html doc is lnked via this:
    >
    > regards, Dave P
    >
    >
    > <style type="text/css">
    > <!--
    > @import url("style.css");
    > -->
    > </style>
    >

  • Design view not working after importing project from Flex Builder

    After importing a project from Flex Builder to Flash Builder I am no longer able to see anything in the design view. I am using the flex 4.5 sdk.
    Any idea how I can get this design view working? I heard it could have something to do with the metadata directory but am slightly lost here?...
    Adam

    Could you please provide more information as to what exactly are you importing. Also does Design View not lauch at all or does it give errors. Would it be possible for you to share the logs.
    Meanwhile you can try cleaning the workspace and importing again to see if that solves the issue.

  • Design view not available with php pages

    I am using Dreamweaver CS 3, If I have a page with an file extension of .php I cannot view the page in design view. If I want to use design view I have to give it an extension of .htm, do the work then rename the file with a .php extension. Does anyone know what the problem is?

    Go to Edit > Preferences (or Dreamweaver > Preferences on a Mac), and select the File Types/Editors category from the list on the left. Make sure that .php is not among the list of files to open in code view.

  • Problem doing JSF tutorial - design view not working

    Hi everyone.
    I am fairly new to Java and followed the tutorial bellow to styart learning about it.
    http://st-curriculum.oracle.com/obe/jdev/obe11jdev/ps1/adf_richclient/adfrichclient.htm#o
    I managed to finish the tutorial using the structure explorer because the design view wasn't working for me. Whenever I make a JSF Template and use it to make another JSF page, the design view does not shows the facet I've added, thus I cannot put any components using the design view. I basically fail to get the screen shown at #4 of the "Create a Page Using the Page Template" section in the tutorial.
    Am I missing a configuration or something ?
    Thanks.

    I tried looking at the logs (with the option on) and didn't see anything. I'll continue to investiguate on this.
    Here is the template code followed by the "child" page code. On the page code, I can't put anything inside the facet using the designer, but using the structure, I can.
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <af:pageTemplateDef var="attrs">
    <af:decorativeBox id="pt_db1">
    <f:facet name="center">
    <af:panelSplitter id="pt_ps1" orientation="vertical"
    splitterPosition="25" positionedFromEnd="true">
    <f:facet name="first">
    <af:panelSplitter id="pt_ps2">
    <f:facet name="first">
    <af:panelAccordion id="pt_pa1">
    <af:showDetailItem text="showDetailItem 1" id="pt_sdi1"/>
    </af:panelAccordion>
    </f:facet>
    <f:facet name="second">
    <af:facetRef facetName="content"/>
    </f:facet>
    </af:panelSplitter>
    </f:facet>
    <f:facet name="second"/>
    </af:panelSplitter>
    </f:facet>
    <f:facet name="top"/>
    </af:decorativeBox>
    <af:xmlContent>
    <component xmlns="http://xmlns.oracle.com/adf/faces/rich/component">
    <display-name>master</display-name>
    <facet>
    <facet-name>content</facet-name>
    </facet>
    <attribute>
    <attribute-name>Title</attribute-name>
    <attribute-class>java.lang.String</attribute-class>
    <default-value>*Default Title</default-value>
    </attribute>
    </component>
    </af:xmlContent>
    </af:pageTemplateDef>
    </jsp:root>
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:view>
    <af:document id="d1">
    <af:form id="f1">
    <af:pageTemplate viewId="/templates/master.jspx"
    value="#{bindings.pageTemplateBinding}" id="pt1">
    <f:facet name="content"/>
    </af:pageTemplate>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    Edited by: 833334 on Feb 2, 2011 2:28 PM --> Replaced with smaller code that has the same issue.

  • Jsp Design view not working

    For some reason I can't create or edit jsp files within the design view. I get a blank screen with the following text in the middle "Type, paste, or drag content onto this blank page, or drag and drop a component from the palette.
    The weird thing is that a few jsp pages that I try to edit will work but most of them won't display anymore. They were working a day or so ago.
    Does anyone have any idea what is wrong?
    I am running Studio Edition Version 10.1.3.0.4 (SU5).
    Please, any help would be greatly appreciated.

    Shay,
    I created a new jsf jsp page like the following:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <f:view>
    <html>
    <head>
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    <title>one</title>
    </head>
    <body><h:form></h:form></body>
    </html>
    </f:view>
    When I go to the design view, I get the following messages on the console
    Sep 15, 2006 7:24:18 AM oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl
    verifyFilterIsInstalled
    WARNING: The AdfFacesFilter has not been installed. ADF Faces requires this fil
    ter for proper execution.
    Sep 15, 2006 7:24:18 AM oracle.adfinternal.view.faces.renderkit.core.CoreAdfRend
    eringContext _initializeSkin
    WARNING: There is no SkinFactory
    Sep 15, 2006 7:24:19 AM oracle.adfinternal.view.faces.io.HtmlResponseWriter endE
    lement
    SEVERE: Element End name:form does not match start name:script
    I see the severe error but it doesn't make any since becuase I don't have a script element in this file.
    Please help.....

  • DW9 (CS3) split view not work with ASP files?

    I just installed and ran DW CS3 (ver 9.0 bulid 3481) -- I use
    "coder" view for the screen layout. I like the split-view style
    since I code inline HTML with my ASP and ASPX code. However, the
    new version has the split-screen view button grayed out. How do I
    enable split view when I edit files that are not just ending in
    "htm" or "html" extensions? If the Adobe programmers made an
    ASSumption then they need to issue a patch and remove it pronto. I
    do not want someone else making decisions on how I do my work...I
    get enough of that from Microsoft already, I do not need it from my
    tools also. Please forward this to the developers if there is no
    way to change my preferences, otherwise please tell me how to edit
    a config file or hex-edit the executable to get this funtionality
    back. TIA!

    I still can't figure out why the split view or design view is
    grayed out and not accessible when editing files with an .asp or
    .aspx extension and it is driving me crazy! I called the support
    line and got someone in India who didn't understand my problem. 30
    minutes later I finally got her to agree to transfer me to
    secondary support but they were busy and she promised me they would
    call the next day. That was over a week ago. I didn't even get a
    voicemail, even though I stayed by my phone the whole day. I see
    that support for DW under Adobe is no better than it was under
    Macromedia...how sad. Microsoft Expression Web is looking better
    and better every day....... :(

  • Flex Builder 3 Design View Not Working

    For some reason, the Design view has stopped working. I've tried uninstalling and reinstalling twice with no luck restoring it. All I see is a blank page when switching from Source to Design view. Source view works fine.
    Any help would be appreciated!

    if your using the mozilla browser then close the mozilla browser. then try the design view .you will see the design view.
    i dont know wat is the reason behind this but i was having the same problem then i started running my application on IE dont open the mozilla browser only.
    to change the the default browser go to Windows->preperances->general->web browser and choose the browser and say ok.
                Gajanan Hiroji | [email protected] | www.isacglobal.com

  • Flash Builder Design Preview Not Working With Catalyst Objects On Stage

    Hi there,
    I'm working with a flash catalyst component from a flex project library, and it will not preview in desing mode. Anyone ever run into this? It seems that it may be a memory issue as the custom components themselves will preview, but now a bunch of custom components all displayed in a view.
    Any insight would be greatly appreciated! For now I'm back to guessing x & y coords...

    Going to answer my own thread here. This issue doesn't seem to be with Flash Builder, I think the issue lies in the browser not being able to register the button modes, namely Firefox 4. I've seen it happen in other browsers too, like Chrome, where the fix is to embed the swf as param.wmode = "window". Hope this helps someone out.

  • JDeveloper 10.1.3.4 design view not work

    Hi,
    I'm working with JDeveloper 10.1.3.4 and ADF Faces. My problem is that i can't view the design view in any page.
    the design view shows the follow message:
    "Type,paste or drag and drop content onto this blank...."
    Thanks in advance.

    Thanks for the feedback.
    Lost page interface. may help to avoid the execution of the filter code at Design Time.
    Regards,
    Didier.

  • Quickie: Design view not working

    Hi all,
    Not sure why, but design view (non-live) just shows a grey panel, or white if I focus on it.
    If I turn Live View on, I can see everything but not edit it obviously. Split code/design doesn't work unless Live View is turned on.
    No idea why this is, I'm an occassional user of DW (CS6 Win7). This is a site which I've created, edited and published before all on the same workstation.
    Thanks in advance,
    Simon.

    First, validate your HTML and CSS code.  Fix any reported errors.  CS6 Design View is much less forgiving of coding errors than earlier versions were.  A blank screen can be caused by missing semi-colons in your CSS, orphaned <div> tags, etc..
    Code Validation Tools
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    If after cleaning your code you still have problems, upload your page and supporting files to your web server, come back here and post the URL so we can take a look at it.
    Nancy O.

  • Design View Not Working Properly

    Hi, I save my web site files as .php and I'm using DW CS5. When I switch to Design View all I get are a couple of icons. Why won't it display the page for me?

    Save file as 'test.html'
    If you still cannot see anything in design view, use the validation tools below and fix reported errors.
    Code Validation Tools
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    If you're still not seeing anything in Design View, post your code into the web forum with  >> Syntax highlighting > Plain.
    Code in the web forum looks like this.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • JSP Design view not working in JDeveloper 10.1.3.3

    Hi,
    The problem I have is that my JSPs all throw a class not found error in design view when I load them. The problem is related to the useBean tag (see error example).
    Error exercising tag : jsp:useBean
    java.lang.Exception: java.lang.ClassNotFoundException: com......client.jsp.testclass
    The application is divided into a web project, an EJB project, and a server classes project. The JSPs are in the web project and the problem classes are in the server classes project. I'm limited to source view editing of JSPs due to this and the problem is only in the IDE, deployment of the code to the server is fine.
    Any suggestions would be appreciated.
    Kaitain

    I think they are but I could be mistaken, as the libraries list for the web project shows the server classes as a library.

  • Design View not working in DW CS5

    I have one .html file that displays the following in Design View:
    The code is all there, and if I view it in Live Code then all the content is visible. Here is what Live View looks like:
    Here is the current web page: Pennsylvania Philharmonic Subscription Series, spring 2015
    I tried "getting" the still-working file from remote, but the issue.
    I saw similar posts that recommend turning off "Head Content", but it was never on and that doesn't help. I have shut down, re-booted. Using Windows 7.
    All my other files for this site are fine. Just this one.
    Any help is appreciated!!

    Those yellow tr td tags mean your table code is malformed. Browsers can forgive some html errors and certain browsers are better than others at guessing what you meant when they run into problems. DW is showing you that you have structural defects in your code, which is one of the biggest causes for display issues in the browsers.
    Visit http://validator.w3.org to get a complete listing of your html errors and clean them up.

  • "Design View" not working in CS3 on Vista...

    I just installed DWCS3 on Vista. ALl pages open up in "Code
    View" and when you try to switch to "Design View" it gives an error
    and shuts down. If you try to navigate through "Code View" the
    cursor just stays in one spot...
    ...re-booting seems to help, but then it'll happen again
    every few times the program starts up.
    Anyone else having this problem, or know what to do about
    it???
    Thanks!

    Can you show us the code on the page?
    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
    ==================
    "javed mir" <[email protected]> wrote in
    message
    news:fsd4hh$3kl$[email protected]..
    >I can't see the design of the page as it should show in
    the design window.
    >It does show the text but not the background images..

Maybe you are looking for