Applet TAB navigation not working with 1.4.1_01

I recently upgraded to Java version 1.4.1_01. Now, when I load my applets, the TAB key cannot be used for navigation until I open the Java console and then close it again. To ensure that my the threads in my specific Applet are not the problem, I came up with the following test applet:
import java.awt.BorderLayout;
import javax.swing.BoxLayout;
import javax.swing.JApplet;
import javax.swing.JPanel;
import javax.swing.JTextField;
public class TestApplet extends JApplet {
    public void init() {
        super.init();
    public void start() {
        JPanel myPanel = new JPanel();
        myPanel.setLayout(new BoxLayout(myPanel, BoxLayout.Y_AXIS));
        JTextField textField1 = new JTextField("Text Field 1");
        myPanel.add(textField1);
        JTextField textField2 = new JTextField("Text Field 2");
        myPanel.add(textField2);
        JTextField textField3 = new JTextField("Text Field 3");
        myPanel.add(textField3);
        getContentPane().add(BorderLayout.CENTER, myPanel);
    public void stop() {
        super.stop();
}To ensure that my build environment/options are not the problem, I compiled this applet as follows:
javac TestApplet.java
I then came up with the following HTML file for the applet:
<HTML>
<HEAD>
<TITLE>Test Applet</TITLE>
</HEAD>
<BODY MARGINWIDTH="0" MARGINHEIGHT="0" BGCOLOR="white">
<APPLET
CODE=TestApplet.class
WIDTH=635
HEIGHT=500
ALIGN=left
VSPACE=10
HSPACE=10
>
</APPLET>
</BODY>
</HTML>When I access this test applet, again I am not able to navigate among the text fields with the TAB key. However, if I open the Java console, close it right back up, and refresh my applet, the TAB navigation works. I've tried simply refreshing my applet (as well as a hundred other things) and have had no success.
Any help would be GREATLY appreciated.
Thanks in advance

Looks like this is related to Bug #4707289. To fix this,
I added the following lines to the above applet:
textField1.setFocusable(true);
textField2.setFocusable(true);
textField3.setFocusable(true);

Similar Messages

  • Spry Tab Navigation not working in IE

    I have created a couple of test pages to highlight what happens and the issue I have.
    ONE: http://www.netballzone.com.au/aeasphase1handover/testCentresml.html   - navigation to specific tabs doesn't work in IE7 or 8 and all tabs content is displayed in one page and no tab navigation options available.
    TWO: http://www.netballzone.com.au/aeasphase1handover/testCentresml2.html - no way to navigate to get to specific tabs that works in IE7 or 8.
    In Webkit and Firefox all is well and the two examples show the same thing.
    The main requirements I have is to be able to navigate to specific tabs from outside of the page. I have looked at various related topics but cannot see a solution that works for me and Option ONE seems to be the closest I can find.
    As soon as I included the error I get in ONE above.   
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.5; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET4.0C; .NET CLR 3.0.30729)
    Timestamp: Tue, 12 Oct 2010 01:33:34 UTC
    Message: 'Spry.Widget.TabbedPanels' is null or not an object
    Line: 121
    Char: 1
    Code: 0
    URI: http://www.netballzone.com.au/aeasphase1handover/testCentresml.html
    From the page outside via a hyperlink I used  <a href="testCentresML.html?tab=1#TestCentresTabs">
    Thanks in anticipation and regards,
    Mike

    If you want to choose Brunei, the URL should look like
    <a href="testCentresML.html?test=0&country=1">
    and the code for the page
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Untitled Document</title>
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet">
    <script src="SpryAssets/SpryTabbedPanels.js"></script>
    <script src="SpryAssets/SpryURLUtils.js"></script>
    <script> var params = Spry.Utils.getLocationParamsAsObject(); </script>
    </head>
    <body>
    <h1>Test Centres</h1>
    <div id="TestCentresTabs" class="TabbedPanels">
      <ul class="TabbedPanelsTabGroup">
        <li class="TabbedPanelsTab" tabindex="0">First Tab</li>
        <li class="TabbedPanelsTab" tabindex="0">Second Tab</li>
        <li class="TabbedPanelsTab" tabindex="0">Third Tab</li>
        <li class="TabbedPanelsTab" tabindex="0">Test Availability</li>
      </ul>
      <div class="TabbedPanelsContentGroup">
        <div class="TabbedPanelsContent">
            <h2>Countries</h2>
            <div id="CountryTabs" class="TabbedPanels">
              <ul class="TabbedPanelsTabGroup">
                <li class="TabbedPanelsTab" tabindex="0">AUSTRALIA</li>
                <li class="TabbedPanelsTab" tabindex="0">BRUNEI</li>
                <li class="TabbedPanelsTab" tabindex="0">CAMBODIA</li>
              </ul>
              <div class="TabbedPanelsContentGroup">
                <div class="TabbedPanelsContent">Content AUSTRALIA</div>
                <div class="TabbedPanelsContent">Content BRUNEI</div>
                <div class="TabbedPanelsContent">Content CAMBODIA</div>
              </div>
            </div>
        </div>
        <div class="TabbedPanelsContent"><h2>2nd Tab</h2></div>
        <div class="TabbedPanelsContent">
            <h2>3rd Tab</h2>
          <p> 333333 </p>
        </div>
        <div class="TabbedPanelsContent">
          <h2>4th Tab</h2>
          <p> 44444 </p>
        </div>
      </div>
    </div>
    <script>
    var TestCentresTabs = new Spry.Widget.TabbedPanels("TestCentresTabs", {defaultTab: params.test ? params.test : 0});
    var CountryTabs = new Spry.Widget.TabbedPanels("CountryTabs", {defaultTab: params.country ? params.country : 0});
    </script>
    </body>
    </html>

  • CP5.5 Navigation not working with 2 questions in different branches of a project.

    Ok.
    The project is a simple thing that advances to a two option menu.
    Each of the two options takes you down a branch of learning till you get to a single question slide (multiple choice)
    Once that is completed (either correctly or incorrectly) you can go back to the menu page and click on the button to go down the second branch which again ends with a question slide.
    Once that is completed (again either pass or fail) you progress through to the end of the product to the close.
    You can go down either branch.
    However, once you have done either branch 1 or branch 2 question (in either order), when you go down the alternate branch, the product hangs prior to the second question slide.
    Any ideas?
    I know quizzing in CP5.5 is a bit tetchy.

    Just had another idea.  This issue might be due to Quiz Scope.
    Try adding a score to the button/s that allows the user to head off down either branch.  Alternatively, try adding a True/False question on a slide BEFORE the branching slide. 
    If having a scored object at or before the branching slide solves the issue, then you know that what you're dealing with is a Quiz Scope issue.  Then you can just extend the quiz scope to at or before the branch slide to fix it.

  • IWeb Page Navigational Links not working with Internet Explorer 7

    I'm hoping someone can help me out here? My wife created her 1st website using iWeb. I am testing the sites functionality before we publish it. All the pages and links work fine on Firefox and Safari for windows. However, the page navigational links are not working on Internet Explorer 7. All I see is a dot to the left side of where the page links should be. When I start the site in IE7 I get an Active X script warning and I am asked if I want to allow the script to run; to which I reply yes. After I allow the Active X script the dot to the left side of where the page links should be disappears, but the links do not appear.
    Is there anyway to resolve this? Most of the members of her club have Windows based PCs and are using IE7.
    Message was edited by: cviz821

    Yes, Javascript is running on IE7 and other java script applets appear to be working with the exception of the Navbar script.
    It would be great if my wife's friends used a "real" browser, unfortunately 70% of the people on the web use IE7, so this is a real concern if we can't get this to work. I'v seen other iWeb site on IE7 that seem to function fine, so I'm not sure what the issue is here.
    Message was edited by: cviz821

  • 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

  • Applet does not work with a proxy server.URgent

    Hi,
    I have an asp page being hosted from a IIS server.
    The asp page has an applet which gets data from a server side component which is hosted as a service on the server side.For connection to the server I am using URLConnection object and trying to connect over a TCP connection.
    The problem occurs when I use an proxy in the middle.
    I have changed the browser settings to include the proxy.
    The following is the error I recieve:
    Full :http://172.25.11.63:4590/
    <-------------------------------->
    OPening input stream
    in Run ::::
    ERROR: Created data socket but can't open stream on
    it.172.25.11.63:4590//
    172.25.11.63:4590//
    java.io.FileNotFoundException: 172.25.11.63:4590//
         at com/ms/net/wininet/http/HttpInputStream.connect
         at com/ms/net/wininet/http/HttpInputStream.<init>
         at com/ms/net/wininet/http/HttpURLConnection.createInputStream
         at com/ms/net/wininet/WininetURLConnection.getInputStream
         at TalkClientApplet.rendezvous
         at TalkClientApplet.actionPerformed1
         at TalkClientApplet.start
         at com/ms/applet/AppletPanel.securedCall0
         at com/ms/applet/AppletPanel.securedCall
         at com/ms/applet/AppletPanel.processSentEvent
         at com/ms/applet/AppletPanel.run
         at java/lang/Thread.run
    ...Disconnecting.
    Following is my code.
    url = new URL("http://" + host +":"+i);
    urlconnection = url.openConnection();
    urlconnection.setDoOutput(true);
    urlconnection.setDoInput(true);
    System.out.println("Successfully opened the URL connection at " + "http://" + host + ":" + i );
              System.out.println ("Protocol: " + url.getProtocol());
              System.out.println ("Host :" + url.getHost());     
              System.out.println ("Port :" + url.getPort());
              System.out.println ("File :" + url.getFile() );
              System.out.println ("Full :" + url.toExternalForm());
              System.out.println ("<-------------------------------->");
    os = new BufferedWriter(new OutputStreamWriter(urlconnection.getOutputStream()));
    System.out.println("OPening input stream ");
    // is = new DataInputStream(urlconnection.getInputStream());
         System.out.println(urlconnection.getInputStream());
    is = new DataInputStream(urlconnection.getInputStream());
    The exact place where I get the error is whn i call URLConnection.openInputStream().
    Usually this error comes with a malformed URL.But the same code words without a proxy.Also I am not making any changes to my code in both scenarios that is with or without proxy.
    Please help.This is urgent and a showstopper

    Thanks for your nice solution, but unfortunatelly it does not work with lines longer than 100 chars with Netscape. It works fine with IE and appletviewer too.
    Example:
    I use this code:
    try {
                URL url = new URL(protocol,hostName,portNumber,URLstring);
                InputStream in = url.openStream();
                BufferedInputStream bis = new BufferedInputStream(in);
                StringBuffer input = new StringBuffer(60);
                int c;
                while ((c = bis.read()) != -1){
                    System.out.print((char)c);
                    input.append((char)c);
                bis.close();
                dataFromServer = input.toString();
            catch(Exception ex) {
                ex.printStackTrace();
            }I use input file test.html with exactly 100 chars ('a')
    Netscape Java Console:
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadataFromServer : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaI use input file test.html with exactly 101 chars ('a')
    Netscape Java Console:
    ?JL?yyxk?cedataFromServer : ?

  • Pie chart with two measures and date dimension navigation not working

    Hi Experts,
    Pie chart with two measures and date dimension navigation not working. Any help is appreciated.
    Thanks
    V

    Hi Deepak,
    I had time dimension in the RPD.
    I have stacked bar chart with same time dim like year & month in the report. when I go to legand and set navigation it is working fine. But not with pie chart.
    I am not not sure what is the problem. When I click on Pie chart it is not navigating to the target report. Can it be any other issues..???

  • Hi, on a new MBPR 13, I transferred pics from my Samsung Tracfone smartphone using AndroidTransferFile app worked good. My Samsung Galaxy Tab will not transfer with ATF, tried Samsung Kies also no luck, any ideas? Thanks...

    Hi, on a new MBPR 13, I transferred pics from my Samsung Tracfone smartphone using AndroidTransferFile app, worked good. My Samsung Galaxy Tab will not transfer with ATF, tried Samsung Kies also no luck, any ideas? Thanks...

    Today I downloaded a new version of Kies, 3.1.0.15042_6, and it seemed to work fine.  I was able to backup my Note 3 running Lollipop with no hesitation.  Files transferred to my Mac running Yosemite, OS X 10.10.3, easily.  The download is available at http://www.samsung.com/us/kies/

  • Why does right clinking on link and selecting open in new tab does not work?

    Why does right clinking on link and selecting open in new tab does not work?
    It opens up a blank page. The only way to make the link work is to click on the navigation bar in the new tab and press enter to reload the link.

    Do you have that problem when running in the Firefox SafeMode?<br/> ''A troubleshooting mode.''<br />
    1.You can open the Firefox 4.0 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut. <br />
    2. Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut to open it again.''
    If not, see this: <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • My Time Capsule does not work with existing WiFi

    Following a question solved on March 24 by LaPastenague, but gone bad again.
    Apple AirPort Time Capsule
    I felt the need for a physical backup of my data, as I would not completely trust the different clouds. I use, and have used Dropbox for 4-5 years and are very satisfied with that, but I am still not sure if or when a political lunatic will shut off the internet.
    I purchased the Apple AP Time Capsule 2T, because all my other stuff are Apple, and that it's wireless. My old backup is Maxtor 300 GB.
    Since we stay 2-3 weeks on two locations, one in Norway and one in Sweden (two different countries) we must use Mobile Broadband 4G, cables or fibre connections are useless for us, and we don't have it up to the houses. I have one mini router for each country, we bring with us iPhones, iPads, iMac, Apple TV, APExpress. When we pass the boarder I change the mini router, and the system continues working perfect on the WiFi, except the APExpress that needs to be reconfigured,  but then it works.
    The APTC was difficult to make working as it would not accept to be in an existing network, but with good help from the Apple Community, LaPastenague, with forcing the TC connect to the APE with Ethernet cable in bridge mode, ref "My Time Capsule does not work with existing WiFi" from March 24, the problem was solved and all gadgets worked together in a perfect harmony, until we changed location.
    Now, as I have my second WiFi network, and the APExspress is reconfigured, it's like the TC thinks, I am the base boss here, I am not taking orders from APE one more time, and it simply does not work, not only that, it fluctuates all the time.
    I have a slight feeling that the two WiFi bands are making the trouble as during the configuration of the TC sometime the last figure 6 and 7 pops up, and that has something two do with the two different 2,4 and 5 GHZ bands
    So, I am curious if you have any idea ?
    I am thinking of returning the TC if I don't make it work now, but how do I delete all the data that's on it?

    I can deal with the last question first and easily.
    I am thinking of returning the TC if I don't make it work now, but how do I delete all the data that's on it?
    Open the airport utility .. go to the disk tab and select erase.
    When you select erase you will get mulitiple options.
    Quick removes the file table but does not delete the files,, it takes 2min or less.
    A Zero out data is the secure way,, by writing 0 ie low level drive format.
    It can take several hours..
    7 pass will take a week.. not recommended..
    35 pass erase is ridiculous.. it would take a month.. put an ax through the TC. It is quick and better.
    Now, as I have my second WiFi network, and the APExspress is reconfigured, it's like the TC thinks, I am the base boss here, I am not taking orders from APE one more time, and it simply does not work, not only that, it fluctuates all the time.
    The fact that it did work and has now failed might point to faulty unit.
    The only way to tell is reset it properly to factory and start over.
    Universal Factory Reset.. any model TC or AE.
    Unplug your TC/AE from power or turn off at the power point.
    Hold in reset. and power the TC/AE back on..  all without releasing reset and keep holding in for about 10sec. (this is often difficult without a 2nd person or a 3rd arm).
    Release it when the status light flashes rapidly. If it doesn’t flash rapidly you have missed it and try again.
    Note..
    Be Gentle! Feel the switch click on. It has a positive feel..  add no more pressure after that.
    TC/AE will reboot after a couple of minutes with default factory settings and will wipe out previous configurations of the router.
    No files are deleted on the hard disk in a TC.. No reset of the TC deletes files.. to do that you use erase from the airport utility.
    Generally having multiple wireless AP should not cause problems.. but it is better to set channels manually.. so it doesn't go beserk rotating channels.
    Remember to keep all names short, no spaces and pure alphanumeric.
    Sadly though the Apple routers have no logging now and no SNMP and almost nothing to help diagnose a problem, so if it continues .. take it back to apple.. they have given you no other method of fixing it.

  • MBP CD2 DVI to VGA not working with projector

    I am having issues getting the MBP to recognize a DELL 2300 projector through a DVI to VGA apple cable.
    A few months ago there were posts about this, but no solutions. The problem seems to be with the 'INTEL' side of things, as the same projector with the same DVI to VGA apple cable works on an older G4 tower running 10.4.9. The projector also works on an old G4 iBook with it's version of a VGA adapter. To make things more confusing, a DVI to Video apple cable works with the DELL 2300 on my new MBP C2D-but produces a terrible quality picture. Mysteriously, my previous 1st generation MBP CD worked with the DELL 2300 via a DVI to VGA apple cable (but I'm not sure which OS was out at the time 10.4.8?)
    My new MBP CD2 definately recognizes the projector through the DVI to VGA adapter, but the projector doesn't recognize the video signal from the computer. It is DEFINATELY the MBP (or universal drivers), as I have checked the DVI to VGA dongle (works), have checked the projector (works with an ibook running 10.4.8 OSX with VGA dongle), have changed resolution settings before and after connecting, have restarted computer, have tested various orders of connecting the projector and cables. STINK! (I also have TWO DVI to VGA adapters, so it is not a bad adapter). I have also played with exchanging various plist files from older universal versions of 10.4.8 that worked with the projector-no help.
    As I stated, the projector will work (in horrible quality) with a DVI to Video dongle. Why it will not work with the DVI to VGA dongle is a mystery and annoying I would hope that a newer MBP CD2 would be plug and play (like my previous MBP CD and an old G4 tower and an old iBook G4...but no).
    Any ideas, any help, any answers?

    Here are the actors in our play today
    1. MacBookPro A. (my system a CD2 2.16 with OSX 10.4.9)
    2. MacBookPro B. (my friends system a CD2 2.16 with OSX 10.4.9)
    3. an iBook (my friends 1.07 GHz G4 with 10.4.8 and a VGA adapter)
    4. DELL 2300 MP projector
    Plugged in DVI to VGA adapter to the virgin MacBookPro B (never had the projector plugged into it before) Dell projector shows that it recognizes an analog RGB 800X600 signal from MBP B. It projects a beautiful desktop. All is well for a moment.
    In Display preferences we see for the MBP B
    Color LCD, Display: 800X600 stretched, Colors: Millions, Refresh Rate: N/A
    VGA Display
    Now, I unplug the DVI to VGA adapter and naturally MBP B readjusts to it's native resolution. Great.
    Now I immediately plug back in the DVI to VGA adapter. The computer and the projector searches for signal with none found, while the computer shows no attempt at an automatic readjustment as above (800X600 stretched).
    I try the 'detect display' option. It causes computer to stall for a second (as it searches) but it does not detect projector and does not readjust it's own resolution to 800X600 stretched as it did initially. F7 key does nothing.
    This is a problem!
    So, I shut down the projector. I unplug the projector's power source and waited 20 seconds. plugged it back in, started projector back up.
    I shut down/restarted the MBP B.
    I plug back in the DVI to VGA adapter into the MBP B. The MBP B screen flashes to all blue, but does not automatically change to 800X600 stretched (remains at native resolution and does not recognize an external monitor/projector)
    Enter the iBook!
    I plug the iBook's VGA adapter into the projector. The projector shows that it recognizes an analog RGB 1024X768 60Hz signal and projects desktop screen immediately. Plug and play!
    iBook display prefs reveal:
    Color LCD, 1024X768, colors: Millions, Refresh rate: N/A
    Color tab: Generic RGB Profile
    VGA display, 1024X768, colors: Millions,
    Now. I unplug adapter from iBook, iBook readjusts to native display
    plugged back in adapter to iBook, immediately recognizes and displays projected desktop.
    Scene 2: The FREAKY thing!
    Now, I immediately (after unplugging the adapter from the iBook) change adapters to the DVI to VGA adapter and plug the projector into the MacBookPro B, whallla! Back in business. (computer screen adjusted to 800X600, and projector recognized signal).
    Now, what about my computer? I unplug from MBP B and plug into MacBookPro A, and NOTHING...the computer doesn't automatically adjust to a new resolution, and the projector doesn't recognize any signal from the computer.
    Ahhhh Freak out! Now, I plugged adapter back into MacBookPro B, and now back to NOTHING. MBP B no longer recognizes projector or readjusts it's resolution. Was something somehow corrupted?
    Now, I plugged iBook VGA adapter back in, and iBook once again with it's awesome G4 technology (or dated video drivers or something) recognizes the projector in an instant and projects the screen.
    Now, logically I try again to immediately unplug the adapter from the iBook and switch adapters and plug back into MacBookPro B-it worked once right? But, sorry, NOT twice. The mystery deepens.
    Well, I think, maybe it is because I didn't restart MacBookPro B before attempting the switcharoo from iBook to MacBookPro.
    So, I plug back into iBook-projector. And the iBook works immediately again.
    I restart MacBookPro B and plug in to the freshly restarted MBP B...HOUSTON WE HAVE LIFT OFF! The MacBookPro B recognizes the projector and the projector kindly displays the desktop.
    Now what about MacBookPro A...Last time, when I did the switcharoo, it corrupted something to cause the MBP B not to work. Let's try it again. Will this plug-unplug-restart-switch adapters-immediatly plug in technique work...let's see. I restart MBP A, and plug DVI to VGA adapter in. Sorry. Same ol' no signals recognized. MacBookPro A not auto readjusting resolution, and does not list any projector in display prefs.
    Let's get crazy and immediately plug the adapter into the MacBookPro B...it works-oh so logical...NOT! Why wasn't it corrupted this time by MBP A? MacBookPro B readjusts its screen to 800X600 stretched and projector immediately recognizes and projects desktop.
    Now lets see if I can break it again as before. I unplug it from MacBookPro B and back into MacBook Pro B, knowing that this caused it to stop working previously. And...it still works-WHAT? I do it a third time. It still works on MacBookPro B.
    So,
    I plug it back into MacBookPro A...still nothing. Back to MacbookPro B works like a charm. This time it struggles a bit showing that initially it sees a signal from MacBookPro B of 1192X900 (i Think), then the MacBookPro B switches automatically to 800X600 and the projector works.
    Wait..I see something amiss! I see in my MBP A menu bar an icon for Labtick which MBP B does not have. I shut down Labtick, plug back in the DVI to VGA adapter and 'Boom' the projector is recognized.
    I unplug DVI to VGA adapter and plug back in to MBP A and 'Boom' the projector is recognized again...no it couldn't be!
    Well, it is possible it couldn't be because, I shut down the projector, unplug it's power source, plug it back in. I plug it back into the recently working MBP A with Labtick not running, and sorry folks, now the projector doesn't work again. The MBP A does not readjust it's resolution, nor recognize a projector and the projector doesn't recognize the MBP A.
    Let's try the projector in MBP B....same deal. Now it doesn't work. Same symptoms of MBP A.
    Back to the good ol' iBook. Of course it works.
    Now switching over directly to a restarted MBP B. -DOESN'T WORK (as it did using this technique previously)
    Now switching over to MBP A- DOESN'T WORK.
    As you can see, it is hard even with multiple computers to find a series of doing things that consistently makes the projector work.
    Any thoughts, ideas, ways to diagnose? Thanks!

  • I had a repair done on my MacBook Pro and had to have a new hard drive installed. The Apple Auth Repair Shop then updated the OS from 10.6.8 to 10.7.5. Now my iPhoto v 9.2.3 will not open and it sounds like it will not work with this OS. Can you plea

    I had a repair done on my MacBook Pro and had to have a new hard drive installed. The Apple Auth Repair Shop then updated the OS from 10.6.8 to 10.7.5. Now my iPhoto v 9.2.3 will not open and it sounds like it will not work with this OS. Can you please advise?

    You may need many other updates to retain compatibility with Lion. I suggest you reinstall Snow Leopard. Unfortunately, you will need to erase the drive first. Be sure to backup your data if you haven't done so already.
    Clean Install of Snow Leopard
    Be sure to make a backup first because the following procedure will erase
    the drive and everything on it.
         1. Boot the computer using the Snow Leopard Installer Disc or the Disc 1 that came
             with your computer.  Insert the disc into the optical drive and restart the computer.
             After the chime press and hold down the  "C" key.  Release the key when you see
             a small spinning gear appear below the dark gray Apple logo.
         2. After the installer loads select your language and click on the Continue
             button. When the menu bar appears select Disk Utility from the Utilities menu.
             After DU loads select the hard drive entry from the left side list (mfgr.'s ID and drive
             size.)  Click on the Partition tab in the DU main window.  Set the number of
             partitions to one (1) from the Partitions drop down menu, click on Options button
             and select GUID, click on OK, then set the format type to MacOS Extended
             (Journaled, if supported), then click on the Apply button.
         3. When the formatting has completed quit DU and return to the installer.  Proceed
             with the OS X installation and follow the directions included with the installer.
         4. When the installation has completed your computer will Restart into the Setup
             Assistant. After you finish Setup Assistant will complete the installation after which
             you will be running a fresh install of OS X.  You can now begin the update process
             by opening Software Update and installing all recommended updates to bring your
             installation current.
    Download and install Mac OS X 10.6.8 Update Combo v1.1.

  • Better privecy does not work with windows vista home prem. what other program removes LSO'S AND HOW can I stop trackers?

    Question
    better privacy does not work with windows vista home prem. what other program removes LSO'S AND HOW can I stop trackers? edit
    Details

    As a temporary workaround, I believe this Adobe management page allows you to clear your "Flash cookies": [http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html Adobe - Flash Player : Settings Manager - Website Storage Settings panel] (hosted on macromedia.com -- Macromedia was the original developer of Flash).
    Regarding the script error, if I'm reading the script correctly, it is related to accessing your Flash cookies directory. It seems the publisher's support forum is not currently available for searching, but that might be a good next step.
    In the meantime, could you check whether the script has the correct location for your Flash cookies directory? If you can't access Tool > BetterPrivacy, you could check here:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste '''bpr''' and pause while the list is filtered
    (3) There should be a bolded setting named '''extensions.bprivacy.DataDir''' which looks approximately like the following:
    C:\Users\''yourWindowsUsername''\AppData\Roaming\Macromedia
    Do you have a similar value? If you paste the path used by BetterPrivacy into a Windows Explorer window, does it open? Also, click a couple levels in the folder, can you see:
    Flash Player \ #SharedObjects
    If the value is wrong, right-click the wrong value and choose Reset. BetterPrivacy should update the value the next time you try to access it.
    If the value is blank, you could try inserting a sensible value and see whether that helps.
    Any luck?

  • Upgraded to Firefox 4 and now the program I many alarm dealers use with Rapid Response Monitoring no longer works. RR Tech support said it had something to do with a change in Java not working with Firef 4

    Rapid Response Monitoring Center developed a program for their dealers to log on to the main frame and look at customer info. The program now has a disclaimer on the log-on page Does not work with FireFox 4. RR tech support said it had to do with Java functions that were not continued in FF4. I can log on but the program will no longer display customer history or anything that seems to have a data base behind the function tab.
    See www.rapidweb2000.com or call 1-800-932-3822 and ask for tech support for additional info about what they have found is the problem.

    Id this the HP SimplePass Identity manager or Digital Persona fingerprint reader? If it is, the company that make the fingerprint reader have abandoned it. For more details see https://support.mozilla.com/en-US/questions/799388

  • Click on obiee dashboard tabs is not working

    Hi,
    One remote user using cisco vpn to access OBIEE dashboards. everything is all right but when he click on dashboard tabs is not working. I tried with firefox 3.6.0 and IE 8 both have same problem. we dont have this problem within the network. I dont think it's a firewall issue because everything else is working fine. we dont have any custom java script in obiee dashboards. Is it a browser problem? does any one else got this problem before?
    Thanks
    Jay.

    Hi Jay
    Yes Its browser issue. Please make sure the patch updates of IE are updated and i do have the same problem with IE 6 when user remotes (or) use citrix
    One more important point is we have made the dashboards available directly instead of residing in group folder. If you have Dashboards under group folder, give access to that Dashboard directly instead of Group folder
    Eg: Groupfolder A contains A1,A2,A3....A10 dashboards. Give acceess to A1,A2 instead of groupfolder A
    Please mark it Helpful or correct if this solved

Maybe you are looking for

  • Why is it not possible to connect a photo with an appointment in my ical?

    The calender features are in all too basic. I want to click on a certain time and set an appointment for that time. Does this work and i just dont know how yet? Thank you for any answer!

  • Error when connecting to dbase

    The following error appears when I connect to the oracle database: APP-00988 ORACLE error 1034 in fdidrv This other error appears when attempting to shutdown the database to reboot the server: ORACLE_HOME set to /u10/app/oracle/product/7.3.2 ORACLE_S

  • LCD Monitor Resolutions

    Having a slight problem with a Viewsonic VX2235wm LCD Monitor installed approx 3 weeks ago. Installed on a Windows XP Home OEM computer with a MSI NVIDIA GEFORCE NX6600-TD 256MB PCIE TVO DVI   card installed I have been using same setup only as Digit

  • Moving multiple messages at once...HELP PLEASE!

    I can't move multiple messages at once in Mail. Why not? When's it going to get fixed?

  • Pointers for Syncing Shuffle (2)

    Can someone shed some light on the following? 1. Is there a quicker way to sync your ipod? When I sync it syncs all music new and old (already on the ipod). I'm saving all of my new songs in the ITunes Music Folder and hitting auto fill. 2. While Syn