Why Same UI Page Behaves Differently on Different EBS Env.?

Hi Experts,
I'm checking Accessibility of our UI page in EBS, on Firefox. There are two EBS env. having the same codeline R12.2. On one env., the page shows fine, but the other one shows "No ALT text specified" for the button/graph, etc. Our product page code are the same revision. I have no idea what might cause that. Could you give me some inputs here?
Thanks!

''Possibly'' because when you access the file from your hard disk (I assume that's what you mean by "try the updated web page in my browser") and when you access it from a webserever, the file type is different. If you're brought up with windows you might think that the file type is determined by the extension (.pdf) but it's not. Depending on the webserver, your operating system, and your browser, it ought to depend on the 'mime type'
So try uploading the amended page to your webserver (in a test area) and see if it works off the web.

Similar Messages

  • Team Blog: Why does my page look different in BrowserLab?

    Duane O'Brien, engineer on the BrowserLab team has a new blog post on the BrowserLab Team blog that you might find interesting. It covers when/why you might see rendering differences between the BrowserLab browsers and your local browsers. Good info.
    http://blogs.adobe.com/browserlab/2011/07/11/why-does-my-page-look-different-in-browserlab /
    Bruce
    Bruce Bowman
    BrowserLab product manager
    BrowserLab Team Blog: http://blogs.adobe.com/browserlab
    Twitter: @brucebowman, @adobebrowserlab

    As Wyodor indicated IE is not the most advance, up-to-date browser out there.
    See Roddy’s tips for making iWeb pages more compatible with IE.
    OT

  • Why does "Link Media" behave differently when used as a keyboard shortcut vs when right clicked???

    Not sure whether anyone else is encountering this, but the "Link Media" command behaves differently when right clicked as opposed to when used as a keyboard shortcut.
    When you right click to select that option for an offline file, you get only the corresponding disconnected source media. But when you execute "Link Media" via a keyboard shortcut, PP brings up a huge list of all other offline media. Why does it only do that when you use the keyboard shortcut for "Link Media" but not when you right click "Link Media".
    I'd like to get the Link Media command to behave via the keyboard shortcut the same way it behaves when right clicked. I don't want to have to deal with relinking a hundred other files, but just the single offline file I'm working on.

    Among the alternatives not mentioned... Using a TiVo DVR, rather than the X1; a Roamio Plus or Pro would solve both the concern over the quality of the DVR, as well as providing the MoCA bridge capability the poster so desperately wanted the X1 DVR to provide. (Although the TiVo's support only MoCA 1.1.) Just get a third-party MoCA adapter for the distant location. Why the hang-up on having a device provided by Comcast? This seems especially ironic given the opinions expressed regarding payments over time to Comcast. If a MoCA 2.0 bridge was the requirement, they don't exist outside providers. So couldn't the poster have simply requested a replacement XB3 from the local office and configured it down to only providing MoCA bridging -- and perhaps as a wireless access point? Comcast would bill him the monthly rate for the extra device, but such is the state of MoCA 2.0. Much of the OP sounds like frustration over devices providing capabilities the poster *thinks* they should have.

  • Same Safari, same version, same OS, but behaves differently on two machines

    I have Safari 5.1.1 installed on two machines. Both have 10.6.8 and Safari 5.1.1 installed but some web pages look differently on both machines. There seems to be a problem with browser window sizes. Hmmm ...

    Could it be that the software on the installer CDs and via Software Update is "different" from the file I am able to download from Apple's own company website? Hu ... can you make it more complicated?
    Apple - Support - Downloads

  • Same Code In 2 Different Pages Behaves Differently In Each

    I have a series of three pages such that each, when submitted, calls the next one.  The first page calls the second one correctly, but the second one calls only itself.  Both are using the same code.
    The form code for the first page is:
    <form name="form1" method="post" onSubmit="return show_message();" action="<?php echo $_SERVER['PHP_SELF']; ?>">
    At the top of the page is the following php script:
         In the first page (the one that works):
    if (isset($_POST['submit']))
         echo '<META http-equiv="refresh" content="0;URL=WOTCPg2.php">';     // This works
    //  header('Location: WOTCPg2.php');     // This was tried but didn't work
    ?>
         When the Submit button is pressed, the above code displays the next page, as it should.
         The form code for the second page is:
        <form  method="post" name="QstnrPg1" id="QstnrPg1" action="<?php echo $_SERVER['PHP_SELF']; ?>">
         In the second page is the following php script:
       <?php
    if (isset($_POST['submit']))
    //  header('Location: BlankIOD.php');     // this was tried but didn't work
      echo '<META http-equiv="refresh" content="0;URL=BlankIOD.php">';  // This doesn't work either (???)
    } else
         Other code that executes (correctly) when the form loads
         When the Submit button here is pressed, the form simply refreshes itself.  I can't understand why this is happening, since both pages have essentially the same code.  Can anyone tell me what I'm missing or doing wrong?

    Well, I just discovered something.  Here's a reversal of one of my previous threads (i.e. ... Works in Live View but not on the server.  The second page (above) still doesn't work in my local server (xampp), but just for kicks, I uploaded it to my Yahoo site and guess what? It works there.  Go figure!  I'd really like to know why that would be the case, because it's certainly causing me a lot of confusion.  Are there some xampp settings somewhere that I need to check on?

  • Why the same function ToolTipText behaves differently in Jar and in Class

    Hi All! In my applet I use two similar statements from javax.swing:
    jListTeaSortSelect.setToolTipText("To stop the alarm just click over here.");
    jProgressBar1.setToolTipText("To stop the alarm just click over here.");
    Both work correctly when I run my applet from classes.
    Problem: When I run it from jar, composed from the same classes, second tool tip does not appear.
    I have no idea on where to get a hint to the solution. Could that be that the problem is caused by other graphical components or by the layout of the container?
    The applet and JAR in question with source code can be found on
    http://www.kobylkin.net/TeaTimer.htm , and the source code is included below in this letter as well..
    Thanks!
    Egor
    I do not include GNU GPL here, for histerical reasons [:-)]
    * TeaTimerJApplet.java
    * Created on 19. Januar 2002, 18:56
    * Tea timer with sound alarm to brew your tea right for the best taste.
    * Copyright Kobylkin Egor 2002. [email protected] www.kobylkin.net
    * This program is free software; you can redistribute it and/or
    * modify it under the terms of the GNU General Public License
    * as published by the Free Software Foundation; either version 2
    * of the License, or (at your option) any later version.
    * This program is distributed in the hope that it will be useful,
    * but WITHOUT ANY WARRANTY; without even the implied warranty of
    * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    * GNU General Public License for more details.
    * You should have received a copy of the GNU General Public License
    * along with this program; if not, write to the Free Software
    * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
    USA.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.applet.*;
    import java.applet.Applet;
    import java.net.*;
    public class TeaTimerJApplet extends javax.swing.JApplet {
    /** Creates new form TeaTimerJApplet */
    public TeaTimerJApplet() {
    initComponents();
    /** This method is called from within the constructor to
    * initialize the form.
    * WARNING: Do NOT modify this code. The content of this method is
    * always regenerated by the Form Editor.
    private void initComponents() {//GEN-BEGIN:initComponents
    java.awt.GridBagConstraints gridBagConstraints;
    jListTeaSortSelect = new javax.swing.JList();
    jButtonTimerStart = new javax.swing.JButton();
    jProgressBar1 = new javax.swing.JProgressBar();
    getContentPane().setLayout(new java.awt.GridBagLayout());
    jListTeaSortSelect.setBorder(new
    javax.swing.border.TitledBorder("Select the tea type"));
    jListTeaSortSelect.setModel(new javax.swing.AbstractListModel() {
    String[] strings = { "Test................10sec.", "Green
    tea.........3min.", "Black tea...........4min.", "Black
    tea...........5min.", "Mint, Coffee......8min." };
    public int getSize() { return strings.length; }
    public Object getElementAt(int i) { return strings; }
    jListTeaSortSelect.setToolTipText("To stop the alarm just click
    over here.");
    jListTeaSortSelect.setName("jListTeaSort");
    jListTeaSortSelect.setSelectedIndex(2);
    jListTeaSortSelect.setSelectionBackground(java.awt.Color.yellow);
    jListTeaSortSelect.setSelectionMode(javax.swing.ListSelectionModel.SINGLE_SELECTION);
    jListTeaSortSelect.setAutoscrolls(false);
    jListTeaSortSelect.addMouseListener(new
    java.awt.event.MouseAdapter() {
    public void mousePressed(java.awt.event.MouseEvent evt) {
    jListTeaSortSelectMousePressed(evt);
    gridBagConstraints = new java.awt.GridBagConstraints();
    gridBagConstraints.gridx = 0;
    gridBagConstraints.gridy = 0;
    gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL;
    getContentPane().add(jListTeaSortSelect, gridBagConstraints);
    jButtonTimerStart.setBackground(java.awt.Color.lightGray);
    jButtonTimerStart.setText("Start the timer");
    jButtonTimerStart.setToolTipText("<html>Visit me at
    www.kobylkin.net <br> Copyright Kobylkin Egor 2002 under GNU GPL</html>");
    jButtonTimerStart.setDoubleBuffered(true);
    jButtonTimerStart.setMaximumSize(new java.awt.Dimension(180, 90));
    jButtonTimerStart.setMinimumSize(new java.awt.Dimension(120, 27));
    jButtonTimerStart.setNextFocusableComponent(jListTeaSortSelect);
    jButtonTimerStart.setPreferredSize(new java.awt.Dimension(140,
    27));
    jButtonTimerStart.addActionListener(new
    java.awt.event.ActionListener() {
    public void actionPerformed(java.awt.event.ActionEvent evt) {
    jButtonTimerStartActionPerformed(evt);
    gridBagConstraints = new java.awt.GridBagConstraints();
    gridBagConstraints.gridx = 0;
    gridBagConstraints.gridy = 1;
    getContentPane().add(jButtonTimerStart, gridBagConstraints);
    jProgressBar1.setToolTipText("To stop the alarm signal just click
    over here.");
    jProgressBar1.setMinimumSize(new java.awt.Dimension(140, 14));
    jProgressBar1.setPreferredSize(new java.awt.Dimension(140, 14));
    jProgressBar1.addMouseListener(new java.awt.event.MouseAdapter() {
    public void mousePressed(java.awt.event.MouseEvent evt) {
    jProgressBar1MousePressed(evt);
    gridBagConstraints = new java.awt.GridBagConstraints();
    gridBagConstraints.gridx = 0;
    gridBagConstraints.gridy = 2;
    getContentPane().add(jProgressBar1, gridBagConstraints);
    }//GEN-END:initComponents
    private void jListTeaSortSelectMousePressed(java.awt.event.MouseEvent
    evt) {//GEN-FIRST:event_jListTeaSortSelectMousePressed
    // Add your handling code here:
    if ( timerIsRunningFlag == false )
    jListTeaSortSelect.setBackground(java.awt.Color.white);
    so.stop();
    }//GEN-LAST:event_jListTeaSortSelectMousePressed
    private void jProgressBar1MousePressed(java.awt.event.MouseEvent evt)
    if ( timerIsRunningFlag == false )
    jListTeaSortSelect.setBackground(java.awt.Color.white);
    so.stop();
    private void
    jButtonTimerStartActionPerformed(java.awt.event.ActionEvent evt)
    {//GEN-FIRST:event_jButtonTimerStartActionPerformed
    //set the controls in dumb state:
    jButtonTimerStart.setEnabled(false);
    jListTeaSortSelect.setEnabled(false);
    jListTeaSortSelect.setBackground(java.awt.Color.white);
    switch ( jListTeaSortSelect.getSelectedIndex() ) {
    case 0 : timerDelay = 500; break; //Test 10 sec.
    case 1 : timerDelay = 9000; break; //Green tea 3 min.
    case 2 : timerDelay = 12000; break; //Black tea 4 min.
    case 3 : timerDelay = 15000; break; //Black tea 5 min.
    case 4 : timerDelay = 24000; break; //Mint tea 8 min.
    // every "timerDelay/100" seconds the progress bar status will be
    set to be -5% less by timerTaskPerformer.
    // After 20 times timerDelay will be less than 5% so the
    timerTaskPerformer fires the alarm.
    timer = new javax.swing.Timer(timerDelay, timerTaskPerformer);
    timer.setRepeats(true);
    timer.start();
    timerIsRunningFlag = true;
    progressBarStatus = 100;
    jProgressBar1.setValue( progressBarStatus );
    jButtonTimerStart.setLabel("Timer started");
    so.stop();
    }//GEN-LAST:event_jButtonTimerStartActionPerformed
    private ActionListener timerTaskPerformer = new ActionListener() {
    public void actionPerformed(ActionEvent evt) {
    if (progressBarStatus > 5){ progressBarStatus-=5;
    jProgressBar1.setValue(progressBarStatus);
    }else{
    timer.stop();
    timerIsRunningFlag = false;
    //user alarm actions
    jListTeaSortSelect.setBackground (java.awt.Color.red);
    Toolkit.getDefaultToolkit().beep();
    so=getAudioClip(getCodeBase(), "spacemusic.au");
    so.loop();
    /* "Server not found" IE error.
    open pop-up explorer window to alert user
    try {
    AppletContext ac = getAppletContext();
    ac.showDocument( new URL( getCodeBase() +
    "teaReady.html" ), "_self");
    catch (MalformedURLException exc) {
    showStatus("Cannot find file teaReady.html");
    progressBarStatus = 0;
    jProgressBar1.setValue( progressBarStatus );
    //return to the initial state
    jButtonTimerStart.setText("Start the tea timer");
    jButtonTimerStart.setEnabled(true);
    jListTeaSortSelect.setEnabled(true);
    //Variables declaration
    private int progressBarStatus = 100;
    public boolean timerIsRunningFlag = false;
    public int timerDelay;
    private javax.swing.Timer timer;
    public AudioClip so;
    // Variables declaration - do not modify//GEN-BEGIN:variables
    private javax.swing.JButton jButtonTimerStart;
    private javax.swing.JList jListTeaSortSelect;
    private javax.swing.JProgressBar jProgressBar1;
    // End of variables declaration//GEN-END:variables

    Hi
    What i understand from u'r problem is that when a jar is created and run under browser, ToolTipText for progress panel is not shown? is so is the case - i had no problems..
    The code given was compiled and created a jar successfully..
    this is how i created the jar..(under WindowsNT and MSIE)
    jar cf TeaTimer.jar TeaTimerJApplet.class
    TeaTimer.html
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <TITLE> New Document </TITLE>
    <META NAME="Generator" CONTENT="EditPlus">
    <META NAME="Author" CONTENT="">
    <META NAME="Keywords" CONTENT="">
    <META NAME="Description" CONTENT="">
    </HEAD>
    <BODY BGCOLOR="#FFFFFF">
    <APPLET CODE="TeaTimerJApplet" archive="TeaTimer.jar" WIDTH="200" HEIGHT="200">
    </APPLET>
    </BODY>
    </HTML>
    cheers
    Mohan

  • Deployment of same Ear/Ejbs behaving differently in different machines.

    I have configured an ejb and introduced only local interface for the same. All the localhome, localinterface and ejb implementation classes are packaged inside myejbs.jar. This is placed inside myapp.ear .
    //MyEjbLocal.java
    public interface MyEjbLocal extends  EJBLocalObject {
        public void someMethod() throws MyRemoteException;
    //MyRemoteException.java
    public class MyRemoteException extends RemoteException{
    }When try to deploy this under weblogic9.2, it fails with following exception,
    weblogic.ejb.container.compliance.ComplianceException: In EJB MyLocalSession, method someMethod() defined in the local interface must not include java.rmi.RemoteException in its throws clause.
         at weblogic.ejb.container.compliance.EJBObjectClassChecker.checkMethodsThrowRemoteException(EJBObjectClassChecker.java:182)
    Which is expected, since local interfaces should not throw RemoteExceptions, they should throw EjbException. ( as per specification ).
    But the question here is, the same ear is being successfully deployed in some other machines. Dont knw how....
    When I checked my server log I found out that, weblogic server is failing to deploy ejbs when it is trying to compile ejbs
    *'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1247035767016> <BEA-010087> <The EJB deployment named: myejbs.jar is being recompiled within the WebLogic Server. Please consult the server logs if there are any errors. It is also possible to run weblogic.appc as a stand-alone tool to generate the required classes. The generated source files will be placed in /data/weblogic92/user_projects/domains/mydomain/servers/myserver/cache/EJBCompilerCache/12z5b5x2cmp3g.>*
    But the same log is not present in other machines where it is deploying successfully.
    Any idea on what could be the reason??? Why it is not working in my system??
    All the machines are using same Weblogic version i.e. 9.2

    Thanks Guys.
    I have found the root cause of this issue i.e even though mapping program is same in 2 environments,standard functions(i.e concat Text function)  behaviour may change based on support package versions.
    As i explained in previous posts
    (QA mapping program not generating some of the node in IDOC as DEV does, basically its SOAP to IDOC mapping)
    QA(PI7.0 SP15) and DEV(PI7.0 SP10) have different Java support package stacks, especially SAP_XITOOL component.
    Untill PI7.0 SP10 concat standard function was working for Queue values but in next SP releases it wasn't working(SAP made it Value function i guess, no where its documented by SAP as far as i know).
    So I am sending this issue to SAP.
    Cheers,
    Jag
    Edited by: jag on Sep 18, 2008 11:24 AM
    Edited by: jag on Sep 18, 2008 11:39 AM
    Edited by: jag on Sep 18, 2008 11:42 AM

  • Same FM version, same file, font behaves differently on different machines

    I've been tasked with finding a "number in circle" font that my client can use in lists with up to 99 entries, without doing anything fancy. They just want to use their Numbered1 (for the first list entry) and Numbered (for subsequent list entries) styles and not have to define additional styles, do bizarre keystrokes, etc,
    I was able to solve the problem on my own machine. I found a free font called CombiNumerals LTD that did the trick. I made a list with 99 entries and the numbers looked great. Two-digit numbers were contained within one circle, just like they wanted.
    Strangely, when I moved my test file to one of the client's machines, the font did a switcheroo and didn't work at all. I ended up with numbers in semi-circles and all kinds of problems. It's very strange because both machines have the same OS (Windows XP), same service pack (3), same version of Framemaker, same everything. I'm wondering if a different registry setting is causing the problem. However, I have no clue what to look for. Any ideas?

    Hi everyone, thanks for your help. I finally figured this out. It is not a Frame issue; it's a Windows issue. My machine runs Windows XP sp3, but this possibly applies to other versions.
    To enable ligature support in Windows XP, you must enable East Asian language support:
    Click Start > Control Panel > Regional & Language Options.
    Click the Languages tab.
    Select the Install files for East Asian languages check box. Click OK.
    Windows XP may prompt you to install your Windows XP disk.
    A very simple, but rather unintuitive fix. The font works great now. If you want a two-digit number in a circle, you just type the two numbers next to each other. And numbers from 1 - 99 will appear in sequence within a Frame autonumbered list.

  • Why is my mac behaving differently?

    Help!! Im a fairly new switcher and have been delighted with my Mac mini. However, recently I have encountered 2 annoying problems. I have been unable to download anything including email attachments - I get the error message "cannot create file". The other problem is moving anything to the trash - I am prompted for my password and then am told I have insufficient privileges. How can this be when I hold the administrator account? If I log in to one of the other accounts on my mini, I can both download and use the trash.Previously my account has been performing just fine - why would it change and how can I fix it?
    Thanks!

    I'd start by repairing the disk permissions.
    Macintosh-HD -> Applications -> Utilities -> Disk Utility
    Click on your disk
    click on the repair disk permissions button.
    It seems your permissions have gotten messed up. Do not know why.
    You can see what a files permission are by click once on a file then pressing command-i. Look down the list for Ownership & Permissions. See who is the owner and the access rights.
    It's more complicated, but this is more of a problem for the terminal.
    Macintosh-HD -> Applications -> Utilities -> Terminal
    id
    ls -la
    ls -ld .Trash
    # l is long display
    # a is display hidden files
    # d is directory. Display info on directory.
    #example:
    id
    uid=1000(mac) gid=20(staff) groups=20(staff), 0(wheel), 80(admin)
    mac $ ls -ld .Trash
    drwx------ 5 mac staff 170 Sep 28 21:40 .Trash/
    mac $ ls -ldn .Trash
    drwx------ 5 1000 20 170 Sep 28 21:40 .Trash/
    mac $
    cd
    # cd is change directory
    cd .Trash
    # n is numeric
    # uid is user id
    # gid is group id
    # see how the uid of 1000(mac) is on the files of the ls output.
    I suspect the owner and group has been corrupted.
    This is fairly complicated, but give it a try and post back here what you find.
    Robert
    Message was edited by: rccharles

  • Displaying same JSP page with different views based on BOB and B2B scenario

    Hi Experts,
    I have a requirement where, in the orderstatusdetails.jsp i want to add a button only for a BOB(OOB) scenario but not for the B2B scenario. I know how to display diffenretly by adding the code       
    mybom.getShop().getscenario()
    in the action class i use and putting the codintion OOB or B2B but How can i code in JSP for this requirement? Can you please help me how to do it?
    Thanks a lot in Advance!!!!!
    Regards,
    Lakshman.

    Hello LRG,
    Almost anything you can do in a Java class can be done in a JSP - but it is always recommended you do less of coding in the JSP. But this is an exception you can do in the JSP
    All the inport classes required for this piece of code you have referred can be added to the page import in JSP. For example if you need the class UserSessionData then
    <%@ page import=u2018com.sap.isa.core.UserSessionDatau2019 %>
    will do the job in the JSP. Once you have all the required imports then it is just a matter of adding the piece of code in a Java scriptlet to get the scenario.
    <%
    //Code copied from the message reply by Michael Meyer
    UserSessionData dt = UserSessionData.getUserSessionData(request.getSession());
    BusinessObjectManager mgm = (BusinessObjectManager)dt.getBOM(BusinessObjectManager.ISACORE_BOM);
    String scenario = mgm.getShop().getScenario();
    %>
    After this, is determined in any page, use the variable scenario, use it in a if clause and surround the button with that if clause.
    <% if (scenario == BOBSCENARIO) { %>
      //HTML code in the JSP here for the button when the scenario is BOB
    <% } else { %>
      //More HTML JSP code if the scenario is not BOB
    <% } %>
    Hope this is what you wanted.
    Easwar Ram
    http://www.parxlns.com

  • How to apply different styles to Portlets on the same Portal page?

    How do you apply different styles to Portlets on the same Portal page?
    I'm new to this kind of thing, but understand that something called "cascading style sheets" can help here?
    What are these, how do you use them, and can you make different Portlets (all types - PL/SQL, Java, Applications, etc) on the same Portal page have different styles assigned?
    Thanks!

    Jeff,
    Apply Oracle Portal styles at the region level. Your portlets within each region will inherit the style defined for the region.
    You may want to check out Report #40050 at portalcenter.oracle.com, "Design an Attractive and Compelling Portal Interface" for a good overview of the various design features of Oracle Portal.
    Here is the link:
    http://portalcenter.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/OTN_CONTENT/MAINPAGE/OWSF_2003_PAPERS/40050_STOVER.PDF
    Regards,
    Jay

  • OAF pages in different browsers--problem

    Does the page behave differently on different browsers? For instance,we have a page that loads fine in mozilla, but in IE lay out goes awry. Do we have any special setting to do?
    Kindly reply asap

    Check the reply in thread Clock in OAF page
    Please elaborate, what exactly is the issue? What do you mean by "but in IE lay out goes awry"?
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Why same custom designed item looks different on different MIDP phones?

    Same MIDP application looks different on different phones, which is obvious. But the sizes of custom items are also looks different, which is some thing trouble some. IE the custom designed button of size say 50 X 20, looks proper on BlackBerry MIDP phone, but same button looks very small [cant even recognize] on Nokia MIDP phone. Why it is so?
    Is there any way to design items as per the phone dimensions? Regards.
    Note: I want to get standard item size, font size etc. so that I can use them directly. In this case on every device the designed items will look proper
    Edited by: nikhil_shravane on Aug 21, 2010 04:27 AM

    The look depends on mainly three things, the screen size, screen resolution and dpi. Although dpi is related to the ration of screen size and screen resolution. If the dpi is higher, the same image or item will look smaller than from a device which has a lower dpi. Like the iPhone and BB Bold both has almost identical screen resolution, however Bold has a higher dpi so the same image or a html page looks smaller on Bold than it is in iPhone.
    Regards,
    SD

  • HT1390 Why do I get a different movie price for the same movie on my iPad and iPhone. And 1 device says I can rent it but the other doesn't ,.?

    Why do I get a different movie price for the same movie on my iPad and iPhone. And 1 device says I can rent it but the other doesn't ,.?

    Adding Open DNS codes to your Network Preferences, should give good results in terms of speed-up as well as added security, (including anti-phishing and redirects) (Full information about Open DNS is here: http://www.opendns.com/home/nobloat ) and further independent information can be read here:
    http://reviews.cnet.com/8301-13727_7-57338784-263/free-dnscrypt-tool-enhances-ma c-web-security/?tag=mncol;txt
    and here:
    http://www.macworld.com/article/1146064/troubleshootdns.html?t=234
    Open System Preferences/Network. Double click on your connection type, or select it in the drop-down menu, and in the box marked 'DNS Servers' add the following two numbers:
    208.67.222.222
    208.67.220.220
    (You can also enter them if you click on Advanced and then DNS)
    Sometimes reversing the order of the DNS numbers can be beneficial in cases where there is a long delay before web pages start to load, and then suddenly load at normal speed:
    http://support.apple.com/kb/TS2296

  • How to link the same horizontal page for two different vertical pages without duplicate them?

    Hey guys,
    Is there a way to link the same horizontal page on two different vertical pages without duplicate the horizontal page?
    I have a doublepage of a book splitted in two parts in different vertical pages but i want link the fullsized image in the horizontal page for both of them. Got that? hahaha
    Thank you all

    Confusing But interesing.
    I think it's possible. I have a idea. It will need one advanced trick.
    To explain it, I need test simply haha.

Maybe you are looking for

  • Unchecking view as icon property

    Can I check or uncheck view as icon property of multiple block diagram objects at once?? Labview user Solved! Go to Solution.

  • Cluster problems with Tru64.

    Hi, I have just installed 9.0.1 on Tru64 v5.1a (on a 2 node cluster). When I try to run svrctl I get the following error: no name for node 4 (I get this message If I run 'svrctl' from either node in the cluster) - What does this mean & how do I fix i

  • Integrate Password CUA and Active Directory (AD)

    Hello Everybody, We have integrated AD with our CUA system. Is it possible integrated the same password CUA and AD? How can I configure this? Thank you, Luciana

  • Legal Consolidation - Entity Method Change Case [BPC 7M]

    Hi. We're working on Consolidation Consulting Project. We've faced consolidation problem, Some entities' consoldiation method was changed to Subsidiary from Equity Method. Please let me know how to keep working this project in this case. (about requi

  • Smartview: XML Load Error: An invalid character was found in text content.

    Hi, Im using hyperion 11.1.2.1 with SmartView installed with Office 2007. A lot of forms are working fine on it but we have entered data recently on a number of them and we are unable to open them in SmartView either through the icon and menu options