Spry insert master/detail layout Can't get more than two columns?

Ive been trying to get more than two columns just experimenting with spry data sets and can't with the layout option "insert master/detail layout"
What am I doing wrong?
<!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>Untitled Document</title>
<script src="SpryAssets/SpryData.js" type="text/javascript"></script>
<script src="SpryAssets/SpryHTMLDataSet.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMasterDetail.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var ds1 = new Spry.Data.HTMLDataSet("benefitsdata.html", "bizben", {firstRowAsHeaders: false});
</script>
</head>
<body>
<div align="center">
  <div class="MasterDetail">
    <div spry:region="ds1" class="MasterContainer">
      <div class="MasterColumn" spry:repeat="ds1" spry:setrow="ds1" spry:hover="MasterColumnHover" spry:select="MasterColumnSelected">{column0}</div>
    </div>
    <div spry:detailregion="ds1" class="DetailContainer">
      <div class="DetailColumn">{column1}</div>
      <div class="DetailColumn">{column2}</div>
      <div class="DetailColumn">{column3}</div>
    </div>
    <br style="clear:both" />
  </div>
</div>
</body>
</html>

Hello,
in addition to Sudarshan's statement about the discontinued support: In my SPRY library I found this "html_dataset_sample". Maybe it could help you. Here the source 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>Untitled Document</title>
<script src="SpryAssets/SpryData.js" type="text/javascript"></script>
<script src="SpryAssets/SpryHTMLDataSet.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
var ds1 = new Spry.Data.HTMLDataSet("benefitsdata.html", "bizben", {firstRowAsHeaders: false, useCache: false, tableModeEnabled: false, sortOnLoad: "column0", sortOrderOnLoad: "ascending", rowSelector: "tr.destroyed", dataSelector: "td"});
ds1.setColumnType("column2", "number");
ds1.setColumnType("column3", "number");
ds1.setColumnType("column4", "number");
//-->
</script>
</head>
<body>
<div spry:region="ds1">
<table>
  <tr align="center" valign="middle">
   <th width="100" spry:sort="column0">Name</th>
    <th width="100" spry:sort="column1">Class</th>
   <th width="100" spry:sort="column2">Length(m)</th>
   <th width="100" spry:sort="column3">Crew Size</th>
   <th width="100" spry:sort="column4">Crew 1</th>
</tr>
  <tr align="center" valign="middle" spry:repeat="ds1">
   <td width="100"><p>{column0.1}{column0.2}{column0.3}</td>
     <td width="100">{column1}</td>
   <td width="100">{column2}</td>
   <td width="100">{column3}</td>
   <td width="100">{column4}</td>
</tr>
  </table>
</div>
</body>
</html>
Hans-Günter

