Page nav buttons

<p>Is it possible to simulate the page nav buttons that are on the viewer toolbar?</p><p>I need to turn the toolbar off, but still want the page nav buttons available on the report.</p><p>Thanks</p>

Never mind I got it. Thanks

Similar Messages

  • Rendering differences when "go to last page" navigation button is clicked

    Hi All,
    Critical issue here, apparently a new rendering bug in the crystal report viewer:
    In a framework 3.5 sp1 application (vb.net) using the Crystal Report Viewer, ***. version 12.0.2000.0 , file version 12.3.2002.753 (i.e. 2008 with sp3 installed and fp3.2 installed over that), I have a report that will render differently depending on whether or not the user clicks the "go to last page" button, or whether they just print/export/use single page advance navigation.
    The difference in rendering is that "report footer a"  (there are "g" of these) is not displayed.  This footer contains essential summary information for the grouped data above. 
    Related, but subtly different, is that the last group header/detail/group footer is not displayed if the details section is empty, again, IFF the go to last page button is clicked.  It renders correctly if go to last page is not used.
    The unique thing about the reporting implemenation in this app is that the fields/headers are dynamically positioned at runtime (based on user settings).  Similarly, the fonts, heights and visibility (i.e. SectionFormat.EnableSuppress) of group sections are also dynamically set at run time.  The ReportDocument object manipulation is done entirely in memory and is not (at least by me) persisted to disk before rendering in the viewer. 
    Is there a work around, programmatic or otherwise, other than removing the navigation buttons?  What assumptions is the rendering engine making about section size as it (apparently) short circuits sequential rendering when the go to last page button is clicked?
    Any clues would be greatly appreciated.
    Best,
    _t

    Hi Don,
    Thanks for the response.
    It's a winforms app. 
    The data access is through typed datasets that are filled on the client using linq to objects (i.e. not a connection to a remote db).  There is one main ds (which has the report's detail data).  There are also 5 unrelated subreport ds's that are used to fill standard header/footer information.
    I can export the report to an rpt file through the app, but the data is never included.  Haven't found a way to get data to save with rpt file.  ReportOption save data with report is checked for the report, but the actual data never gets saved into the rpt file. 
    Formatting of report, post programattic manipulation, is as I expect and appears identical irrespective of clicking the "go to last page" nav button.
    I would hazard a guess that it's not a caching issue since the rendering bug occurs only if the go to last page (GTLP from now on)  button is clicked BEFORE the report has been navigated through sequentially or exported.  Once exported or single-page advanced through, the report renders correctly (i.e., the GTLP  appears to be reading from the cache, and not running it's own rendering scheme). 
    Is there a way to dump the cache manually?  At the very least I could dump the cache before printing/exporting to ensure that the export  function creates a fresh (and bug free) rendering.  It is the output to paper/pdf etc that is most critical.  If there's a bit of stupidity on screen, I can convince my clients to laugh this off as a bit of silly screen junk, but the externalization of the data (pdf or print) must be reliable.
    Cheers,
    T

  • Top Nav buttons not working after publish, but works in app. WHY?

    I have tried to find out why these buttons will not work after publishing. They work fine while in the iWeb app, but not when publishing. I do not have any objects near the top nav buttons. The first site went off without a hitch
    <www.serenitycustompools.net> the second site began the problem with the last page, the nav buttons would not work. Now this 3rd site, none of the nav buttons at top will work after publish, but will work in app. Anyone else having the same probs? None of my pages have the same names or any punctuation marks, and they are simple one word named pages.
    mini intel   Mac OS X (10.4.9)  

    They all work for me, try clearing your browser cache or using another browser.

  • Help with nav buttons please

    Hey there, i've recently been following a tutorial and I have come across a problem with the AS for the nav buttons,  http://www.flash-game-design.com/flash-tutorials/basic-flash-website-tutorial-6.html, the tutorial says to write:
    btnabout.onRelease = function(){
        content.gotoAndStop("about")
    btnport.onRelease = function(){
        content.gotoAndPlay("port")
    btncont.onRelease = function(){
        content.gotoAndStop("contact")
    I have done this and it came with an error saying needs to be in handler, so i re-entered this:
    btnabout.on(release) = function(){
        content.gotoAndStop("about")
    btnport.on(release) = function(){
        content.gotoAndPlay("port")
    btncont.on(release) = function(){
        content.gotoAndStop("contact")
    This code then came back with a Expected a field name after '.' operator.  btnabout.on(release) = function(){ can anyone please help me i'm starting to pull hairs out?!
    Thanks
    P.S it must be AS 2.0 as that is what my portfolio page uses.

    The problem with the first attempt was not the code, but where you placed it.  That code needs to be placed on the timelinein the same frame as where the buttons are  (preferably in a separate 'actions' layer).  This approach is the better approach than trying to place the code on the objects because it keeps all code in a single easy to find location... the timeline.
    For the second attempt, assuming you were still trying to attach the code to the buttons, you should change the code to....
    on(release) {
        content.gotoAndStop("about")
    on(release){
        content.gotoAndPlay("port")
    on(release){
        content.gotoAndStop("contact")
    but.... each of those needs to be attached to the button associated with it and not grouped together.  This is an older style of coding that is best avoided due to ending up with code hiding on objects.

  • Simple nav buttons not displaying correctly

    When I add content to the page that expands the table, the
    nav buttons on the left "spread out". This isn't happening in
    Safari. Any help would be much appreciated. Here is the page I'm
    working on:
    http://www.csayersdesign.com/achieveIT/pages/company.htm

    Curtis Sayers wrote:
    > When I add content to the page that expands the table,
    the nav buttons on the
    > left "spread out". This isn't happening in Safari. Any
    help would be much
    > appreciated. Here is the page I'm working on:
    >
    http://www.csayersdesign.com/achieveIT/pages/company.htm
    >
    >
    Problem is you're doing what a lot of beginners do, trying to
    create a
    page by using one single table and splitting the cells into
    numerous
    cells......that aint going to work as you have found out.
    It doesn't help either that you are allowing Fireworks to
    generate this
    code. When you do that it normally produces fragile code that
    the
    browser tries its best to interpret and a lot of times fails
    The design you're trying to produce is a fairly basic 2
    column table
    which you should ideally set up directly in Dreamweaver.
    A sticking plaster option would be to remove all the elements
    in your
    navigation side bar and merge that column back into one
    single cell. You
    can do that by click-dragging in Dreamweaver then in the
    properties
    inspector where it says 'cell' in the bottom left corner
    click the white
    square icon which will merge all the cells into one.
    The downside to this is that it may upset the fragile code
    created by
    Fireworks and throw your page into even more turmoil.
    If it does work you then need to insert another table (a
    nested table)
    into the cell which you merged back into one. Then put your
    navigation
    buttons into it.
    Tables that are independent of one another cannot interact
    and so you
    create a more stable environment for your design.

  • Nav buttons pixelated in IE-6/7/8?

    Frustration... I got my simple little site where I want it - publish a test to Business Catalyst - it all looks great ... ON A MAC.
    Then a client calls and asks why all the javascript states below top level are pixelated (he means aliased) - and he's looking on IE8.
    Tried to get support to call me back - it's about 40 minutes...still waiting
    I just want to Know if this is a qwerk of the Biz catalyst - or when my client posts it for real.
    In which case I'll have to go somewhere else for Nav buttons!
    Please help with wisdom if you can.

    It would be helpful to have the URL of the page in question, or a screenshot of what's being seen in IE8.
    Muse does not support IE6.  (By most measures IE6 usage is below 1% of site visitors for most sites and IE7 usage is below 2%.)
    Muse does support IE7 and IE8, but both have bugs that are very difficult to workaround that relate to transparent (PNG) images and applied transparency, transparency effects or animated transparency (fade in/out). (Note that for some effects applied in Muse, such as rounded corners, bevel, shadow or glow, Muse 1.x may generate a transparent PNG at output time in order to achieve that effect, so while you haven't explicitly imported a transparent PNG one may still be necessary to achieve your design on the web.)
    Without seeing the problem web page, I'm stabbing in the dark a bit, but the first things I'd look for would be minor changes that might be made to the design to reduce the use of transparency and/or transparent images (esp. overlapping semi-transparent objects or non-100% opacity on anything with a fade in/out effect).
    Another thing I'd try is publishing to a new trial site using Muse 2.0 Beta 2. We've made significant changes to how shadow and glow effects are exported that primarily improve page load performance on newer browsers, but in the process there were changes which may have improved the overlapping transparent PNGs and transparency effects bug workarounds for IE7 and IE8. (If you want to give Muse 2.0 Beta 2 a try, you can update by joining the Muse Beta program via the "Help Improve Adobe Muse" menu item in the "Help" menu. You can then revert back to Muse 1.1 by unchecking the checkbox in the same dialog. Note that you'll want to be sure to save your .muse file from Muse 2.0 Beta 2 to a new file name and not overwrite your Muse 1.x file, so you have your original 1.1 .muse file should you need to revert to Muse 1.1. The release notes for Muse 2.0 are here.)

  • Flash downloading blocks page nav

    I know my actionscript better than I know the browser
    environment, although I'm getting to grips with javascript because
    of the similarity. But some things like this are uncharted
    territory...
    With a couple of flv players downloading some 3Mb and 7Mb
    flvs after the web page has rendered, the page nav in the
    containing page is blocked. So a click on a nav button (not flash)
    in the
    will
    result in a new page load, but it waits until what I assume is
    one of two simulaneous http connection slots are freed up. This can
    take a while depending on the user's connection speed and is
    unusual/unexpected/sub-standard behaviour for a web page. Having
    the two videos loading simultaneously is a requirement rather than
    sequencing the loads.
    I know that browsers are limited to the number of
    simultaneous connections to a single domain for many reasons and
    that standards come into play. The flvs here are hosted at the same
    domain.
    I've built optional delay flashvars for each player to
    permitting staggering them somewhat but that's a guess at best and
    won't solve the problem for everyone and could disadvantage some
    with very fast connections. I should mention that the target user
    is a business client so broadband users and the requirement is that
    the videos are ready to play asap.
    I understand that placing the media in another domain is an
    option because the browser connections limit applies per domain. I
    also know you can change the settings for browsers to increase the
    connections per domain, but that's not helpful here... and that
    some browsers are less restrictive.
    What I would like to know is:
    Is there any simple way in flash to allow the regular html
    page nav to work as normal when flash has a stranglehold on the two
    simultaneous connections. Am I missing something obvious? TIA,
    GWD

    @clbeech: thanks for your reply.
    I've thought of things like using javascript via
    ExternalInterface to tell the players to change the contentPaths of
    the flvplaybacks to nonexistent files (I know that works for
    NetStream, don't know if it works for FLVPlayback). But I was only
    asked to work on the flash content for the page and if possible
    preferred to avoid making a requirement to add in extra js for the
    website developer and have the nav behave differently for that
    page. If that's the only way apart from using a separate domain for
    the media then I guess that's what I'll have to do.
    What I don't understand is why a browser page request doesn't
    over-ride the grip that flash has on the http connections... and
    perhaps there's something simple that I'm missing in either being
    able to do this or understanding the fundamentals of why it doesn't
    make sense to permit it in terms of how browsers work.
    Anyhow I can identify so far four solutions
    - other domain hosting of the content(not desirable)
    - configurable loading delays for starting the downloads
    (already in place, but not really a solution)
    - force single load queueing (not desirable)
    - javascript/ExternalInterface to tell flash players to
    "stop" download to free up connections
    Thanks again.GWD

  • IE 7 Not Adding Padding at Bottom of LIs as Nav Buttons

    At
    the test
    page, I want a 1 pixel border on the bottom and right of nav
    buttons (made from li elements). Works in some browsers, but not
    IE7. I added bottom padding to the <a> elements, but IE 7
    neither applies the padding nor the border.

    Make the <a> display:block and it should - you may also
    need to give that
    <a> tag layout (I use zoom:100% to do this).
    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
    ==================
    "pcthiker" <[email protected]> wrote in
    message
    news:fcetjk$mro$[email protected]..
    > At
    http://persuasiongraphics.com/vertical_home.html,
    I want a 1 pixel
    > border on
    > the bottom and right of nav buttons (made from li
    elements). Works in some
    > browsers, but not IE7. I added bottom padding to the
    <a> elements, but IE
    > 7
    > neither applies the padding nor the border.
    >

  • Weird iWeb problem with nav buttons....

    Hi all. New to this and a complete idiot. The club which I am the Prez of needed a web site, and as no one else volunteered, I ended up doing it. Everything seemed to go fine for a while until I started modifying the original site....then I started getting weird things happening. Many of them I have figured out but the last one is beyond me. The problem is with the text in the nav buttons at the top of the pages. On the first page all the navigational buttons are fine, but on all the other pages the button that takes you back to the home page has text I never put in, and it does not appear in it's entirety. Can anyone provide any help as to how I can fix this. The URL is:
    www.nocasa-ft.com

    Indeed, the problem is with the cache. I cleared the cache and all now comes up as it is supposed to. Thanks so much for your suggestion. I was rather disappointed because it seemed the problem was with Safari, and I kind of like that browser. I didn't want to have to use something else.
    Thanks again.

  • Adjusting position of nav buttons

    I'm working on an intranet site in DW CS4. Some of the pages have nav buttons on the right-hand side of the page. I would like these buttons to always line up with the edge on the right, i.e., adjust position if the user is using a larger monitor to view the site. Any suggestions as to the best way to accomplish this?
    Thanks.

    With CSS:
    #divName {
    width: value in %;
    text-align: right;
    float: right;
    For better answers to layout questions, we need to see your HTML and CSS code.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Making nav buttons "STOP" ...

    Hi. I have a question about a couple of things with AS3. And,
    I am really excited about my energy towards wrapping up my first
    Flash CS3 site.
    First off, is it possible to make nav buttons stop a Flash
    video from playing (without pressing stop directly from the
    component). I've made numerous attempts, but I have decided to just
    start from scratch. If so, how is it done?
    All the AS3 I have done has most been on the top layers of
    the main timelines. I get a little confused about public and
    private and sprite, but I do know how to paste that content into a
    .AS class file and test it.
    What is a Sprite? Is it difficult to learn and use
    comfortably? Can I use it with the actionscript on the top layer of
    the timeline. I just made a scrolling thumbnail panel. But, now I
    am thinking about turning it into a photo gallery, so I can display
    larger images.
    Jntspecialty

    I see the flvplayback class in the help files, with all the
    methods and properties listed in one spot. I even tested the
    example code and got it to work.
    So, for me, 1st develop the .swf file with the nav buttons
    and be sure to include
    " import fl.video.FLVPlayback;
    trace(FLVPlayback.VERSION);"
    on that page. Right?
    2nd- Then, make a page called "PressToPlayVideoPage.swf" and
    "ThePageWithTheFlvComponent.swf", and on this page drag the flv
    component, set the parameters to a flv named "anything.flv" and
    give it an instance name of "MyVideoWhichWillBeStopped".
    *Basically, the page that is accessed from the nav bar will
    have a button to load the page with the flv component
    /"MyVideoWhichWillBeStopped". Okay?
    3rd - Do what ??? To make the two "nav buttons" (which are in
    a different file) stop the the video from playing, even once
    unloaded or on the bottom stack, from that point on.

  • Nav buttons + borders + hover

    How do I get the 2 px border I have around my navigation
    buttons to change color on mouse over? On the site I'm building I
    have a hover set for links, but this doesn't do it. I somehow
    managed to get the border to hover on the nav buttons on 1 of my
    pages but I'm not sure how. Help?

    Need a link to see what you've tried so far....
    I should image that changing the color of the border on hover
    should work
    though unless there is a conflicting style.
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.csstemplates.com.au
    - CSS Templates | Free Templates
    http://www.DreamweaverResources.com
    - Dropdown Menu Templates|Tutorials
    http://www.macromedia.com/devnet/dreamweaver/css.html
    - CSS Tutorials
    "drewspuppet" <[email protected]> wrote in
    message
    news:e3akcm$108$[email protected]..
    > How do I get the 2 px border I have around my navigation
    buttons to change
    > color on mouse over? On the site I'm building I have a
    hover set for
    > links,
    > but this doesn't do it. I somehow managed to get the
    border to hover on
    > the
    > nav buttons on 1 of my pages but I'm not sure how. Help?
    >

  • Template doesn't update nav buttons

    Hi, Having a problem getting my template to update the spry menubar links. Spent a lot of time on the template to get it right. The banner and navigation buttons are part of the template. So here's what I did....after creating and saving the page as a .dwt file I then created a page from template, the update links box was checked. Once opened I save it as index.html added my content, saved, published and continued the same way for the other pages. The pages look fine but none of the nav buttons work.  Don't know what to do.  Any suggestions. Using Dreamweaver CS4
    Thanks
    Frank

    Sorry, not sure how to do the 'show us a link to your Template.dwt file/" So here's the code Thank you very much
    <!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">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Levick Multi Services</title>
    <link href="../oneColFixCtrHdr.css" rel="stylesheet" type="text/css" />
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    a:link {
    color: #FF0;
    -->
    </style></head>
    <body class="oneColFixCtrHdr">
    <div id="container">
      <div id="header">
        <h1><img src="../Levick Banner.jpg" alt="Banner" width="900" height="232" border="0" usemap="#Map" />
          <map name="Map" id="Map">
            <area shape="rect" coords="7,9,885,179" href="#" />
            <area shape="rect" coords="690,184,897,219" href="mailto:[email protected]" />
          </map>
        </h1>
        <table width="855" border="0" align="center" cellspacing="0">
          <tr>
            <th height="39" scope="col"><ul id="MenuBar1" class="MenuBarHorizontal">
              <li><a href="../index.html">Home</a>            </li>
              <li><a href="#" class="MenuBarItemSubmenu">About Us</a>
                <ul>
    <li><a href="../AboutUs.html">Our History</a></li>
    <li><a href="../OurPrivacyNotice.html">Our Privacy Notice</a></li>
    <li><a href="../OurLocations.html">Our Location</a></li>
                </ul>
              </li>
              <li><a href="../Services.html">Services</a>            </li>
              <li><a href="#" class="MenuBarItemSubmenu">Your Policy</a>
                <ul>
                  <li><a href="#" class="MenuBarItemSubmenu">Home</a>
                    <ul>
                      <li><a href="#">Types of Coverages</a></li>
                      <li><a href="#">Optional Coverages</a></li>
                    </ul>
                  </li>
                  <li><a href="#" class="MenuBarItemSubmenu">Auto</a>
                    <ul>
                      <li><a href="#">Underwriting Factors</a></li>
                      <li><a href="#">Liability Damage</a></li>
                      <li><a href="#">Property Damage</a></li>
                      <li><a href="#">Optional Auto Coverage</a></li>
                      <li><a href="#">Tort Options</a></li>
                    </ul>
                  </li>
                  <li><a href="#">Commercial</a></li>
                </ul>
              </li>
              <li><a href="../WhyChooseUs.html">Why Choose Us</a></li>
              <li><a href="../ContactPage.html">Contact Us</a></li>
            </ul></th>
          </tr>
      </table></div>
      <div id="mainContent"><!-- TemplateBeginEditable name="MainContentRegion" -->
        <p> </p>
      <!-- TemplateEndEditable -->
      <!-- end #mainContent --></div>
      <div id="footer">
        <p>Website created and maintained by<br />
        <a href="Francis" _mce_href="mailto:[email protected]">Francis">mailto:[email protected]" >Francis J. Cunningham, Jr. </a></p>
      <!-- end #footer --></div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>

  • Change nav button state when using SSI

    I am going to be redesigning a website soon and I am going to use SSI's.  Is there a way to change the state of the nav button in relation to the page that is being viewed if the nav bar is in the SSI?  If not, what is the best way to achieve this?
    I was thinking that the pages specific to the nav buttons (Home, Contact, etc) can not have the nav bar in the SSI and it must be in the main file.  If the design is changed in the future the pages containing specific nav button states must be changed individually.
    Thanks for any input.

    <script src="SpryAssets/SpryDOMUtils.js" type="text/javascript"></script>
    This links to the file that is required for the Spry Element Selector
    function InitPage(){
    Spry.$$('#MenuBar1 li').forEach(function(node){
        var a=node.getElementsByTagName("a")[0]; // finds all a elements inside the li, but we only want the first so [0]
        if(a.href == window.location){
            Spry.Utils.addClassName(node,"activeMenuItem");
    This function checks the list items (li) within div ID MenuBar1 and retrieves the the link within the anchor (a) element. If the link (a.href) is the same as the URL (window.location) then add a class called activeMenuItem to the list item.
    Spry.Utils.addLoadListener(InitPage);
    When the page loads, this will trigger the function
    .activeMenuItem a {
        background:#a59a84 !important;
        color:#ffffff !important;
    We need to add style rules for the anchor element within the list item with the class of activeMenuItem.
    Gramps

  • Transparent Background on Nav buttons

    I can't get rid of my spry widget backgrounds. Do not want
    any color on them.
    My page layout was done in Photoshop and I want my nav
    buttons to just be transparent over it. In other words, type only,
    no color behind.
    Have been looking for 2 hours thru docs and vids. thanks.

    Create a file to put your css values in (I'll call it "hello-world.css").
    In hello-world.css put the following style:
    .tab-pane *.tab-header-background
    -fx-background-color: #00000000;
    Add this to your code:
    Scene scene = new Scene(root);
    scene.getStylesheets().add(getClass().getResource("/hello-world.css").toExternalForm());
    The code above will apply the style to all TabPanes in your scene. You also have the ability to apply the style only to a given instance CSS can by used to do that as well. There are others ways to accomplish the same thing. This way was more straight forward to me.

Maybe you are looking for

  • How to Write a file from hex format to another format

    hi I am trying to create a file (IBM AFP-printer format) from the hex file which i have created after reading that IBM afp file. Now i have to do some changes in that hex file data and store it back to the same format. I have tryed storing it using:

  • Regd Integration of Domino.doc and Portal !! Urgent !!

    Hi I Want to know whether we can integrate Oracle 9i AS Portal with Domino.doc (which is used for document management). I dont know much about Domino.doc . Can anyone guide me whether the integration is possible or not and if so which documents shoul

  • [Solved] Python: Creating AUR package, binary can't find python module

    I'm building a PKGBUILD for PyLotRO for the AUR and I'm using a Debian package.  I tried just copying the content of the data.tar.gz to the filesystem assuming the directory structure is the same for the packages but apparently it is not.  At least I

  • Text file into Forms

    Hi suppose in text file the data is No Name 1 abc 2 xyz and a table st_rec that has attribute no and name and i want populate my form field that are no and name with text file data and populate i can store this data into database. how i can.... Thank

  • Changing Default Search (from Google) in Mail

    Hi all, Is there anyway to change the default right (or command) click search option from Google to something else (when highlighting an item in an email)? And, along the same lines, is there anyway to make it so that you can have a browser other tha