Code hints and Design view preview missing

Using FB with Flex sdk 3.3 and AFCS SDK 0.91. I installed the
SDK per the instructions in the ACFS dev guide. I then added the
FP9 afcs.swc to my project build path and compile for fp 9.0.124
The sample apps do compile and run.
However
1. I am getting no code hinting for the acfs classes
2. IN design view, the components show as white rectangles
with red x's and obscure the flex components
3. The design view>components view, the acfs folder is
empty, while the "custom" folder is full of acfs components.
Any idea as to what might be incorrect?
Thanks,
Will

Hi Will,
I think it turns out we made a slight error in the dev guide
in the setup instructions - we mention that you should link the
AFCS source into your project in order to debug. Unfortunately this
seems to override the useful metadata baked into the SWC which
makes the SDK work with FB more seamlessly.
Advice : Remove the source path, then go to the library
path. Where you see AFCS.swc, expand it and select "source
attachment". Hit the edit button and add the source path there.
This seems to do the trick, allowing you to debug into the code
without overriding the swc itself.
We'll get the docs fixed up to reflect this better way to
set up the SDK.
thanks
nigel

Similar Messages

  • Problem with code and design view

    When I try to have both the code and design view
    side by side in Dreamweaver CS4 on a PC -- I get the html code in both sections.
    How  do I see the layout while looking at the code?
    Thanks for help.
    Library Friend

    You've probably got View > Split Code checked.
    Click View > Code and Design

  • Combined code and design view broken

    I use Dreamweaver MX 2004 and normally work in the "split"
    (code and design) view. I just opened a site to work on it and that
    mode does not work - I click on the link in the toolbar, but it
    does not take effect. I also cannot make it work from
    View-->Code and Design. The individual Code and Design views DO
    work so I suspect it's a configuration problem. I checked
    Edit->Preferences->Filte Types/Editors, and .html is not
    listed in the "open in code view" dialog box. What would cause this
    feature to suddenly stop working? I've Googled every conceivable
    keyword and phrase to find an answer, without success. Has anyone
    else experienced this behavior?

    Never mind - figured it out. Duh, do I feel like a dummy! I
    had apparently dragged the bottom border of the code window all the
    way down, so the design view was hidden. Sorry!

  • Dreamweaver Momentarily Freezing When Moving Between Code and Design View

    I have Dreamweaver CS4 and have had a problem that just started yesterday.  I have rebooted my machine to no avail.  The local copy and the live copy of the site are on two different servers that we access through a local network.
    Dreamweaver slows to a standstill if I click to another program and then attempt to go back into Dreamweaver or if I switch between design and code view.
    I haven't made any changes to Dreamweaver in the way of added extensions or updates.  Is it possible that the cause of this could be either a server problem or a connectivity to the server problem?
    Many thanks in advance for any help you could provide.
    Andy

    You can use CTRL+# to switch between Code and Design View.
    By the way, this is the Dreamweaver Application Development forum which deals with questions about using server-side scripting languages like PHP or ColdFusion. General Dreamweaver questions should be posted in the regular Dreamweaver General Discussions forum.
    And while I´m at it: please use descriptive headlines such as "how to switch between Code and Design View" for your posts -- mentioning your screen name "Goula129" is not helpful to other users.

  • Design View is missing.

    Please help,
    When editing fluid layouts, I lose the design view option.. This makes it much harder for me to do ANYTHING, because I do not have a lot of code experience.

    would these work?
    embedded chrome browser
    embedded firefox
    embedded webkit
    in cs5, it was webkit. I tried to upgrade mine, but I have something else broken and design view still doesn't work.
    I modified MMDocumentTypes*.xml and now it errors
    "The Document Type "SHTML" will not be added because it uses a file extension that is already associated with a prior Document Type. [OK]"
    I can't figure out what causes this. I only remember changing the <html> to <html lang='en'> in the SHTML related template files.
    should not be that big of a deal.
    to F:\Program Files\Adobe Dreamweaver CS5\configuration\DocumentTypes\MMDocumentTypes.xml I added
    <documenttype id="menu7_XML" servermodel="XML" internaltype="XML" dynamicid="XML" winfileextension="xml" macfileextension="xml" file="Default-menu7.xml" writebyteordermark="false" mimetype="text/xsl">
    <TITLE>
    <MMString:loadString id="mmdocumenttypes_70" />
    </TITLE>
    <description>
    <MMString:loadString id="mmdocumenttypes_71" />
    </description>
    <dtdcontext>none</dtdcontext>
    <!-- dtdcontext>required</dtdcontext -->
        </documenttype>
    although I would like to know here the trailing numbers come from.
    to F:\Program Files\Adobe Dreamweaver CS5\configuration\DocumentTypes\MMDocumentTypeDeclarations.xml
    <documenttypedeclaration id="mm_xslt_1">
    <title></title>
    <doctypedecl>
    <![CDATA[<!DOCTYPE xsl:stylesheet  [
        <!ENTITY nbsp   "&#160;">
    ]>
    ]]>
    </doctypedecl>
    <rootelement>
    <![CDATA[<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"></xsl:stylesheet>]]>
    </rootelement>
        </documenttypedeclaration>
        <documenttypedeclaration id="mm_html_5">
    <title>
    <MMString:loadString id="mmdocumenttypedeclarations/mm_html_5" />
    </title>
    <doctypedecl>
    <![CDATA[<!DOCTYPE html>]]>
    </doctypedecl>
    <rootelement>
    <![CDATA[<html lang='en'></html>]]>
    </rootelement>
    <dtdcontext>html</dtdcontext>
    <dtdcontext>frameset_frame</dtdcontext>
    <dtdcontext>xslt</dtdcontext>
        </documenttypedeclaration>
        <documenttypedeclaration id="mm_menu7_XML">
    <title>
    <MMString:loadString id="mmdocumenttypedeclarations/mm_menu7_XML" />
    </title>
    <doctypedecl>
    <![CDATA[<?xml version="1.0" encoding="UTF-8"?>
    <?xml-stylesheet type="text/xsl" href="menu7.xsl"?>]]>
    </doctypedecl>
    <rootelement>
    <![CDATA[<ul
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="menu7-2014-09-30.xsd">
    <visitor priority="0.8" href="/index.html" title="HOME">
    <visitor priority="0.8" href="//index.html" title="">
    <visitor priority="0" href="/contactme.php" title="Contact me"/>
    </visitor>
    <visitor priority="0" href="/contactme.php" title="Contact me"/>
    </visitor>
    </ul>]]>
    </rootelement>
    <dtdcontext>xml</dtdcontext>
    <dtdcontext>xslt</dtdcontext>
        </documenttypedeclaration>

  • Code Hinting and coloring Feature not working

    In most of the related pages the code hinting feature is working great but in this asp page it give a warning saying : there is a syntax error on line xxxx. Code hinting may not work until you fix this error.
    the code is as follows
    <%
         sub jsWindowOnLoad()
    %>
         <script type="text/javascript">
         function init1()
             <% '''''this place error
                   if cp_name="Event" then
           %>    
              dp_start_date  = new Epoch('epoch_popup','popup',document.getElementById('Start_dt'));
              dp_end_date  = new Epoch('epoch_popup','popup',document.getElementById('End_dt'));
              <%        .         %>
           </script>
    <%
         end sub
    %>
    the  ' <% ' marked with a comment is the place where the prompt appears.....
    It is stored as .asp file
    this file is is used as an include file in many other files....and apparently wherever this file appears in the include section the code hinting for that .asp file goes haywire. also all the asp and javascript code appears in the same color throughout the asp file.
    due to the non working of code hinting and coloring my speed of development and error debugging is greatly reduced .... kindly suggest what can be done
    just to clarify.....There is no problem in execution....everything works absolutely fine (even in the above code...) only no code hinting and color !!!

    An example zip containing a simple project would be very helpful. Can you provide one or maybe a link to one?
    My first guess would be that you're missing the Flex project nature on your project. You can add it by right clicking on your project and select Add/Change Project Type > Add Flex Project Type...
    From there, you'll have to fix your project properties Flex Build Path > "Main source folder" to point to parent/flex-project or wherever the root of your flex source files are.
    Thanks,
    Jason San Jose
    Quality Engineer, Flash Builder

  • Work on FB4.5 and Flash5.5 simultanoiusly - lack of code hints and default package classes.

    Hi!
    I setup Flash Professional CS5.5 and FB4.5 to work together. I just followed this tutorial: http://www.adobe.com/content/dotcom/en/devnet/flash-builder/articles/sharing-projects-flas hbuilder-flash.html and almost all looks good, but unfortunately working in Flash Builder adding new Classes I do not have default package Classes accessible. This way I can not even declare Sprite, Array class and so on. In code hints I only gets my current package classes.
    I set the .fla project inside Flash CS5.5 with some folders as the package for my classes. It is for examle:
    com.myDomain.testProject where DocClass exists. By adding this path as the document for FlashCS5.5 all works great, I can easily run, debug movie in the Flash environment.
    Setting this project by 'Import'->'FlashBuilder-FlashBuilderProject'->'ProjectFolder' pointing to the .fla file it seems that the thing goes well. The project is set and even I had some problems with Document Class's name (it seems that Flash Builder need to have Document Class with the same name as the .fla flie) and renaming it I can run or debug it and it works.
    But if I try to add new class to the directory I end up with no code hints, and in fact no default package classes support. That means I get errors trying to create instance of any common class etc. In code hints I am only getting my package hints (look picture)
    Maybe I misunderstand of some package basics and did something wrong, but generally I don't want to put all my classes to the .fla location but to sort them up in specific folders cause I assume that the project is quite large.
    If you can help me, thanks in advance. You know messing up with the code is a part of the programmer nature, and when one finds the answer he feels like a king. When to deal with environments like that, there is never joy and hapiness, but in most occasions couple uncensural words in the end, and a glimpse on the watch - agrrrhh I lost so much time :/
    cheers

    upss, It seems the Flex sdk wasn't added automatically what I didn't noticed. Looked for errors in some other areas (as always)
    Thanks anyway:)

  • Code hinting and coloring turned off in scripts

    In my flex project I recently had to replace a file with a
    backup. Since doing so, the code hinting and code coloring no
    longer work within the Script section of that Application. How do I
    get this back?

    it appears Akamais test player counts the bytes loaded when the buffer empties and sets a timer (what I thought! hey, im smart!) and then checks again and if the bytes are different it dispatches an event which backs the feed back to the start (or stops completely if FORCE LIVE is set)
    now, how to know if the feed is live or memorex (ie- archived)
    anybody? beuhler? beuhler?

  • Virtual includes and design view

    I am working on a redesign of our Intranet and have found a
    weird problem
    with the includes that I am trying to use. Our Intranet is
    located at
    http://swvtc06/swvtc (I understand
    that no one will be able to see it), the
    swvtc is a virtual directory in IIS. If I code my includes
    like this,
    <!--#include virtual="/include/nav.htm" -->
    Then I can see the included file in Dreamweaver, but when I
    execute the
    page, it gives me an error, "Include file not found". So I
    must change the
    include code to,
    <!--#include virtual="/swvtc/include/nav.htm" -->
    in order for the code to work properly. This however removes
    the included
    file from the design view.
    Am I missing something in the site setup?
    Thanks,
    Drew

    Drew
    Unless you are running off a properly configured IIS server
    it is often
    better to use FILE includes rather than Virtuals. The issue
    is that your
    intranet has been hung as a virtual directory off the default
    website found
    at localhost.
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "Drew" <[email protected]> wrote in message
    news:ekpmrn$dq2$[email protected]..
    >I am working on a redesign of our Intranet and have found
    a weird problem
    >with the includes that I am trying to use. Our Intranet
    is located at
    >
    http://swvtc06/swvtc (I understand
    that no one will be able to see it), the
    >swvtc is a virtual directory in IIS. If I code my
    includes like this,
    >
    > <!--#include virtual="/include/nav.htm" -->
    >
    > Then I can see the included file in Dreamweaver, but
    when I execute the
    > page, it gives me an error, "Include file not found". So
    I must change
    > the include code to,
    >
    > <!--#include virtual="/swvtc/include/nav.htm" -->
    >
    > in order for the code to work properly. This however
    removes the included
    > file from the design view.
    >
    > Am I missing something in the site setup?
    >
    > Thanks,
    > Drew
    >

  • Flash Builder 4.7 and design view question

    I have programmed a large, commercial level mobile application using Flash Builder 4.6. It is working GREAT when ran on both iOS and Android devices. 
    I was using the trial version of Flash Builder 4.6 to develop this application. I used the states feature that FB has built in to handle Portrait, Landscape, and Phone / Tablet configs. This means that I built 4 different layouts for all 8 of my views in my mobile application. Using the design view in FB 4.6 was what allowed me to do this.
    I have to say that I LOVE Flash Builder so far. GREAT tool. 
    My trial ended just last week. I had to purchase version 4.7 of the software, only to find out that they REMOVED the design view from the software.
    All complaining aside, what have other programmers who are in the same boat as me done as a solution? I would like to continue to program in AS and Flash Builder as I have taken the time to write the application and learn the whole platform. 
    As it stands now, I am in the process of downgrading my liscence keys from 4.7 to 4.6, but in order to do this I had to RETURN my retail version of FB 4.7 premium (bought online) and buy a volume liscening version (NOT through adobe, only allowed to do this through a reseller such as CDW). then once I have a key for 4.7 through volume liscencing, it can be downgraded to 4.6.
    I'm hoping to get input from others in the same boat. Did you change Programming languages? if so, to what? Did you change IDE's? If so, to what?

    Joe -
         I actually never completed the downgrade to 4.6 so I've been using 4.7 without the design view.    In 4.6, I would put a control on the view within design view.  Then I would change each state, move it around, and it would be placed that way.  In my case, each view has 4 states - portraitPhone, landscapePhone, portraitTablet, and landscapeTablet.   I had to do this 4 times for each control under 4.6
         So I went back and looked at my code in 4.7 and all the resulting code was these explicit x, y, height, and width values.  See the code below:
    <s:states> <s:State name="portraitPhone" stateGroups="phone,portrait"
    />
     <s:State name="landscapePhone" stateGroups="phone,landscape"/>
     <s:State name="portraitTablet" stateGroups="tablet,portrait"/>
     <s:State name="landscapeTablet" stateGroups="tablet,landscape"/>
     </s:states>
     <s:List id="lstMake" x="10" y="19" height="25%" allowMultipleSelection="false"borderVisible="
    true" click="changeMake(event)" labelField="label"width.landscapePhone="
    295" height.landscapePhone="105"x.landscapeTablet="
    25" y.landscapeTablet="54" width.landscapeTablet="461"height.landscapeTablet="
    292" fontSize.landscapeTablet="24"width.portraitPhone="
    182" height.portraitPhone="175"x.portraitTablet="
    16" y.portraitTablet="35" width.portraitTablet="399"height.portraitTablet="
    360" fontSize.portraitTablet="24">
     <s:dataProvider>
     <s:ArrayList id="makeCollection">
     <fx:Object label="Cadillac" data="18"/>
     <fx:Object label="Chevrolet" data="1"/>
     <fx:Object label="Dodge" data="2"/>
     <fx:Object label="Ford" data="3"/>
     <fx:Object label="GMC" data="4"/>
     <fx:Object label="Isuzu" data="6"/>
     <fx:Object label="Jeep" data="7"/>
     <fx:Object label="Licoln" data="8"/>
     <fx:Object label="Mazda" data="9"/>
     <fx:Object label="Mercury" data="10"/>
     <fx:Object label="Nissan" data="11"/>  
    <fx:Object label="Oldsmobile" data="12"/>
     <fx:Object label="Sterling" data="20"/>
     <fx:Object label="Suzuki" data="13"/>
     <fx:Object label="Toyota" data="14"/>
     </s:ArrayList>
     </s:dataProvider>
     </s:List>
     <s:Label x="10" y="8" fontSize="11" text="Vehicle Make"x.landscapeTablet="
    10" y.landscapeTablet="23" fontSize.landscapeTablet="24"fontSize.portraitTablet="
    24"/>
     <s:Label x="143" y="11" fontSize="11" text="Vehicle Year"x.landscapePhone="
    354" y.landscapePhone="10"x.landscapeTablet="
    517" y.landscapeTablet="23" width.landscapeTablet="143"height.landscapeTablet="
    26" fontSize.landscapeTablet="24"x.portraitPhone="
    204" y.portraitPhone="8"x.portraitTablet="
    446" y.portraitTablet="11" fontSize.portraitTablet="24"/>
     <s:List id="lstYear" x="145" y="20" height="25%" allowMultipleSelection="false"borderVisible="
    true" click="doYearChange(event)" dataProvider="{yearCollection}"labelField="
    value"x.landscapePhone="
    313" y.landscapePhone="19" width.landscapePhone="157"height.landscapePhone="
    105"x.landscapeTablet="
    524" y.landscapeTablet="54" width.landscapeTablet="343"height.landscapeTablet="
    292" fontSize.landscapeTablet="24"x.portraitPhone="
    200" y.portraitPhone="19" height.portraitPhone="194"x.portraitTablet="
    453" y.portraitTablet="37" width.portraitTablet="276"height.portraitTablet="
    358" fontSize.portraitTablet="24">
     </s:List>
     <s:List id="lstModel" x="10" y="147" height="30%" borderVisible="true"dataProvider="
    {modelCollection}" labelFunction="lblFunct"width.landscapePhone="
    460" height.landscapePhone="99"x.landscapeTablet="
    13" y.landscapeTablet="384" width.landscapeTablet="992"height.landscapeTablet="
    309" fontSize.landscapeTablet="24"x.portraitPhone="
    10" y.portraitPhone="221" width.portraitPhone="301"height.portraitPhone="
    184" allowMultipleSelection="false"click="doModelSelected(event)" fontSize.portraitPhone="
    12"x.portraitTablet="
    16" y.portraitTablet="428" width.portraitTablet="742"height.portraitTablet="
    521" fontSize.portraitTablet="24"></s:List>
     <s:Label x="12" y="132" fontSize="11" text="Vehicle Model"x.landscapeTablet="
    10" y.landscapeTablet="354" fontSize.landscapeTablet="24"x.portraitPhone="
    10" y.portraitPhone="207"x.portraitTablet="
    10" y.portraitTablet="401" width.portraitTablet="154"height.portraitTablet="
    21" fontSize.portraitTablet="24"/>
      So instead of continuing to try and modify these values by hand, then run the program, using trial and error, I took a different tact.   I removed ALL x y height and width values.  Then, I wrapped all the mxml code in either <s:HGroup or <s:Vghroup tags depending on what I wanted.  Then I would just set the vertical and horizontal align on these groups.  This allows everything to scale correctly based on the size of the view (each device really is a little different).   Finally,  I hand entered things like font sizes by using State Groups like this:   fontSize.phone="12"  fontSize.tablet="22".    It still took testing on the screen to see how my layouts worked but it just makes the UI so much easier to change around and works so much better with out all the static stuff in it.
    If you have some time , I would suggest taking one of your 4.6 views that has all these static variables and trying to modify it to work like I said above.    My modified code (to do the same thing as above) is below:
    <s:states> <s:State name="portraitPhone" stateGroups="phone,portrait"
    />
     <s:State name="landscapePhone" stateGroups="phone,landscape"/>
     <s:State name="portraitTablet" stateGroups="tablet,portrait"/>
     <s:State name="landscapeTablet" stateGroups="tablet,landscape"/>
     </s:states>
     <s:VGroup height="100%" width="100%" verticalAlign="top">
     <s:HGroup paddingTop="10" width="100%" height="50%">
     <s:VGroup width="60%" paddingLeft="5">
     <s:Label fontSize="11" text="Vehicle Make"fontSize.tablet="
    24"/>
     <s:List id="lstMake" width="100%" allowMultipleSelection="false"borderVisible="
    true" click="changeMake(event)" labelField="label"fontSize.tablet="
    24" fontSize.phone="12">
     <s:layout>
     <s:VerticalLayout horizontalAlign="contentJustify" requestedMaxRowCount.portraitTablet="8" requestedMaxRowCount.phone="6" requestedMaxRowCount.landscapeTablet="4"gap="
    0" rowHeight.phone="28" variableRowHeight="false" rowHeight="55"verticalAlign="
    middle"/>
     </s:layout>
     <s:dataProvider>
     <s:ArrayList id="makeCollection">
     <fx:Object label="Cadillac" data="18"/>
     <fx:Object label="Chevrolet" data="1"/>
     <fx:Object label="Dodge" data="2"/>
     <fx:Object label="Ford" data="3"/>
     <fx:Object label="GMC" data="4"/>
     <fx:Object label="Isuzu" data="6"/>
     <fx:Object label="Jeep" data="7"/>
     <fx:Object label="Lincoln" data="8"/>
     <fx:Object label="Mazda" data="9"/>
     <fx:Object label="Mercury" data="10"/>
     <fx:Object label="Nissan" data="11"/>  
    <fx:Object label="Oldsmobile" data="12"/>
     <fx:Object label="Sterling" data="20"/>
     <fx:Object label="Suzuki" data="13"/>
     <fx:Object label="Toyota" data="14"/>
     </s:ArrayList>
     </s:dataProvider>
     </s:List>
     </s:VGroup>
     <s:VGroup width="30%">
     <s:Label fontSize="11" text="Vehicle Year"fontSize.tablet="
    24"/>
     <s:List id="lstYear" width="100%" allowMultipleSelection="false" borderVisible="
    true" click="doYearChange(event)" dataProvider="{yearCollection}"labelField="
    value" fontSize.phone="12" fontSize.tablet="24">
     <s:layout>
     <s:VerticalLayout horizontalAlign="contentJustify" requestedMaxRowCount.portraitTablet="8" requestedMaxRowCount.phone="6" requestedMaxRowCount.landscapeTablet="4"gap="
    0" rowHeight.phone="28" variableRowHeight="false" rowHeight.tablet="55"verticalAlign="
    middle"  
    />
     </s:layout>
     </s:List>
     </s:V

  • CS4 to CS3 Design View Preview

    Is it possable to to preview Dreamweaver CS4 in CS3 Design View? I only have CS4 on my machine and a customer with CS3 wants to make changes to my work. The CSS styles do not render correctly. Is there anything I can do to to correct this? Everything works in the browsers.

    Nope. Some show - some don't.
    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
    ==================
    "jhabrix" <[email protected]> wrote in
    message
    news:faom5n$9ku$[email protected]..
    > Bump....
    >
    > Anyone have a solution to the above problem???

  • 3rd party tags and design view customization

    I know that Dreamweaver allows me to replace third party tags
    with images in design view. My question is can I make my jsp widget
    tags look dependent on attributes of that tag?
    And why can’t I say that my <widget:suggestionBox
    … size=”10” /> should look like a <input
    size=”10” /> in design view?
    Are there plans to support this long overlooked functionality
    in the near future?

    Well I am sure you wrote in good faith and I appreciate
    anybodys help . However, I do not want to be rude, but if you have
    nothing to say, than please don't post something useless. I am sure
    there are many areas where you can post real solutions.
    Of course DW works nicely with xsl in design view. My problem
    was finally answered in another thread, I hope that link works.
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=190&threadid=1266443&fo rumid=12
    I mark this as the answer, so everybody with that problem
    knows where the solution is.
    Joe

  • CSS and Design View

    I have used Dreamweaver since v3 and CSS for 4 years.
    Previously I have had no difficulty seeing the result of my linked
    style sheet in the design view when viewing an html page. I have
    recently updated to Dreamweaver 8.02. I also use Style Master 4.51
    for CSS work. Could either of these be influencing the application
    rendering the css in design view or is it something else? Any
    ideas?

    From your main Dreamweaver menu:
    View > Style Rendering
    Make sure you have not inadvertantly turned off style
    rendering.
    Al Sparber - PVII
    http://www.projectseven.com
    Extending Dreamweaver - Nav Systems | Galleries | Widgets
    Authors: "42nd Street: Mastering the Art of CSS Design"
    "mimbee10" <[email protected]> wrote in
    message
    news:epbltn$p1g$[email protected]..
    > In design view I do not see the page rendered with the
    CSS style,
    > instead it is
    > plain- formatted as though the style sheet can not be
    found. What is
    > the
    > correct way to reference the css when attached
    externally? Or, is
    > Style master
    > taking over the CSS rendering function???
    >

  • In Support Message T-Code Details and Screen Number details missing

    Hi,
    We have configured Service Desk in our landscape. When any message is raised through Service Desk we can track the message through CRM_DNO_MONITOR but when we double click the message to see the message details we go to Transaction Tab but here in the Overview Tab we could not see the details regarding Transaction Code details and Screen Number Details for the Support Message. 
    Kindly help in the case.

    One thing I have had trouble with is the authorizations for the user in the RFC destination in BCOS_CUST of your satellite system; give that user SAP_ALL temporarily in your SolMan system and try to send again. Also, just to be sure make sure the user on the satellite system creating the ticket as SAP_ALL on that system. Then of course remove SAP_ALL.
    I still strongly recommend biting the bullet and installing 7.1 now if you are just starting to use Service Desk. Good luck,
    David

  • Root relative images and design view

    I have many sites that have root relative image paths
    (src="\images\sample.gif") that I've coded by hand in DW8.
    I don't use design view that much, buy one of our designers
    does. The problem is none of the images with root-relative paths
    will appear in design view.
    I have specified valid paths in my site definitions, so
    what's the issue?

    > I have specified valid paths in my site definitions, so
    what's the issue?
    Hard to say - perhaps the developer's site is not properly
    defined. There
    should be no issue displaying root relative linked images in
    DW's Design
    view, since DW knows where the root of the site is. What is
    in the HTTP
    address field of the local site definition?
    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
    ==================
    "Diodeus" <[email protected]> wrote in
    message
    news:g91jhj$imv$[email protected]..
    >I have many sites that have root relative image paths
    > (src="\images\sample.gif") that I've coded by hand in
    DW8.
    >
    > I don't use design view that much, buy one of our
    designers does. The
    > problem
    > is none of the images with root-relative paths will
    appear in design view.
    >
    > I have specified valid paths in my site definitions, so
    what's the issue?
    >

Maybe you are looking for

  • I have given up on iTunes Match! But now how do I get my iPhone to sync old style?

    After turning iTunes Match off on my Mac and iPhone I am now unable sync songs across to my phone using the usb cable. The iTunes sync panel shows how much space the music will take up on my iPhone but the sync doesn't actually copy it across My Mac

  • Restriction of a document on the material plant views

    Hello everyone, I would like to link a document to a material, but to restrict this link only to the views related to plant level. The document must not be reachable in the views "Basic data 1" and "Basic data 2", but must be reachable in the view QM

  • J_security_check skipping?

    Hi all, I am using resin form based authentication (j_security_check). I want to lock the user account after N invalid login attempts. Now, before validating the user, i want to check no of attempts for a particular username, so i want to skip the su

  • Macromedia Shockwave Flash ActiveX

    How I can to capture frame from flash file to png without background and with considering semitransparency?

  • Reducing image file size for web use without pixelation

    Can anyone help me figure out how to best reduce images for fast web loading (in slideshows in Muse). I have done the save for web in PS and they are super pixelated now. The only versions that do not lose quality are the original size and they are h