Page navigation image export

Is there any way to export the content of the page navigation designer to an image format directly, from within Creator?

Hi,
There is no facility for exporting the contents of the page navigation designer to an image directly.
Cheers
Giri

Similar Messages

  • Print, Export and Page Navigation Buttons in the Report

    When I view a report through CR4E, the generated report has 3 buttons namely Print, Export and Page Navigation buttons. But when I click on either of the buttons I get a 'null pointer exception'. This is a critical error as I am unable to navigate past the first page. Do I have to add code to these buttons? If not, why am I getting an error? Kindly solve my problem as soon as possible.

    <p>Looking at your code it appears that you are storing the ReportSource in session prior to passing in the ResultSet. This will create a problem when a postback is made on  the viewer page (which all of the viewer actions do). If you look at the sample code which is generated when you use the JSP Page Wizard you will notice that the ResultSet is passed to the ReportClientDocument object prior to it being stored in session. Then, when the page is called again this object is retrieved and the ReportSource is used by the viewer. You can quickly run the test using one of our sample reports to see what I am talking about. The code below was generated using the Consolidated Balance Sheet.rpt and did not experience any problems doing any of the viewer actions.</p><%@page import="com.businessobjects.samples.JRCHelperSample,<br />com.crystaldecisions.report.web.viewer.CrystalReportViewer,<br />com.crystaldecisions.reports.sdk.ReportClientDocument,<br />com.crystaldecisions.sdk.occa.report.application.OpenReportOptions,<br />com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase,<br />com.crystaldecisions.sdk.occa.report.reportsource.IReportSource,<br />java.sql.Connection,<br />java.sql.DriverManager,<br />java.sql.ResultSet,<br />java.sql.SQLException,<br />java.sql.Statement"%><%<br /><br /><br />    try {<br /><br />        String reportName = "Sample Reports/Consolidated Balance Sheet.rpt";<br />        ReportClientDocument clientDoc = (ReportClientDocument) session.getAttribute(reportName);<br /><br />        if (clientDoc == null) {<br /><br />            clientDoc = new ReportClientDocument();<br />            <br />            // Open report<br />            clientDoc.open(reportName, OpenReportOptions._openAsReadOnly);<br /><br />  <br />            {<br />                // **** POPULATE MAIN REPORT ****<br />                {<br />                     // Connection Info for fetching the resultSet<br />                    String connectStr = "jdbc:derby:classpath:/Xtreme";<br />                    String driverName = "org.apache.derby.jdbc.EmbeddedDriver";<br />                    String userName = "dbuser";        // TODO: Fill in database user<br />                    String password = "dbpassword";    // TODO: Fill in valid password<br /><br />                    String query = "SELECT CUSTOMER_NAME FROM APP.CUSTOMER WHERE COUNTRY = &#39;Australia&#39;";<br /><br />                    <br />                    String tableAlias = "FINANCIALS";        // TODO: Change to correct table alias<br /><br />                     <br />                    JRCHelperSample.passResultSet(clientDoc, fetchResultSet(driverName, connectStr, userName, password, query),<br />                        tableAlias, "");<br />                }<br /><br /><br />            }<br />        <br />            // Store the report document in session<br />            session.setAttribute(reportName, clientDoc);<br /><br />        }<br /><br /><br />            {<br />                // Create the CrystalReportViewer object<br />                CrystalReportViewer crystalReportPageViewer = new CrystalReportViewer();<br /><br />                //    set the reportsource property of the viewer<br />                IReportSource reportSource = clientDoc.getReportSource();                <br />                crystalReportPageViewer.setReportSource(reportSource);<br /><br />                // set viewer attributes<br />                crystalReportPageViewer.setOwnPage(true);<br />                crystalReportPageViewer.setOwnForm(true);<br /><br />                // Process the report<br />                crystalReportPageViewer.processHttpRequest(request, response, application, null); <br /><br />            }<br />            <br /><br />    } catch (ReportSDKExceptionBase e) {<br />        out.println(e);<br />    } <br />    <br />%><%!<br />// Simple utility function for obtaining result sets that will be pushed into the report.  <br />// This is just standard querying of a Java result set and does NOT involve any <br />// Crystal JRC SDK functions. <br /><br />    private static ResultSet fetchResultSet(String driverName,<br />            String connectStr, String userName, String password, String query) throws SQLException, ClassNotFoundException {<br /><br />        //Load JDBC driver for the database that will be queried    <br />        Class.forName(driverName);<br /><br />        Connection connection = DriverManager.getConnection(connectStr, userName, password);<br />        Statement statement = connection.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY);<br /><br />        //Execute query and return result sets<br />        return statement.executeQuery(query);<br /><br />}%><p>Try using the code generated from the wizard to see if it works for you as well. </p><p>Regards,<br />Sean Johnson (CR4E Product Manager) </p>

  • How can i share a flyer made in Pages containing images as a small size PDF?, how can i share a flyer made in Pages containing images as a small size PDF?

    Hello to all,
    I am a frustrated photographer who is trying to make a flyer for my business in Pages. Of course the flyer will have high resolution images to advertise my work and text to explain my business. But i cannot work out how to then manipulate/save/export ???? my flyer as a PDF small enough to then send out to a potential client. My last attempt my PDF turned out at 30MB. Of course this is  impossible to work with. How do i get a low res - with high quality PDF from something i have made in Pages. I do not have i web and need to solve this so that i can attach the PDF in an email.
    Please any ideas or advice???

    carlaandstelios wrote:
    Hello to all,
    I am a frustrated photographer who is trying to make a flyer for my business in Pages. Of course the flyer will have high resolution images to advertise my work and text to explain my business. But i cannot work out how to then manipulate/save/export ????
    You may reduce the size of the included images on two ways.
    1) Crop the images to the size you need as in Pages the image have original size although the display may be framed.
    2) Use the (menu bar) "Format -> Picture -> "reduce media size" option.
    I would suggest to crop your images manually before or after placing in the Pages document and eventually reduce the color depth to at least 256 colors.
    To export as PDF there are also two ways
    1) Choose (menu bar) File - Print and there from the options "Print to PDF"
    2) Choose Export -> PDF
    I would not let the export automatic do the "Picture Quality" resize as the outcome is often not as expected.
    Lupunus

  • How to create a full page background image that is fluid?

    I'm creating a website for my portfolio, and one of the things I wanted to have is a full page background image that the div tags are in.  I know there is a way to put it in via page properties, but that doesn't allow you to add CSS styles and I want the image to re-size with window changes.  This requires putting the image in a div tag, but then it pushes the other div tags (such as my header section and navigation) so that they aren't over the image like I want.  Is there a way to push the image div tag to the back so that the other div tags go over it.
    I'm using HTML5, and it will also be a responsive design, but the fluid background is only for desktops.
    I don't go on the adobe website often, so if you have an answer to this, or need more information to figure it out please email me at [email protected] and you'll get a faster reply than on this forum.
    Thank you everyone for your help.

    You should set this forum to email you on a reply.
    I don't have a link in your question to determine how you are trying to do this, but here's a technique I have used:
    Take a look at this website and see if it doesn't have what you are trying to do. You'll see the flag in the background and I have used opacity in the layers on top of it to keep the flag somewhat visible.
    Now, what the flag does not do is re-size itself with the viewport (the browser window). But the flag is in a div that sits on top of the body. My code is accessible, but you're looking for the flag div and it's defined in CSS thusly:
    #flag {
              width: 100%;
              background-image: url("../images/polish-flag.png");
              background-repeat: no-repeat;
              min-height: 900px;
    Now, CSS3 adds a new attribute you can apply to the background image thusly:
         background-size: 100% 100%;
    That would make your background fill the viewport.
    I chose to not do that, because I was worried about versions of Internet Exploder before 10.

  • What are the best dimensions to allow for iPad 3 Retina for full-page landscape images?

    What are the best dimensions to allow for iPad 3 Retina for full-page landscape images?
    I read an article and cannot find it that said something about trying to make it 2million pixels and JPG to keep it small, but what exactly should the dimensions be that I ultimately import?  Is there some kind of a "density" setting I have to use, as well, when exporting from Photoshop, for example?

    See Optimizing performance in your iBooks Author books
    Density is discussed by Apple in this context as 'dpi'...
    132 - iPad 2
    264 - new iPad
    At the top of this forum there are popular links listed on the right, including image sizing etc. Be sure to study those existing/previous threads on this topic.
    Good luck.
    Ken

  • Get Rid of the Text-as-Image Export

    For the life of me I can't figure out why Adobe would add such an irritating feature and not allow it to be toggled.
    Come on Adobe developers, exercise some intelligence here.
    I am aware there are potential licensing issues but let's review:
    You cannot use system fonts that are not considered 'web safe' without them exporting as image, even though 99% of Windows users will have them and Mac users will have no trouble with them being substituted.
    It makes manual CSS font stacks useless since Muse abandons this possibility when it goes the image route.
    There are plenty of TypeKit fonts available through Creative Cloud that are accessible when synced, yet many of them are not in Muse's library so will also force image export. If it synced through CC and is licensed for web use then there are no licensing issues. Export as text and let the user drop in their TypeKit code.
    Many users will use Google/Typekit web fonts perfectly fine but downloading and self-hosting the font files just to use them in Muse is a waste of time and not necessarily possible.
    The workaround is to use a completely different font, thus upsetting the page layout, just so that it exports as text and a simple find and replace can be used to change font-family.
    I can't even use Open Sans without it exporting as an image. Seriously? Likely the most widespread web font in existence and you force an image export. That's just bad.
    Please get rid of this... allow users to turn image exports off and handle font styling ourselves or remove it entirely.
    It was fine beforehand when you could use any font installed locally, including CC synced Typekit fonts, with only the Muse fonts triggering placing of a Muse Typekit code.
    This resulted in users having to intervene post-export to have web fonts render properly if they weren't available through Muse which was perfectly reasonable.

    Feature Requests
    1. Provide access to the complete Typekit font offering.
    2. Provide the ability to define and use your own font fallback stacks (aka Web Safe font definitions)
    Possible Misconceptions
    1. Open Sans isn't readily available as a Web Font in Muse
    2. We've changed something in the generated code that makes it more difficult to manually edit the output.
    You're correct. The paid Typekit library is not currently easily available from within Muse. We continue to lobby the Typekit team for changes required to enable paid Typekit in a seamless UI within Muse, but thus far we have yet to reach the top of their development team's priority list.
    If you're familiar with font stacks you're aware there are very few truly "web safe" fonts. In most cases using a "web safe" font means settling for one of a handful of fonts depending on the OS or device being used to view your site. That font variation means variations in the line breaks within text frames and thus changes to text frame heights which are likely to result in changes to the overall layout of your pages. In most cases a Web Font is a much better choice if the visual fidelity of your design is an important part of your site. It's unlikely Muse will provide the ability to define arbitrary font stacks. Given the target market of Muse and our small development team, future additional font support will likely continue to be in the area of Web Fonts.
    If you select "Add Web Fonts" in the Web Fonts section of the Fonts menu you can browser a library of 500+ font families that are provided for free and hosted on Adobe's Typekit service. This set of free fonts is marketed as "Edge Web Fonts." The Edge Web Fonts offering started as the set of public domain fonts hosted by Google with a small number removed due to quality issues and a small number added from the set of fonts Adobe wholly owns. The majority of the ~650 web fonts now hosted by Google are part of the 500+ web fonts readily available within Muse.
    Open Sans is one of the font families in the Edge Web Fonts library. Go to "Add Web Fonts" in the Fonts menu, type "open" in the search field of the Web Fonts dialog, click on Open Sans and it will be added to the Web Fonts section of your Muse Font menu for easy future use. On your site the font will be provided via Typekit without any page view limits or requirement to be a Creative Cloud subscriber.
    To my knowledge there have not been any changes in Muse output that should impact your ability to use a Web Safe font in Design view, then alter the generated code to replace that font with a font from some other source (i.e. paid Typekit, Fonts.com hosting, etc.). It's never been possible to use a System Font in Muse and then alter the output code to replace the font, since the output for a text frame that uses a System Font has always been an image.
    Thank you for taking the time to voice your opinions and provide feature requests.

  • Last page rasterizing when exporting to EPUB from Indesign

    Hello all,
    I  currently have a problem with the last page of my EPUB book rasterizing. This shows up in both Adobe digital Additions and iBooks. I cannot fathom why it is doing it, is there anyone who has come across this before?
    fyi. It doesnt seem to matter what content is on the last page, the whole page turns into a flattened image (even text). I originally created the EPUB on Snow leapoard on OSX and recently upgraded to mountain Lion and I'm on Indesign CS6.
    Any light on this subject would be greatly appreciated.
    Many thanks
    Leonie

    I've never heard of InDesign rasterizing the last page during EPUB export. I'd try the usual troubleshooting techniques.
    Start by restoring your InDesign preferences. Here's how:
    http://pfl.com/trb
    If that doesn't work, try saving your InDesign file as IDML and reopening it. Here's how:
    http://www.pfl.com/cidf

  • Could work an animated flash bitmap image exported in html 5, in DPS ?

    I'm new in DPS, just started for a couple of weeks and I need to use a image in an animation.
    I created the animation in inDesign exported in .fla, used de toolkit js, load it in a container with web content overlay, and when I preview it with Adobe Content Viewer it doesn't work, it apears a blank screen. Neighter of animation from that stage won't work.
    To be very precise any animation works fine, when I test the html in a browser, the problem appears only in the content viewer.
    The animation is very simple: smal logo entering in the stage from the right, not very complex.
    I tried in flash with other images in a test file and loaded in inDesign, and still don't work. Other vector animation works well, no problem. I saw that if I have an image in library in flash and export a simple animation with a vector ball, won't work in indesign preview, with content viewer.
    My question is, Could work an animated flash bitmap image exported in html 5, in DPS ?  If so, what should I need to do ?
    Thank you in advance.

    Two possible solutions I was considering:
    1) In my index/first page, have all the swfs present (scaled to 1x1, behind something, or invisible) and have a preloader code on that first page... so all the content gets loaded before continuing onto the rest of the site.  That would certainly work in making the site run quick... but would mean a relatively lengthy wait at the start.  Luckily, unlike my current site, all the actual site content (aside from the header/nav interface) is HTML... so the bulk of the site's content is in the HTML pages, not as part of the Flash header... so it probably wouldn't be too horrific a wait.  However, it would be loading EIGHT of these swfs, since there are eight pages... so then maybe it would be....
    2) Have an swf that consists of just the 'draw up' of the interface, and it's idle state... then when each button is pressed, load a new swf to replace the main one, which has the specific page's animated title sequence, and ends with the code to load the html page.  So, each separate HTML page would have embedded into it only the main swf, and the title animation swf would be swapped in when a nav button is pressed.  Main issue here is each button press would envoke a preloader sequence (kind of tedious)... and unfortunately all the 'main interface' elements loaded in with the main swf would have to be loaded in again at the start of each animated title swf (although none of the draw up... just the loading of the interface and buttons).  For highspeed users, it should be okay, I guess....
    Thoughts or better ideas?

  • Navigating images in book mode

    Hi,
    Im having real trouble navigating through my images whilst in book mode as when I use the cursers as per usual I advance through albuum pages, not images. Anyone have any idea what Im doing wrong?!
    Tahnks,
    Emma

    Cheers for your answer, whats frustrating me is that I want to navigate through the images using the cursers, but keep the same album page displayed on the screen. Otherwise I have to click the far right/left of the filmstrip to navigate through the images- really hard when youre used to using the cursers in every other module! I just cant imagine why it would default to navigate through the book pages by default and hoped I was missing something!
    Cheers,
    Em

  • When i am logging to my company intranet site for every page navigation it is asking for credentials

    When i am logging to my company intranet site for every page navigation it is asking for credentials

    Also, if the navigation works most of the time but you are prompted for every single image, I suggest restarting Firefox and trying again.
    The following also might help in that situation: When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    orange Firefox button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?

  • Page to Page navigation in adobe interactive forms

    Dear Experts,
    How to achieve page to page navigation in adobe forms.
    When a button is clicked on Page 1, it should navigate to page 2 at a particular line.
    In the above image like symbol "i", how can we achieve this.
    is this possible ?
    Thanks and Regards,
    kasyap.

    Hi Anshul & Gilad,
    Thanks a lot for coming up with the answer, but is the anchor text option available in SAP LIVE CYCLE DESIGNER 8.0 version.
    I am actually working out on SAP interactive adobe forms.
    I only have below options.
    Thanks and Regards,
    Kasyap.

  • Page Navigation Portlet issue

    I am having an issue with a page navigation portlet. I am using adaptive tags and we have actually implemented one custom tag that outputs the current page id.
    I will paste the code here. The issue is that in our portal the pages don't show up in the order we have set in community editor. They are showing up ordered by page id.
    This is being done on 6.0 sp1.
    Here is the code I am using.
    <link type="text/css" href="pt://images/plumtree/common/custom/CIENA/PageNavStandard/MenuStyle.css" rel="StyleSheet" lang="en" />
    <div id="PageNavStandard" xmlns:pt="http://www.plumtree.com/xmlschemas/ptui/">
    <div id="PageNavStandardTitle">Navigation</div>
    <pt:ptdata.currcommunitypagesdata pt:id="compages" />
         <ul id="MenuNav">
         <pt:logic.foreach pt:data="compages" pt:var="commpg">
                   <li>
                   <script>
                        var linkstr = "<pt:logic.value pt:value="$commpg.url" />";
                        var PageReg = new RegExp(/PageID=(\d*)\D/);
                        if(PageReg.exec("<pt:logic.value pt:value="$commpg.url" />")[1] == <pt:ciena.currpageid/>) {
                             document.write('<a href=" + linkstr +  id="ActivePage" ">');
                        } else {
                             document.write('<a href=" + linkstr +  ">');
                        document.write('<pt:logic.value pt:value="$commpg.title"/>');
                        document.write('</a>');
                        //document.write(PageReg.exec("<pt:logic.value pt:value="$commpg.url" />")[1]);
                   </script> <!--
                   <pt:core.html pt:tag="a" href="$commpg.url">
                        <pt:logic.value pt:value="$commpg.title"/>
                   </pt:core.html>
                                  -->
         </pt:logic.foreach>
         </ul>
    </div></a>

    That is most peculiar because we are doing a nearly identical page navigation portlet and we have the ability to shuffle the pages via the community object.
    Are you using your code in publisher or in a custom portlet?
    Perhaps you could try using this code in publisher and see if the results are returned appropriately:
    <span xmlns:pt='http://www.plumtree.com/xmlschemas/ptui/'>
    <!-- TOKEN NAMESPACE -->
    <pt:namespace pt:token="$$TOKEN$$"/>
    <style type="text/css">
            #pt-portlet-$$TOKEN$$ {
                    background-color: #3366CC;
                    font: verdana,arial,helvetica,"sans-serif";
                    font-size: 10px;
              margin-bottom: 10px;
            #portlet_navigation$$TOKEN$$ td {
              font: verdana,arial,helvetica,"sans-serif";
              font-size: 10px;
              color: #8CB5DE;
         #portlet_navigation$$TOKEN$$ a {
              text-decoration: none;
              color: #FFFFFF;
            #portlet_navigation$$TOKEN$$ a:hover {
              text-decoration: underline;
       #portlet_parent$$TOKEN$$ td {
          color: #8CB5DE;
          text-decoration: none;
          font: bold 10px verdana,arial,helvetica,"sans-serif";
       #portlet_parent$$TOKEN$$ a {
          color: #8CB5DE;
          text-decoration: none;
          font: bold 10px verdana,arial,helvetica,"sans-serif";
       #portlet_parent$$TOKEN$$ a:hover {
         text-decoration: underline;
    </style>
    <!-- get the portal data -->
    <pt:ptdata.currcommunitypagesdata pt:id="commmenu"/>
    <pt:ptdata.editcommunitydata pt:id="commactions"/>
    <pt:ptdata.currparentcommunitydata pt:id="parent"/>
    <pt:ptdata.currentcommunitypageiddata pt:id="currpage" />
    <table id="portlet_parent$$TOKEN$$" width="100%">
       <tr>
          <td colspan="2"> </td>
       </tr>
       <tr>
          <td class="platportletwideheader">
          <pt:logic.foreach pt:data="parent" pt:var="curr">
             <pt:core.html pt:tag="a" href="$curr.url"><pt:logic.value pt:value="$curr.title"/></pt:core.html>/
          </pt:logic.foreach><pt:standard.realmname/>
          </td>
       </tr>
    </table>
    <table cellpadding="0" cellspacing="0" border="0" width="100%" id="portlet_navigation$$TOKEN$$">
       <tr>
          <td>
          <table cellpadding="0" cellspacing="0" border="0" width="100%">
                  <pt:logic.foreach pt:data="commmenu" pt:var="commpg">
                  <!-- currpage will be set to null if it's not the current page -->
             <pt:standard.choose>
             <pt:standard.when pt:test="intsequal" pt:int1="$currpage.PageID" pt:int2="$commpg.PageID">
              <tr bgcolor="#338AF0" width="100%" style="padding-top:2px; padding-bottom:2px;">
                   <td width="15px" align="right"><img src="images/bullet_white_highlight.gif" /></td>
                          <td>
                               <pt:core.html pt:tag="a" href="$commpg.url">
                             <pt:logic.value pt:value="$commpg.title"/>
                        </pt:core.html>
                   </td>
                   <td valign="middle" align="right" style="padding-bottom:5px;"><img src="images/leftnav_arrow.gif" border="0" /></td>
              </tr>
         </pt:standard.when>
         <pt:standard.otherwise>
              <tr width="100%" style="padding-top:2px; padding-bottom:2px;">
                   <td width="15px" align="right"><img src="images/bullet_white.gif" /></td>
                   <td colspan="2">
                        <pt:core.html pt:tag="a" href="$commpg.url">
                             <pt:logic.value pt:value="$commpg.title"/>
                        </pt:core.html>
                   </td>
              </tr>
         </pt:standard:otherwise>
         </pt:standard.choose>
             </pt:logic.foreach>
             <tr>
                <td colspan="3"> </td>
             </tr>
             <!-- RETRIEVE RELATED COMMUNITY LIST AND SUBCOMMUNITY LIST -->
             <pt:ptdata.currrelatedcommunitiesdata pt:id="relcomms" />
             <pt:ptdata.currsubcommunitiesdata pt:id="relcomms" />
         <pt:ptdata.sortcollectiondata pt:id="sortedsubcomms" pt:data="relcomms" pt:sortby="title" pt:sorttype="string"></pt:ptdata.sortcollectiondata>
         <pt:standard.choose>
              <pt:standard.when pt:test="isEmpty" pt:col="relcomms">
              </pt:standard.when>
              <pt:standard.otherwise>
                   <tr><!--dotted line-->
                        <td colspan="3" background="images/dotted_line_leftnav.gif"><img src="images/spc.gif" width="180" height="1" alt="" border="0"></td>
                            </tr>
                   <tr>
                                 <td colspan="3" class="platportletwideheader">Associated Communities</td>
                                                    </tr>
                   <pt:logic.foreach pt:data="sortedsubcomms" pt:var="commpg" >
                                 <tr width="100%" style="padding-top:2px; padding-bottom:2px;">
                             <td height="16"> </td>
                                    <td colspan="2">
                                         <pt:core.html pt:tag="a" href="$commpg.url">
                                              <pt:logic.value pt:value="$commpg.title"/>
                                         </pt:core.html>
                                    </td>
                        </tr>
                            </pt:logic.foreach>
              </pt:standard.otherwise>
         </pt:standard.choose>
         <pt:standard.choose>
              <pt:standard.when pt:test="stringToACLGroup('group=1,771;').isMember($currentuser)" >
                   <tr><!--dotted line-->
                        <td colspan="3" background="images/dotted_line_leftnav.gif"><img src="images/spc.gif" width="180" height="1" alt="" border="0"></td>
                            </tr>
                   <!-- PORTAL TOOLS -->
                   <tr>
                               <td colspan="3" class="platportletwideheader">Portal Tools</td>
                            </tr>
                            <pt:logic.foreach pt:data="commactions" pt:var="element">
                            <tr width="100%" style="padding-top:2px; padding-bottom:2px;">
                        <td height="16"> </td>
                               <td colspan="2">
                                    <pt:core.html pt:tag="a" href="$element.url">
                                         <pt:logic.value pt:value="$element.title"/>
                                    </pt:core.html>
                               </td>
                   </tr>
                            </pt:logic.foreach>
                    </pt:standard.when>
         </pt:standard.choose>
          </table>
          </td>
       </tr>
       <tr>
          <td> </td>
       </tr>
    </table>
    </span>

  • Page Navigation Increases Memory

     Hi All,
          1)        I am developing an windows phone 8.1 app which holds  10 to 20 (thumbnails only ) thousands of images in a page.
    the page contains 3 to 4 ListViews ,GridViews . how to handle those no of images in a listview and gridview with out out of
    memory
    Expection.
          2)      Also , when I am navigation to that page my memory is increasing rapidly. (20 to 30 mb each time navigation).
    please help me how to handle those OutOfMemory Exceptions and clear data i.e image disposing,clear cache memory in
    ListView/GridView , clear page navigating  etc.
         3) Which one is better to navigate back i.e Frame.GoBack() or Frame.Navigate ? Is both same, I am using Frame.Navigate for
    back also to reach some of requirements
    Thanks
    Sarvesh.
    sarvesh

     Hi Matt Small, yes I am caching the page in constructor as
    this.NavigationCacheMode = Windows.UI.Xaml.Navigation.NavigationCacheMode.Required;
    and while going back i am disable cache in OnNavigatingFrom
     this.NavigationCacheMode = Windows.UI.Xaml.Navigation.NavigationCacheMode.Disabled;
        I want navigation Cache enable because from the listview/gridview item tapped i am navigating to another page and while coming back i need not load again the whole page
     Is there any alternate solution with out using NavigationCacheMode .
      Also i observed that cache turnoff is not that much of  effected  please help in another way or alternate for cache
    Thanks
    sarvesh

  • Page navigation vs url

    What is different between page navigation and URL ?
    For example ,there are 2 pages , page1.jsp and page2.jsp .
    User can go from page1 to page2 ?
    I can use page naigation method to return to page2 or I put a image Hyperlink on page1 , the user click the hyperlink to go to page2.
    I would like to know what is the different between two method ?
    Thanks

    Several components are action components. You can associate these components with action methods. When a user clicks on the action component the page is submitted to the server and the associated action method (if any) is called and the result of that action method (the return value) determines where to go next.
    The hyperlink offers the option of a url or an action handler . If you specify an action handler then the hyperlink works like any action component, as described above.
    However, if you specify a url instead, then the page is not submitted. The server simply serves up the page specified by the url.
    Because the page is not submitted, no action methods or any other methods get invoked.
    Have I explained that clearly?
    If not, here is more information: http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/about_components.html#action
    Chris

  • Images exported using Leopard are soft compared to Tiger.

    I've been working on exporting images for client preview and noticed that the images I'm exporting under Leopard seem a bit soft. I checked my export settings and everything looks the same as it did under Tiger.
    For comparisons sake, I exported several images that had previously been exported under Tiger and there is a definite difference. Side-by-side, the images exported using Leopard are much softer than the images exported using Tiger. The edits on these images were all previously done using Tiger.
    Has anyone else noticed this?
    I'm using 1.5.6 on 10.5.1.
    Thank you!
    Cheers,
    Anthony
    Message was edited by: Barbatto - Fixed Subject Line

    Janet Taylor wrote:
    Everything looks fine for me from Aperture and LR. I did a clean install of Leopard and all my apps on a Macbook Pro. Are you looking at images in photoshop to compare them? Preview is not a reliable way to check for sharpness right now, since some rocket scientist decide it would be cool if you couldn't scale in set increments anymore, and the randomly scaled rendition can be very soft. As a follow-on to that thought, are the images on your web site displaying at the size you exported them at? If they're being scaled on the web page, and safari is using the same rendering engine as Preview, it's possible that it's making the images look soft.
    hope i said something useful.
    Hi Janet,
    Hmmm, perhaps the fresh install is the way to go? I'm using Photo Mechanic view the exported images, not Preview or Safari. I only mentioned Preview in an earlier thread because in other discussions I've found, Preview appears to exhibit some of the same softness that myself and a few others are experiencing with our Aperture exports.
    Here's a screen grab of two images rendered side-by-side in PhotoMechanic. The top image was exported using Tiger while the bottom image was exported using Leopard. The actual edits on the image (white balance, sharpness, etc) were done previously in Tiger. The only thing I did to the image in Leopard was export it.
    http://www.barbatto.com/misc/comparison.jpg
    In this example, it's pretty obvious that the image exported with Leopard is much softer. Also note that the file size is slightly smaller for the Leopard exported image.
    As for the images on my website, most of them were exported with Aperture under Tiger. Since I've upgraded to Leopard and have been experiencing soft images, I've been using Canon's Digital Photo Professional to export any newer shots I've placed on my site.
    Regarding Lightroom, I installed the trial and its exports were flawless. They don't exhibit any of the softness I am experiencing with Aperture.
    So, right now, I'm at a loss. I experience this softness on both my MacPro and MacBook Pro. It should be noted that both machines were upgraded. Perhaps I should take some time and do a clean install on one of the machines and see if my results are any different. Or keep my fingers crossed that 10.5.2 will solve my problems
    Thanks for your comments!
    Cheers,
    Anthony

Maybe you are looking for

  • PowerMac G5 will not boot up

    Hello all - I have a PowerMac G5 Dual 2.3GHz (early 2005) that has recently started to have issues. It froze a few times in the last week, and then would not boot up again. I dug out the original install disks, and was able to boot and run the Apple

  • Smartforms main window is not extending as it was made as a second window

    My Requirement is smartform coof two pages in which second one is an annexure. the second page should come for all the reports. now my first pages main window is not extending as it was made as secondary window.

  • I forgot the answers of the security question and the rest mail

    hello dear apple plz HEEEEEEELLLLLLLLPPPPP MMMMMEEEEE i forgot the answers of the my security question and the password of the rest mail and i deleted the old one from ID apple management then i tried to change the alternate mail to the new one and i

  • Help! Storing a file into Oracle8i

    Hello I've tried several things to store an xml file into my database but all failed. Can anyone please send me a complete JAVA code which inserts a file into the database. Thanks very much in advance! null

  • How to cancel my printing of pages

    I have a HP Officejet 4500 Desktop..I accidently requested to print 14 pages that I do not need.  I do not know how to stop the printing of these pages and I do not want to waste my ink because they are colorful pages....I just want to stop and not p