Sky Go - Use Silverlight Fullscreen Pinning Mode

I have two monitors, and I often watch Sky Go on monitor A while working on monitor B. However, whenever I fullscreen Sky Go, and click on a second monitor, Sky Go exits fullscreen mode. Silverlight has had Fullscreen Pinning Mode (where it remains fullscreen when the user clicks on a second screen) since version 4. See http://www.silverlight.net/learn/graphics/windows,-screens,-navigation/full-screen-pinning-mode When will Sky Go support this? Can you forward this request to your development team?

I asked this same question in January 2014. This response was given by Sam-R community manager on 06-03-2014. Nothing has happened since very disapointed Sky. http://helpforum.sky.com/t5/Sky-Go/Silverlight-Fullscreen/td-p/1556365/highlight/true/page/2 Re: Silverlight Fullscreen.Options on ‎06-03-2014 10:41 AMHello again, Quick update. This feature is going to be enabled in a new Silverlight player release which is being worked on at the moment. Before then can I check, does it work if you pop out the player then maximise? instead of making it full screen. Thanks Sam
Community Manager (Apps & Online)

Similar Messages

  • Exiting programs that have use the fullscreen exclusive mode

    I have lots of problems, this is one of them:
    When making a program that uses fullscreen mode, the program does not exit by itself when it comes to the end of the program. In fact the only way I can get it to exit is through System.exit(0);
    And I don't want to use that for numerous reasons.
    try
    gd.setFullScreenWindow(jw);
    gd.setDisplayMode(dm[theDisplayMode]);
    finally
    gd.setDisplayMode(oldDisplayMode);
    gd.setFullScreenWindow(null);
    end of program......
              }

    I have lots of problems, this is one of them:
    When making a program that uses fullscreen mode, the program does not exit by itself when it comes to the end of the program. In fact the only way I can get it to exit is through System.exit(0);
    And I don't want to use that for numerous reasons.
    try
    gd.setFullScreenWindow(jw);
    gd.setDisplayMode(dm[theDisplayMode]);
    finally
    gd.setDisplayMode(oldDisplayMode);
    gd.setFullScreenWindow(null);
    end of program......
              }

  • I have connected my iPad 2 to an Infocus X1 projector using a 30 pin / VGA connection cord. The iPad displays the slide display mode only and does not permit slide show to be launched?

    I have connected my iPad 2 to an Infocus X1 projector using a 30 pin / VGA connector.  The iPad will not change from slide sorter mode to presentation mode. How do I change the iPad to 'slide show' and get the projector remote to respond to changing slides?

    The new Apogee Duet for iPad and Mac, is compaible with iOS devices and includes a USB Midi input. This sounds like the perfect solution for your workflow.

  • How do I use the buffered counting mode at a fixed frequency?

    Hi-
       I'm using a PCI-6259 M-series board with the Nidaq MX
    drivers in Labview 7.  I am trying to use one counter to do
    buffered edge counting (eg. count how many pulses appear on one input
    in 400 successive time bins of 10 uS each following a digital start
    pulse).  That is, my inputs are:
         Start Pulse (from experiment)
         Count Pulse (from a photomultiplier tube in the experiment)
    And I want to know:
        # of pulses from 0 to 10 uS after the Start Pulse
        # of pulses from 11 to 20 uS after the Start
    Pulse  (or, equally good, # of pulses from 0 to 20 uS....I can
    subtract later)
        # of pulses from 3991 to 4000 uS after the Start Pulse (or, # of pulses from 0 to 4000 uS...same thing)
       The Count Digital Events-Buffered-Finite-Ext Clk.vi sample
    appears to do half of this.  I can set this up CTR0 with the Count
    pulse (and possibly add the start pulse as an Arm Start....I can't use
    a Start Trigger, right?).  However, I need to generate a Sample
    Clock Source at 100 kHz (to trigger the card to buffer the counter
    value and start counting in the next bin).  So, I tried to set up
    CTR1 along the lines of Gen Dig Pulse Train-Finite-Dig Start.vi for
    generating a finite pulse train starting on a digital trigger, and
    connecting the output from CTR1 to the Sample Clock Source on
    CTR0.  However, I get an error -50103 saying the specified
    resource is reserved if I do both at the same time.  But, I can't
    see any resource conflicts...the pulse generation on CTR1 works fine
    alone, as well as the buffered counting on CTR0, and all the PFI pins
    are different.  Is there some reason I can't use both counters at
    the same time?
    I think I can use the FREQOUT pin on the card to generate a Sample
    Clock Source at 100 kHz, since I think this is independent of CTR0
    & CTR1.  However, I can't trigger the FREQOUT to always start
    when I get a Start Pulse (as I can if I trigger a Digital Pulse Train
    to start on a digital trigger...or can I?)...so my bins will move
    randomly by up to 10 uS.
       This is an unrelated topic, but is there a discussion of
    the relationship between the terminology in the manuals describing the
    cards (SOURCE, GATE, OUTPUT terminals) and the terminology in NidaqMX
    (Source Clock/SrcClk.Source, CI.CountEdges.Term, CO.Pulse.Term)? 
    Eg. is CTR0.GATE always the same thing as SrcClk.Source, or does it
    depend on the mode of operation?  If the M-series hardware manual
    says to connect something to the SOURCE input, how do I assign an
    alternate PFI pin to that SOURCE input in Labview?  Does it depend
    on the counter type, or is it always the same?

    Dave,
    Hi, you brought up several questions / issues -- let me see if I can help with some of them:
       I can set this up CTR0 with the Count pulse (and possibly add the start pulse as an Arm Start....I can't use a Start Trigger, right?).
    Yes, you could set up this way.  Also, as far as I know you're also correct that you need to configure for an "Arm Start" trigger using the DAQmx Trigger property node.  The "Arm Start" trigger is used for counter input (measurement) apps while the regular "Start Trigger" can be used for counter output (pulse generation) tasks.  I don't think I've experimented with recent versions of DAQmx though so it may have changed in 7.4 or 7.5
    ...I tried to set up CTR1 along the lines of Gen Dig Pulse Train-Finite-Dig Start.vi for generating a finite pulse train starting on a digital trigger, and connecting the output from CTR1 to the Sample Clock Source on CTR0.  However, I get an error -50103 saying the specified resource is reserved if I do both at the same time
    I highlighted the problem -- the FINITE pulse train.  DAQmx uses CTR0 as a "helper" when you generate a finite pulse train on CTR1.  It would generate a single pulse whose width corresponds to the exact amount of time needed for CTR1 to generate its specified # of pulses.
    For your specific app, I think you could generate a triggered continuous pulse train with CTR1 -- this wouldn't need to use CTR0 as a helper.  The Start Pulse would arm CTR0 at the same instant that CTR1 is started.   If you set up CTR0 to acquire on the trailing edge of CTR1's pulses, then you'll get the time bins you want.
    A final slight mod would be to setup CTR0 for measuring buffered periods (set units == "Ticks") instead of counting edges.  In that mode, you wouldn't have to do the subtraction at the end.
       This is an unrelated topic, but is there a discussion of the relationship between the terminology in the manuals describing the cards (SOURCE, GATE, OUTPUT terminals) and the terminology in NidaqMX (Source Clock/SrcClk.Source, CI.CountEdges.Term, CO.Pulse.Term)?  Eg. is CTR0.GATE always the same thing as SrcClk.Source, or does it depend on the mode of operation? 
    There's an NI app note and some discussion forum hits if you search the site for "daqmx terminology."
    If the M-series hardware manual says to connect something to the SOURCE input, how do I assign an alternate PFI pin to that SOURCE input in Labview?  Does it depend on the counter type, or is it always the same?
    Usually, that choice would be available under the DAQmx Channel property node.   There'll be some place to define where the input signal is coming from, generally with "Term" or "Terminal" as part of its name.   Sorry I can't be more specific as I'm not at my LV computer now.
    Happy counting!
    -Kevin P.

  • JMF In Fullscreen Exclusive Mode

    Hello,
    I was wondering if anyone could let me know if JMF is supported inside a Fullscreen Exclusive Application? I seem to have no problem setting up JMF Video output for a standard JFrame/Frame, but when setting a "fullscreenWindow" the Player turns black. I cannot seem to find any posts on whether this is supported or if there are bugs when in Fullscreen Exclusive Mode.
    Thanks
    -Michael Morris

    Never written a fullscreen exclusive application. In fact, I've never even heard of such a thing.
    http://download.oracle.com/javase/tutorial/extra/fullscreen/exclusivemode.html
    "In full-screen exclusive applications, painting is usually done actively by the program itself"
    Ah. So no, I don't think JMF would support that because it's not going to be actively rendering, only passively rendering in response to paint requests. It's AWT/Swing based, after all...
    But, the fact that JMF doesn't support it does not mean JMF can't support it. JMF provides a custom Renderer interface which you could implement to actively render the stuff. It'll essentially give you a copy of the video frame in a Buffer object which you can then turn into an image using the BufferToImage class and then render that however you'd render an image for a full screen exclusive application...

  • NEW PIN mode fails after migrating to new ACS version

    Old setup.
    CiscoSecure ACS v3.x
    Windows server also has the RSA/ACE agent that queries a second server for SecurID authentication
    C3745 and a PIX used for inbound remote access
    Users access w/Cisco Systems VPN Client
    Works great
    New setup.
    CiscoSecure ACS v4.0, running on a different Windows server
    Slightly newer version of the RSA/ACE agent
    Same C3745 and PIX
    Same use4rs, same client.
    Works great as long as the SecurID card is not in NEW PIN mode
    If the card is in NEW PIN mode, the Cisco Systems VPN client of course prompts if the users wants to create a new pin. The answer is ?y? or ?n.? The client is then supposed to prompt for the PIN and then prompt a second time for the PIN. This never happens. Instead, w/in three seconds of the user saying ?y?, CSACS fails the user and the client terminates the connection.
    Help!
    Thanks,
    Shane

    Hi
    You may want to ping the Cisco TAC. I remember there were loads of issues with RSA authentication that may have been fixed after 4.0 shipped.
    If you run csauth from the command line:
    csauth -z -p
    you'll see a whole load of debug.. look for "[Securid" to see all related messages.
    Darran

  • RSA New Pin mode over PPP dialer

    I have an RSA v6.1 server running SecurID and Steel Belted RADIUS. This is performing authentication requests, via RADIUS, to a Cisco router at an ISP which hosts a PPP dial in service over PSTN.
    Currently I can dial successfully into the system using the standard windows ppp dialer over PSTN using my username and RSA pin+tokencode. However when the token is set to 'New Pin mode' or 'Next Token code' the connection fails to connect as it isn't prompting me for a new pin.
    The RSA website says in order to support Next Token mode & New Pin Mode require the RADIUS client to
    work in terminal mode before initiating ppp negotiation.
    Does this problem ring any bells with anyone out there? What command to use on the cisco device to forward new pin mode requests to the dialer?

    Andrew,
    For new pin mode to work, you will need to enable interactive AKA exec logins. To do this you need to have following configuration.
    interface Group-AsyncX
    ip unnumbered Loopback0
    encapsulation ppp
    async mode interactive ! watch for framed and exec connections
    peer default ip address pool dialin_pool
    no keepalive
    ppp authentication pap ! clear ok for one time pass
    group-range 1/00 1/59
    line x/x 1/x
    login authentication default ! default command doesn't show in config
    no flush-at-activation
    modem InOut
    autoselect during-login
    autoselect ppp
    autocommand ppp neg ! start ppp before giving exec prompt
    To explain. SecureID users will enable a post terminal dial window in DialUp Networking config. When they connect, they will be prompted for user/token and pin if configured for that. If the Exec authentication an
    authorization succeeds. The AS5350 will execute the ppp negotiate command,
    which starts PPP for the session. The user may see garbage text in terminal depending on what version of DialUp Networking or client software they are using. They will need to click on the close/done/continue button.
    The PC and AS5350 will then proceed with PPP.
    However, we are going to by pass ppp authentication because we have already
    authenticated for exec and we don't want the token to time out and cause a failure. PPP authorization should proceed as normal using the credentials provided for exec login.
    Please use CHAP as PAP does not work for interactive authentication.
    Regards,
    ~JG
    Do rate helpful posts

  • Certain pages turn white when I use Silverlight

    I'm running the latest version of Firefox, Silverlight, and Flash on Mac OSX 10.8.5 with the latest software updates.
    As soon as I start using silverlight (for example, if start streaming netflix in one tab) parts of other pages go white. See links below for examples.
    Facebook chat window: http://i.imgur.com/1NNcBN7.png
    Google maps: http://i.imgur.com/ceSODH4.png
    It only happens when I begin using silverlight, and it happens every time I use silverlight, so I don't see how it can be anything else. I have no other issues with other browsers. Restarting FF fixes it, but only until I start running silverlight again.

    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Type '''about:preferences'''<Enter> in the address bar
    Select '''Advanced > General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites. Are there any problems?
    Then restart.

  • Surface Pro 2 using Bitlocker startup PIN

    Hi All,
    In our enviorment we're using the Microsoft Surface Pro and Microsoft Surface Pro 2 with bitlocker encryption using a startup pin.
    The operating system using is Windows 8.1
    We're using the folowing GPO settings for Bitlocker encryption:
    - Require Additional Authentication at Startup
         - Allow Bitlocker without a comatible TPM > unchecked
         - Configure TPM startup > Allow TPM
         - Configure TPM startup PIN > Allow startup PIN with TPM
         - Configure TPM startup key > Allow startup key with TPM
         - Configure TPM startup key and PIN > Allow startup key and PIN with TPM
    - Enable use of BitLocker authentication requiring preboot keyboard input
    The Microsoft Surface Pro doesn't have any issues with the startup PIN.
    The Microsoft Surface Pro 2 sometimes doesn't respond to the keyboard, there is no difference between a USB keyboard or a Surface Type Cover.
    The only difference between the Microsoft Surface Pro and pro 2 is the UEFI bios.
    Is there a solution to get bitlocker PIN authentication working on the Surface Pro 2.
    The only workaround we've found is hold volume down at startup wich is not a ideal solution to instruct the users.
    The oktober firmware upgrade didn't solved this problem.
    Laurens van Leeuwen

    We have seen the exact same thing as below. For reference, we are re-imaging ours with Windows 8.1 Enterprise Edition.  
    In addition to the issues listed below, I can't seem to figure out how to activate the supposed "bios level" on-screen keyboard that was supposed to be added to Surface Pro (v1) in a Firmware flash and should be part of Surface Pro (v2).  Does anyone
    have experience with activating that?  I read an article a few months ago that claimed MS had addressed the latter with a flash to Surface 1.  I hope I didn't dream it.  :)
    Please address this - I have high level personnel evaluating Surface vs. Dell and this will make a big difference in the final decision! 
    <hl>
    Bryan E. Johnson
    Hi All,
    In our enviorment we're using the Microsoft Surface Pro and Microsoft Surface Pro 2 with bitlocker encryption using a startup pin.
    The operating system using is Windows 8.1
    We're using the folowing GPO settings for Bitlocker encryption:
    - Require Additional Authentication at Startup
         - Allow Bitlocker without a comatible TPM > unchecked
         - Configure TPM startup > Allow TPM
         - Configure TPM startup PIN > Allow startup PIN with TPM
         - Configure TPM startup key > Allow startup key with TPM
         - Configure TPM startup key and PIN > Allow startup key and PIN with TPM
    - Enable use of BitLocker authentication requiring preboot keyboard input
    The Microsoft Surface Pro doesn't have any issues with the startup PIN.
    The Microsoft Surface Pro 2 sometimes doesn't respond to the keyboard, there is no difference between a USB keyboard or a Surface Type Cover.
    The only difference between the Microsoft Surface Pro and pro 2 is the UEFI bios.
    Is there a solution to get bitlocker PIN authentication working on the Surface Pro 2.
    The only workaround we've found is hold volume down at startup wich is not a ideal solution to instruct the users.
    The oktober firmware upgrade didn't solved this problem.
    Laurens van Leeuwen
    </hl>
    -- From the Dark Recesses of the Decaying Mind of: Bryan E. Johnson

  • How can I display a slideshow from my Macbook pro on a projector using a nine pin connection?

    I have prepared a slideshow that I would like to show to a group of people using a projector and screen.  I know the projector uses a nine pin connection but I don't have anything like that on my MAC.  Is there a connecting wire that I could purchase that would use the USB port, or any other and then fit the nine pin?
    My Macbook Pro was purchased in the summer of 2012.
    Thank you.

    Dianita,
    Normally you would need a mini dvi to VGA adapter. VGA is 15 pin connection, serial is 9 pin, are you certain about the pin count?
    Check the projector pin count, as this would rather unusual. If you discover that you need a 15 pin, you can use the above mentioned adapter plugged into a standard VGA cable. Available at Apple store, or do a search online.

  • Event Handling in Fullscreen Exclusive Mode???????

    WIndows XP SP2
    ATI 8500 All-In-Wonder
    JDK 1.6
    800x600 32dpi 200 refresh
    1-6 buffer strategy.
    the graphic rendering thread DOESN'T sleep.
    Here's my problem. I have a bad trade off. In fullscreen exclusive mode my animation runs <30 fps and jerks when rendering. i.e. stop and go movement (not flickering/jittering just hesitant motion) when the animation is running. I solved this problem by raising the thread priority of the rendering (7-8). . . this resulted in latency/no activity for my input events both key and mouse. For instance closing the program alt-f4 will arbitrarily fail or be successful when the thread priority is raised above 6.
    How does one accomplish a >30 fps and Instant event handling simultaneously in Fullscreen Exclusive Mode?
    Is there a way to raise thread priority for event handling?
    Ultimately I want to be able to perform my animations and handle key and mouse input events without having a visible 'hiccups' on the screen.
    Much Appreciated!

    If I remember correctly the processor is a 1.4(or)6ghz AMD Duron
    Total = 1048048kb
    Available = 106084kb
    Sys Cache = 211788kb
    PF Usage = 1.01 GB
    I solved some of the problem after posting this thread. . . .
    I inserted a thread.sleep(1) and my alt-f4 operation worked unhindered with the elevated thread priority.
    I haven't tested it with mouse event or any other key event but at the moment it looks I may have solved the problem.
    If so, my next question will be is there a way to reduce the amount of cpu power needed to run the program.
    I'm afraid that the other classes that I'm adding will actually become even more process consuming than the actually rendering thread.
    public class RenderScreen extends Thread
      // Screen Rendering status code
      protected final static int RUNNING = 0,
                                 PAUSED = -1;
      // frames per second and process time counters
      protected long now = 0, fps = 0, fpsCount = 0, cycTime = 0;
      // thread status
      protected int status = 0;
      protected Screen screen;
      public void setStatus(int i){ status = i; };
      public void setTarget(Screen screen){ this.screen=screen; };
      public void run()
        setName("Screen Render");
        screen.createBufferStrategy(1);
        screen.strategy = screen.getBufferStrategy();
        for(;;)
          if(status == RUNNING)
            now = System.currentTimeMillis();
            while(System.currentTimeMillis() <= now+1000)
              // call system processes
              // fps increment / repaint interface
              fpsCount++;
              screen.renderView();
              try { Thread.sleep(1);}catch(InterruptedException ie){ ie.printStackTrace(); }
            fps = fpsCount;
            cycTime = System.currentTimeMillis() - (now + 1000);
            fpsCount=0;
      public RenderScreen(){};
      public RenderScreen(Screen screen){ this.screen=screen; };
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.image.*;
    import javax.swing.*;
    public class Screen extends Window
      BufferedImage image = new BufferedImage(800,600,BufferedImage.TYPE_INT_RGB);
      Graphics2D gdd = image.createGraphics();
      MediaTracker tracker = new MediaTracker(this);
      Image bground = getToolkit().getImage("MajorityRule.jpg"),
            bawl = getToolkit().getImage("bawl.gif");
      RenderScreen rScreen = new RenderScreen(this);
      BufferStrategy strategy;
      Graphics g;
      Rectangle rect = new Rectangle(400,0,150,150);
      //Game game = new Game();
      public void renderView()
        g = strategy.getDrawGraphics();
        //--------- Game Procedures [start]
        gdd.drawImage(bground,0,0,this);
        gdd.drawString("fps: ["+rScreen.fps+"] Cycle Time: ["+rScreen.cycTime+"]",0,10);
        //--------- Game Procedures [end]
        //---------test
        gdd.drawImage(bawl,rect.x,rect.y,rect.width,rect.height,this);
        rect.translate(0,1);
        g.drawImage(image,0,0,this);
        //g.dispose();
        strategy.show();
      public Screen(JFrame frame)
        super(frame);
        try
          tracker.addImage(bground,0);
          tracker.addImage(bawl,1);
          tracker.waitForAll();
        catch(InterruptedException ie){ ie.printStackTrace(); }
        setBackground(Color.black);
        setForeground(Color.white);
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class MajorityRule extends JFrame
      // Graphic System Handlers
      GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
      GraphicsDevice gd = ge.getDefaultScreenDevice();
      GraphicsConfiguration gc = gd.getDefaultConfiguration();
      Screen screen = new Screen(this);
      Paper paper = new Paper();
      public void windowed()
        paper.setSize(getWidth(),getHeight());
        getContentPane().add(paper);
        setResizable(false);
        setVisible(true);
      public void fullscreen()
        DisplayMode dMode = new DisplayMode(800,600,32,200);
        screen.setBounds(0,0,800,600);
        if (gd.isFullScreenSupported()) gd.setFullScreenWindow(screen);
        if (gd.isDisplayChangeSupported()){ gd.setDisplayMode(dMode); };
        screen.setIgnoreRepaint(true);
        screen.setVisible(true);
        screen.rScreen.setPriority(Thread.MAX_PRIORITY);
        screen.rScreen.start();
        screen.requestFocus();
      public MajorityRule(String args[])
        setTitle("Majority Rule [Testing Block]");
        setBounds(0,0,410,360);
        setDefaultCloseOperation(EXIT_ON_CLOSE);
        getContentPane().setLayout(null);
        if (args.length > 0 && args[0].equals("-window")) windowed();
        else fullscreen();
      public static void main(String args[])
        new MajorityRule(args);
    };

  • I recently bought a lightning to 30 pin adapter for my new iPad so that I could continue to use my 30 pin to VGA cord, but when I plug the VGA cord into it it says it is not supported. They are all apple products, so why doesn't it work?

    I recently bought a lightning to 30 pin adapter for my new iPad so that I could continue to use my 30 pin to VGA cord, but when I plug the VGA cord into it it says it is not supported. They are all apple products, so why doesn't it work?

    If it is a lightning to 30 pin adaptor, and you have a 7th Generation Nano it has to fit the Nano.
    This is lightning to 30 pin adapter: http://www.bestbuy.com/site/Apple%26%23174%3B---Lightning-to-30-Pin-Adapter/6651 936.p?id=1218803450821&skuId=6651936#tab=overview
    Is this what you bought?
    You need to contact Sony and see if they model you have is compatible with the docking adapter. It may not be.

  • HT1454 iPad 2, using the 30-pin to HDMI adapter - White Snow/Noise

    I have an iPad 2 using the Apple HDMI adapter - http://store.apple.com/us/product/MD098ZM/A/apple-digital-av-adapter
    I actually have 2 adapters and have tried them both with the same results.  Both adapters work as intended on my HDTV.  However when I attempt to use them on my HD projector I get White Noise/Snow/Static.
    Projector - http://www.newegg.com/Product/Product.aspx?Item=N82E16824219118
    The projector finds the source fine but then displays the static instead of the iPad screen.  The iPad screen will flicker into view every minute or so for about 1 second.  Then back to the static.  I have used many other HDMI devices with these projectors (I have 2 and they both do the same thing with iPad).
    Has anyone else experienced this issue?  Has anyone had any luck using the 30-pin to VGA adapter?

    It will not work on the Original iPad (see compatibility)
    http://store.apple.com/us/product/MD098ZM/A/apple-digital-av-adapter

  • Cannot use clamshell ( closed lid ) mode

    I have a very annoying problem with my MBP in clamshell mode. I used to use my computer in clamshell mode with my external monitor while plugged into the ac adapter. Once in a while when I want to use it in clamshell mode I try waking it up with my bluetooth mouse or keyboard and it wakes up and my monitor shows my desktop for about 10 sec, before it goes back to sleep. I try again and something happens. Sometimes it continues to wake up on its own before falling asleep again. This didn't happen before when I first bought it. Is anyone else having the same or related issue?

    I can relate to this. I use my MBP mostly in clamshell mode. Transitions, plugging in and unplugging the external monitor, and other accessories, I do mostly with my fingers crossed and prayers to the patron saint of electrons. Sometimes I get the results you describe; sometimes, something even more odd. It's worth remembering that the external display doesn't necessarily mirror the (closed) laptop display — I find it has a different background, and of course it has different resolution and proportions as well. So some thinking and re-organizing is required on the part of the computer to change primary displays in that fashion. Two things I do to facilitate the change are (a) to put the computer in sleep mode before attaching or detaching the display, and then unplugging the AC power first; and (b) ejecting external drives before they are unplugged. Even if it's asleep, the computer objects to having a USB connector to a mounted external drive removed.

  • IPhone 5 doesn't work with Bose sound dock using the 30-pin adapter.

    I just upgraded to iPhone 5.  To my huge disappointment, I can not use it with my Bose sound dock using the 30-pin adapter. That is just ridiculous, after spending so much money!!! I tried using another cable and it works but sound is of poor quality

    I have the SoundDock 10 and generally use the Bluetooth connection.
    I have just reinserted the 30 pin normal socket ( as in normal SoundDock)
    the Apple 30 pin to lightning adapter and with iPhone 5 have perfect
    sound
    It works so something in your set up is faulty possibly the adapter
    some have posted issues

Maybe you are looking for