How to solve problem with Macbook/Boxee/TV?

I have connected my macbook to my TV using an adaptor cable, and I have downloaded Boxee. I am able to see my computer screen on the TV, though it appears as a doubled version of it in which software does not run. This doubled screen is to the right of my normal computer screen. I can, for example, open Safari on my computer and drag the browser to the right (offscreen on my computer) and it will show up on my TV. I cannot see the Boxee program at all when I open it on my computer, as it does not drag and drop.
Any thoughts? Is this a problem with my connection cable, and how I've attached the Macbook to the TV? Is this a problem with the display of my MacBook and/or Spaces? I am stumped.
Thanks for your help.

You have the display set in "extended desktop" mode. In "System Preferences">"Display" there should be an "Arrangement" tab when you have the TV hooked up to the MacBook and both screens working. Do you see two monitors side by side? One of them will have a "Menu Bar" at the top. Just click on the Menu Bar and drag it to the second monitor. That will make the second monitor your main screen. When you disconnect from the TV your Menu bar will automatically change back to the MacBook.

Similar Messages

  • How to solve problem with Installer Package for itunes

    Hi! I'm attempting to upadte itunes so I can get the latest software for my iphone. It's a 3GS. Every time when ready to instal it says I have a problem with the installer package  -  something is missing. What can I do to solve this?

    Repair your Apple software update.
    Go to START/ALL PROGRAMS/Apple Software Update. If it offers you a newer version of Apple Software Update, do it but Deselect any other software offered at the same time. Once done, try another iTunes install
    If you don't find ASU, go to Control Panel:
    START > CONTROL PANEL >
    Add n Remove Programs(XP)
    Programs n Features(Win7/Vista)
    highlight ASU and click CHANGE then REPAIR,

  • How to solve problem with JSF table's border (style) ??

    Hi, I would like to create table in JSF like this
                   <table  align="center"
                             width="250"
                             style="border-collapse: collapse; border: 1px black solid;" >
                   <tr>
                        <td align="center"
                             colspan="2"
                             style="border: 1px black solid;">
                             Header A
                        </td>               
                   </tr>
                   <tr>
                        <td> a1 </td>
                        <td> a2 </td>
                   </tr>
                   <tr>
                        <td> b1 </td>
                        <td> b2 </td>
                   </tr>
                   <tr>
                        <td align="center"
                             colspan="2"
                             style="border: 1px black solid;" >                          
                             <BUTTON value="12" > button1 </BUTTON>
                             <BUTTON value="12">  button2 </BUTTON>
                        </td>
                   </tr>
                   </table>I don't know how to create borders like this with JSF's components.
    I know how to create table and collspan, but I have a problem with
    border and style.
    below is example that I creat it, but borders are not OK
    IF ANYONE FIND SOLUTION I WILL BE TANKFUL
    JSF:
    <hx:panelBox id="box1"
               layout="pageDirection"
               bgcolor="silver"
               align="center"
               style="border: 1px red solid;"
               border="0">
              <hx:panelBox id="box2" layout="pageDirection" width="100%" bgcolor="#aec74e" height="100%" align="center" style="border: 1px black solid;">
                   <center>
                        <h:outputText styleClass="outputText" id="text9" value="Prazniki"></h:outputText>
                   </center>                         
              </hx:panelBox>
              <h:panelGrid styleClass="panelGrid" id="grid1" columns="3">
                   <h:outputText styleClass="outputText" id="text4" value="#{msgs.planDan}">
                   </h:outputText>
                   <h:inputText styleClass="inputText" id="text3" value="#{pc_Koledar.praznikBean.dan}">
                   </h:inputText>
                   <f:verbatim></f:verbatim>
                   <h:outputText styleClass="outputText" id="text5" value="#{msgs.planMesec}">
                   </h:outputText>
                   <h:selectOneMenu styleClass="selectOneMenu" id="menu1" value="#{pc_Koledar.praznikBean.selectedMesec}">          
                    <f:selectItems value="#{pc_Koledar.praznikBean.meseci}" />          
                   </h:selectOneMenu>
                   <f:verbatim></f:verbatim>
                   <h:outputText styleClass="outputText" id="text6" value="#{msgs.planLeto}">
                   </h:outputText>
                   <h:inputText styleClass="inputText" id="text2" value="#{pc_Koledar.praznikBean.leto}">
                   </h:inputText>
                   <f:verbatim></f:verbatim>
                   <h:outputText styleClass="outputText" id="text7" value="#{msgs.nazivPraznika}">
                   </h:outputText>
                   <h:inputText styleClass="inputText" id="text1" value="#{pc_Koledar.praznikBean.nazivPraznika}">
                   </h:inputText>
                   <f:verbatim></f:verbatim>
              </h:panelGrid>
              <hx:panelBox id="box3"           
                         align="center"
                         layout="lineDirection"
                         width="100%"
                         style="border: 1px black solid;" bgcolor="#aec74e">
                        <center>
                          <hx:commandExButton type="submit" value="Dodaj" id="button1" action="#{pc_Koledar.doButton1Action}" lang="CP1250">
                          </hx:commandExButton>
                           <hx:commandExButton type="submit" id="button3" action="#{pc_Koledar.doButton3Action}" value="Prika�">
                          </hx:commandExButton>
                        </center>
              </hx:panelBox>
    </hx:panelBox>

    Couldn't you use styleClass or id for CSS?

  • How to solve problem with where-used list?

    I've the problem that in many places of my FPM (floorplan manager, web dynpro) code the where-used list does not work anymore because the FPM functions force the developer to specify structure of column names by literals. So for example in the UIBB's GET_DEFINITION methods or when using the following piece of code in some PROCESS_EVENT function:
    CASE io_event->mv_event_id.
         WHEN if_fpm_guibb_list=>gc_guibb_list_on_cell_action.
         io_event->mo_event_data->get_value(
              EXPORTING
                   iv_key = if_fpm_guibb_list=>gc_event_par_column_name
              IMPORTING
                   ev_value = lv_col_name
              if ( lv_col_name = 'FOO' ).
              endif.
    endcase.
    Here one must comapare (line 9) the variable lv_col_name with some literal containing the name of an element of a structure. So the where-used list on STRUCT-FOO does not find this source. Is there any way to fix this problem? I thought to use RTTI for it, but could not find any way to do this. Possibly, is there any pragam or pseudo comment to update the where-used list of a specific structure at a given place?

    The point is that when I start using RS_ABAP_SOURCE_SCAN I have to remember to do this I don't like the situation that after changing some name of a structure's element, the source code of the whole application is correct, no error will occur but the behaviour of the application may be totally wrong. Possibility a better solution will be to add some constants containing the structure element names to the model class of the FPM application.

  • The file "Acceptance Letter.pages" doesn't exist. Since installing Yosemite on MacBook Pro I cannot save or export from Pages. Just get the message at beginning of this post. How to solve problem?

    I cannot save or export from Pages since installing Yosemite on MacBook Pro . I just get the message at beginning of this post “Acceptance Letter.pages” doesn’t exist or whatever file title I have inserted How to solve problem?

    Thanks Peter but I was not seeking to store with I-Cloud. In fact I never store documents with I-cloud.
    I was in fact trying to store the files to Documents, which is where I usually keep such things.
    Have now discovered that if I leave the file untiled and simply close it, rather than saving it then it will save, oddly, to Documents. I then have to re-title it and move to the folder I want it in.
    Despite the above, even once it is titled and saved in Documents then if I reopen it I still cannot then Export it to a Word or PDF file. I still just get the message . xxxxxx.pages does not exist!
    Bad news as I am constantly exporting documents to Word and PDF to send to others who do not use a Mac

  • How to solve problem - " Safari cannot open page because it isn't connected to the internet" but the airport is ok. signal full and i have n IP address.

    How to solve problem - " Safari cannot open page because it isn't connected to the internet" but the airport is ok. signal full and i have n IP address. and i m using Macbook pro.
    OS snow leopard and above...

    Do you have this problem with all websites, or only some? If only some, which ones?

  • Use CS4. Switch from Win OS to Mac OS X. Download CS4 on iMac. But old product key is not recognised. How to solve problem?

    Use CS4.
    Switched computer with Win OS to iMac computer with OS X.
    Downloaded CS4 on iMac.
    But old product key entered is not recognised.
    How to solve problem?

    There is nothing to resolve. Serial numbers are platform specific, but platform swaps only apply to current versions, meaning CS&. Your CS4 is not eligible for an upgrade, so your only option is to buy a new CS6 license or sign up for Creative Cloud.
    Mylenium

  • Battery Problems with MacBook

    I've been following the various threads about battery problems with MacBooks.
    I too have experienced a problem with my battery on a 2 month old MacBook.
    It suddenly refused to charge. It showed a battery icon with a black X through it.
    I followed various suggestions that I found through various posts and support pages - eg. resetting PMU etc., even downloading the deep sleep widget which I found difficult to get to work - but nothing solved the problem.
    Yesterday I went in to the Apple Store in Birmingham and waited until I could talk with one of the tec experts (incidentally, they were very helpful even though very busy and I didn't have an appointment). The tec guy said he though that the battery was faulty. It didn't work in another MacBook they had. But another battery would work in my MacBook. So, I was given a new battery, which seems to work fine now.
    However, I have read in various posts that people have had the same new battery solution which works, but then the problem reappears with the new battery over time. I will wait and see. If that is the case, then I think it will point to the problem not being with the battery, but rather with the system, PMU, OS X, motherboard or whatever. So, I think it makes sense for us to post any difficulties we have so that Apple can see that there might be a problem with the batteries in MacBooks and start working on a solution. Otherwise, it will probably cost them a lost of money providing replacement batteries !
    Intel iMac 24 inch (size matters...!) & Intel MacBook   Mac OS X (10.4.8)  
    Intel iMac 24 inch (size matters...!) & Intel MacBook   Mac OS X (10.4.8)  
    Intel iMac 24 inch (size matters...!) & Intel MacBook   Mac OS X (10.4.8)  

    Hey Christopher...
    I posted the same in another thread. I'm not a big fan of duplicate posts... but it seemed appropriate in this case. Take a look at the last paragraph regarding discharging lithium ion batteries. I'm not sure if it would be the electronics in the battery that tell the MacBook it's time to charge, or the MacBook's power management unit...
    "Talk about a jinx! I've had my MacBook since shortly after they came out (week 9). Never had any problems. I've calibrated my battery about once a month or so. It seems after my last calibration, I got the dreaded "X" in the battery indicator. My MagSafe indicator was green. System Profiler showed that there was no battery. I reset the PMU and the SMC firmware... also tried reseating the battery (one of those things you're sure won't work... but ya just have that little bit of hope anyway). Alas, nothing would bring my battery back. Took a trip to my local Apple store. I had made an appointment online, but still had to wait over an hour (they really need to enlarge their Genius area now that they have so many more machines out there). Told the Genius what the problem was... he swapped out the battery... but the one he tried was fully charged because he took it from a machine that was plugged in. So the tension was mounting... would it charge or not (I was hoping it was just the battery and not something else). He had me use my MacBook for a bit to drain the battery. I ran Parallels and did a Windows virus scan (that should drain the battery pretty fast)... After I got the battery down to about 90%, the Genius plugged it back in. To my delight, the MagSafe indicator went orange and started to charge the battery. With that, the Genius went in the back and got me a new battery. He had me stay there for a little bit just to make sure everything was okay. I'm sort of afraid to calibrate my battery now... at least properly as in letting it completely drain. I had done a few calibrations in the past without a problem, but it seems this problem tends to occur after someone does a calibration. I'm just happy it was just the battery.
    I came across this little tidbit from the Battery University webiste:
    Some lithium-ion batteries fail due to excessive low discharge. If discharged below 2.5 volts per cell, the internal safety circuit opens and the battery appears dead. A charge with the original charger is no longer possible. Some battery analyzers (Cadex) feature a boost function that reactivates the protection circuit of a failed battery and enables a recharge. However, if the cell voltage has fallen below 1.5V/cell and has remained in that state for a few months, a recharge should be avoided because of safety concerns. To prevent failure, never store the battery fully discharged. Apply some charge before storage, and then charge fully before use.
    I wonder if there is a fault with some of the batteries that is allowing them to discharge below this minimal level, making them impossible to recover."

  • How to solve  problem :- rep-188-Report Server acccepts only Batch jobs

    How to solve problem :- rep-188-Report Server acccepts only Batch jobs
    Report server :- 10gR1

    Hello,
    Could you give us some details about the command line ?
    What is the value of DESTYPE ?
    Regards

  • HT201303 last time i bought apps by using visa gift card so iam trying to use the kind of visa gift card and the system is denying the method payment ....any idea how to solve this with my itune account ?

    last time i bought apps by using visa gift card so iam trying to use the kind of visa gift card and the system is denying the method payment ....any idea how to solve this with my itune account ?

    A few reasons I can think of, but instead of shooting in the dark, lets check with experts who can look at your account.
    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

  • I have a problem with macbook pro OS 10.5.8 and cannot play youtube anymore, before Yes

    i have a problem with macbook pro mac os 10.5.8 and cannot play youtube but before ther is no problem abou this. now there is warning sign to install adobe flash player, but when i install adobe it said cannot be compatible, and I went to the apple store, they sid need to upgrade the system to mac IOS 10.6 and i dont want to spend much... somebody to help me this

    Upgrading to Snow Leopard
    You can purchase Snow Leopard through the Apple Store: Mac OS X 10.6 Snow Leopard - Apple Store (U.S.). The price is $19.99 plus tax. You will be sent physical media by mail after placing your order.
    After you install Snow Leopard you will have to download and install the Mac OS X 10.6.8 Update Combo v1.1 to update Snow Leopard to 10.6.8 and give you access to the App Store. Access to the App Store enables you to download Mavericks if your computer meets the requirements.
         Snow Leopard General Requirements
           1. Mac computer with an Intel processor
           2. 1GB of memory
           3. 5GB of available disk space
           4. DVD drive for installation
           5. Some features require a compatible Internet service provider;
               fees may apply.
           6. Some features require Apple’s iCloud services; fees and
               terms apply.
    Upgrading from Snow Leopard to Lion or Mavericks
    To upgrade to Mavericks you must have Snow Leopard 10.6.8, Lion, or Mountain Lion installed. Purchase and download Mavericks (Free) from the App Store. Sign in using your Apple ID. The file is quite large, over 5 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
         OS X Mavericks- System Requirements
           Macs that can be upgraded to OS X Mavericks
             1. iMac (Mid 2007 or newer) — Model Identifier 7,1 or later
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) —
                 Model Identifier 5,1 or later
             3. MacBook Pro (Mid/Late 2007 or newer) — Model Identifier 3,1 or later
             4. MacBook Air (Late 2008 or newer) — Model Identifier 2,1 or later
             5. Mac mini (Early 2009 or newer) — Model Identifier 3,1 or later
             6. Mac Pro (Early 2008 or newer) — Model Identifier 3,1 or later
             7. Xserve (Early 2009) — Model Identifier 3,1 or later
    To find the model identifier open System Profiler in the Utilities folder. It's displayed in the panel on the right.
    Are my applications compatible?
             See App Compatibility Table — RoaringApps.
    Upgrading to Lion
    If your computer does not meet the requirements to install Mavericks, it may still meet the requirements to install Lion.
    You can purchase Lion at the Online Apple Store. The cost is $19.99 (as it was before) plus tax.  It's a download. You will get an email containing a redemption code that you then use at the Mac App Store to download Lion. Save a copy of that installer to your Downloads folder because the installer deletes itself at the end of the installation.
         Lion System Requirements
           1. Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7,
               or Xeon processor
           2. 2GB of memory
           3. OS X v10.6.6 or later (v10.6.8 recommended)
           4. 7GB of available space
           5. Some features require an Apple ID; terms apply.
    This, Adobe Flash Player 12.0.0.70, is the current version of Flash. It should work with Snow Leopard or later.

  • Having problem with MacBook Pro launching mission control without prompting

    Having problem with MacBook Pro, launching mission control without prompting. Please advise. Thank you.

    It may be a swipe that's doing this >  Mac Basics: Mission Control

  • HT204266 how to solve problem 'your apple id has been disable'?

    how to solve problem 'your apple id has been disable'?

    Depending on why it's been disabled, you might be able to re-enable it via this page : http://appleid.apple.com
    Or you might need to contact Apple : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • When Apple solve problems with new iTunes calendar sync with windows and outlook?

    When Apple solve problems with new iTunes calendar sync with windows and outlook?

    Anything Downloaded with a Particular Apple ID is tied to that Apple ID and Cannot be Merged or Transferred to a Different Apple ID
    More Info here...
    Apple ID FAQs  >  http://support.apple.com/kb/HT5622
    If necessary...
    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • After update iPhone4 to iOS6, its stuck, showing only USB to iTunes on the screen. What to do, how to solve problem, help

    after update iPhone4 to iOS6, its stuck, showing only USB to iTunes on the screen. What to do, how to solve problem, help 

    Connect your phone to iTunes on your computer like the diagram has indicated and restore the phone

Maybe you are looking for

  • PowerPivot report data refresh error Data source as SharePoint list Data Feed

    Hi All, I am facing a problem on auto refresh, the report data source is SharePoint list Data Feed, I saved it my PC desktop when I set up auto fresh it fails then I moved the SharePoint list data feed "atomsvc" file to A SharePoint Data feed library

  • ORA-23326: object group "PUBLIC","REPG" is quiesced

    I am using Oracle 9i Enterprise Manager. I have two servers with databases isb.city and rwp.rawat. I completed the whole process of Multimaster Replication. I am working on the SCOTT schema as test. Right now I am working on LAN. Two servers are conn

  • Component Qty Requirement report based on the period and vendor

    Hi Guru's, Good day! I would like to get a report with output parameters finished product(FG), the requiremnts for that FG for given period(lets say month of march), customer for that FG, then componet material requiremnt for that FG in that period.

  • HOW TO INSTALL Primavera EPPM 8.1 Version

    Deal All, how can i Install Primavera EPPM 8.1 version*. please let me know the Step by step Installation Procedure. thanks in Advance

  • Video quality when playing a movie

    Hi there my home theatre set up with mac mini (latest os, latest QT pro, 1GB ram) is pretty swell. One thing that is bugging me is that when watching DVD using front row, the player skip a few frames every 20-30 secondes. I first thought it was a Net