First letter navigation no longer working with Java 6

Hello,
I just noticed that the first letter navigation stopped working for a JOptionPane and a JComboBox (as Table-CellEditor) I'm using.
Have a look at the following code:
JOptionPane selectionPane;
selectionPane = new JOptionPane( message, JOptionPane.PLAIN_MESSAGE );
selectionPane.setOptions( new String[] { "Ok", "Ignore", "Cancel" } );
selectionPane.setSelectionValues( selections ); // selections is of type Object[]
JDialog dialog = selectionPane.createDialog( this, title );
dialog.setVisible( true );This creates an OptionPane with a JList. With the Java 5 runtime, the first letter navigation is perfectly working, but it's broken with the Java 6 runtime.
I can reproduce this behaviour on a Linux and a Windows 2000 system. It also seems not to be a focus issue, since the JList is properly focused (buttons up / down move the selection).
Any ideas?

Okay, got logging turned way up on all "org.apache.*" and "com.sun.*".
Here is the problem (don't know how to fix it yet:
113121 DEBUG [http-8080-Processor4] org.apache.myfaces.application.NavigationHandlerImpl      - handleNavigation fromAction=null outcome=success no matching navigation-case found, staying on current ViewRootWhy the action is being executed, but afterwards it says fromAction is null, I do not know yet.
I am hoping it is possible with the facelets + myfaces integration, as it would be a lot of work for me to go away from myfaces, and I need the facelet functionality.

Similar Messages

  • Navigation no longer working with

    I have been working with facelets now for a bit. I am on MyFaces 1.1 with the facelet libraries from the Exadel project wizard added.
    Any time I have an action with from-outcome but no from-action specified, everything works as expected. I can route to whichever view. When I add the from-action tag to my configuration, it calls my action and action listeners fine, but the requesting page is always reloaded (I never go to a new view).
    I have verified my "h:commandLink" components are within my "h:form" tag. Hierarchy:
    jsp:root/jsp:text/ui:composition/ui:define/h:form/table/tr/td/h:commandLinkCommand link code:
    <h:commandLink value="mylink" action="#{userBean.saveCurrentUser}"/>
    <t:saveState id="adminUserBean" value="#{userBean}"/>
    </h:form>
    ...(t = tomahawk namespace)
    My template is nothing more than a bunch of div tags & HTML table elements, no JSF logic really.
    Relevant tags in my faces-config.xml:
    <managed-bean>
    <managed-bean-name>userBean</managed-bean-name>
    <managed-bean-class>mypackage.UserBean</managed-bean-class>
    <managed-bean-scope>request</managed-bean-scope>
    </managed-bean>
    <navigation-rule>
    <from-view-id>/administration/*</from-view-id>
    <navigation-case>
    <from-outcome>edit-user</from-outcome>
    <to-view-id>/administration/users/edit.jsp</to-view-id>
    </navigation-case>
    <navigation-case>
    <from-action>#{userBean.saveCurrentUser}</from-action>
    <from-outcome>success</from-outcome>
    <to-view-id>/administration/users/list.jsp</to-view-id>
    </navigation-case>
    ...Code of saveCurrentUser:
    public String saveCurrentUser()
    try
    return "success";
    catch (Exception ex)
      ...(logging)...
      return "failed";
    ...The action to edit the user that contains an action listener works. (navigate from /administration/users/list.jsp to /administration/users/edit.jsp).
    The action to save the user successfully saves the user from what I can see (log is clear), but the page stays at /administration/users/edit.jsp instead of going back to the list.jsp.
    I am using *.jsp instead of something like *.xhtml since Excadel doesn't support anything but *.jsp at this point in time.
    I cannot figure out why the "from-action" is causing the navigation to fail.
    No matter what I try, I get the same results. I attempted to update my facelets libraries, but I messed up along the way and was getting incompatible classes across the jar files, so I just rolled back.
    Any assistance is appreciated. Even if you don't have a solution, if you know of a way to have the view or myfaces print out the navigation rule processing to the logs, that would be good as well. I am using log4j right now as my logger.
    Thanks,
    Andrew

    Okay, got logging turned way up on all "org.apache.*" and "com.sun.*".
    Here is the problem (don't know how to fix it yet:
    113121 DEBUG [http-8080-Processor4] org.apache.myfaces.application.NavigationHandlerImpl      - handleNavigation fromAction=null outcome=success no matching navigation-case found, staying on current ViewRootWhy the action is being executed, but afterwards it says fromAction is null, I do not know yet.
    I am hoping it is possible with the facelets + myfaces integration, as it would be a lot of work for me to go away from myfaces, and I need the facelet functionality.

  • Jconsole no longer works with Java 6.0, it did with 5.0

    Hello,
    We are having a very important issue. We have reproduced the situation in 10 out of 10 computers, all with the same result, even in fresh installations.
    Using jconsole, we are connecting to the following service (BEA weblogic 10): service:jmx:rmi:///jndi/iiop://host:7001/weblogic.management.mbeanservers.runtime
    In the jconsole provided in any revision of Java 5.0 (1.5) it works, that is to say, it is able to connect to the service.
    On the other hand, there is no way to accomplish this using Java 6.0. The connection fails with the following error:
    Nov 6, 2007 10:27:56 AM com.sun.corba.se.impl.orb.ORBImpl checkShutdownState
    WARNING: "IOP01210228: (BAD_OPERATION) This ORB instance has been destroyed, so no operations can be performed on it"
    org.omg.CORBA.BAD_OPERATION: vmcid: SUN minor code: 228 completed: No
         at com.sun.corba.se.impl.logging.ORBUtilSystemException.orbDestroyed(ORBUtilSystemException.java:586)
         at com.sun.corba.se.impl.logging.ORBUtilSystemException.orbDestroyed(ORBUtilSystemException.java:608)
         at com.sun.corba.se.impl.orb.ORBImpl.checkShutdownState(ORBImpl.java:1289)
         at com.sun.corba.se.impl.orb.ORBImpl.create_any(ORBImpl.java:1078)
         at com.sun.corba.se.impl.javax.rmi.CORBA.Util.writeAny(Util.java:296)
         at javax.rmi.CORBA.Util.writeAny(Util.java:80)
         at org.omg.stub.javax.management.remote.rmi._RMIServer_Stub.newClient(Unknown Source)
         at javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:2309)
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:277)
         at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
         at sun.tools.jconsole.ProxyClient.tryConnect(ProxyClient.java:361)
         at sun.tools.jconsole.ProxyClient.connect(ProxyClient.java:297)
         at sun.tools.jconsole.VMPanel$2.run(VMPanel.java:279)
    We have also create our own application to do this and although the same piece of code compiles under both JDKs, it fails to run with exactly the same error under Java 6.0.
    Does anyone know why this is happening and if there is a way to work around it?
    TIA.

    Hi, I faced similar problems access MBeans to Weblogic Server 10 from client under JDK(JRE) 6.0
    , but my way of workaround may be helpful:
    Do not use jmx support jar files from Weblogic Server10, use that from 9 instead. Here I use
    weblogic.jar & webservices.jar
    and it works fine.
    the following is my test program (looks ugly, but only for test)
    public class MyConnection {
        private static MBeanServerConnection connection;
        private static JMXConnector connector;
        public static void initConnection(String hostname, String portString,
                String username, String password) throws IOException,
                MalformedURLException {
            String protocol = "t3";
            Integer portInteger = Integer.valueOf(portString);
            int port = portInteger.intValue();
            String jndiroot = "/jndi/";
            String mserver = "weblogic.management.mbeanservers.domainruntime";
            JMXServiceURL serviceURL = new JMXServiceURL(protocol, hostname, port,
                    jndiroot + mserver);
            Hashtable h = new Hashtable();
            h.put(Context.SECURITY_PRINCIPAL, username);
            h.put(Context.SECURITY_CREDENTIALS, password);
            h.put(JMXConnectorFactory.PROTOCOL_PROVIDER_PACKAGES,
                "weblogic.management.remote");
            connector = JMXConnectorFactory.connect(serviceURL, h);
            connection = connector.getMBeanServerConnection();
        public static void getComplidatedObject() throws Exception {
            //String name = "com.bea:Location=examplesServer,Name=examplesServer,ServerRuntime=examplesServer,Type=JDBCServiceRuntime";\
            String name = "com.bea:Name=DomainRuntimeService,Type=weblogic.management.mbeanservers.domainruntime.DomainRuntimeServiceMBean";
            String attribute = "ServerRuntimes";
            ObjectName on = new ObjectName(name);
            Object obj = connection.getAttribute(on, attribute);
            //Method m = obj.getClass().getMethod("getState", new Class[] {});
            //Object result = m.invoke(obj, null);
            //System.out.println(result);
            System.out.println(obj.getClass().isArray());
            System.out.println(obj);
        public static void discovery() throws Exception {
            String mbeanType = "*:*";
            ObjectName patialObjectName = new ObjectName(mbeanType);
            Set mbeans = connection.queryNames(patialObjectName, null);
            long overallTime = System.currentTimeMillis();
            for (Iterator itr = mbeans.iterator(); itr.hasNext();) {
                ObjectName mbean = (ObjectName) itr.next();
                String sMBeanFullName = mbean.getCanonicalName();
                MBeanInfo mbeanInfo = connection.getMBeanInfo(mbean);
                MBeanAttributeInfo mbeanAttrInfoArray[] = mbeanInfo.getAttributes();
                if (mbeanAttrInfoArray == null) {
                    continue;
                String sMBeanDescription = mbeanInfo.getDescription();
                String s = mbeanInfo.getClassName();
                System.out.println("====================");
                System.out.println(sMBeanFullName);
                for (int i = 0; i < mbeanAttrInfoArray.length; i++) {
                    MBeanAttributeInfo attrInfo = mbeanAttrInfoArray;
    if (attrInfo.isReadable()) {
    //If attribute datatype is supported, add it to the list for this mbean
    String sAttrDataType = attrInfo.getType();
    String sAttrName = attrInfo.getName();
    String sAttrDescription = attrInfo.getDescription();
    System.out.println("Name:" + sAttrName + "\nType:" + sAttrDataType + "\nDesc:" + sAttrDescription);
    } //end if
    public static void main(String[] args) throws Exception {
    String hostname = "192.168.1.24";
    String portString = "7001";
    String username = "weblogic";
    String password = "weblogic";
    MyConnection c = new MyConnection();
    initConnection(hostname, portString, username, password);
    c.printNameAndState();
    c.discovery();
    c.getComplidatedObject();
    c.printNameAndState();
    connector.close();
    public static ObjectName[] getServerRuntimes() throws Exception {
    ObjectName service = new ObjectName(
    "com.bea:Name=DomainRuntimeService,Type=weblogic.management.mbeanservers.domainruntime.DomainRuntimeServiceMBean");
    return (ObjectName[]) connection.getAttribute(service, "ServerRuntimes");
    public void printNameAndState() throws Exception {
    ObjectName[] serverRT = getServerRuntimes();
    System.out.println("got server runtimes");
    int length = (int) serverRT.length;
    for (int i = 0; i < length; i++) {
    MBeanInfo mb = connection.getMBeanInfo(serverRT[i]);
    System.out.println(mb.getClassName());
    String name = (String) connection.getAttribute(serverRT[i], "Name");
    String state = (String) connection.getAttribute(serverRT[i],
    "State");
    System.out.println("Server name: " + name + ". Server state: " + state);

  • Mouse navigation don't work with Java Plugin.

    I'm using forms 10g (10.1.2.0.2) with a Java Plugin 1.5.09.
    The mouse navigation limit seems to be broken and I can't use the mouse to navigate.
    The same form using jinit works fine.
    Is there any reason ? Is it a bug ? Any workaround ?
    Tks
    Tullio

    I'm having the same problem
    Trying to switch from Jinitiator to JRE 1.5.0_12
    Forms 10.1.2.0.3
    All the forms come up, but I cannot select a field with the mouse. When I click in a field, the cursor moves momentarily to the new field, but bounces back to the prior field as soon as I release the mouse button. This seems to be happening in every form.
    Can anyone help?

  • Firefox no longer working with Mac OSX 10.4.11

    i'm using Mac OSX 10.4.11 and Firefox 3.6.12. As i understand it any of ur upgrades no longer work with this computer system. ( I tried to upgrade last week and ur site said upgrades no available gfor my platform version. Last week every time i conducted a search (default Google) i was redirected to http://search.creativecommons.org/?q=crossword+puzzles&sourceid=Mozilla-search.what gives? Have I been hijacked? also sites that I use daily are clipped and entire pages are smaller than usual . see www.shockwave.com
    If u are no longer supporting Mac users, please let us know in advance or at least post it on ur site. Can no longer use Firefox...

    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 Cmd+Shift+r to reload the page fresh from the server.
    (You also can clear Firefox's cache completely using:
    Firefox > Preferences > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now")
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site:
    Tools > Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?
    If you open about:crashes, you should get links to online crash reports. You could post some of the crash IDs for review by volunteers here.
    Given the timing, another issue might be some ads or media in the page. There are some add-ons to block such things...

  • HT1665 Logitech rechargeable speaker S315i no longer works with my iphone 5.  It won't charge or play music.  Is it to do with the speakers or iPhone?

    Hi, my My Logitech rechargeable speaker S315i no longer works with my iphone 5.  It won't charge or play music. When I switched to iPhone 5 I had to buy an adapter - but it still worked perfectly...now it just stopped working???  It still works with my original iPhone (first model!!)
    This must have to do with the iPhone upgrade....has anyone had this problem?
    Landy

    Try this procedure; it has worked for many people.
    Un-sync all your music to remove it from the device, then restart (hold down the home button along with the sleep/wake button until you see the apple, then let go). Now re-sync your music.

  • Facebook and Slacker no longer working with Firefox. Still work with Explorer. Until a week ago problem did not exist.

    I am for about one week not able to input information on Facebook. Also the Facebook page appears in a huge font. Regarding Slacker I do not see any available online radio stations. Until about a week ago everything worked fine. At present I can work with Internet Explorer, but at present can no longer work with Firefox.
    == URL of affected sites ==
    http://www.facebook.com; http //www.slacker.com
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C)

    Haven't tried facebook... But Slacker doesn't work for me either. Running 4.0b7pre on Ubuntu...
    Going to google it at some point, but slacker.com returns:
    VelocityViewServlet : Error processing the template
    Invocation of method 'init' in class com.rockit.webplayer.beans.BrowserDetect threw exception class java.lang.NumberFormatException : For input string: ""
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    at java.lang.Integer.parseInt(Integer.java:468)
    at java.lang.Integer.parseInt(Integer.java:497)
    at com.rockit.webplayer.beans.browser.DetectFirefox.detect(Unknown Source)
    at com.rockit.webplayer.beans.BrowserDetect.doInit(Unknown Source)
    at com.rockit.webplayer.beans.BrowserDetect.init(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor49.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:267)
    at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:197)
    at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:175)
    at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:220)
    at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:230)
    at org.apache.velocity.runtime.directive.Parse.render(Parse.java:181)
    at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:114)
    at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:230)
    at org.apache.velocity.Template.merge(Template.java:256)
    at org.apache.velocity.tools.view.servlet.VelocityViewServlet.performMerge(Unknown Source)
    at org.apache.velocity.tools.view.servlet.VelocityViewServlet.mergeTemplate(Unknown Source)
    at org.apache.velocity.tools.view.servlet.VelocityViewServlet.doRequest(Unknown Source)
    at org.apache.velocity.tools.view.servlet.VelocityViewServlet.doGet(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at com.rockit.util.servlet.StatsServletFilterAction.doFilter(Unknown Source)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)

  • Ipod out no longer works with iOS 6.1

    As the title suggests, after updating my iPhone 5 to iOS 6.1 the iPod out function no longer works with connected devices. With the previous version, I could hook up my Kenwood car stereo using the lightning to 30 pin adapter and the stereo would "Read" my iPhone and begin playing the first track of my music collection. I also had song, artist and playlist search support.
    Now, all I get is a constant "Reading" indicator and can't get past this point.
    Is anyone else having any experiences similar to this and does anyone have any suggestions to fix it?
    Thanks

    Try this.
    Go to Settings>General>Date and Time>Set Automatically>Off.
    Set the date one year ahead. Try to get email.
    If you get an error message, go back to the settings. Correct the date and time (set automatically) then go back and try to get email again.

  • Applets not working with Java 1.7.0_51 in MII 14.0 SP4 Patch 5

    Hi,
    I'm currently evaluating the migration of our MII 12.0 developments to MII 14.
    But I'm running in several issues just trying to use simple things like a SQL query template with an iGrid Display template in test mode.
    Used versions are: MII 14.0 SP4 Patch 5 and on client side the latest Mozilla Firefox with Java 1.7.0_51
    At first I always get a java security warning when the applet is being loaded about unsigned applications.
    At second the applet itself is not running. It always shows "No data available" and the java console shows the following errors (iResult is the id of the applet):
    iResult [ERROR] - Couldn't set query template: No Query Defined
    iResult [ERROR] - Couldn't set display template: null
    iResult [ERROR] - Couldn't set display template: null
    Is this perhaps a general problem, that the MII applets are not working with Java 1.7.x versions?
    If I call the same MII page from a client with Java 1.6.x it is working without errors.
    Do you have some suggestions for me?
    Regards Timo

    please clear your JAVA Cache. that should solve the JRE issue. thanks

  • My iPad Mini with retina display suddenly will not connect to the Internet. It shows full wifi bars, yet no web pages will load. My Internet is working with all other apple devices in my house. The iPad also no longer works with celluar data.

    My iPad Mini with retina display suddenly will not connect to the Internet. It shows full wifi bars, yet no web pages will load. My Internet is working with all other apple devices in my house. The iPad also no longer works with celluar data. I'm not sure what has happened. It was working fine a few hours ago. I have tried resetting it, ive restarted my browser etc. I tried to erase all data from my Ipad but I can't do that because it needs to sign into my Apple ID and use the Internet!

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are drooping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    Fix WiFi Issue for iOS 7
    http://ipadnerds.com/fix-wifi-issue-ios-7/
    iOS 6 Wifi Problems/Fixes
    Wi-Fi Fix for iOS 6
    https://discussions.apple.com/thread/4823738?tstart=240
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    iPad: Issues connecting to Wi-Fi networks
    http://support.apple.com/kb/ts3304
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.h Mt
    Troubleshooting a Weak Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Sig nal.htm
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    10 Ways to Boost Your Wireless Signal
    http://www.pcmag.com/article2/0,2817,2372811,00.asp
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    Some Wi-Fi losses may stem from a problematic interaction between Wi-Fi and cellular data connections. Numerous users have found that turning off Cellular Data in Settings gets their Wi-Fi working again.
    You may have many apps open which can possibly cause the slowdown and possibly the loss of wifi. In iOS 4-6 double tap your Home button & at the bottom of the screen you will see the icons of all open apps. Close those you are not using by pressing on an icon until all icons wiggle - then tap the minus sign. For iOS 7 users, there’s an easy way to see which apps are open in order to close them. By double-tapping the home button on your iPhone or iPad, the new multitasking feature in iOS 7 shows full page previews of all your open apps. Simply scroll horizontally to see all your apps, and close the apps with a simple flick towards the top of the screen.
    Wi-Fi or Bluetooth settings grayed out or dim
    http://support.apple.com/kb/TS1559
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Some apps no longer work with Facebook on my 5s

    Some of my apps no longer work with Facebook. They work fine on my iPod Touch but not on my 5s. Anyone know how to fix this issue?

        YoAshnish,
    Let's take a look! Verizon Wireless is not authorized to directly troubleshoot 3rd party apps, but have you tried uninstalling and reinstalling facebook?  What applications are having trouble working with Facebook?  Let us know if we can be of any further assistance.
    TrevorC_VZW
    Follow us on Twitter @VZWSupport

  • Airplay no longer works with iTunes

    Airplay no longer works with iTunes 10.6; try to stream to speakers connected to Airplay device--use to work fine. Now, in iTunes, the icon in the bottom corner actually says 2 speakers, as it should, but when I open it it only shows speakers connected to computer directly. I have tried re-installing the AirPort utility and configuring it in every which way. I have tried turning off IPV6 in the network. Nothing seems to work.

    I noticed this too and think it's by design. The new master volume slider in the AirPlay window is set at the highest volume in your list of speakers. Drag either the master volume or your external speaker slider to max, and you should get normal volumes out of your Airport Express speakers.
    Unfortunately, the volume slider on the iTunes window seems to be the master volume now, rather than just the volume for the computer. So if you mute the computer using that slider, you mute all speakers. To mute just the computer, you have to do it though the AirPlay speaker list now. Unless I'm missing a preference setting somewhere... thought there used to be something in iTunes or Airport Utility that let you toggle this behavior, but I don't see anything now...

  • A P Elements 3 no longer works with win 7

    A P Elements 3 no longer works with win 7, crashes when I click on preferences and no sound works in editor. So I want to upgrade but not seeing any dates with newer editions. Whats the oldest I can go to work with win 7 64 bit? Like maybe APE 10? Or maybe there is an update to fix 3?

    dfishead
    I have Premiere Elements 4 through 13 on Windows 7 64 bit, and all are working fine.
    You really do not want Premiere Elements 10 on a computer that uses a NVIDIA GeForce video card/graphics card.
    And, 13/13.1 does  not support Windows XP, Windows Vista, or OSX 10.7.
    Do check System Requirement as well as computer resources.
    How far are you getting with the Premiere Elements 3 install on Windows 7 64 bit? Depending on the answer to that question, have you been installing the 3.0.2 Update
    after the 3 install?
    Adobe - Premiere Elements : For Windows : Adobe Premiere Elements 3.0.2 update
    Have you right clicked the desktop icon for the program, if you got that far, and selected Run As Administrator?
    When you are trying to get Premiere Elements 3 on Windows 7 64 bit, are you at least doing that by ignoring the "not compatible" messages and moving onward through
    the installation dialogs as long as it will let you?
    Please review and then let us know the outcome.
    Thank you.
    ATR

  • My XP printer no longer works with snow leopard over the network

    My XP networked printer (Samsung 4200) no longer works with snow leopard after Mac update.  Printer hooked up to XP and can access it through network.
    When I print it requests that I to authenticate the printer with a user name and password but it's not password protected. I don't have a password, but I tried all the usuals anyways. 
    It worked fine a couple days ago, and I've tried everything since.  I've reset my printers, turned off both computers.  Plugged the printer directly into the Mac - didn't work at first but downloaded a new driver Splix - 2 (Samsung doesn't make an OS X driver for this printer) and got it working.  Reinstalled Bonjour on the PC, which can't even see a printer now.  Any help would be hugely appreciated.
    THanks in advance.

    helpthismacuser wrote:
    When I print it requests that I to authenticate the printer with a user name and password but it's not password protected. I don't have a password, but I tried all the usuals anyways. 
    Connecting from a Mac to Windows is password protected. If you tried to connect to a shared folder on Windows you would also be prompted to enter your Windows credentials. So when you do print next time, enter your Windows user details and password. If XP has no password then set one - it is bad practise to have a Windows computer without a password. And updates to Mac OS X expect you to have one set in the Windows computer.
    If for some reason you don't want to set a password in XP then enable the Guest account and you can use this on the Mac when you get the prompt (either select Guest or type it in).

  • HT3728 My Time Capsule is working fine with ethernet connection, but it is no longer working with wifi, probably because of my wrong setting; is there a way to reset wifi setting without losing backuped data? Thanks you all

    y Time Capsule is working fine with ethernet connection, but it is no longer working with wifi, probably because of my wrong setting; is there a way to reset wifi setting without losing backuped data? Thanks you all

    Giancarlo Messalli wrote:
    1) are you sure a reset holding the reset button will not delete my data?
    Absolutely sure.. There is no connection at all.. reset is only the router side of the TC.
    For the hard disk to be erased you need to access the airport utility disk page.. request erase and confirm the operation.
    2) I can access to time capsule by ethernet but I am not able to input the corret setting by myself
    Thank you again
    I am uncertain why if you have access you cannot change settings.. but that is why you reset things so any of those problems should be fixed.
    Here is the Apple info on reset.
    http://support.apple.com/kb/ht3728
    And here is the quote from the horse's mouth so to speak.
    Factory default reset: Perform this reset if you wish to repurpose the AirPort Base Station or Time Capsule and want to remove all personal profiles and settings first. This reset resets the device to its state when you first purchased it. Data stored on internal or external hard drives connected to the device will not be erased. If you choose, you may manually erase the hard drive using AirPort Utility.

Maybe you are looking for

  • Free Shipping by Postcode?

    Hi, racking my brains on this one. Have a list of postcodes which I want to be able to offer free shipping on all orders to. The easiest option would seem to be to simply set the value generated by (I think) shippingCalc to 0, but I can't seem to fin

  • SSRS 2008 R2:Export to excel error

    Hello, I have a report which has 28 columns, one expression for generating alternate row colors, 2 images in the page header. Users are able to render the report in report manager url with in 20 seconds but they are unable to export the report to exc

  • How to use stack canvas in tab canvas in oracle forms

    hi all, how to use stack canvas in tab canvas in oracle forms. please if any one help out in this.

  • JRockit Release R27.6.3 - Corrected bugs

    related to my previous post, i would like to know which are the corrected bugs in this JRockit release ? JLM

  • Looking For 9i - 10G Differences Document

    Does anyone know of a good document that spells out the differences/changes between Oracle 9I to Oracle 10G when upgrading ? Anything I need to be concerned about within my databases such as data types or column lengths ?? I already have the "New Fea