Question about multiple screens (display+HDTV)

I have my 30" display connected to one port of my video card, and a DVI-VGA cable that goes around the corner to my HDTV, so what I'd like to do is be able to flip between both of these screens on my 30" display (not mirrored) so I could have my desktop, but essentially queue up a DVD, video, browser/app/whatever on the smaller resolution display and have that display on the HDTV.
So by default my displays in my system preferences show side by side (not mirrored) - how on my 30" desktop do I "switch" to this so I can see it and prep it the way I want, so I can see what will be displayed on my HDTV? Why not just look at the HDTV? Because it's around the corner in another room, not viewable from where I'm sitting.
Am I forced to go into mirror mode?
Or maybe Spaces can help me out with this?
Thanks for any tips.
Also - I'd like to also use this setup for viewing Netflix streaming online movies, but when I boot up in XP in bootcamp, I don't know how to switch my video from my Mac to the secondary screen. Ideas?
Thanks!

If it were PHP, I could help, but my knowledge of ASP is minimal.
Dreamweaver server behaviors can't do this for you. Basically, what you need to do is this:
The result from your database will be a comma-separated string containing the selected values.
You need to split that string into an array of individual values.
For each <option> tag, you check the values in the array against the current value. If there's a match, you insert selected="selected" into the <option> tag.

