Horizontal Looper with Spry

In ASP there are ways and extensions for creating Horizontal
Loops in dreamweaver.
Is there a way to create a Horizontal Loop with a Spry
Dataset?

It would just be a table with an image in it.
<table>
<tr>
<td><img src="spryimgdata"/></td>
</tr>
</table>
The img src is pulled from a spry dataset, but instead
repeating the images all the way accross I would want to display
only 3 images then start a new row and do another 3 images, and so
on.
Thanks

Similar Messages

  • Please can someone provide me with Spry Menu Bar Horizontal code for Dreamweaver CS5.5?

    Please can someone provide me with Spry Menu Bar Horizontal code for Dreamweaver CS5.5?

    Log-in to the Adobe Exchange with your Widget Browser and grab "Spry Menu 2.0."
    http://labs.adobe.com/technologies/widgetbrowser/
    In Widget browser, style the menu as desired and Save files to your DW Local Site folder.
    Nancy O.

  • Horizontal Looper not working in CS3

    I recently upgraded to Dreamweaver CS3 from 8 and have been
    unable to get Horizontal Looper 2 (the version for ASP) to work in
    this new version.
    The extension itself and the settings dialog box appear, but
    the pop-up menu to select a recordset is blank. This identical
    issue occurs on a separate installation on a different machine as
    well.
    I'm working in ASP VBScript specifically with a SQL Server
    stored procedure. I've been unable to get this extension to work,
    even on pages that I created with DW8 where in which the Horizontal
    Looper 2 extension worked without any issue.
    Has anyone experienced this issue or have any suggested
    workarounds?

    No .. you didn't say what OS. I have Win XP Pro, SP2. So you
    had DW8
    running on Windows and have switched to Mac for CS3?
    Interesting.
    Have you tried using a direct recordset and not a Stored
    Procedure with the
    Horiz Looper to see if that works? It looks to me as if it's
    not
    recognizing the recordset and that could be due to the stored
    procedure.
    If all that fails, you might try writing to Tom directly.
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004:
    A Beginner''s
    Guide, Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development
    "Axius" <[email protected]> wrote in message
    news:f2okfk$bc3$[email protected]..
    > Hi Nancy,
    >
    > Thanks for your response. Are you running CS3 on an
    Intel Mac as well?
    >
    > I may have not been clear in my initial post. This same
    Stored Procedure
    >
    did work with DW8, in terms of it being recognized by the
    > Horizontal
    > Looper 2 extension.
    >
    > The bizarre thing is that the recordset
    is showing up as an option
    > when
    > I use Dreamweaver's built-in Repeat Region dialog box in
    CS3, but
    >
    doesn't
    > appear within the Horizontal Looper 2 extension. I
    tested this by
    > creating
    > identical ASP pages which call the same stored procedure
    within DW8 (Win)
    > and
    > then CS3 (Mac), as well as reading-in ASP files created
    by each version.
    > Same
    > problem with CS3. I've tested several other stored
    procedures (even simple
    > SELECT-only statements) and still have the same problem.
    I also completely
    > uninstalled and then re-installed the Horizontal Looper
    2 extension, but
    > to no
    > avail.
    >
    > If there's anything else you could suggest I try, please
    let me know.
    >

  • Horizontal looper in table, ASP/VBS & Access

    Hi Guys,
    Im using DW8 and have always just used the built in repeat
    region for my database results and thet repeated down the page
    perfectly..
    Now i find myslef wanting to do something similar but I want
    to place images on a page and say have up to 16 images per page, so
    thats 4 rows of 4 pics at a time if possible...and then if there
    were more than 16 pics to show id have the little move to next page
    links etc...
    As I say I can do this with little effort when im vertically
    scrolling my recordset and repeat region as its built in to DW..
    Can anyone suggest how I do this?
    Many Thanks in advance
    Regards Tag

    > As I say I can do this with little effort when im
    vertically scrolling my
    > recordset and repeat region as its built in to DW..
    >
    > Can anyone suggest how I do this?
    > Many Thanks in advance
    > Regards Tag
    >
    Check the free Horizontal Looper extension on my site:
    http://www.tom-muck.com/extensions/help/HorizontalLooper/
    It should do what you need.
    Tom Muck
    co-author Dreamweaver MX 2004: The Complete Reference
    http://www.tom-muck.com/
    Cartweaver Development Team
    http://www.cartweaver.com
    Extending Knowledge Daily
    http://www.communitymx.com/

  • Horizontal menu with horizontal submenu

    I am trying to create a horizontal menu with a submenu that is horizontal directly underneath.  So, when you hover over the items on the top menu, the list of subitems appears as a horizontal menu direclty below the the top menu.  I've been able to modfy the spry tabbed panel widget to mostly do that, but there has to be a better way. It appears that the spry menu widget for the horizontal menu just has a drop down of subitems in a vertical list below the top menu item.   I've searched but can't find the answer.  Could someone please help me out with suggestions?  Thank you.

    It would have been a lot easier to see what the problem is if you had posted a URL to your site. Now I am only guessing that you have placed an auto width on the submenu item container.
    See here for more info http://labs.adobe.com/technologies/spry/samples/menubar/AutoWidthHorizontalMenuBarSample.h tml
    The only problem with the above sample is that when you make the style rule for the submenu items, you need to include !important next to the float as follows
    ul.MenuBarHorizontal ul li {
        display: block;
       float: none !important;
        width: auto;
        white-space: nowrap;
        border-bottom: solid 1px #EEE;
    Gramps

  • Show thumbnail with spry

    Hi,
    I want to upload images using ADDT.
    Normally I show the thumnails with the "show thumbnail"server behaviour.
    Now I want to create a spry image gallery.
    How can I get the thumnails with spry from the images which I have uploaded with the "Upload and Resize Image" serverbehaviour?
    Is this possible?
    Regards,
    C.J.

    Hi Günter,
    >wow, that is one of the greatest suggestions I read since a long time
    Man, I'll print your post and show to my kid :)
    >Maybe some PHP based preprocessing of the recordset´s column value, e.g. a str_replace or whatever ?
    I solve this issue using the getimagesize() function and adding the size to the file name using substr():
    list($img_width, $img_height, $img_type, $img_attr) = getimagesize("../GalleryFolderName/" . $row_detail2imagens['AlbumField'] . "/" . $row_detail2imagens['FileField']);
    list($thumb_width, $thumb_height, $thumb_type, $thumb_attr) = getimagesize("../GalleryFolderName/" . $row_detail2imagens['AlbumField'] . "/thumbnails/" . substr($row_detail2imagens['FileField'], 0, -4) . "_140x105" . substr($row_detail2imagens['FielField'], -4));
    $thumb_width = ($thumb_width / 10) * 7;
    $thumb_height = ($thumb_height / 10) * 7;
    This generates the code for thumbnails section of my xml. Notice that $thumb_width and &thumb_height are set to 70% of the actual file size. This makes the Spry thumbs to grow onmouseover.
    It is also important to notice is needed to use a nested loop to sort the images per albums.
    Cheers!
    Marcell

  • Why writes LabVIEW only every 2 seconds the measured Value to a Excel (In a while loop with 100 ms tact)?

    Hi everybody,
    I use the myDAQ to measure speed, ampere, and voltage of a battery driven motor. (For Current measurement, i use a Sensor which outputs a 0-10 V signal). I placed all DAQ-Assitants in a while loop with a [Wait until next ms multiple] clock and set a value of 100 ms. I thougt, Labview will now write into my text file 10 times a second all values. In fact, as you can see in the attached text file, Labview only writes in a unsteady interval of 1-2 seconds a value, which is too less.
    The question: Did I do anything wrong, how can you create VI that writes you lets say 10 values a second into text file? Or is simply the DigitalMultimeter input of the myDAQ not able to sample a rate of 10 Hz? I couldn´t find any information in the specification handbook about the sample rate of the DMM?
    If anyone can help me would be great! Thanx a lot, Markus
    Attachments:
    Measure Speed+Current+Voltage into Excel.vi ‏175 KB
    Test7.txt ‏1 KB

    File I/O is not very efficient. I recommend that you do you file logging in a parallel task. Have one task do your data acquision. This task would then pass the data to be logged to the logging task via a queue. That way your file operations do not impact your data acquision. Also, express VIs are not very efficient. You would be better off accessing that directly using the DAQ VIs. The express VIs contain lots of steps that do not need to be done every time you call it such as initializing the device.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • Working in Logic 9, how do I use a drum loop WITH ITS PRESET EFFECTS? I can drag and drop the loop but it plays dry in timeline. thanks

    Working in Logic 9, how do I use a drum loop WITH ITS PRESET EFFECTS? I can drag and drop the loop but it plays dry in timeline. thanks

    Here's the short-cut solution:
    Green Apple tracks are MIDI files (so to speak). If you drag one from the loop browser (Capitol C Orchestral hit, as you mentioned in this exable) directly into the arrange page it creates the MIDI file and the instrument to play it back on.
    HOWEVER.If you create and audio track first, THEN drag the green Apple loop onto that track, the loop will get "bounced" with the reverb in tact and you'll have the exact sound that you heard in the preview.
    Make sense?

  • Performance issues with Spry

    Hi all,
    I'm facing some performance issues with Spry. I'm using it
    for handling a menubar acting as a rollover menu : its color
    changes under mouse cursor, and a submenu does appear at the same
    time.
    I have no problem when working with Firefox, but in IE6, it
    renders too slowly
    Is there something I've missed in the configuration or code
    (or is there some tips for this kind of problem) ?
    For information, I used UL and LI html tags, and I've
    configured Spry to render these as a menubar (with multiple levels)
    Thanks for your response

    Sorry, there are no public access to this application
    :-(

  • Problem with spry in IE

    hey guys im having a problem with Spry in IE only..
    Ive tried the corrent browsers and it seems to be working well
    Firefox
    Opera
    Safari
    but Internet Explorer is not working the menus just wont drop down past my flash player?
    any help would be great
    heres the link to my temp site so you guys can see what i mean
    www.dreamcatchermeadows.com/new_site/site/index.html
    any help would be great
    Thanks

    i checked the compatability button on dream weaver and this come up
    Dreamweaver Browser Compatibility Check
    14-February-2011 at 01:26:05 PM GMT-08:00.
    Target Browser Errors Warnings
    Internet Explorer 6.0
    1
    0
    Internet Explorer 7.0
    1
    0
    Internet Explorer for Macintosh 5.2
    1
    0
    Firefox 1.5
    1
    0
    Netscape 8.0
    1
    0
    Opera 8.0
    1
    0
    Opera 9.0
    1
    0
    Safari 2.0
    1
    0
    Total
    8
    0
    Details:
    #000000
    #000000
    Error
    Found 1 errors in SpryMenuBarHorizontal.css
    Firefox 1.5; Internet Explorer 6.0, 7.0; Internet Explorer for Macintosh 5.2; Netscape 8.0; Opera 8.0, 9.0; Safari 2.0
    line 19
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    End of report.

  • Data acquisition loop with queue

    What I would like to do is have a data acquisition loop that samples a load cell at 500Hz and have another loop that runs much slower to run a state machine and display some data in real time.  The reason I want to sample the load cell so fast is to filter out some noise.  Making producer/consumer loops with a queue kind of makes sense but I don't really care about all of the samples, I just want to be able to read a real time filtered signal at certain times.  I looked at having just two parallel loops, one to acquire the data and the other to run a test and retrieve a real-time signal when I want but not sure how to pass data between the loops without using a queue.  You can do it with local variables but you are at risk of a race condition.  I hope this make sense.  I am sure this is a simple problem I just don't know what direction to go.  Thanks

    Good Evening secr1973,
    It sounds like you are on the right track.  You already know about the producer/consumer architecture; this is almost always the first step to the separation that I think you are after.
    The step that I think you are missing is a Case Structure around the enqueue element VI.  You likely have some event or specific pattern that you are looking for in the input signal.  You can have the output from this algorithm (likely a boolean) determine which case of the Case Structure to execute (Case 1: enqueue the element or Case 2: Do not enqueue the element).
    This, of course, leads to processing being done in the producer loop, which is quite the opposite of what you are trying to accomplish with the producer/consumer architecture.  You will have to decide if your processing is very simple or more complicated.
    If it is easy/fast, you can likely get away with doing this processing in the producer loop.  My guess is that your program falls under the category of do-it-all-in-the-producer loop because you are only acquiring at 500 Hz.
    If the application requires faster acquisition rates or if the logic is going to require some processing, you may want to implement a double layer producer/consumer architecture.  In this setup, you would pass all of the data from the DAQ producer to a second loop (using queue #1) that determines what to do with the data (to enqueue or not to enqueue...) and, if appropriate, write to a queue (queue #2) that the third loop can read.  The third loop would be where your state machine executes.
    If you have a quad core machine, each of these steps will execute on its own core.  If not, you will have a little more thread swapping; not a huge concern in most cases.  Here, we get into the art of programming more than the science.
    In any event, I think you will be OK with a little processing for the enqueue or not algorithm in the producer loop.
    Regards,
    Charlie Piazza
    Staff Product Support Engineer, RF
    National Instruments

  • Spry Tabbed panels + Progressive Enhancement and Dynamic Loading of Content With Spry

    Is there any way to combine tabbed panels together with "Progressive Enhancement and Dynamic Loading of Content With Spry"?
    Visit: http://labs.adobe.com/technologies/spry/articles/best_practices/progressive_enhancement.ht ml#updatecontent
    And click on the "Using Spry.Utils.updateContent()"
    The 3rd example shows how to use a fade transition whenever the content changes.
    I already have tabbed panels. My menu contains buttons (on tabs) and my Content div contains the panels.
    Tabs code;
    <ul class="TabbedPanelsTabGroup">
              <li class="TabbedPanelsTab">
                   <table class="Button"  >
                        <tr>
                        <td style="padding-right:0px" title ="Home">
                        <a href="javascript:TabbedPanels1.showPanel(1);" title="Home" style="background-image:url(/Buttons/Home.png);width:172px;height:75px;display:block;"><br/></a>
                        </td>
                        </tr>
                   </table>
              </li>
    etc
    etc
    etc
    and the panel code:
    <div class="TabbedPanelsContent" id="Home">
         CONTENT
    </div>
    I hoped i can use the example code from the link into my tabbed panels.
    I thought this code:
    onclick="FadeAndUpdateContent('event', 'data/AquoThonFrag.html'); return false;"
    could be added to the tab code like this:
    <a href="javascript:TabbedPanels1.showPanel(1);" onclick="FadeAndUpdateContent('event', 'data/AquoThonFrag.html'); return false;" title="Home" style="background-image:url(/Buttons/Home.png);width:172px;height:75px;display:block;"><br/></a>
    But the content doesnt fade...
    I know i need to change the header etc.
    The following is from the link:
    <!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>Aquo Events</title>
    <script src="../../../includes/SpryEffects.js" type="text/javascript"></script>
    <script src="../../../includes/SpryData.js" type="text/javascript"></script>
    <script type="text/javascript">
    <!--
    function FadeAndUpdateContent(ele, url)
    try {
         Spry.Effect.DoFade(ele,{ duration: 500, from: 100, to: 0, finish: function() {
              Spry.Utils.updateContent(ele, url, function() {
                        Spry.Effect.DoFade(ele,{ duration: 500, from: 0, to: 100 });
    }catch(e){ alert(e); }
    -->
    </script>
    <style type="text/css">
    /* IE HACK to prevent bad rendering when fading. */
    #event { background-color: white; }
    </style>
    </head>
    So i changed my header etc, put the SpryEffects.js and SpryData.js into position and nothing changed...
    Is there a way to keep my tabbed panel (or change as less as possible) and let
    A. The fade work
    B. The loading work.
    The problem now is that it loads all pages instead of only the home. Therefore i wanted this Progressive Enhancement.
    And the fading part is just because its nice...

    It doesnt show in the post but off course i changed this link;
    "data/AquoThonFrag.html"
    into;
    "javascript:TabbedPanels1.showPanel(1);"
    I must say i dont know if this even works...

  • How to create a textfile dynamically(with in the loop) with given data?

    Hi all,
    Can anyone Please guide me how to create a text file in the given path dynamically? (with in the loop) with given data.
    For example:
    <%
    String data1="name";
    String data2="address";
    for(int i=0;i<10;i++)
    create the textfile at c:/test/sample.txt//name of the each file created being "sample.txt"
    //contents of text file will be
    data1+i; //to get name1,name2.....
    data2+i// to get add1,add2........
    delete(sample.txt) //to enable to create another file in the loop with same name
    %>

    The code which Ashokan mentioned is not is not creating a file.
    i used code given below to create and write into it.
    But, not is writing into it. I don't konw, where i am going worng !
    Code
    String sample2="C:/Ash/sample2.txt";     
                                                                                    FileWriter fw = new FileWriter(sample2,true);
                                            BufferedWriter bw=new BufferedWriter(fw);
                                            bw.write("EMP ID");     
                                            bw.newLine();
    Please help
    Regards
    aSh

  • Horizontal streaks (with new HP Envy 4500)

    Purchased new HP 4500 Envy (Cwhich wouldn't print black at all with catridges provided).
    Bought new replacement black cartridge.  I now get black with horizontal streaks.  [Note it's rubbish for cartridge in box didn't work].
    I have tried all the various test pages, realigning print heads, upping the paper quality, switching on and off, taking out and reinserting cardridges, etc and have reviewed this page in detail [ http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&dlc=en&docname=c03748920&lc=en&product=5304877&tmp...
    I still continue to get horizontal streaks with black text where I seem to be missing about one line in every 3 or 4.  
    I have checked printer settings (everyday printing should be fine, but isn't)
    Ink levels are fine - new.  [Mind you they were fine/full in the cartridge that came with printer too, but that didn't work at all]
    Print Qual Diag report - this looks ok - no streaks to be seen. 
    PRint alignments - looks okish, but I get message saying alignment failed every time.  [Now used papges and pages of paper and lots of ink doing this.... No progress, and repeating yet again doesn't seem to change outcome here, so giving this up - very wasteful and doesn't solve problem]
    Clean print head - most black text appears, but a few lines missing or half missing.  [Ditto re repeating this doesn't seem to help resolve]
    I am now at end of step 4.  This says if my problems are solved I can stop trouble shooting.
    IT DOES NOT, HOWEVER, SUGGEST WHAT TO DO IF MY PROBLEMS ARE NOT SOLVED.
    When I print ordinary documents - we MS word, emails, or from web again I am missing some lines or parts of lines (where tops or bottoms of letters have been sliced off).  This is poor.
    I HAVE NOW WASTED MANY HOURS, LOTS OF PAPER AND LOTS OF INK.
    PROBLEM NOT RESOLVED.  PLEASE CAN YOU FIX IT?
    MY HEART NOT FULL OF JOY ABOUT HAVING THIS HASSLE EVERY TIME A NEW CARTRIDGE IS FIXED INTO PRINTER.  

    Hello jules878,
    Welcome to the HP Forums.
    Sorry to hear that you are having issues when attempting to print in black ink.  I see that you have gone and went through the one document on Fixing Ink Streak. That document may not be the one that is geared entirely to the issue at hand.
    I suggest that you first make sure that you have the printer power cable connected directly to a wall outlet and not a power bar/strip. Here is a document that uses a LaserJet printer as an example but it is meant for HP products in general. Please click on the following link that explains the Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector.
    Having the power cable in a power bar/strip can cause issues with the display being dim or paper feed issues as well as issues with the Ink Delivery System. 
    Here is another document that I believe is more geared to the issue that you are experiencing.  Please click the following link for when the Printer Does Not Print Black Ink or Color Ink, or Prints Blank Pages.  Some steps will be the same but you will quickly see that the document does cover alternative measures.
    If the troubleshooting does not help resolve your issue, I would then suggest calling HP's Technical Support to see about further options for you. If you are calling within North America, the number is 1-800-474-6836 and for all other regions, click here: click here.
    Thank you for your time.
    Cheers,  
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • Limit records per page in the horizontal looper?

    Might sound confusing, but I'm wondering if/how I can use the horizontal looper to show 30 records per page?
    For example, I have a photo thumbnail collection. I want to show 5 columns and 10 rows. Is there a way to get the looper to put a link to the 'next 50' so the user can see the next 50 thumbnails (starting at thumbnail 51 of course)?
    thanks

    I guessing here but there must be a bit of php code that you can edit that limits the number of records to be displayed instead of the default value of 10.

Maybe you are looking for

  • HOW TO PRINT FROM A PEOPLESOFT PAGE

    Hello, I put in my page a push button (print) but I dunno how to generate a pdf in peoplesoft HRMS V9.0 I looked at the peoplecode in the module e-performance but it is too long and too complicated for me to understand. I don't want to use SQR, XML o

  • Has anyone had a problem with syncing photos from Aperture to iPad?

    It appears that many sub-level photos are not syncing.

  • Exporting data in rows and columns and loading in RDBMS

    <p>I have a scenario wherein i want to export data from HyperionEssbase in <b>rows and coulmns</b> and <b>load it into</b><b>RDBMS</b>. I can load data into RDBMS using informatica if theflat file exported is in form of rows and columns.But when i ex

  • Bad Support

    Post Author: powerneet CA Forum: Other Why isn't there any answers on questions asked by people here. I think i see by 10% of the postings a reply. I Think this is a very bad support forum. Please operator correct me if i am wrong. alwin

  • From where Can I download iOS7 for free ?

    Hello all, Can somebody please let me know from where can I download IOS7 free for iPhone 4S, White color, 16GB? That would be of great help.