Similar Messages

  • Multiple Queues(Content Specific) - Can't get more than two queues

    Hi,
    I have a ccBPM scenario, which collects messages read by the file adapter and then sends them grouped.
    It's working fine in many different configurations, but I'd like to configure it in a way described in the PDF "How Tou2026 Configure Inbound Processing in ccBPM Part II: Queue Assignment", which is using Multiple queues - content specific.
    If I put 2 queues (after defining a correlation for a message field batchID), it works fine. The messages with batchID=A are processed by one instance process from queue 001, and the messages with batchID=B are processed by another instance process from queue 002.
    But if I put 4 queues (SWF_INB_CONF), all the message still keep going to just 2 queues, and not 4. There is no problem, because still the messages with batchID = X are all processed by the same instance process, but I want to add more parallelization to the process using 4 queues.
    I've refreshed cache and reactivated, but it will still work with 2 queues and not 4. I've also made sure that the files read have 4 different batchIDs equally distributed among all the files.
    I don't know what I'm missing...
    Thanks!

    Solved it with SAP help.
    It seems that even if you config 4 queues (content-specific) to be used in SWF_INB_CONF, it is normal that not all queues allowed are used at runtime. The messages are distributed to the queues based on the correlation defined for the process, narrowing down the result afterwards to the number of allowed queues using a hash algorithm.
    Often it is necessary to specify 50-100% more queues to load the actually intended number of queues with messages.
    I could reach 4 queues really used setting the parameter to 10 queues.

  • How can I get more than one firewre port ?

    Hello,
    how can I get more than one firewire port ? I'd like to be able to connect my canon HV30 camera as well as my firewire external HD at the same time so I can use firewire to upload the videos I've taken. Is this possible?
    TIA

    Hi ginestre-
    Many FireWire hard drives have 2 firewire ports so that you can daisy-chain devices and connect the camera that way.
    Daisy-chaining is not the most reliable method, but it works, so you could buy a FireWire hub.
    Luck-
    -DP

  • How can i get more than 100 email in Mail? I can only see the latest 100. I have an hotmail account and it worked at my other mac.

    How can i get more than 100 email in Mail? I can only see the latest 100. I have an hotmail account and it worked at my other mac.

    How can i get more than 100 email in Mail? I can only see the latest 100. I have an hotmail account and it worked at my other mac.

  • I am running a strain gage test and can't get more than 1000 samples

    A formor employee left a strain gage VI that I am attempting to reuse but no matter what I do I can,t get more than 1000 samples before needing to restart the loop. In the task timing (of NI-DAQmx) I have set the acquisition mode to N Samples and the clock settings to read 65000 samples at 25 Hz. There is a DAQmx timing(sample clock) VI that resets to finite samples and 1000 per channel when I close it but I have reset it to 65500 continious samples and left it open to no avail. There is a rate input to this sample clock on the front window that I have tried setting to several different rates to no avail. The Vi will run about 15 seconds, collect 1000 samples and then ask to verify the file location to save the data to. Upon verifying the file location the VI will run another 15 sec. loop before stopping for verification again.
    If the loop is stopped rather thanhaving the file verified an error is listed:
    Error-200278 occurred at DAQmx Read (Analog 1d WFm NChan NSamp).vi:1
    The given possible reason given is: attempted to read a sample beyond the final sample acquired.
    When I stop attempting to run the VI the block diagram opens with a dark block around file creation block. I need this VI to run for 10 min. collecting samples at about 25/sec. Can someone help me figure out what I am doing wrong?
    I have made screen shots of the VI and the error code to assist finding the incorrect programing.
    Thank you for your help.
    Jim Steinmeyer
    Jim Steinmeyer
    Design Engineer
    Reinke Mfg.
    PO 566
    Deshler NE 68340
    [email protected]
    Attachments:
    strain test error.doc ‏493 KB

    Thank you,
    I was just thinking about being able to increse the size of the doc.  for better visability. I have tried working with the rate input for the DaQmx for the sample clock and it does change the frequency of sampling, but I still get just the 1000 samples. I have included Jpegs this time. I have tried to exppand the two DAQ assistants that arn't expanded but am unable to, I also am unable to find a "propertys" command to open them up and see what exactly they do. The nested while loop for output also seems strange to me. Maybe I would be better to attempt a new program but being new to the language I thought using an existing program might be best.
    Jim
    Jim Steinmeyer
    Design Engineer
    Reinke Mfg.
    PO 566
    Deshler NE 68340
    [email protected]
    Attachments:
    block diagram.JPG ‏134 KB
    DAQmx.JPG ‏129 KB

  • I can't get more than 2 calendar events to post in the notification center even though I have 10 items checked in the settings area. Any advice?

    I can't get more than 2 calendar events to post in the drop down notification center, even though I have 10 checked in the settings area. Any advice?

    Same here. I've been searching for a solution but have found nothing.

  • How can a get more than 1 page on a greetings card in elements 11

    How can a get more than 1 page on a greetings card in elements 11

    Some menu entries in the main menu bar are hidden if you use the mouse and only appear if you use the keyboard to open the menu (Bug 626825).
    You can see the difference if you use Alt+F to open the File menu or Alt+B to open the Bookmarks menu and compare that to what you see if you use the mouse to open the menu after you have made the menu bar visible by tapping Alt or by pressing F10.
    * "Bookmark All Tabs" (Shift+Ctrl+D) no longer shows in the Bookmarks menu unless you open the Bookmarks menu via the keyboard (Alt + B).
    * "Bookmark This Page" can be accessed via the right-click context menu of that browser page.
    * "Bookmark All Tabs" can be accessed via the right-click context menu of a tab on the tab bar.
    See also:
    * [[How do I use bookmarks?]]
    * Bookmark All: https://addons.mozilla.org/firefox/addon/bookmark-all/

  • Can not get more than one computer to access internet

    using airport and can not get more than one computer to access internet wirelessly... currently airport is in bridge mode and internet sharing is set to "off" in network preferences...
    help - what should the settings be in airport and network preferences?

    are using internet connection as dhcp?
    Yes.
    bridge mode seems to only work with pppoe connection to internet which is what my set up is
    But you've never said why you're using bridge mode (I'm not), which -- as I've explained before -- is probably the reason you can connect only 1 client at a time.
    If you'll setup the AX as a regular, main base station, connect using DHCP, and share IP addresses, you should be fine.

  • How can I compare more than two VIs at a same time in labview 2009

    How can I compare more than two VIs at the same time. I am an Lab Engineer I have to check assignments submitted by students and I want to know how many of them are copied from each other. Labview compare VI can only compare two VI at a time while I want to check about 30 VIs at same time.
    Regards,

    I'm not aware of a tool to compare multiple VIs.  If you don't find anything, consider posting this to the LabVIEW Idea Exchange to expose this idea directly to NI R&D.
    Thanks!
    - Greg J

  • HT204380 Can you have more than two people on one facetime call at a time?

    Can you have more than two ipad/iphones on one facetime call at a time?

    Sure, you have have more than one person using each device
    But, only two devices can connect using Facetime.

  • Can I get more than one account on iphone microsoft exchange server

    Hi all,
    I was trying to get more than one account on iphone microsoft exchange server for mail, but it seems to only accept one. Is this true with everyone else out there. I guess I am one of the few people with more than one email account that uses microsoft exchange. I would love to have the convience of accessing them through iphone mail but it seems that I will be forced to use safari for the other two by typing owa... in the url.
    any workaround to the one email account per iphone policy??

    Yu can only have one Exchange Server account per device. This is true to iPhone and any Windows mobile device in the market. The work around is to set your other accounts that reside on an Exchange server using IMAP or POP settings as you used to do before the Version 2 update allowed you to sync directly to the Exchange Server. This methode will allow you to add as many accounts as you want or have.

  • Adobe Web Gallery- can't get more than 10 images to show up

    I am trying to create a Web Gallery from within Bridge (CS4), but I'm not having any luck getting more than 10 images to show up when I create the Gallery, even though I'm selecting nearly 50 images (all in the same folder) that I'd like to be in the Gallery. Does anyone know if there's a limit to the number of images that can be used in an AWG? I can't seem to find ANY documentation that sheds light on that subject. All I know is that no matter WHAT I do, I can only get Bridge to create a Gallery with TEN images!! Very frustrating. Any help will be greatly appreciated.

    Assuming the obvious that in Bridge content panel you have selected all the
    files you want in the web galery
    First try a purge cache for folder using the menu Tools/purge cache for
    folder when having Bridge pointed to the problem folder.
    Second try a reset preferences with option key while restarting Bridge.
    I wish that were the case - it's only outputing up 10 images...

  • I can't get more than one window of Firefox to open no matter what I try. Help!

    I recently had a virus and had to do a system restore to about a month ago. After the restore everything worked okay, except for Firefox. Now I can't open more than one Firefox window at a time and the window that is open is having a bunch of problems (right clicking won't open things into tabs, the back button isn't working, etc.). I've tried uninstalling and reinstalling Firefox, but that did nothing.
    == Yesterday

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the ''Safe mode'' start window.
    You have to close and restart Firefox after each change via "File > Exit" (on Mac: "Firefox > Quit")

  • Can't fetch more than 131 columns

    Hi
    I've got table A with ~170 column of type VARCHAR(40).
    When I try to fetch more than 131 columns in a select statement, I get the following error:
    Error in TTCmd::Execute(): cannot execute unprepared statement.*** Command execution of statement <<null>> failed.
    When I stay at <= 131 fetched columns, everything's fine.
    Can anybody around here tell me what I can do to solve this problem? I'll need to fetch all 170 columns.
    Best Regards
    Frans van der Reijden

    Hi Chris
    I increased MAX_TTCMD_PARAMS and MAX_TTCMD_COLUMNS to 256, made new libraries and got a differenct error message. When I try to fetch all 172 rows of my table, I get a different error msg now:
    *** Error in TTCmd::Execute(): cannot execute unprepared statement.*** Command execution of statement <<null>> failed.
    Again, when I decrease the number of fetched rows < 131, the fetch cycle is fine.
    I'd like to take advantage of your offer to check my code, although I don't expect the error to be in the application code. Where can I send it too?
    Regards
    Frans

  • Can I run more than two Mac OS X virtual guests on a Mac host?

    The way I read the Mac OS X 10.10 Yosemite license (http://images.apple.com/legal/sla/docs/OSX1010.pdf), I am not allowed to run more than two (2) virtualized  Yosemite guests on a Mac virtual host:
    (iii) to install, use and run up to two (2) additional copies or instances of the Apple Software
    within virtual operating system environments on each Mac Computer you own or control that is
    already running the Apple Software, for purposes of: (a) software development; (b) testing during
    software development; (c) using OS X Server; or (d) personal, non-commercial use.
    There's no exception for running guests on a large Mac Pro, or anything like that.
    I just want to confirm I'm interpreting this part of the license correctly?  Thanks for any feedback!

    Don't think that this will work, despite PSE 8 not being that old. Undoubtedly some of the security and file system changes in OSX 10.7 and 10.8 are at play here thast the installer can't cope with... Consider getting PSE 11.
    Mylenium

Maybe you are looking for

  • General upgrading query of iMac G5 1.6ghz 17" OS 10.4.11

    hi ive just purchased my first iMac as above for my son as his 1st desktop. im in the process of upgrading the RAM to 2gb and looking into purchasing Leopard 10.5. could anyone advise whether there are any other 'home' upgrades i can carry out to max

  • BPM Error

    HI All, Im working on the Oracle BPM Tutorial_10.3 and i just created my Screenflow. I tried runnung the Process and i get an error message " The process publication has failed. Reason: Component "Decimal" was not found " Please help.

  • FM/BAPI for Post Goods Recipt and Reservations

    Hi All, Is there any BAPI/FM for posting Goods receipt and Reservations . Please send some sample example to post goods receipt using Inbound Delivery & Reservations Thanks Bobby

  • Query hangs using db link and nested table collection

    Hi, I have a stored procedure which takes, as input, a string of values that can vary in length. The input is used as an IN operator within the queries that exist within the proc: Code: PROCEDURE get_contacts (i_customerids IN VARCHAR2) an example of

  • SQL Experts I need help!!

    I am trying to write a query that gives me a size summary of all the tables and indexes in my schema. I know this information can be obtained from USER_SEGMENTS, but I am having trouble structuring the query the way I would like. I would like the out