Similar Messages

  • I bought a Canon 8400F scanner- question about multiple photos being scanne

    Hi,
    I have a question about about scanning photos. It was posted that if you scan something with multiple photos, it will separate the pictures.
    If I put 6 pictures on the scanner, will it automatically scan them and separate them, or is there something in the software where I select it to separate each picture.
    Thank you

    I'm not at my Mac right now but it should be real obvious in the CanoScan software. Open it up and play around. It will jump out at you.
    You don't tell it to select "each" picture. You merely tell it that there are multiple pictures and it then does everything automatically.

  • Question about multiple application modules.

    Hello,
    Suppose I have 2 database schema’s. For both schemas I have 1 application module. All view objects are in the same project.
    For each application module I have an application definition.
    Is it possible to link between these two applications? Because sometimes these database schema’s link to each other and you would like to jump from one application directly to the other.
    For example you have orders locates in 1 DB schema and customers in another DB schema.
    You would want to jump from the order directly to the customer details in the second schema.
    Is this possible? Or do I need to make nested application modules etc?
    I can find very little info about this; the JHS def guide does not offer much information about multiple application modules etc.
    -Anton

    Anton,
    Yes, you can jump aroundd as you like.
    You just can't use view links between VO's based on different db schema tables.
    Nesting AM's doesn't help there, the DB connection of the top-level AM will be used.
    Why don't you create synomyms for the tables in the other schema?
    Steven Davelaar,
    JHeadstart Team.

  • Questions about multiple displays on mac.

    Hello,
    I am hoping to make a 3 display system for my mac pro.  However thunderbolt displays are ridiculously priced and i dont need the quality they bring.  My goal is to make my 3 displays be for as cheep as possible.  Now the display i would love to have is an asus screen priced at 139$.  I would love to be able to have each display be a seperate desktop.  Is their a way to achieve this?   The asus screen can do HDMI DVI and VGA

    Which Mac Pro/graphics card(s)?
    If the new 2013 then:
    Mac Pro (Late 2013): Using multiple displays
    With OSX 10,9,3 you have a max of two with HDMI, VGA or DVI monitor inputs. 10.9.2 and earlier allowed more. You can add Thunderbold and display port/mini display more monitors to those two

  • Question about multiple ipods on one computer

    I set up my own ipod nano on my computer and I have been using it without problems for some time. Now someone else in my family got the same ipod nano. I do not know how to set up this new ipod. Do i use the same software already on my computer? Do i just register this new ipod? Please help. Thank you

    Hello!
    Let me explain this in detail for you:
    The Do Not Disconnect screen
    It is normal for your iPod to say this message to you when you connect it to your computer.
    When you need to disconnect it from your computer, you'll first need to eject it.
    There are a few ways to eject your iPod; through iTunes, the Safely Remove Hardware program, and "My Computer".
    Through iTunes
    Ejecting your iPod via iTunes depends on what setting your iPod is on for.
    Connect your iPod. Go into Edit> preferences> iPod. See what setting your iPod is on; "automatic" or "manual".
    Automatic
    If you aren't restoring, or updating your iPod, iTunes should automatically eject your iPod from iTunes. If it doesn't, then right-click the name of your iPod in iTunes, and make sure that the "enable for disk use" is un-checked.
    Manual
    If you need to eject your iPod from iTunes if the setting is "manual", click the little arrow that's next to the name of your iPod in the left source list in iTunes.
    Through the "Safely Remove Hardware" program
    Look at the bottom-right corner of your screen, and there's the system tray icons there. If the "Safely Remove Hardware" icon is there, click on it, select your iPod, and click "stop".
    Through "My Computer"
    Go to "My Computer".
    Find your iPod's listing there (it's typically "E:" or "F:").
    Right-click it, click on "eject".
    For additional information about ejecting your iPod, check this Apple Support articles about it.
    Safely disconnecting your iPod
    About the "Do Not Disconnect" and "OK to Disconnect" screens on iPod
    Any more questions? I'll be glad to try to help you again.
    ~~Kylene

  • A Few question about Dynpro (Screen)

    - I have a screen. Its have a table control for selection data. When user select any line of table control I want set new screen... But user doesn't select any line don't permission for next user...
         if not ITabSelected is initial.
            Leave To Screen 200.
         else.
           Leave To Screen 300.
         endif.   
    But it doesn't working? How can I refresh current screen?
    - How can I display status bar messages for mobile user? Can user display dialogbox?

    And another question..
    When I want update screen elemnt values via
    DynpFields-Fieldname  = 'ZWM460-MAKTX'.
    DynpFields-FieldValue = MyMaktx.
    DynpFields-stepl      = l_stepl.
    Append DynpFields.
    CALL FUNCTION 'DYNP_VALUES_UPDATE'
      EXPORTING
        DYNAME                     = 'ZHYT_WM_RPR_460'
        DYNUMB                     = P_0064
      TABLES
        DYNPFIELDS                 = DynpFields
    EXCEPTIONS
       INVALID_ABAPWORKAREA       = 1
       INVALID_DYNPROFIELD        = 2
       INVALID_DYNPRONAME         = 3
       INVALID_DYNPRONUMMER       = 4
       INVALID_REQUEST            = 5
       NO_FIELDDESCRIPTION        = 6
       UNDEFIND_ERROR             = 7
       OTHERS                     = 8.
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    it doesnt update element value. When I debugging. It is return sy-subrc = 0 everything ok for sap but I cann't update element value... Does anybody have any idea? Thanks

  • Question about multiple audio tracks

    Hello,
    I see that imovie has only 2 audio tracks available when creating a movie. I need more than two since I will be working with a voiceover track, a soundtrack and at least one background/environment track all at one time. I won't be able to use the sound recorded with the video so that "track" is not an option.
    My question is; Am I out of luck here and need to spend the 1K for studio pro to add more multiple audio tracks?
    Also, I tried working with garageband but since all of my audio tracks import in at a minimum of 40 beats per minute, the voiceovers are all sped up and sound chipmunky.
    Thanks for any help!

    Well I didn't mean to irritate you...LOL And yes, I realize that this is the iM 6 forum but the gist of my question was related to multiple audio tracks in iM and thought I would ask about it in the forum pertaining to the latest release.
    I had already posted a question in the GB forum regarding the bpm problem and found no answers so I was pretty much about to shelve that idea and forgo the whole garageband thing; this without knowing about the new "swap" features. I just updated to iM 6 yesterday.
    As far as the "on-tape" raw audios: I was working on my movie in iM4. I wanted to add more audio bits but I don't have a proper mic for my G5 so I recorded the audio bits on dv8 tape through my camcorder. I imported the video (the image was the inside of my lens cap!), extracted the audio, took those audio files and imported them into GarageBand. That's when I noticed the bpm problem.
    I'm sorry about the lack of info I originally gave but like I said, I had pretty much gave up on the idea of using GarageBand. I'm pretty new at this and I'm trying to decide what I need in terms of software to get what I want out of my movie. I'd be willing to pay for FCxp but still looking into whether I need to do just that or whether I can get by by using imovie and now it looks like GarageBand too.
    ah, thanks for that
    what irritates me, Prince wrote:
    The audio tracks were voiceovers that came from my
    dv8tape, imported into imovie4.
    ... ehm, but this is the iM 6(six) section, as said,
    iM 6 allows now "swapping" files with GB3... (I'm way
    back in the 90ies.... see my specs... )
    so, video is in some iM, and he wants to use the
    actual "on-tape" raw audios...
    I thnik we need a little more detail...

  • Question about Multiple Choice Quiz

    I have multiple choice quiz that I'd like make more complex. The quiz is based on a movie clip with a series of questions on different frames and the same set of answer buttons on each frame (no keyframes on the answer button layer). The user clicks a button to go from one question to the next. There’s a scoring mechanism that displays the number of correct answers (score), the total number of answers clicked (right or wrong), and the percentage of right answers.
    For each question, only the first answer counts toward the score. If you click correctly the first time, a point is added to the score and to the total. If you click incorrectly the first time, a point is added to the total only. After you give the first answer, right or wrong, you can still click on all the answers to see which answer was correct; the correct answer button changes in appearance and the correct sound cue plays but no point is added to the score or total. If you click on a wrong answer after you’ve given the first answer, the incorrect sound cue plays but no point is added to the total. In other words, you can’t help or hurt your score after clicking on the first answer, but you can determine which answer was correct.
    This all works fine.
    But now I want to make a similar exercise that has TWO questions on each frame. The answers both come from the same set of answer buttons. The question is how to preserve the “only the first click counts” mechanism for each of the two answers, since clicking on the answer to the first question will mark the frame as “answer has been given” and prevent any further scoring. There needs to be a point given for each correct answer on the frame.
    Here’s the code from an answer button in the existing quiz. How would I modify this to allow for two answers per frame?
    on (press) {
                    /* This code executes whether this is the first click on the answer button or a subsequent click. If the answer is correct (if this is frame 1 or 3), the correct sound cue plays and the answer button changes its appearance, and if the answer is incorrect (if this is any other frame), the incorrect sound cue plays */
                    if (_currentframe == 1){
                            _parent.snd_obj.playsound("correct", "cue1");
                            answer1_mc.gotoAndStop(2);
                    }else if (_currentframe == 3){
                            _parent.snd_obj.playsound("correct", "cue1");
                            answer1_mc.gotoAndStop(2);
                    }else{
                            _parent.snd_obj.playsound("incorrect", "cue2");
                    /* This code executes only if this is the first click on the answer button. It checks to see if an answer has been clicked in this frame, and if not, it marks the answer as given (so this code will be executed only once) and then adds one point to the total, one point to the score for correct answers, and re-calculates the percentage */
                    if (!_parent.answerGiven[_currentframe]) {
                            _parent.answerGiven[_currentframe] = true;
                            _parent.total = _parent.total + 1;
                            _parent.percent = Math.round((_parent.score / _parent.total) * 100);
                           if (_currentframe == 1){
                                   answer1_mc.gotoAndStop(2);
                                   _parent.score = _parent.score + 1;
                                   _parent.percent = Math.round((_parent.score / _parent.total) * 100);
                          }else if (_currentframe == 3){
                               answer1_mc.gotoAndStop(2);
                               _parent.score = _parent.score + 1;
                               _parent.percent = Math.round((_parent.score / _parent.total) * 100);
                           }else{
                               _parent.snd_obj.playsound("incorrect", "cue2");

    This is indeed a very random issue. I have seen this in earlier versions of Captivate as well. I always create my template files from the blank theme, so I don't think it is specific to the theme.
    As for solutions, sometimes changing the quality of slide to high worked, other times just reopening Captivate worked. Here are some of the solutions I have found on these forums:
    1.  Create one more answer than I need (ie for a 4 answer question, create 5 answers) and then delete answer B.
    2.  Uninstalled/reinstalled my Captivate 6 software
    Sreekanth

  • OT: question about multiple root directories

    ok, so on this website i just transferred to a new host, i
    password
    protected a directory, and for many people (possibly
    everyone) it is
    asking for the login info twice or three times before it lets
    you in. i
    contacted the host tech support, who gave me an explanation
    that i don't
    think makes sense. or maybe it does, but i don't think
    applies to my
    problem. and even if it does, they didn't offer any advice on
    how to
    solve the problem, just what might be causing it. bad tech
    support.
    anyway, i had a different idea about what the might be. there
    are two
    root directories on the server: public_html and www. they
    both have the
    same files, and therefore my protected directory is protected
    in both
    places. to me, that seems like it could be why it's asking
    for login
    info more than once.
    so, i want to find out if this is the case by deleting the
    one i'm not
    uploading to. so basically, my question is, if i have chosen
    public_html
    as the directory that i upload to, is it safe to delete the
    www
    directory? or is there a reason that i need two root
    directories and,
    essentially, two copies of my site on the server?
    i realize these are probably questions best suited for my
    host, but i'm
    unimpressed with their tech support so far (though i like
    everything
    else about them), and i'm confident that someone here will be
    able to
    answer this question for me.
    thanks!

    ok, well that's good to know! thanks.
    also, i changed my mind about the tech support response.
    here's what he
    said:
    Typically when you are seeing multiple login prompts like
    what you
    describe it has to do with content/site linking.
    Here is a rather wordy explanation:
    When entering a password-protected web site for the first
    time, you
    will occasionally notice that you are asked for your
    password twice.
    This may happen immediately after you entered the password
    the first
    time, or it may happen when you click on the first link
    after
    authenticating the first time.
    This happens for a very simple, but nonetheless confusing,
    reason,
    again having to do with the way that the browser caches the
    login
    information.
    Login information is stored on the browser based on the
    authentication realm, specified by the AuthName directive,
    and by
    the server name. In this way, the browser can distinguish
    between
    the Private authentication realm on one site and on another.
    So, if
    you go to a site using one name for the server, and internal
    links
    on the server refer to that server by a different name, the
    browser
    has no way to know that they are in fact the same server.
    For example, if you were to visit the URL
    http://example.com/private/,
    which required authentication, your
    browser would remember the supplied username and password,
    associated with the hostname example.com. If, by virtue of
    an
    internal redirect, or fully-qualified HTML links in pages,
    you are
    then sent to the URL
    http://www.example.com/private/,
    even though
    this is really exactly the same URL, the browser does not
    know this
    for sure, and is forced to request the authentication
    information
    again, since example.com and www.example.com
    <
    http://www.example.com> are
    not exactly the same hostname. Your
    browser has no particular way to know that these are the
    same web site.
    at first i thought that didn't make any sense because i've
    been using
    the same url every time. but after paying closer attention
    during the
    login process, i see that he's right. i've been typing in the
    url with
    the www, but once you get logged in, there is no www. so i
    tried typing
    it in without the www, and i got right in with the first
    attempt.
    so, i suppose my question now is, can i make it so that
    typing in the
    url with the www, lets you in on the first login attempt? or
    should i
    just tell everyone to leave out the www?
    thanks for the help!
    Alan wrote:
    >
    >> there are two
    >> root directories on the server: public_html and www
    >>
    >
    > Usually, only one of them is a real folder. The other is
    a symbolic link, a
    > shortcut to the other.
    >
    > Don't delete either of them. You might delete the real
    folder instead of the
    > symbolic link. And- in most hosting setups, you wont
    have permissions to
    > delete the folder anyway. Changing the
    ownership/permissions of those
    > folders prevents panicked help ticket calls.
    >
    > You didn't say what the host says is the reason people
    are asked for
    > passwords several times. What did they say?
    >
    > and- is the first page that opens in the password
    section a framed page?
    > Or- does it draw images and other files from deeper
    nested directories? Such
    > an images folder?
    >
    >

  • Another question about multiple copies

    I've seen several others posting questions lately about making multiple copies, but my question is just slightly different. I'll be making an iDVD project for our 5th Grade Recognition at school. Obviously, I'll be making it on my Mac at home. However, once it's finished and I have my final DVD, I'm going to need to make over 50 copies.
    Last year, when I did the presentation as a Powerpoint show, it was easy enough to use multiple (Windows) computers at school to duplicate. There are 4 computers that I used to just rotate CD's in and out of to make copies.
    Will I be able to use a Windows machine to make copies of an iDVD disk? I know that the computers can burn DVD's, so that's not an issue. I can't remember exactly which programs the computer have. I believe that one is Sonic something. The one that I used for CD's was IRecordNow (or something like that).
    Is there any "protection" placed on the iDVD disk that will prevent me from placing the iDVD into the drive and choosing "copy" in whatever program that I use?

    Is there any "protection" placed on the iDVD disk that will prevent me from placing the iDVD into the drive and choosing "copy" in whatever program that I use?
    No. Only DVDs made in a production house have copy protection applied.
    (31727)

  • Question about multiple Script declarations

    I'm reading Flash Builder 4 and Flex 4 Bible.
    On page 121 it states:
    "Any particular <fx:Script> element can contain nested ActionScript or use the source property to link to an external Actionscript file, but it cannot do both at the same time. You can, however, have as many <Script> declarations in a single MXML file as you need>"
    My questions are about the last sentence.
    1)  They specifically used <fx:Script> and <Script>. Are these two different entities?
    2)  I've never seen examples of using multiple <fx:Script> declarations in a project. How would this work?
    3)  Are they promoting bad practices by making this claim?
    Thank you
    Kristin

    Although multiple script tags are allowed, I'd guess that they're not commonly used.
    Gordon Smith
    Adobe Flex SDK Team

  • One question about Selection screen

    Hi experts,
    I am writing a report, on the selection screen, I need to input the file path and then do the file upload.
    My question is about how to check the file path I put is correct or not? If it is incorrect, I want to get a message and the cursor still in the field and don't jump to the next page.
    How can I do like that?
    Any one has any suggestion, please help me.
    Thanks in advance.
    Regards,
    Chris Gu

    Hi Chris,
        do it this way: check my code after calling gui_upload what condition i am using.
    parameters:
      p_file type rlgrap-filename.          " File name
    *           AT SELECTION-SCREEN ON VALUE-REQUEST EVENT               
    at selection-screen on value-request for p_file.
      perform get_file_name.
    *                       AT SELECTION-SCREEN EVENT                    
    at selection-screen on p_file.
      perform validate_upload_file.
    *  Form  GET_FILE_NAME                                               
    form get_file_name.
      call function 'F4_FILENAME'
       exporting
         program_name        = syst-cprog
         dynpro_number       = syst-dynnr
         field_name          = ' '
       importing
         file_name           = p_file.
    endform.                               " GET_FILE_NAME
    *  Form  VALIDATE_UPLOAD_FILE                                        
    form validate_upload_file.
      data:
        lw_file  type string.              " File Path
      lw_file = p_file.
      call function 'GUI_UPLOAD'
        exporting
          filename                    = lw_file
          filetype                    = 'ASC'
          has_field_separator         = 'X'
          dat_mode                    = 'X'
        tables
          data_tab                    = t_final_data.
      IF sy-subrc ne 0 and t_final_data is initial. " here message if file path is wrong
        Message 'File not found' type 'E'.
      ELSEIF sy-subrc eq 0 and t_final_data is initial.
        Message 'File empty' type 'E'.
      ENDIF.                              
    endform.                               " VALIDATE_UPLOAD_FILE
    With luck,
    Pritam.
    Edited by: Pritam Ghosh on May 8, 2009 8:57 AM

  • Question about the Cinema Displays

    Hi,
    Until now, I've used one LCD display as my monitory for everything - two computers, my gaming consoles, etc.
    It's getting too old - and I want to replace it. Getting a Cinema display wouldn't be a problem in terms of using the computers on it, but I was curious:
    Is there a possible way I can connect either RCA cables or HD / Digital cables to the display?
    Either directly into it, or through an adapter, and so on.
    Thanks

    If you have no special need for a Cinema display specifically, it would be much simpler and possibly cheaper to get a brand like a Dell that has the multiple input ports, particularly the analog type you are interested in connecting. The Cinema displays are really meant to be driven by DVI only, and have no HDCP support for a direct digital video connection.
    I could be wrong about some of this; the fact that these adapters exist indicate that some DVI adaptation may be possible, but I'll have to leave the ultimate answer to someone who's tried it.

  • Question about LCD screen on Satellite A500-1F4

    Hi everyone.
    I am planning to purchase new laptop and I've seen the specs of Satellite A500-1 F4 and Satellite L505-13W. I like the 16" screen in A500 but there is one thing not clear, what do they mean about truebright display? Compared to L505, it has HD LED display.
    Also, what is much better video card? NVIDIA GE force or the ATI Radeon? Both the A500 and L505 have the same 1GB video card capacity, the difference in the brand.
    Thank you.

    You see, it's like with Cpu from Intel and Amd. Some users say that Intel is better, when others are Amd.

  • Some questions about quality of displayed video, matching scaled object, and a funny issue occurs in my VI

    Hi, 
    I am doing a pattern recognition project and come up with a VI (please find attached). There are something I am not sure and would like to ask:
    1. The VI works, but in a funny way: most of the time I have to switch the "Create Template/Search for pattern" button twice in order to get the VI works fine (there were only a few times I just need to click the button once). What is the problem here and how to fix it?
    2. I understand that IMAQ Match Pattern works with RGB images. So is there anyway I still can get RGB images pass through IMAQ Learn Pattern, IMAQ Match Pattern, whilst the 2 "Template" and resulting "Image" are still displayed in color mode.
    3. Is there anyway I can still detect the object if scaling becomes an issue (as I need to move from far distance to approach the object)? To address this issue, do I need to use IMAQ Match Geometric Pattern, which I learn from somewhere in the forum that it took a lot more time to match my result comparing with IMAQ Match Pattern?
    Thanks very much.
    Solved!
    Go to Solution.
    Attachments:
    pattern_recog.vi ‏128 KB

    Sorry about silly question 2 (RGB <--> color). Actually, in my VI all the IMAQ Extract, IMAQ Pattern Match, etc.. can only work with Grayscale (U8) images. Whenever I switch the images to RGB (U32) there will be errors of Incompatible image type (error-1074396077). As I understand, IMAQ Extract and IMAQ Pattern Match should be able to work with RGB (U32) images. Am I right?
    Attachments:
    pattern_recog_test1.vi ‏128 KB

Maybe you are looking for

  • How can we notify the Manager

    Hi All, Can you please give me idea for the following The idea is to having, some users will enter data in Input Schedule and save it as excel. This is ok The problem here is how can we notify to the Manager that the excel is ready to review? after t

  • Home Sync Not Working! Please Help!

    Hi Everyone, So I have a Mac Mini running Snow Leopard Server and two clients three clients all running Lion. Everyone has Portable Home Directories with File Syncing which syncs up documents and the desktop folder This seems to be working fine excep

  • Error #1009 at mx.controls::DataGrid/mx.controls:DataGrid::mouseUpHandler()

    Hello. At first sorry for my english. I have encountered problem with DataGrid control. There is DataGrid control, which have custom ItemRenderer (MulticolorDataGridItemRenderer). This DataGrid control has several properties: 1) click on a row change

  • HP Laserjet 4000/vista - trouble printing

    I am at my wit's end. My printer as referenced above is out of warranty and I am now operating on Windows Vista. I keep getting a message that states that the job requires more memory than is available on this printer. This did not happen with my pre

  • Script to find the " List of objects to be pinned in the shared pool"

    hi all, please suggest me any script is there to find the recommended objects to be pinned in to shared pool. Regards, Vamsi.