GUI 2 column fixed layout

I want to create a GUI which has 2 columns with fixed dimensions. One the left side a JList and on the right a JPanel.
I have the components created, I just cant get the formatting to work.

In the future Swing related question should be posted in the Swing forum.
I don't understand your problem. The BorderLayout respects the preferredSize of the components when they are added to the West and East of the Layout. Any extra space will be place in the middle of the panel.
If you don't want the user to resize the frame, then you can use frame.setResizable(...);
Also, you don't use setSize(...), when dealing with Swing components. Generally you can use setPreferredSize, but each LayoutManager has its own rules.
I suggest you read the Swing tutorial on [url http://java.sun.com/docs/books/tutorial/uiswing/layout/visual.html]How to Use Layout Managers.
If you need further help then you need to create a [url http://homepage1.nifty.com/algafield/sscce.html]Short, Self Contained, Compilable and Executable, Example Program that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.
And don't forget to use the [url http://forum.java.sun.com/help.jspa?sec=formatting]Code Formatting Tags so the code retains its original formatting.

Similar Messages

  • Three column fixed layout and text-wrap

    I have a page using the three col fixed header and footer
    layout.
    I know that if your #maincontent div has a left margin the
    width+ of the left sidebar, the sidebar appears to continue down
    the page no matter how much content is has in it. In the 3 column
    fixed layout comments it says to delete that margin if you want the
    text to flow into that space after the sidebar content ends. This
    is what I want but it does not work in IE 7.
    Is there a workaround?
    www.sandracase.com
    www.sandracase.com

    Instead of that ,  define three windows for three clolumns and then define three text modules  that would be very easy. I have done the similar requirement for 2 columns.
    Reward points if useful.
    Regards,
    Nageswar

  • Looking for a two-column CSS layout

    I am looking for a two-column CSS layout that is centered
    with blank space
    on the sides, so the layout does not expand across the entire
    screen, but
    instead uses a portion of it (such as 75%). The left column
    would be for
    navigation and I haven't decided if I want it to be liquid or
    fixed, but the
    right column for content would be liquid. There would also be
    a heading div
    and navigation div across the top and a footer across the
    bottom.
    While looking for sample sites I keep finding ones that use
    three columns,
    and I'm worried that if I remove the third column that the
    layout will break
    at some point, even if I don't see it in my test browsers.
    I'm also
    discovering that some of the sample pages out there don't
    respond well when
    I resize the browser window. The columns don't have a minimum
    width or they
    stack on top of each other at some point.
    There are so many different techniques to use when designing
    a layout with
    CSS, some better than others, that I thought maybe some
    people here may
    already know what's tried and true and what should be
    avoided. Are any
    layouts robust enough to allow a third column to be added at
    a future date
    if needed? I also like the idea of putting the content div
    first in the
    code, to improve search engine indexing and also to aid those
    who may be
    using a screen reader, but if that feature makes the coding
    much more
    complex then I could see why I might avoid it for now.

    Sorry Nancy, I didn't see your post for some reason. At least
    we agree (o:
    Jo
    "josie1one" <[email protected]> wrote in message
    news:g4tv32$57f$[email protected]..
    >I have DW8 and am very happy with this:
    >
    http://projectseven.com/products/templates/pagepacks/cssmagic/index.htm
    >
    >
    > --
    > Jo
    >
    >
    > "Matt" <[email protected]> wrote in message
    > news:g4tg96$isq$[email protected]..
    >>I am looking for a two-column CSS layout that is
    centered with blank space
    >>on the sides, so the layout does not expand across
    the entire screen, but
    >>instead uses a portion of it (such as 75%). The left
    column would be for
    >>navigation and I haven't decided if I want it to be
    liquid or fixed, but
    >>the right column for content would be liquid. There
    would also be a
    >>heading div and navigation div across the top and a
    footer across the
    >>bottom.
    >>
    >> While looking for sample sites I keep finding ones
    that use three
    >> columns, and I'm worried that if I remove the third
    column that the
    >> layout will break at some point, even if I don't see
    it in my test
    >> browsers. I'm also discovering that some of the
    sample pages out there
    >> don't respond well when I resize the browser window.
    The columns don't
    >> have a minimum width or they stack on top of each
    other at some point.
    >>
    >> There are so many different techniques to use when
    designing a layout
    >> with CSS, some better than others, that I thought
    maybe some people here
    >> may already know what's tried and true and what
    should be avoided. Are
    >> any layouts robust enough to allow a third column to
    be added at a future
    >> date if needed? I also like the idea of putting the
    content div first in
    >> the code, to improve search engine indexing and also
    to aid those who may
    >> be using a screen reader, but if that feature makes
    the coding much more
    >> complex then I could see why I might avoid it for
    now.
    >>
    >
    >

  • Example Named Column Report Layout?

    Howdy,
    Using APEX 3.1.2, I've successfully setup and tested Apache FOP for a print server. I'm hoping to create a multi-line report layout to emulate the MS Access (of Evil) one this app is replacing, but I'm having trouble getting started.
    It seems that I need to create a Named Column report layout. I've been scouring this forum, the web, and even the new Pro APEX book to find an example of the contents of even the simplest of these XSL-FO files, but I can't find one anywhere. Granted, a little XSL-FO experience would help here, but I can't seem to glean enough from the web to put the pieces together, at least as it applies to APEX. It seems that the examples I do find contain static data, whereas it looks like I should be creating a template form for APEX to populate for passing onto the FOP engine.
    Does anyone have a simple two-column layout they'd be willing to share? Or a good weblink?
    TIA!
    Rich

    Hi Rich,
    This is an example we use in our training:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet xmlns:fox="http://xml.apache.org/fop/extensions" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:saxon="http://icl.com/saxon" extension-element-prefixes="saxon" >
    <xsl:template match="DOCUMENT">
    <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <fo:layout-master-set>
    <fo:simple-page-master master-name="pagemaster1" page-height="845.0pt" page-width="598.0pt" margin-top="10.0pt" margin-left="10.0pt" margin-bottom="10.0pt" margin-right="10.0pt">
    <fo:region-body margin-left="28.0pt" margin-top="28.0pt" margin-bottom="28.0pt" margin-right="28.0pt"/>
    <fo:region-before extent="28.0pt" precedence="true"/>
    <fo:region-after extent="28.0pt" precedence="true"/>
    <fo:region-start extent="28.0pt" precedence="false"/>
    <fo:region-end extent="28.0pt" precedence="false"/>
    </fo:simple-page-master>
    </fo:layout-master-set>
    <fo:page-sequence master-name="pagemaster1" master-reference="pagemaster1">
    <xsl:attribute name="force-page-count">no-force</xsl:attribute>
    <fo:static-content flow-name="xsl-region-before">
    <fo:block-container position="absolute" top="3.0pt" left="357.0pt" height="25.0pt" width="216.0pt">
    <fo:block line-height="14.399999999999999pt" white-space-collapse="false"  linefeed-treatment="preserve"  text-align="start" position="relative" top="3.0pt" left="357.0pt" height="25.0pt" width="216.0pt" color="#000000" font-family="Arial" font-size="12.0pt" font-style="italic">
    <fo:block text-align="left" white-space-collapse="false"  linefeed-treatment="preserve" >
    <fo:inline>
    <xsl:text>Report ran by: </xsl:text></fo:inline>
    <fo:inline>
    <xsl:value-of disable-output-escaping="no" select="USER_NAME"/>
    </fo:inline>
    </fo:block>
    </fo:block>
    </fo:block-container>
    </fo:static-content>
    <fo:static-content flow-name="xsl-region-after"/>
    <fo:static-content flow-name="xsl-region-start"/>
    <fo:static-content flow-name="xsl-region-end"/>
    <fo:flow flow-name="xsl-region-body">
    <fo:block/>
    <fo:block-container position="absolute" top="4pt" left="2pt" height="752.0pt" width="536.0pt" border-width="1.0pt"> <fo:block span="none" white-space-collapse="false" font-family="Helvetica" font-size="12pt" text-align="start" position="relative" top="44pt" left="27pt" height="752.0pt" width="536.0pt"><fo:instream-foreign-object xmlns:xlink="http://www.w3.org/1999/xlink"></fo:instream-foreign-object></fo:block></fo:block-container><fo:block span="none"><!-- GENERATE TABLE START-->
    <fo:table table-layout="fixed">
    <fo:table-column column-width="80.0pt"/>
    <fo:table-column column-width="80.0pt"/>
    <fo:table-column column-width="80.0pt"/>
    <fo:table-column column-width="80.0pt"/>
    <fo:table-body>
    <fo:table-row>
    <fo:table-cell display-align="before" background-color="#cccccc">
    <fo:block line-height="19.2pt" white-space-collapse="false"  linefeed-treatment="preserve"  text-align="start" background-color="#cccccc" color="#000000" font-family="Arial" font-size="16.0pt" font-weight="bold">
    <xsl:text>Ename</xsl:text></fo:block>
    </fo:table-cell>
    <fo:table-cell display-align="before" background-color="#cccccc">
    <fo:block line-height="19.2pt" white-space-collapse="false"  linefeed-treatment="preserve"  text-align="start" background-color="#cccccc" color="#000000" font-family="Arial" font-size="16.0pt" font-weight="bold">
    <xsl:text>Hiredate</xsl:text></fo:block>
    </fo:table-cell>
    <fo:table-cell display-align="before" background-color="#cccccc">
    <fo:block line-height="19.2pt" white-space-collapse="false"  linefeed-treatment="preserve"  text-align="start" background-color="#cccccc" color="#000000" font-family="Arial" font-size="16.0pt" font-weight="bold">
    <xsl:text>Job</xsl:text></fo:block>
    </fo:table-cell>
    <fo:table-cell display-align="before" background-color="#cccccc">
    <fo:block line-height="19.2pt" white-space-collapse="false"  linefeed-treatment="preserve"  text-align="start" background-color="#cccccc" color="#000000" font-family="Arial" font-size="16.0pt" font-weight="bold">
    <xsl:text>Salary</xsl:text></fo:block>
    </fo:table-cell>
    </fo:table-row>
    <fo:table-row>
    <fo:table-cell display-align="before">
    <fo:block line-height="14.5pt" white-space-collapse="false"  linefeed-treatment="preserve"  text-align="start" color="#000000" font-family="Arial" font-size="12.0pt">
    <xsl:value-of disable-output-escaping="no" select="REGION/ROWSET/ROW/ENAME"/>
    </fo:block>
    </fo:table-cell>
    <fo:table-cell display-align="before">
    <fo:block line-height="14.5pt" white-space-collapse="false"  linefeed-treatment="preserve"  text-align="start" color="#000000" font-family="Arial" font-size="12.0pt">
    <xsl:value-of disable-output-escaping="no" select="REGION/ROWSET/ROW/HIREDATE"/>
    </fo:block>
    </fo:table-cell>
    <fo:table-cell display-align="before">
    <fo:block line-height="14.5pt" white-space-collapse="false"  linefeed-treatment="preserve"  text-align="start" color="#000000" font-family="Arial" font-size="12.0pt">
    <xsl:value-of disable-output-escaping="no" select="REGION/ROWSET/ROW/JOB"/>
    </fo:block>
    </fo:table-cell>
    <fo:table-cell display-align="before">
    <fo:block line-height="14.5pt" white-space-collapse="false"  linefeed-treatment="preserve"  text-align="start" color="#000000" font-family="Arial" font-size="12.0pt">
    <xsl:value-of disable-output-escaping="no" select="REGION/ROWSET/ROW/SAL"/>
    </fo:block>
    </fo:table-cell>
    </fo:table-row>
    <fo:table-row>
    <fo:table-cell/><fo:table-cell/><fo:table-cell/><fo:table-cell/></fo:table-row>
    </fo:table-body>
    </fo:table>
    </fo:block></fo:flow>
    </fo:page-sequence>
    </fo:root>
    </xsl:template>
    </xsl:stylesheet>XSL-FO is not the easiest thing to learn ;-) but hopefully the above gives you a headstart.
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/
    http://www.apexblogs.info/

  • Fixed Layout option in Web Dynpro for Java personalization

    Hi,
    i've been searching the forums for an answer on the following topic but couldn't find it so far.
    We've adjusted the SAP standard Time Reporting WD Java application (version 6.00 SP15) via the Control-Right Mouse button. To fit the screen in most browser windows we've removed some columns and set others to fixed width. It turned out that not all columns would accept the customized width unless the Fixed Layout option was set to Yes (instead of Not Personalized).
    So we have set that option and the result is that also the first column (the one where you can click on to select a row) dissapeared. We've upgrade ESS to version 6.03 SP5 and the application no longer works as before. In order to be able to delete lines from the application you need the first column again. And by disabling the Fixed Layout property this column comes back, also the fucntionality but of course the layout gets messed up again.
    The questions I have are: what does the Fixed Layout option do? And is it possible to enable the first column without disabling the Fixed Layout property?
    Much obliged
    Marcel

    Hi
    Since screens/view will be differ by its resolution
    Better to follow the streamline approach to its content (i.e default 100% not 100px).
    I didnt find any fixed Layout option but different layout (ROW,FLOW,GRID,MATRIX)
    Are you talking about Table Fixed Layout ?
    [Help1|table layout;
    [Help2|WD4A table row unselectable;[help3|Table row selector width with fixedTableLayout in 2004s;
    Best Regards
    Satish Kumar

  • Header and first column fixed in the table

    Hi,
    Our requirement is that we want to fix header and first column of the table.
    It means that when we will move right or down through scroll bar then header and first column should be fixed.
    Thanks,
    Anumit

    Hi,
    To fix header, the approach followed can be as following:
    a) Create dedicated table for header with no rows visible
    b) Set the property to FIXED (I do not rememeber proprty)
    c) Create another table with header visiblity to NONE and all data rows visible
    For First Column fix: the following approach could be tried:
    a) New Transparent container: Matrix layout
    b) 2 tables A and B adjacent to each other : B in scroll container[only horizontal scroll enabled] and both associated with same node.
    c) A will have only one column and B will have remaining columns
    regrads,
    ganga

  • How do i add Edge animate .oam files to Fixed Layouts Epubs in Indesign cc 2014?

    How do i add Edge animate .oam files to Fixed Layouts Epubs in Indesign?

    Hi,
    There is a bug on iOS7 which does not let edge animate work correctly here. This issue will happen on iPad and not on Mac OS.
    There is a similar thread that explains in detail this issue you are facing:
    https://forums.adobe.com/thread/1513879
    Regards,
    Pooja

  • How do I set up a 2 column fixed, left sidebar... in CC Dreamweaver based on one of the 16 samples in Dreamweaver CS5?

    I am in Graphic Design school and we are studying Dreamweaver CS5.  One of the projects is to create a new page based on one of the 16 samples available which is the 2 column, fixed, left sidebar, header and footer option.
    However, in CC Dreamweaver, I only see the 2 column, fixed, right sidebar option.

    Change line 62 to
    float: left;

  • In a fixed-layout epub is there a way to turn off the faux spine effect for just one pair of pages?

    I'm formatting a graphic novel as a fixed-layout epub.  Because the pages are generated in Manga Studio with an intended print target, it by far makes the most sense to just use a single, large image for each page.  I'm coding the .opf, .xhtml, and .css files by hand, and I more or less understand everything I'm doing.
    Because the pages are often full bleed, I actually want the faux book chrome afforded by having <meta property="ibooks:binding">true</meta>.  The shadow effect in the gutter gives a nice deliniation between the pages without me having to do anything additional with the formatting.
    However... a handful of pages in the book are two-page spreads.  These look good enough with the shadow spine in the middle, but they would obviously look better without it.  What I'd like to do is identify these particular page pairs as two-page spreads and turn the binding chrome off for just that page pair.  I could of course "fake it" by adding a shadow to the pages themselves (except the spreads) and turning off the binding chrome on the entire book, but it'd be a lot easier to be able to do it in software.
    Apple's formatting guide mentioned nothing of the sort, and searching for a while hasn't turned up anything (not even anyone asking the same question so far as I can tell).  I'm guessing this isn't possible, but it never hurts to ask.  Anybody know of a way to do this?

    Just found this... Sorry to waste the post...
    http://reviews.cnet.com/8301-13727_7-20083707-263/managing-mac-os-x-lions-applic ation-resume-feature/?tag=mncol;title

  • How do I create a fixed layout landscape-only epub3 in Indesign?

    Hi
    I have been trying to create a fixed layout epub3 from indesign without results.
    What I've done is to create a book with 4 pages in layout format 1034px/768px, each of them with text and pictures. I gave the text a style with the paragraph and exported in epub3 format.
    When I upload this to the ipad it works as a epub2, the layout is not fixed.
    When I open the files and read the code it actually is like a epub2, there is no fixed layout meta tag, there is no page dimension in each page, in the css the body size is auto and so on.
    I also opened the files and added without any result the following in the .opf file.
    <meta property="rendition:layout">pre-paginated</meta> (this should create the fixed layout option)
    <meta property="rendition:orientation">landscape</meta> (this should create a landscape only view)
    <meta property="rendition:spread">none</meta> (this should create a one page at a time view)
    Is there a way of achieving what I want or it simply is a functionality not yet introduced?
    Thanks for any advice

    InDesign CS6 or earlier is not designed for creating fixed layout EPUB files. Essentially it would have to be done in a very painful, very manual process. Anne-Marie Concepcion describes the process in this Lynda.com video:
            Creating a Fixed-Layout EPUB      
    The Rorohiko product is the best thing going at the moment.

  • Applying table scroll bar for only table rows with table columns fixed.

    hi oa gurus,
    i had implemented table scroll bars using oarawtextbean , there is no problem in vertical and horizontal scroll bar working its working fine. but the requirement is i need to scroll only the table rows with table columns fixed. so , how to achieve the table scroll for only table datas neglecting table headers.
    the code for vertical and horizontal bars scroll is like this,
    OARawTextBean ors = (OARawTextBean)webBean.findChildRecursive("raw1");
    ors.setText(div id=tabledivid style=height:500px;width:100%; overflow:auto>);
    OARawTextBean ore = (OARawTextBean)webBean.findChildRecursive("raw2");
    ore.setText("</div>");
    where raw1 and raw2 are rawtextbean created above and below of the table . but i dont know hoow to apply this only for table rows neglecting table columns , can anybody give any ideas.
    pelase this is very urgent , can u help me in this regards
    thanks
    Edited by: user630121 on Sep 29, 2008 5:17 AM
    Edited by: user630121 on Sep 29, 2008 5:18 AM

    hi,
    I have a similar task to do... Only to apply scrollbar at the table level.
    I tried using the above mentioned but I am facing Null Pointer Exception..
    Please explain about raw1 and raw2
    Rahul

  • Another Blank Page in Fixed Layout Epub

    Having trouble with a blank page in this epub (link to epub file on acrobat.com).
    I've read a couple of threads, and have exported the indd as an indb and reopened (trying to mitigate the possibility of the file being corrupt). I had to fix a date in the content.opf that was in the MM/DD/YYYY format (reformatted to YYYY-MM-DD). To repackage the epub, I created a new zip file, and added the mimetype file first, and then added the META-INF and OEBPS folders. Everything checks out at EPUB Validator (beta) Results. The file looks horrid in Adobe Digital Editions 3.0, but looks great in Calibre.
    As you can see from the file name, I've tried a number of things to try and deduce the issue (deleting multiple pages, one at a time, to see if there was an issue with a specific page, tried to build the epub without a cover image...)
    It's always the 3rd page that is blank, even after removing multiple pages, which I find curious.
    Any insights from others that have dealt with these problems trying to get Fixed Layout epubs from InDesign CC 2014 into Google Play Books is very much appreciated.

    Hi,
    The file is missing here: (link to epub file on acrobat.com). Could you post it again?
    Did you see your exported FXL EPUB in any other reader? iBooks is recommended but Readium also supports FXL EPUB and would be equally good to verify this issue.
    Regards,
    Pooja

  • InDesign CC ePub Fixed Layout not showing up as an Export option

    I am trying to export an ePub Fixed Layout, but when I go to Export, I only have the ePub option - No Fixed Layout. I have updated to the latest version on Cloud and have restarted my computer. Any solutions?

    What operating system are you running? If you're running Mac OS X 10.6, you will not be able to download the latest version which is InDesign CC 2014. That is required for ePub Fixed Layout.

  • How do you add read aloud to a fixed layout book?

    I have seen some ibooks (childrens books) with read aloud abilities. I know you have to do some programming but what program do you use to edit the code, can you preview it in ibooks (on ipad) if you modify the code, and is there a non-programming way to add audio/speech to your ibooks through ibooks author? Does anyone know the process or what steps and programs needed to add the read aloud feature to an ibook? (I know there are many others out their who would like to know the answers to these questions). Thanks.
    Also, I have HD images (2000x1462) for my ibook in ibooks author and when I preview it on an ipad 2, it downsizes it to regular quality (like 1400x1200 ish). Since I don't yet own an iPad 3, do the images stay HD quality when an ibook (from ibooks author) is viewed on an iPad 3?

    Okay, I just finished building my Ibook in Ibooks Author. I tested one of the free ibooks (Peter Rabit) and liked how it reads to you. I have read many articles and other posts here on Apple.com and everyone seems to want to add this read aloud feature. I have the Fixed Layout EPUBs Miniguide and iBookstore Asse Guide 4_8 and even though the miniguide explains things step by step, its like reading Greek. I am new to programming. Since I assume you are an expert, what I need is help getting started. I'm pretty good at figuring things out, I just need to get a jumpstart as fast as possible. (I don't want to spend a whole month trying to add this read aloud feature).
    1. I have a finished book but its not looking like the fixed layout kids books I see on ibooks. Is there a simple way to just tell ibooks its a fixed layout and get rid of the textbook features without using programming? (I know there are people out there who agree with me)
    2. I know that I need a XML SMIL compatable text editor (BBedit is the only one I heard is free and good). But where do I begin? Is there some kind of template of code where I just add in the code to get the book to read from audio files? If I edit the epub file, will this book still be able to be sent to the iPad through ibooks Author for a preview?
    3. I am familiar with Audacity so the audio part is doable. But the coding is scaring me. To add a word by word reading for the ibook requires more programming.
    4. Tell me a short list of what I need to do in order. I have all this information but its overwhelming because I hate programming. (I tried making an iphone app and gave up because it required Xcode, which is way out of my league). I don't know where to start from my finished iBook so what is the next thing I need to do?
    Thanks Jessica

  • Fixed layout ePub page turn not working in portrait mode

    Hello all,
    First time poster here. I created a childrens book, full color ePub from the Apple 3.1 ePub template. Everything sems to work great in general.  But I wanted the book to be in portrait mode only to get the most out of the graphics. I have the package.opf file set for portrait mode, which shows just one page (correctly), but when turning pages the cool page turn animation does not work when testing on my iPhone5 and an iPad2.  Pages just slide left or right.  But when I change the opf to allow landscape mode, when testing on iDevices, it shows two pages at a time in any mode and the page turn effect works perfectly.  Any way to get the page turn animation to work on just a single page in Portrait mode? To add to it I have an ePub example book from a non-Apple publisher that defaults to single page portrait, and is mostly text (so I'm not sure if its fixed layout or not), and the single page portrait mode allows the page turn animation to work perfectly.
    Thanks all!
    EDL

    The small caps are wrong in Source Sans Regular. This are not correct small caps . This seams to be missing in the font.
    But in italic style you will find correct small caps. They only work in InDesign not in ePub.
    And if you look in my images (first from InDesign, second from Radium - iBooks looks the same) you can see many difference between InDesign and ePub.
    Note the word "pfiffig", the I at the beginning of "Igor" in second paragraph and the "a" in the italic paragraph.
    This is very frustrating! 

Maybe you are looking for

  • Web report searchhelps not working

    hello all, When I run a web report which has selection criteria, I am unable to use the searchhelp "button".  This is the error I get when I click on it: System error in program CL_RSR_WWW_RENDERER and form GET_VARDEF_FOR_F4:03 Any ideas as to what i

  • System preferences freezes

    When i open my system preferences, it freezes. i have done a force quit, restart, shut down still freezes. When it opens all it says is loading images.

  • Using Blackberry as a data modem

    Blackberry Curve 8530 - Sprint I am trying to use my blackberry as a simple, old-fashined data modem. Every two weeks I am required to transmit a data file to Baton Rouge, LA using XMODEM protocol. All the modem info on the Blackberry site seems gear

  • Navigate to item in another block

    I've placed all my items in the correct tabbing order in there block. When i get to the last item how do i navigate to another item in another block.

  • App updates syncing problem

    The problem of app updates not syncing properly (error messages) has been discussed before and the best solution I have seen is to remove the app and then reinstall it by syncing via the iPhone Applications tab in iTunes. However, this has the effect