Spry Repeat List does not appear in Google Chrome 28

Spry repeat list works in IE8 and Firefox 22.  However in Google Chrome 28 no data appears (data is blank).  This is the code:
<div>
              <p><span class="headline">events</span></p>
              <div spry:region="Events">
                <dl spry:repeatchildren="Events">
                  <dt>{date}</dt>
                  <dd>{title}</dd>
        </dl>
      </div>
              <p> </p>
              <p><span class="headline"><br />
              </span></p>
            </div>
This is what appears in IE8 and Firefox:
events
May 10,2012
Pre-Memorial Day Sale
May 28, 2012
Big Memorial Day Sale
May 31, 2012
Big After-Memorial Day Sale

This is the code:
<!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" xmlns:spry="http://ns.adobe.com/spry">
          <head>
          <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
          <title>OrganicUtopia Home Page</title>
    <style type="text/css">
    </style>
    <link href="styles.css" rel="stylesheet" type="text/css" />
          <style type="text/css">
          .headline {          color: #88B036;
          font-weight: bold;
          font-size: 18px;
          margin-bottom: -2px;
    </style>
          <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
          <link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
          <link href="SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css" />
          <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
          <script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script>
          <script src="SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
          <script src="SpryAssets/xpath.js" type="text/javascript"></script>
          <script src="SpryAssets/SpryData.js" type="text/javascript"></script>
          <script type="text/javascript">
var Events = new Spry.Data.XMLDataSet("data/events.xml", "calendar/event");
    </script>
          </head>
<body>
<div id="container">
  <div id="GlobalNav">Site Map | Login</div>
  <div id="header"><img src="images/ou_logo.gif" width="210" height="41" /></div>
  <div id="nav">{Menu Bar Here}</div>
  <div id="main">
    <p class="headline">welcome to organic utopia </p>
    <p> </p>
    <div id="TabbedPanels1" class="TabbedPanels">
      <ul class="TabbedPanelsTabGroup">
        <li class="TabbedPanelsTab" tabindex="0">What's New</li>
        <li class="TabbedPanelsTab" tabindex="0">Features</li>
        <li class="TabbedPanelsTab" tabindex="0">Customer Testimonials</li>
</ul>
      <div class="TabbedPanelsContentGroup">
        <div class="TabbedPanelsContent">
          <p><span class="headline">Shop in the green! </span></p>
          <p><img src="images/recycle_bag.gif" alt="Recycle Bag" width="81" height="101" hspace="10" vspace="5" align="left" />We have added recyclable shopping bags, which eliminate the need for the age-old question &quot;paper or plastic?&quot;. These bags are tough, stylish, and eco-friendly! Pick from 2 sizes with the OU logo!</p>
          <p></p>
        </div>
        <div class="TabbedPanelsContent">
          <p><span class="headline">Featured stuff! </span></p>
          <p><img src="images/couch.gif" alt="Couch" width="107" height="73" hspace="5" vspace="5" align="left" />A whole new line of green living products has just hit the shelves! Try our new recyclable office furniture - imagine a couch that dissolves on its own back into Mother Earth! We also have a whole new line of natural cosmetics made from the finest ingredients that are gentle on your skin!</p>
        </div>
        <div class="TabbedPanelsContent">
          <p><span class="headline">Our loyal customers...</span></p>
          <p>&quot;organic Utopia is the place to shop - i wouldn't buy my stuff anywhere else...EVER!&quot; <br />
            - Jeff A., Boston, MA</p>
          <p>&quot;The best place for healthy, organic and green living..everything from food to furniture, all in one place!&quot; -  Fred G., Long Beach, NY </p>
        </div>
</div>
    </div>
    <p> </p>
    <p> </p>
    <p> </p>
    <h1 > </h1>
  </div>
  <div id="sidebar">
<div>
  <div id="Accordion1" class="Accordion" tabindex="0">
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">Food Products</div>
      <div class="AccordionPanelContent">Dried Fruits &amp; Vegetables<br />
Snacks<br />
Beverages<br />
Heat and Serve<br />
Cereals</div>
    </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">Clothing</div>
      <div class="AccordionPanelContent">Bags<br />
Accessories<br />
Shoes<br />
Fake Leather Goods</div>
    </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">Home Products</div>
      <div class="AccordionPanelContent">Candles<br />
Pillows<br />
Storage<br />
Knick Knacks</div>
    </div>
<div class="AccordionPanel">
  <div class="AccordionPanelTab">Lifestyle</div>
      <div class="AccordionPanelContent">Music &amp; DVDs<br />
Decorations &amp; Wall Hangings</div>
  </div>
  </div>
</div>
            <div>
          <p><span class="headline">events</span></p>
          <div spry:region="Events">
            <dl spry:repeatchildren="Events">
              <dt>{date}</dt>
              <dd>{title}</dd>
            </dl>
          </div>
          <p> </p>
          <p><span class="headline"><br />
            </span></p>
        </div>
        <div>
          <div id="CollapsiblePanel1" class="CollapsiblePanel">
            <div class="CollapsiblePanelTab" tabindex="0">Contact Us</div>
            <div class="CollapsiblePanelContent">Enter your email address to receive specials, event notifications and more!<br />
              <label>
                <input name="emailaddr" type="text" id="emailaddr" size="20" />
                <br />
                <input type="submit" name="button" id="button" value="Submit" />
              </label>
            </span></div>
          </div>
        </div>
        <div></div>
      </div>
      <div id="footer">All content copyright of OrganicUtopia</div>
    </div>
    <script type="text/javascript">
var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
var Accordion1 = new Spry.Widget.Accordion("Accordion1");
var CollapsiblePanel1 = new Spry.Widget.CollapsiblePanel("CollapsiblePanel1", {contentIsOpen:false});
</script>
</body>
</html>

Similar Messages

  • Spry menu bar does not appear over flash elements in I.E. 8

    Hi, My spry menu bar does not appear over any flash elements in I.E. 8. Every other browser it workd fine. Can anyone please help? Thanks
    A link to one of the pages is http://www.innervisionfilms.tv/pages/showreel.html
    My spry code is
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: auto;
        font-family: Verdana;
        color: #000033;
        font-weight: bold;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 130px;
        float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        position: absolute;
        left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 8.2em;
    ul.MenuBarHorizontal ul li a
        width: 10.2em;
        background-color: #4E81B4;
        left: auto;
        background-image: none;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-style: solid;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: #FFFFFF;
        border-right-color: #FFFFFF;
        border-bottom-color: #FFFFFF;
        border-left-color: #FFFFFF;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        background-color: #EEE;
        padding: 0.5em 0.75em;
        color: #000033;
        text-decoration: none;
        font-family: Verdana;
        font-size: 11px;
        background-image: url(../pagelayout/menubg.jpg);
        font-weight: bold;
        border: 1px solid #003366;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        background-color: #003366;
        color: #FFFFFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        background-color: #003366;
        color: #FFFFFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: url(../pagelayout/menubg.jpg);
        background-repeat: repeat;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(../homepagelayout/greenbarbg.jpg);
        background-position: 95% 50%;
        background-repeat: repeat;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarDownHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
            display: inline;
            f\loat: left;
            background: #FFF;

    I still can't find a solution. Changing the parameter wmode:transparent works for .swf files but .flv files do not have the option to add this parameter. If you add it in the script manually it doesn't do anything. Any help would be greatly appreciated. I cn't find any solution online.
    Thanks,
    Adam

  • Cannot forward email message. Contact list does not appear to select. Can reply to sender only

    When trying to forward an email message, the contact list does not appear. It can
    only be forwarded by entering addresses manually. I can return an email by replying
    but I cannot forward under the Mozilla Fox server.
    When I am in Internet Explorer I can utilize the email forward without a problem.
    Contacted AT & T to see if it was their problem, since I use att.net.
    The technician stated it was a problem with Mozilla because it was not compatible
    with the AT & T net work. It could possibly be in recent updates, since I just
    discovered the problem within the last week.
    Would prefer to enter my email through Mozilla Fox. So can you solve this problem
    for me.

    Hello,
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • SMS list does not appear correctly.

    The SMS list does not appear draft messages correctly for one of my enterprise user. But the draft messages are appearing correctly when viewed from the master message list which used for all messages.
    I have wiped out the handheld & restored the backup, but the problematic draft messages has gone missing now & everything works fine.
    If any body has similar issues or have found out some alternates are most welcome to post the resolution.

    Hi,
    The same issue has reoccurred today for the same device and the scroll gets locked exactly at a old message date i.e. 6th-Aug-11  & does not go up to see the latest messages. Normally it happens while deleting a message & gets stuck.
    I have backed up the SMS section via BB Desktop software & restored back. This has resolved the issue as of now, but certainly looking for a permanent solution & the root cause.

  • App list does not appear. Why does it take longer?

    App list does not appear. Why does it take longer?

    Hi smilekick,
    Are you using Windows or Mac? Are you on a managed network. If no Try signing out and signing in of CC desktop. If still the same issue remove CC desktop, run the cleaner tool: http://www.adobe.com/support/contact/cscleanertool.html and try installing again.
    Create a new user account and check whether the same issue persists.
    Regards,
    Romit Sinha

  • Spry Framework for Ajax does not work on google chrome

    I downloaded this beautiful gallery to use it on my site    http://adobe.github.com/Spry/demos/gallery/index.html
    Everything ok on InternetExplorer and Firefox but it does not work on Google Chrome.
    Can you help me to solve this problem? 

    sorry but this forum is for questions about JavaScript inside Acrobat and not general language frameworks. We don't have a discussion topic for Spry.

  • Choice list does not appear

    Hi everyone!
    I have added a choice list to my Applet and it compiled without any kind of erros, but once I view the Applet on appletviewer or on my browser I can't see it.
    I have created a Panel to display the choice list so that it didn't interfere with the other elements of the Applet. I used a setLayout(null) to display it on the position I was expecting it to, but it does not appear anywhere. Would anyone be able to give me a hint on this issue? I would be grateful.
    Regards,
    Saulo

    would be easier if you post your codesnippet, but here's some general info.
    1. get the container: Container contentpane = getContentPane();
    2. create a panel: JPanel panel = new JPanel();
    3. create your elements you actually want to appear (example):
    JLabel label = new JLabel("hello world");
    4. add the label to the panel: panel.add(label); //you can use LayoutManagers for layout
    5. add the panel to the contentpane: contentpane.add(panel);
    6 call setContentPane(contentpane);

  • The Shared list does not appear in my iTunes

    The Shared list dos not appear in my iTunes, turned Home Sharing off then on many times, still not working, how could I solve this problem?

    try Troubleshooting Home Sharing.

  • CRVS2010 Beta - Printing does not work in Google Chrome

    I 've run into an issue with printing crystal reports using Google Chrome. I've tested this on 4 different computers with the same result. When a user clicks print the printer dialog does not appear and the report will not print.
    The version of Google Chrome tested is 6.0.472.63

    ActiveX print works on IE. But I had to do a bunch of ActiveX and security configurations in IE (Using Server 2008) - allow ActiveX download, etc., etc.
    PDF print mode does not work on my computer either. However I have the same build on this box as the public download. The latest internal build does print and export to pdf with no issues. So, I suspect this was a bug, but it is now resolved and should be OK at RTM.
    Ludek

  • PHP Homepage does not function in Google Chrome but works well in Firefox

    When typing in my websites's name, mtwatersheds.org, it appears in firefox but the background image does not show up in chrome. When I click the home button the address turns to mtwatersheds.org/index.php and everything appears as it did in Firefox. Can I do anything to change this or do I need to include a new file for the homepage in chrome?
    Thank you for your time.

    It actually doesn't work in Firefox either. I suspect you have another default page. If I compare the source between the default page and index.php it's differerent. The image has a .LCK in the filename. Check your server for other default pages that might exist in the root, and check your server setup for which default pages are listed.

  • Animation does not work in Google Chrome

    I was using Chrome as my defualt for testing my Edge projects. At some point, I changed the way divs were stacked and animated the position of one of the divs and the animation never worked thereafter. That said, It works fine in Firefox and Safari. Anyone have any insights as to what could be the problem?
    Is there anything I can provide that will give better clarity to this issue?
    Here is a link to the project:
    http://aaronjames.me/sandbox/menu-icon/menu-icon.html

    Yes,
    The animation is not working on google chrome on my device.
    Could be because of publish setiings.
    regards.

  • Preview List Does Not Appear through VPN

    This is an issue that IT and I worked on for a couple of weeks that turned out to have a very simple cause and an easy solution, so I thought it might help others to post the experience here.
    Environment:  Dreamweaver CS3 running on a decent laptop that sits in a docking station at work with two monitors and just sits in my lap as a laptop when working from home over a Cisco AnyConnect VPN connection.  I was trying to work from home for the first time, so it was not a case of something working before and then breaking--this issue was there all along.  The rights to the laptop are far less than Admin.  Using a strong wireless connection at home to a reliable cable ISP.
    Symptoms:  DW works fine at the office, but when I would take my laptop home and connect via VPN, the synchronize behavior was different.  Whenever I would do a synchronize/get or a synchronize/put on a file or folder which I knew had been changed by my team-mate, the Preview window would not show up as expected, listing the files that would be changed.  My team-mate did not have this issue when working from home.  Interestingly, when I did a sync/get or sync/put on a folder or file that I knew had not changed, the behavior was normal and I'd see the usual pop-up saying there were no changes to sync, and asking if you want to see a list to sync manually.
    Troubleshooting:  We did all kinds of troubleshooting with IT, including rebuilding my Adobe profile (renaming various Adobe folders in the file system and in the Windows registry to be automatically rebuilt by the program), comparing all DW settings with those of my team-mate who had no such problems working from home, pinging this server and that, adding the FTP and HTTP servers to my HOSTS file, bypassing my wifi router at home and plugging straight into the cable modem, running DW as an admin, and chasing down error messages in the Event Log.  My DW configuration mentioned something about firewall port 21, so I tried adding that to my router, hoping I was "opening" that port.  Nothing seemed to change the behavior of the Preview list not showing up when expected.
    Cause:  Eventually I had an epiphany that turned out to be right.  The problem was that I have two monitors at work, and at home I just use the laptop screen.  Nothing was actually going wrong.  But if I last had that Preview list window on the secondary screen at work, it would not appear on the laptop screen at home.  And because the Preview list window does not get a Task Bar button, I couldn't tell that it was actually "appearing" in the nonexistent secondary screen.  When the File Activity process is going, its progress indicator will have a Task Bar button, so even if it "appears" on the nonexistent screen, you can right-click the Task Bar button, select Move, and then use the arrow keys to walk that window into the visible space.
    So apparently the main DW window has code that tells it to appear on the lone screen if it was last used on a secondary screen that is now unavailable, because it always launches in a visible space.  The File Activity window does not have that code, but because it has a Task Bar button you can get around the issue and manually move it into the visible area.  The Preview list has neither a Task Bar button nor the code that keeps it from showing up on a nonexistent screen.  I'd say that qualifies as a bug, and perhaps it's not an issue in versions of DW that are newer than my CS3.
    Solution:  At work, before shutting down for the day, make sure that all the DW-related windows are dragged over to the primary screen, and those positions will be remembered the next time you run DW.  Then when using the laptop by itself, everything will appear in the visible space.

    Under Window >Workspace Layouts
    You can create two different, well, workspace layouts with your palettes and panels where you like them. Then you switch back and forth when you have both monitors or just the laptop. I'm pretty sure it remembers where everything pops up too. You could test that pretty easily though.

  • I have an iMac and play games on facebook. When I need to request parts from "my neighbors" the list does not appear in the box. When I use my daughters pc it works fine. Recently I had a pop up for an upgrade but don't remember what it was for. How can I

    I have an iMAC  and when I am on Facebook my list of friends does not show up in the box for me to request gifts. I know this is a problem with my Mac because my daughter's PC shows it. I recently did the automatic upgrade thing but didn't pay attention what it was. When I did that it changed my desktop picture back to factory. Could this have something to do with it and more importantly what do I do about it?

    Make sure that you allow pages to choose their colors and that you haven't enabled High Contrast in the Accessibility settings.
    *Firefox > Preferences > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    See also:
    *http://kb.mozillazine.org/Images_or_animations_do_not_load
    *https://support.mozilla.org/kb/Images+or+animations+do+not+show

  • HT1386 I am unable to sync music to my touch IPod. No matter what I try, nothing works.  When I plug the IPod into the  laptop Itunes opens but the word 'device'  with my Ipod listed does not appear on the left side of the screen,

    I am unable to sync usic to my touch Ipod..When I plug it into my laptop Itunes opens but the word 'device' along with the name of my Ipod does not apperar.
    My Ipod and Itunes are upto to date. After Itunes opens a small box with the word Ipod appears near the top of the right side of the screen.  Then screen will go through the five steps of syncing. Afterward, still nothing has transfered to my Ipod(The box next to the songs I wanted were check)
    ANY IDEAS?..THANKS

    If you  have iTunes 11 turn on the Sidebar. Go to iTunes>View and click on Show Sidebar. You can also do a Crtl+S to show the sidebar. The sidebar is where Devices appears. and Control+B to show the Menu bar
    Then make sure that you have the right boxes chacked to sync. See:
    iTunes 11 for Windows: Set up syncing for iPod, iPhone, or iPad
    Have you successfuly synced from that iTunes library before?

  • My home page spry menu tab does not appear in when displayed in Internet Explorer 8.2.

    My home page spry menu tab does no
    t appear in Internet Explorer 8.2.
    Can anyone help please?

    This is what you have now, please delete the > (greater than) marks at the start of each line and reupload  so that I can view the result
    > <li><a class="MenuBarItemSubmenu" href="#">Home</a>
    > <ul>
    > <li><a href="#">Item 1.1</a></li>
    > <li><a href="#">Item 1.2</a></li>
    > <li><a href="#">Item 1.3</a></li>
    > </ul>
    > </li>
    > <li><a href="#">Window Cleaning</a></li>
    > <li><a href="#">Office Cleaning</a></li>
    > <li><a href="#">Domestic Cleaning</a></li>
    > <li><a href="#">Carpet Cleaning</a></li>
    > <li><a href="#">Upholstery Cleaning</a></li>
    > </ul>>

Maybe you are looking for

  • How to insert check box value in table?

    Hi all kindly help me how to insert check box value in database. what code i have to use as i am new in programing. thanx in advance

  • How to maintained the Text  language for CKF keyfigure

    Dear All, Please let me know how to maintained the text language for CKF I am using only keyfigures in CKF. Issue is text is not showing in Spain language when user exeuted the report (longin Spain) for CKF keyfigures . As per report design there are

  • Data getting deleted when doing the validation

    Hi all, I have a web dynpro application to park an accounting document and I want the following functionality to it. When a user enters fund starting with 'P' then the cost center field should be greyed out and if WBS element field is not entered the

  • Java publishing framework using Weblogic personalization

    Hi All, Has anyone used the Weblogic personalization server/portal or a different Weblogic product as a publishing framework. We want to design a publishing system in which we can quickly create templates for new type of content on the website, and p

  • Show multiple frames in a single SWFLoader

    Hello, I am loading a document contained in an .swf file, each page is in a single frame, to an SWFLoader. The SWFLoader shows a single frame at a time. I would like to show multiple frames at once and be able to manipulate them together (scaling, po