UiXML - table navigation bar problem

I'm using a <table> element and am databinding the blockSize, maxValue and value attributes to values returned in a DataObject from a method DataProvider. The tableData attribute is bound to a PagedDataObjectList returned in the same DataObject. So far so good and this all looks fine on first render. My problem happens when I start paging. I have 18 items to display and a blockSize of 5. The navigationBar renders fine until I get to the last page on which there are only 3 items. The navigation bar says 'Previous 3' instead of 'Previous 5'. When clicked, the previous five items are displayed. Is this a known bug?
Thanks
Ian

Hi Arjuna
We don't want to hardcode the blockSize as this will be a user preference setting. This functionality works in 9.0.2 and Chapter 10 (Tables) of the Developer's Guide gives an example of doing exactly this data-binding - and it does say elsewhere that every attribute can be databound. I notice that some changes have been made to the rendering of the navigationBar in UIX 2.1 - could this have introduced a bug?
Incidentally when you do hard code the blockSize and the tableData has not been populated ('(No search conducted)' as per the BLAF standard) the 'next' link of the navigationBar is not disabled.
Thanks
Ian

Similar Messages

  • Navigation bar problem - like many others

    I have used Fetch to transfer my iweb page to a server, but no matter what theme i used the navigation bar will not show up, and therefore the other pages are not accessible. Many seem to have had this problem, no one has posted a definitive reason or answer.
    I'm using iWeb 2.0.3, MacBook OSX 10.4.11. Here is my website
    visionrenovations.ca
    ready to be eternally grateful

    whoselistening wrote:
    My server people INSIST it is not the add banner, as they tried it on another server without the banner and it still didn't work.
    They are code monkeys, this is their code:
    <!-- begin banner code -->
    <table bgcolor="#000000" align="center" border="0" cellpadding="1" cellspacing="0" width="728">
    <tr>
    <td width="100%">
    <table background="/nf-images/nf_back.gif" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#E7E7E7">
    <tr>
    <td width="10%">
    </td>
    <td width="90%">
    Web Hosting by Netfirms | Free Domain Names by Netfirms
    </td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    <table align="center" border="0" cellpadding="1" cellspacing="0" width="728">
    <tr>
    <td width="100%">
    <!-- Start Creative for 728 x 90 format from Google -->
    <script type="text/javascript"><!--
    googleadclient = "pub-3488059345083622";
    googleadwidth = 728;
    googleadheight = 90;
    googleadformat = "728x90_as";
    googleadtype = "text_image";
    googleadchannel = "";
    googlecolorborder = "FFFFFF";
    googlecolorbg = "FFFFFF";
    googlecolorlink = "0000FF";
    googlecolortext = "000000";
    googlecolorurl = "008000";
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    <!-- End Creative for 728 x 90 format from Google -->
    </td>
    </tr>
    </table>
    <!-- end banner code -->
    <?xml version="1.0" encoding="UTF-8"?><feed xmlns="http://www.w3.org/2005/Atom"><id>urn:iweb:CE1803C7-DB1D-41E2-849A-A15287 2C674C</id><title>Page list Atom feed</title><updated>2008-02-20T17:48:40-05:00</updated><link rel="self" href="feed.xml"/><generator>iWeb</generator><author><name>iWeb</name></author>< entry><id>urn:iweb:E4B05222-5EBF-4D7E-BEC1-E5F30E9AB33B</id><title>The Good Guys</title><title xmlns="urn:iweb:">The Good Guys</title><in-navbar xmlns="urn:iweb:">E4B05222-5EBF-4D7E-BEC1-E5F30E9AB33B</in-navbar><link rel="alternate" href="TheGoodGuys.html"/><updated>2008-02-20T17:48:40.001-05:00</updated><content>The Good Guys</content></entry><entry><id>urn:iweb:A114B491-CE70-43F5-8F9D-5760FD63A039< /id><title>Whole Homes</title><title xmlns="urn:iweb:">Whole Homes</title><in-navbar xmlns="urn:iweb:">A114B491-CE70-43F5-8F9D-5760FD63A039</in-navbar><link rel="alternate" href="Whole_Homes.html"/><updated>2008-02-20T17:48:40.002-05:00</updated><conte nt>Whole Homes</content></entry><entry><id>urn:iweb:4EA0DBF2-AA7C-4161-A86D-7024B72F426F </id><title>Additions</title><title xmlns="urn:iweb:">Additions</title><in-navbar xmlns="urn:iweb:">4EA0DBF2-AA7C-4161-A86D-7024B72F426F</in-navbar><link rel="alternate" href="Additions.html"/><updated>2008-02-20T17:48:40.003-05:00</updated><content >Additions</content></entry><entry><id>urn:iweb:173B07D0-B54A-40C4-A631-98833177 6D3B</id><title>About Us</title><title xmlns="urn:iweb:">About Us</title><in-navbar xmlns="urn:iweb:">173B07D0-B54A-40C4-A631-988331776D3B</in-navbar><link rel="alternate" href="About_Us.html"/><updated>2008-02-20T17:48:40.004-05:00</updated><content> About Us</content></entry></feed>
    I have published it to mac.com and it did work. Maybe if I moved the tabs to the bottom they'd leave it alone...can I do that.
    If you need domain name. you should invest ~$10/year, instead of a free one and suffer at their ignorance.

  • Table Navigation Bar disappears when blocksize equals maxValue

    (Env: JDev 903, uix 217)
    Why decides the uix TableBean to NOT render my navigation bar when blockSize equals maxValue? In JDev902 this worked differently (navBar indeed appeared when blockSize equalled maxValue).
    With the navBar not showing, the user is only able to see how many records the table contains by actually manually counting them of the screen.
    To clarify:
    Scenario: blockSize < maxValue
    1) user queries 20 records
    2) blockSize = 8, maxValue=20
    3) table shows 8 records, with navbar "1-8 of 20"
    4) user is happy
    Scenario: blockSize = maxValue
    1) user queries 20 records
    2) blockSize = 20 (for example set by a user pref), maxValue=20
    3) table shows 20 records, but NO navbar
    4) user is not happy

    Thanks for your reply.
    I can see their point.
    Unfortunately your suggestion to set maxValue to -1/null does not really render the desired result: I am getting a navNar with an enabled "next <n>" button, where <n> equals the blockSize. However there are no <n> next records (as I am already showing them on the screen).
    In my perfect world I would get a navbar with both the "previous" and "next" buttons disabled, and a poplist with one entry: "1-<n> of <n>".
    Might I suggest to add a "toggle NavBar on/of switch" to the Table bean in the next uix release? Does that make sense?
    Thanks,
    Martijn

  • Navigation Bar Problem

    Hello
    I have a problem with my navigation bar, took a page out, and so it trimmed the bar down, but i want to take it a bit more because all the other pages look off centre. However when i do this on one page, it does not replicate what i done to the bar on all of my other pages.
    Any advice?
    Thanks
    Dan

    Are you talking about a navigation bar that you have made yourself or the navigation bar that comes with the page template?
    If you have made your own nav bar, then of course you can cut and paste and delete what is there.
    If you are using the nav bar that comes with the page template, then you cannot cut and paste or delete it, but you can alter the width of where it is on the page. You need to look and see on the first page and see if these settings are correct. Make a note of the settings and go through your site and alter every page to those settings and then they should all look the same.
    It all depends on which nav bar you are using.

  • Navigation Bar Problem - One tab/page not working

    Hi All,
    I apologise in advance if this has been covered, my searching skills are lacking today.
    I have created a website and uploaded. All is fine, but in my Navigation bar my 2nd last page is having issues.
    Once you click on it you cannot click back to any of the previous pages (if that makes sense)
    My website is here: www.makeupbyjade.com.au
    It is the 'Contact Me' page.
    You can click on the page, but once you do, you cannot go back an view another page.
    I am very new to the whole IWeb thing and am still trying to find my feet with alot of it. Does anyone know what i have done wrong????
    Thank you in advance
    Jade
    Message was edited by: Jadelina

    All is good. I fixed it.
    Thank you anyway

  • Record set navigation bar problems

    I am creating a site using ASP and MySQL. I have created a
    Recordset that returns data from my data base. I have created a
    'Record set navigation bar' using Dreamweavers 'Insert > Data
    Objects > Recordset Paging' feature but it isn't working. If I
    print the record set 'total records' binding it returns the value
    -1, so when I click on next in the navigation bar it looks back
    through the database and returns a record that is not even present
    in the SELECT WHERE recordset statement.
    How do I get Dreamweaver to return the correct total records
    value?
    There is a lot of code in the top of the page, I haven't
    included it as I don't understand it well enough to know what bits
    of code apply to the record count.
    Thanks,
    Rob

    I am creating a site using ASP and MySQL. I have created a
    Recordset that returns data from my data base. I have created a
    'Record set navigation bar' using Dreamweavers 'Insert > Data
    Objects > Recordset Paging' feature but it isn't working. If I
    print the record set 'total records' binding it returns the value
    -1, so when I click on next in the navigation bar it looks back
    through the database and returns a record that is not even present
    in the SELECT WHERE recordset statement.
    How do I get Dreamweaver to return the correct total records
    value?
    There is a lot of code in the top of the page, I haven't
    included it as I don't understand it well enough to know what bits
    of code apply to the record count.
    Thanks,
    Rob

  • Navigation Bar Problems

    Right now there is a gray box behind the “Thermal Equipment” tab located on the left side on the screen. There is a gray box behind every menu option like that throughout the website (Batch Equipment, Continuous Equipment, Heating Systems, ect.) The problem that I am having is with every different web browser you open, the position of this box is different. It either moves up or down so it is no longer centered on the heading. Is there any way to indicate what page you are currently on other then placing a box behind it?

    So your question is what else can be used to determine what page the user is on? And im assuming yo You can use underline, bold, a colour change etc. But with html and css you can be pretty limited sometimes. You can also use images created with photo editing software to create an up and down state

  • Navigation bar is messed up... how to fix?

    Help! My navigation bar looks fine in iWeb, but the site shows the words in the wrong places, with pieces missing, and includes one heading (jean ann pics) that I eliminated from the navigation bar. I continue to make changes and those come out fine, but that navigation bar (just the welcome page) won't be corrected!
    site is www.mcelroykin.com
    I think that one time when it was publishing there was some kind of error, but I can't recall what it was-- I was on my way out the door...
    Any thoughts on how to fix this??
    Thanks!!!!!
    Liz (frustrated in NC)

    Yes! There are multiple versions of files like you suggested. How do I know which ones to keep?
    Well, the ones to 'keep' should be inside this folder: iDisk/Web/Sites/iWeb/McElroyKin/McElroyKin Blog (News)/McElroyKin Blog (News)_files. If you are viewing your iDisk's contents as icons and you have View Options set to show the icon preview, it should be possible to visually identify the navbarXnormal.png and navbarXrollover.png files to delete from other folders and to copy the correct ones from McElroyKin Blog (News)_files — but, and it's a BIG 'but', this would be a painstaking process at best, and would inevitably be prone to error.
    I'm afraid my advice is quite radical. I would delete everything in iDisk/Web/Sites/iWeb (assuming McElroyKin is your only site) and publish again from iWeb.
    While you're at it, might I also offer some advice about naming your Blog page? All the rest of your naming convention is excellent (I especially like the main site name of McElroyKin), but by naming your Blog 'McElroyKin Blog (News)' you're asking for long, ugly URLs like those which are showing up — for example,
    http://web.mac.com/bakerlizzie/iWeb/McElroyKin/41F182C9-9B24-42A2-AC53-704C9EAB8 FFA/1316BA2A-99C1-44E5-8F35-0517E4AC5298.html.
    Individual blog pages will always finish with that 30-odd-character combination in their URLs, but you can prevent having another one of those earlier in the URL by avoiding certain characters which Apple recommend against using. In this case, I suspect that the parentheses in your Blog name are responsible for this long-windedness, especially when combined with spaces (which, as we all know by now, on their own result in those ugly %20s in iWeb URLs).
    Having said all this, I also have to say that I too have experienced this navigation bar problem. I found that the situation righted itself after multiple browser cache-clearings and refreshes and re-publishings. If you're anxious about following my recommendation about deleting material from your iDisk prior to re-publishing from iWeb, you could first try re-publishing a couple of times without making any further changes in iWeb. Empty Safari's cache each time. See if this clears things up. If not, then it's time for the heavy artillery.
    800 MHz 17" iMac G4 | 1 GHz 14" iBook G4   Mac OS X (10.4.4)   2 x AirPort Express; Apple wireless keyboard and mouse; LaCie 160GB external HD

  • How to display table range navigation bar at the bottom of the tr table i

    Hello,
    While I am using trinidad, I have to face a critical issue. Can I display table range navigation bar at the bottom of the <tr table> in Trinidad? and remove the range dropdown list, only show the "previous" and "next" link? The project is critical on the UI, this problem is very small but has to be fixed? Does anyone have any ideas&#65311;

    Difficult to do?  No.
    <ul id="bottom-nav"><li><a hef="whatever.php">whatever</a></li><li class="last"><a hef="whatever2.php">whatever2</a></li></ul>
    With this CSS -
    ul#bottom-nav {
         list-style-type:none;
         overflow:hidden;
         width:70%;
         margin:0 auto;
    ul#bottom-nav li {
         float:left;
         padding-right:10px;
         border-right:1px solid #FFF;
    ul#bottom-nav li.last {
         border:none;
    ul#bottom-nav a {
         /* your styles here */

  • Can we move the navigation bar (prev, next link) of advanced table to left?

    Hi,
    I have a question regarding the OA Framework advancedTable navigation bar.
    Normally it is shown on the top right corner of the table, if it contains more than 10rows,
    it will show on the bottom as well.
    My question is, is there a setting to move this navigation bar (Previous Link, Records List, Next Link)
    from the right side to the left side or to the middle?
    In the OAF Developers Guide it doesn't state about being able to move this navigation bar.
    Navigation
    The navigation bar allows you to traverse across different row ranges of a table and is rendered:
    - At the top of the table if the number of rows in the table is less than 10.
    - At both the top and bottom of the table if the rows in the table is equal to or greater than 10.
    Note: No navigation bar is displayed if the number of rows in the view instance is less than the value specified
    for the advancedTable Records Displayed property.
    When a user first navigates to the page, OA Framework does not know how many rows will be returned to the
    table. The navigation bar simply shows the Previous and Next links.
    Once the user navigates through all the rows, the navigation bar displays the row range as a poplist so that the
    user can navigate directly to a specific range of rows, as shown below.
    Thanks.

    Hi,
    I don't think there is anyway to move the same from right to left/Middle.
    Regards,
    Gyan

  • While opening pdf files the menu bar, navigation bar  cracks unobviously and also close and minimise buttons  goes hidden..Facing the problem for last one month. Please help.

    while opening pdf files the menu bar, navigation bar  cracks unobviously and also close and minimise buttons  goes hidden..Facing the problem for last one month. Please help.

    The latest Kaspersky software version is 15.0.1.415 or 15.0.1.415ab.

  • Problems inserting a Fireworks navigation bar in Dreamweaver

    I designed a navigation bar in Fireworks. When I preview it
    works fine and I exported it as a "HTML and Images" file type. I
    used Dreamweaver to insert it through Insert, Image Objects,
    Fireworks HTML, I browse the html file, but when I click OK it
    displays the message: "The selected file is not the correct format.
    Please select an HTML file which was exported from Fireworks". What
    am I doing wrong. Is it the file format when I export it? Please
    help me, I am a rookie with this, have no manuals, no training at
    all, just you.

    I have the same problem: I designed a navigation bar in
    Fireworks. When I preview it works fine and I exported it as a
    "HTML and Images" file type. I used Dreamweaver to insert it
    through Insert, Image Objects, Fireworks HTML, I browse the html
    file, but when I click OK it displays the message: "The selected
    file is not the correct format. Please select an HTML file which
    was exported from Fireworks". What am I doing wrong. Is it the file
    format when I export it? Please help me, I am a rookie with this,
    have no manuals, no training at all, just you.
    I followed your directions and still received the same error.
    What can I do?

  • Problem with custom navigation bar

    I'm trying to create a custom left navigation bar with adaptive tag. when user click on the link it will direct to a pagelet which is created with page template. How can I do it? I don't understand what is pt:objectid? Where can I look for answer? I just need a simple example. Thank you.

    You can get the object id from the "Edit this Community" feature under "My Communities" then look in "properties and names". If you look in the address bar you could also see the objid in there (objId=1234). I was having problems with this too.
    What I did was use the ptdata tag like this:
    <div id="topNav">
    <pt:ptdata.currentcommunityiddata pt:id="currcomm" />
    <pt:ptdata.subcommunitiesdata pt:commid="1234" pt:id="subcommunityPages" />
    <ul>
    <pt:standard.choose>
    <pt:standard.when pt:test="isMatch" pt:str1="$currcomm.objid" pt:str2="3217">
    <li class="down">
    </pt:standard.when>
    <pt:standard.otherwise>
    <li>
    </pt:standard.otherwise>
    </pt:standard.choose>
    <pt:standard.openerlink pt:objectid="3217" pt:classid="512" pt:mode="2">Home</pt:standard.openerlink>
    </li>
    <pt:logic.foreach pt:data="subcommunityPages" pt:var="varCommunityPage">
    <pt:standard.choose>
    <pt:standard.when pt:test="isMatch" pt:str1="$currcomm.objid" pt:str2="$varCommunityPage.objid">
    <li class="down">
    </pt:standard.when>
    <pt:standard.otherwise>
    <li>
    </pt:standard.otherwise>
    </pt:standard.choose>
    <pt:core.html pt:tag="a" href="$varCommunityPage.url" title="$varCommunityPage.title">
    <pt:logic.value pt:value="$varCommunityPage.title"/>
    </pt:core.html>
    </li>
    </pt:logic.foreach>
    </ul>
    </div></p>
    <p>This is for a community that has subcommunities. you could also do the same thing with pages instead.
    Short explaination:
    This line sets up a data object for the current community data and assigns it the variable name "currcomm":
    <pt:ptdata.currentcommunityiddata pt:id="currcomm" /></p>
    <p>This line gets the subcommunities for a particular community (in this case commid="1234" ). You specify which community with the pt:commid.
    <pt:ptdata.subcommunitiesdata pt:commid="1234" pt:id="subcommunityPages" /></p>
    <p>I used a <ul> for it but you could really do it any way you want.</p>
    <p>I added a static "home" tab that will always link to my top level page of the community. this is optional and there may be a better way of doing it:
    <pt:standard.choose>
    <pt:standard.when pt:test="isMatch" pt:str1="$currcomm.objid" pt:str2="3217">
    <li class="down">
    </pt:standard.when>
    <pt:standard.otherwise>
    <li>
    </pt:standard.otherwise>
    </pt:standard.choose>
    <pt:standard.openerlink pt:objectid="3217" pt:classid="512" pt:mode="2">Home</pt:standard.openerlink>
    </li></p>
    <p>for a link to your page you can use this tag. You can get both the objectid and classid from the "properties and names" page as mentioned above. pt:mode is how/what should be displayed (The action of the link (Opener mode). 1 = Open, 2 = View, 3 =ViewMeta.)
    <pt:standard.openerlink pt:objectid="3217" pt:classid="512" pt:mode="2">
    I also have a choose in there to test if the current community you're in is the same as the community of the link. That lets me add a class="down" for a down state. </p>
    <p>This loops through all the subcommunities and builds a link in this format <li>TITLE OF COMMUNITY</li>. </p>
    <p><pt:logic.foreach pt:data="subcommunityPages" pt:var="varCommunityPage">
    <pt:standard.choose>
    <pt:standard.when pt:test="isMatch" pt:str1="$currcomm.objid" pt:str2="$varCommunityPage.objid">
    <li class="down">
    </pt:standard.when>
    <pt:standard.otherwise>
    <li>
    </pt:standard.otherwise>
    </pt:standard.choose>
    <pt:core.html pt:tag="a" href="$varCommunityPage.url" title="$varCommunityPage.title">
    <pt:logic.value pt:value="$varCommunityPage.title"/>
    </pt:core.html>
    </li>
    </pt:logic.foreach>
    </p>
    <p>Hopefully that is what you're trying to do.
    Like I said, you can use the same process for pages instead of subcommunities by using the communitypagesdata tag instead of subcommunitiesdata. You could also combine the two and list all the subcommunities with a foreach loop and inside each loop get the pages from the communitypagesdata with the commid set to the subcommunity objid for that subcommunity.</p><p>
    THis document is very helpful with PT tags... [url http://e-docs.bea.com/alui/devdoc/docs60/References/API_Libraries/TagDocs/index.html]http://e-docs.bea.com/alui/devdoc/docs60/References/API_Libraries/TagDocs/index.html</p>
    -Matt
    Edited by thelimpingtoad at 03/14/2008 5:55 AM

  • HELP/Problems with pull-down navigator bar

    Hi everyone,
    I was wondering if I could get some input. I have just
    re-designed our magazine's site, www.easternsurf.com
    I used Pop-Up menu function in Fireworks 8 to generate our
    Navigator bar. For the most part everything has been working well,
    BUT we've had a couple of complaints that the navigator bar's
    pull-down menus get stuck behind the photos/banner ads/etc. instead
    of in front of them when viewing in Internet Explorer. I'm on the
    Mac platform (OSX Tiger/Macromedia Studio 8) and have seen no
    problems viewing in Safari, Firefox and Netscape. The only
    complaints have come from Internet Explorer users. A couple of
    people updated their browser to the newest version and the problem
    disappeared, however we've still had a couple of people that have
    written in that the newest version of IE is still not displaying
    properly.
    Also we've got a strip of button ads running down the left
    hand side of each page and I've also seen another issue that's
    common on sites of this type...when the pulldown menu overlaps with
    a Flash element, there is a problem with the screen re-draw. I've
    seen this on several other sites and know it's a common problem,
    but does anyone know of a workaround where this won't happen? I
    just noticed that signing on to Adobe's site, there almost seems to
    be a command where the menu keeps re-drawing at a very rapid rate
    so this won't happen.
    Any input would be greatly appreciated, although I'm Mac all
    the way, we are a business and have to get this site visible for
    everyone!
    Thanks

    Hi Oldbudge,
    Welcome to the Community,
    Please Perform a Battery Pull Restart like this While Device is Powered On remove the Battery wait for a min. then re-insert it back wait till the device take a long Reboot.And see if that helps.
    Good Luck
    Prince
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • Htmbl table navigation problem

    We have migrated portal 6.20 to NW04. We have a iVIew where we are displaying material list in htmlb table. But table navigation is not working for the table. Caching mechanizam for 6.2 and NW04 is diffrent so I made changes in portalapp.xml file.
    removed the lines referring to the portal version from the portalapp.xml:
      <application-config>
        <property name="ClassLoadingPolicy" value="5.0"/>
        <property name="DeploymentPolicy" value="5.0"/>
        <property name="AuthenticationPolicy" value="5.0"/>
      </application-config>
    Also, a line was added in the Portalapp.xml:
        <property name="ALLOW_BROWSER" value="No"/>
    Also set the Allow Client-Side Caching = no and Cache Level = none
    even in table navigation is,
         public void onNavigateMaterials(Event event) {
                             if (SESSIONEXPIRED)
                                  return;
                             request = (IPortalComponentRequest) this.getRequest();
                             mySession = request.getComponentSession();
                             profile = request.getComponentContext().getProfile();
                             res = request.getResourceBundle();
                             Bean_R3_Materials materials =
                                  (Bean_R3_Materials) mySession.getValue("R3_Materials");
                             TableNavigationEvent tne = (TableNavigationEvent) event;
                             int newRow;
                             newRow = tne.getFirstVisibleRowAfter();
                             materials.setVisibleFirstRow(newRow);
                             jspOutput = Constants.TAB_MATERIALS;
    and bean is as
    public Bean_R3_Materials() {
              this.visibleFirstRow = 1;
    public int getVisibleFirstRow ()  {
                    return visibleFirstRow;
         public void setVisibleFirstRow (int vfr)  {
                    this.visibleFirstRow = vfr;
    KIndly suggest, what is missing? Points assured.

    I have just noticed that the problem page had a error icon in the bottom left corner of IE, when I clicked this the description is 'Can't set focus on the item because it disabled, or of type that does not accept focus...etc'.
    I have code that enables/disables the buttons in the header fragment, and when I comment out the call to this in the page init() method, the error is no longer displayed and the table functions as expected.
    I will continue to investigate what I have to do to resolve the problem and still provided the necessary functionality.

Maybe you are looking for

  • Mail and photo issues - two part question!

    Hello, The Mail function on both iPad and iPhone stopped working a couple of days into a trip we just took out of the country.  I had to sign into my Gmail account to receive and send emails and photos.  It literally quit on June 9....  I've checked

  • Greetings to you! on Mac os X 10.8.2 does not work iMessage does not start =(

    The program displays an error: how do I fix it? 195:~ sergeyivchenko$ /Applications/Messages.app/Contents/MacOS/Messages ; exit; 2013-02-03 07:13:48.060 Messages[2061:707] assertion on /SourceCache/DataDetectorsCore/DataDetectorsCore-269.1/Sources/Pu

  • Obsolete new "Mac Pro" vs Windows 6 Core 3930K PC - What should I expect?

    OK, I ordered a pretty fast PC from Amazon, kind of a no-name gaming PC but it had great specs, i7 3930 Six Core at 3.2 ghz. Installed a Nvidia GTX 670, did the supported cards text file hack, and Premiere Pro 5.5 on it, along with Quicktime Pro, and

  • List of files present in a folder on application server ?

    Hi, How to get all file names present inside a folder which is on application server ? (not on my workstation !) Like CL_GUI_FRONTEND_SERVICES~DIRECTORY_LIST_FILES, but for a SAP server. Thanks Mickael

  • Injecting faults in JVM

    Hi Injecting faults in JVM, to test the robustness of my application, to predict unforeseen application crashes? Want to carry low level test with application by injecting faults in JVM, like I want the JVM to execute a a` instead of a function a whe