Scrren Resolution in BSP

Hi,
I have to navigate to WEB GUi on click of a button. The screen size should be a full screen. How can I achieve this irrespective of any screen resolution of the PC. Following is the BSP Javascript code. Can anyone suggest, how to approach?
<thtmlb:button id            = "Create"
               design        = "STANDARD"
               onClientClick = "javascript:window.open ('<%= lv_url % >', '_blank', 'toolbar=0,scrollbars=1, location=0, statusbar=0,  menubar=0, resizable=0,width= 800, height= 500 = 0,top = 0');"
               text          = "Create Claim"
               tooltip       = "Create Claim"
               enabled       = "<%= lv_crclm %>" />
Thanks,

Hi,
Increase your value for Width and Height as you require.
Example : Width = 1000 and Height = 900.
In JavaScript it is calculated based on Pixels.
Adjust the values in your code as you require.
So that your window will be in Full screen.
Regards,
Ragunathan.R

Similar Messages

  • Screen resolution in BSP

    I created a BSP with the following values.
    Staff  Contractor   Staff/Contractor Role   Staff/Contractor No   Name   Contact No        
    staff/contractor : radiobutton
    Staff/Contractor Role -char 40
    Staff/Contractor No -char10
    Name - char40
    Contact No   - char10
    but in 1024 by 768 resoltion the row is showing in 2 lines.How to make this in one line for all resoltion.

    Hi,
    You can try to use the <nobr></nobr> tag to prevent the browser from inserting a line break. The thing is that if the line is longer than screen available width, you will have scroll bars...
    If this is not useful, please post your layout to see how you display the data.
    Regards,
    Tanguy

  • Problem with screen zooms in by itself

    I have a Nokia Lumia 625 and i m facing problem that the phone screen itself zooms in and i need to switch off to get back to actual scrren resolution
    RD

    darshik wrote:
    I am also facing same problem of screen magnification. Even when i am not using and phone is in my pocket, after a while i take a look its dinosaur fonts screen.
    phone is just 20 days old.
    only solution is too restart, no other function works.
    Did you try the solution provided in the post above yours ???

  • We are looking for VPN API for iOS, any help

    we are looking for VPN API for iOS, any help

    Greetings from another victim!  We are all suffered from HP's poor support of HD 7690M XT... I guess you are talking about Diablo3, right?  With original HP driver, my switchable card can't even function well, so I followed the suggestions from another thred on this forum, update the driver to CCC 12.2 preview.   I ran Diablo3beta on my laptop with CCC 12.2 preview; I could only reach FPS of around 30 on maximum display quality ( my scrren resolution is Full HD).   ( I believe this card is capable of hitting much better FPS if it got a decent driver.)
    Also because my FPS would drop to less than 10 suddenly in games for no reason, I decided  to switch to unofficial driver, Leshcat, together with MSI Afterburner.  Doing this improve the performance significantly, FPS hits around 45.   Nevertheless my graphic card still freezes out sometimes, and I would blame this problem to the driver.   If HP could come up with a new, working driver, I think all the mysterious problems will disappear.
    Unfortunately HP is just deaf to all the complaints from the owners of this graphic card.   
    We are now orphans forgotten by HP...
    PLEASE UPDATE THE DRIVER FOR HD 7690M XT GRAPHIC CARD !!!!!

  • STS: Portal HTTPS to BSP HTTP transfer issue

    Hi Experts,
    We have the following issue.
    We use portal with SSL, and we put SSL on out BW backend system. We also use STS, and we created a BSP iView in the portal to use STS inside portal.
    The problem occurs when a link to the iView is clicked. What happens is that when the iView is being loaded, all the session cookies are getting blocked for some reason, so that clicking on any link in STS results in timeout error.
    My observation is that STS only uses SSL for the login page. So when a request comes through the portal that uses SSL it goes to a BSP iView without an SSL (you get the warning that you are about to display non-secure items).
    A workaround solution is to goo to IE properties, security/privacy and click the "Allow all session cookies" checkbox. This a bad solution because it involves telling users to configure their browser. I am wondering if anybody had the same or similar issue, and if there is any other resolution then just explicitly allowing cookies in the browser.
    We have another environment setup in QA that does NOT use SSL for either portal or a backend BW, and this problem with cookies does not happen there. I am guessing it has something to do with a switch from HTTPS to an HTTP request when it comes through the portal.
    Please let me know if you know how to resolve this.
    Thank you,
    AG

    Hi Marc,
    Thank you very much. The note helped us ensure that all the STS pages are using HTTPS protocol. There is still one issue remaining though.
    When STS generates its start URL, for some reason it starts with HTTP, not HTTPS. It is evident when you go to BPS_TC tcode and try to execute option "Test call with display of URL". The URL that gets displayed is for example:
    http://test.somedomain.com:8000/sap/bc/bsp/sap/tunguska/start_sts2.htm?teilplan=ZBUDGET&version=002&sap-client=200&sap-language=E
    When pasting this link in the browser, STS automatically redirects you to the https protocol, which is fine if you are using STS BSP application stand alone.
    This represents a problem however, if the application is integrated into portal BSP iView. If portal is running under HTTPS, then clicking on the STS iView causes a warning message to be displayed saying that you are about to be redirected to the page that is not secure because for some reason the very first page STS generates uses http protocol disregarding the fact that HTTPS has been setup for STS. This warning message creates a false assumption that the pages are not secured, while in fact right after the warning message is displayed a redirect to https occurs making sure STS pages are protected.
    My question is there some sort of global setting where you can control the generation of STS start URL? I made changes for every page making sure Transfer Options set to HTTPS, and also made sure Logon page is using HTTPS in the SICF transaction for tunguska and tunguska_detail services.
    At this point we are stuck and do not know what to do to eliminate that warning and how to control the generation of start URL in STS. Any help would  be greatly appreciated.
    Thank you,
    Andrei

  • How to auto adjust layout in bsp page

    hi
    i have created a bsp page , in diffrent resolution screen its displaying siffrent every time
    is there any techniue by which my layout autoadjust with any resolution.
    thanks

    hye prasanth,
      you can always use html commands in your bsp layout.
    <table>
    <tr>             -- new row
    <td>
    -htmlb coding
    </td>
    </tr>
    use attributes in <td> like --  width , valing etc..
    hope this is helpful
    thanks,
    Imran.

  • How can I capture mouse click events on BSP or Web Dynpro ABAP Screen

    hi Guys,
    Currently we have a user inactivity problem,
    the requirement is: if user is clicking on BSP/Web Dynpro ABAP screen, he/she is considered active. so we need an mechanism to capture the mouse click event.
    Using Firebug, we found that this js is in the iframe which contains BSP/web dynpro scrren: /sap/public/bc/ur/nw5/js/languages/urMessageBundle_en.js
    we want to find this js file & put in some javascript code to track user's mouse click, but i cannot find it on server.
    while in ie if we type http://host:port/sap/public/bc/ur/nw5/js/languages/urMessageBundle_en.js
    this file can be downloaded, means this file is there.
    Any one can help on this issue? find the js file or another way to capture the mouse click event.
    Thanks a lot with points!

    Hi  Feng Guo,
                        We can not capture mouse click events on Web Dynpro ABAP Screen . I am not sure about BSP. But as for as I know the portal keep active the iViews until unless mouse clicks happens.
    But for your problem I think you can get solution by setting iView Expiration to some more time period.
    Regards,
    Siva

  • Resolution seems a little low on big screen TV

    I shot some video at 1920x1080 (30 frames per sec). I used continuous lighting to light my subject. ISO was 640. The final results look really good. However, after burning to DVD using Encore to prepare the DVD, the movie looks a bit pixely. It does not appear noisy at all (because of the 640 iso), just a bit mid resolution. I have seen sharper, higher quality video on my big screen tv when I view a movie or TV. My big scrren TV is 50"
    Is this normal or have I exported the movie improperly from Premiere to get this issue? The export settings I used from Premiere were: Format:Quicktime, Preset:HD1080i 29.97, H.264, 48khz
    Thank you.

    Thank you for all the feedback. Really appreciate it. However, I am a newbie to Premiere and just discovered last night that to burn to DVD, I need to use Encore so I worked on learning that today. Most of the suggestions above are really a little over my head since I am so new to this. Basically, I shot HD video with 2 digital cameras - A Canon 7D and a Canon Rebel 3Ti. From there, I used Premiere to do all the editing of the video, added an intro movie at the beginning with a soundtrack from istock. I was a little unsure what to do once I had that completed. It did look quite good on my imac. From there I exported the entire thing as a Quicktime file, Preset:HD1080i 29.97, H.264, 48khz. Then I wanted to burn the file to a DVD so I could show my client. That is when I realized I just can’t burn away. So I did some research online and it looked like I needed to use Encore to do it. From there, I created a menu with buttons and it all seemed to work ok. When I reviewed the DVD on my big screen, that is when I noticed the slight resolution loss.
    Can one of you give me alittle direction (simple language for the newbie) as to what I should do? The advice above is just a bit over my head. I do not have a blue-ray burner by the way. I am also concerned about going to blue ray just because some people that will be viewing this video may not have blue ray.
    Thank you so much—I really appreciate your help.

  • BDC Session method : Screen Resolution Problem

    Hi all,
    I have created a BDC for Sales Order(VA01) and Call Transaction method working perfectly but when Iam creating a session and running in background then the session is ending up with errors.When I processed it in foreground mode I observed that the screen resolution is smaller.I tried checikng the checkbox 'Display standard size' but it is not working.Any Idea how to resolve this issue?
    Thanks & Regards,
    Rock.

    hi...
    These kind of problem come into picture when you go for filling values in table control....
    like filling in 20 number of lines on the screen when you can fill only 10 on the scrren.
    so in such casees what you can do is
    start recoding using SHDB
    do operations and when it come to filling of table control
    fill the first line with value  and then use some option on the application tool bar to go to the next line
    then fill the another line.
    I was getting same problem as your but this way it was done perfectly and u can apply it at number of places.
    or if you dont want to go for the lengthy process just record again and use option on tool bar of SHDB to generate a report for that
    Edited by: Mohit Kumar on Feb 6, 2009 7:40 AM

  • Container & Resolution Problem

    I've put a small site together for my wife's business but I've come across some problems I'm stuck on.
    1. The container doesn't stretch in the index page and testimonials page, but does on the other 7 pages. What have I not done?
        The container (when uploaded with a border, drops just below the navigation bar)
    2. I saw the site on my works pc today - IE7 & 1024 resolution. The text in the slider and the box below it are out of position.
    Any advice on how to solve these two is much appreciated.
    Paul
    http://www.cumbria-dog-training.com/index.htm
    CSS
    /* CSS Document */
        body,
        html {
        margin:0px;
        padding:0;
        background-image:url(../images/images/bg.jpg);   
        background-repeat:repeat;
        background-attachment: fixed;
        line-height:120%;
        font-family: Black Jack Regular,Garamond, "Palatino Linotype", Georgia;
        BODY{
          font-family: Graublau Sans Web, Lucida Grande, sans-serif;
        #container
        width:960px;
        position: relative;
        margin:-20px auto;
        margin-bottom:-55px;
        height: auto;
        border:2px dotted #3333ff;
        #image_wrap_behaviour
            width:910px;
            margin:320px auto;
            margin-bottom:55px;
            text-align:center;
        #header h1
            width:960px;
            margin: 20px auto;
            font-family: Garamond, "Palatino Linotype", Georgia;
            font-size:52px;
            color:#FFFFFF;
            font-weight:700;
            text-align:center;
            line-height: 70px;
        #subheader
            width:790px;
            margin:-20px auto;
            padding-top:15px;
            padding-bottom:10px;
            font-family: Garamond, "Palatino Linotype", Georgia;
            font-size:16px;
            color:#ffffff;
            font-weight:400;
            text-align:center;
            #titles
            width:960px;
            margin: 30px auto;
            float:left;
            h1
            font-family: Garamond, "Palatino Linotype", Georgia;
            font-size:24px;
            color:#FFFFFF;
            text-align:center;
        h2 {
            margin:10px;
            font-family: Garamond, "Palatino Linotype", Georgia;
            font-size:24px;
            color:#ffffff;
            font-weight:900;
            text-align:center;
        h3 {
            margin:0px;
            font-family: Garamond, "Palatino Linotype", Georgia;
            float:left;
            font-size:12px;
            color:#ABDFB4;   
        h4  {   
            font-family: Garamond, "Palatino Linotype", Georgia;
            font-size:16px;
            color:#ffffff;
         h5 {
             margin:0px;
            font-family: Garamond, "Palatino Linotype", Georgia;
            font-size:12px;
            color:#FFCC33;
        p.normal
            font-family: Garamond, "Palatino Linotype", Georgia;
            font-size:16px;
            margin-left:0px;
            color:#000000;
        p.bold   
            font-family: Garamond, "Palatino Linotype", Georgia;
            font-size:16px;
            margin-left:0px;
            color:#B70000;
            font-weight:400;
            p.signature
            font-family:  'BlackJackRegular', Garamond, "Palatino Linotype", Georgia;
            font-size:42px;
            color:#B30000;
            text-align:center;
        .highlight
            font-family: Garamond, "Palatino Linotype", Georgia;
            font-size:18px;
            color:#ffffff;
        p.training
            font-family: Garamond, "Palatino Linotype", Georgia;
            font-size:17px;
            color:#000000;
            font-weight:700;
            margin-top:-40px;
            margin-left:200px;
        p.h1
            font-family: Garamond, "Palatino Linotype", Georgia;
            float:left;
            font-size:24px;
            color:#FFFFFF;
            font-weight:900;
            padding:5px;
            margin-top:40px;
             margin-left:0px;
        ul.homepage
        list-style-type:circle;
        font-family: Garamond, "Palatino Linotype", Georgia;
        font-size:12px;
        font-color:#ffffff;
        .ul_puppies
        list-style-type:circle;
        font-family: Garamond, "Palatino Linotype", Georgia;
        font-size:16px;
        color:#000000;
        font-weight:400;
            NAVIGATION
        #navcontainer
             width:960px;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            text-align:center;
            margin: 25px auto;
            padding:0px;
            text-align:center;
        #nav
            text-align:center;
            padding: 10px;
            margin-top: 1px;
            float: left;
        #navlist
            width:100%;
            text-align: center;
            margin-left: auto;
            margin-right:auto;
            padding: 0px;
            text-indent: 0px;
            list-style-type: none;
            word-spacing:2px;
        #navlist li
            padding-left:5px;
            padding-right:5px;
            margin: 0;
            text-indent: 0;
            text-align: center;
            display: inline;
        #navlist li a
            letter-spacing: 2px;
            text-decoration: none;
            color:#FFCC33;
            font-size: 11px;
            font-weight:700;
            padding: 0 2px;
            letter-spacing:2px;
            word-spacing:5px;
        #navlist li a:hover,#navlist a#current
            color:#FFFFFF;
            font-size: 11px;
            font-weight:700;
        #navlist a#current
            color: #FFFFFF;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            CONTENT VERTICAL
            #welcome
            width:520px;
            margin: 30px auto;
            float:left;
            padding-bottom:15px;
        #homepage_leftcol {
            width:520px;
            margin-top:20px;
            font-family: Garamond, "Palatino Linotype", Georgia;
            font-size:17px;
            color:#333333;
            padding-left:5px;
            float:left;
        #homepage_rightcol
            float:right;
            margin-top:60px;
            width:400px;
            margin-left:0px;
                #leftcol {
            width:520px;
            margin-top:0px;
            padding-left:5px;
            float:left;
            #rightcol
            float:right;
            margin-top:0px;
            width:400px;
            margin-left:0px;
        p     {
            font-family: Garamond, "Palatino Linotype", Georgia;
            font-size:17px;
            color:#333333;       
            margin-left:0px;
            margin-right:5px;
        p.clear
            {clear:both;}
        ul.a
        list-style-type:circle;
            font-family: Garamond, "Palatino Linotype", Georgia;
            font-size:12px;
    #logo_wrap
        width:380px;
        margin-top:20px;
        float:left;
        text-align:center;
            CONTENT HORIZONTAL
        #tophorizontal
            width:900px;
            margin-top:20px;
            float:left;
            padding: 5px 5px 5px 5px;
            text-align:center;
        #bottomhorizontal
            width:900px;
            margin-top:30px;
            margin-left:10px;
            float:left;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size:12px;
            color:#ABDFB4;
        #imagecenter
            width:950px;
            margin-left:5px;
            height:auto;
            border:1px solid #d2d2d2;
        #bottom_left
            width:440px;
            float:left;
            margin-left:5px;
            margin-top:5px;
            text-align:center;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size:12px;
            color:#ABDFB4;
            background-image:url(../images/grey_square.png);
            background-repeat:repeat;
        #bottom_right
            width:440px;
            float:left;
            margin-top:5px;
            text-align:center;
            font-family: Helvetica,Tahoma,Arial,sans-serif;
            font-size:14px;
            color:#ABDFB4;   
            background-image:url(../images/grey_square.png);
            background-repeat:repeat;
            BEHAVIOUR
        #behaviour
            width:958px;
            margin-top:-50px;
            float:left;
            text-align:left;
            TESTIMONIALS
    #testimonials_left
        width: 550px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#ABDFB4;   
        text-align:left;
        margin-left:4px;
        margin-top:0px;
        float:left;
        padding:3px;
    #testimonials_right
        width:270px;
        float:right;
        margin-left:-30px;
        margin-top:20px;
        padding:5px;
    #testimonials_right_puppies
        width:340px;
        float:right;
        margin-right:10px;
        margin-top:20px;
        padding:5px;
            FOOTER
    #footer
        width:600px;
        margin:30px auto ;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        color:#914DB1;
        text-align:center;
        clear:both;
    li {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #ABDFB4;
        font-size: 12px;
        line-height: 18px;
        text-align: left;
        padding: 0;
        #wrapper
        width: 960px;
        height:auto;
        margin:0 auto;
        padding-top:10px;
        padding-bottom:10px;
        font-family: Garamond, "Palatino Linotype", Georgia;
        font-size:17px;
        color:#333333;
        background-image: url(../images/images/OPAQUE_square2.png);
        background-repeat:repeat;
        #lister1
        width: 220px;
        float: left;
        text-align: left;
        margin-left:50px;
            font-family: Garamond, "Palatino Linotype", Georgia;
            font-size:17px;
            color:#333333;       
        padding-left:12px;
        #lister2
        width: 290px;
        float: left;
        text-align: left;
        color:#333333;
        padding-left:12px;
        #lister3
        width: 290px;
        float: right;
        text-align: left;
        margin-left: -20px;
        color:#333333;
        padding-left:12px;
        #lister4
        width: 598px;
        text-align: left;
        margin-left: 292px;
        color:#CCCCCC;
        padding-top:2px;
        margin-top:0px;
                    CONTACT
    #contactbox
        width:350px;
        border: 1px dotted #FFFFFF;
        margin-left:400px;
        margin-top: -200px;
        font-family: Helvetica,Tahoma,Arial,sans-serif;
        font-size:14px;
        color:#000000;   
        padding:5px;
        float:left;
    #contactboxTESTPAGE
        width:350px;
        border: 1px dotted #FFFFFF;
        margin-left:400px;
        margin-top: -200px;
        font-family: Helvetica,Tahoma,Arial,sans-serif;
        font-size:14px;
        color:#FFFFFF;   
        padding:5px;
        float:left;
    /************************************ GALLERY *********************************/
    /************************************ GALLERY *********************************/
    .gallery {
        padding:0px;
        list-style:none;
        margin-left: 0px;
    .gallery li{
        margin:0px 6px 20px 14px;
        float: left;
    .gallery a img {
        border : 3px double #CCCC33;
    /************************************END OF  GALLERY *********************************/
    /************************************ END OF GALLERY *********************************/
    #contactformheader
        width:400px;
        margin:50px auto;
        border: 1px solid #000000;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#CCCCCC;
        padding-left:5px;
        padding-bottom:10px;
        background-image:url(../images/OPAQUE_square.png);
    #contactform
        width:400px;
        margin:-40px auto;
        border:2px dotted #000000;
        /***************************************************************LINKS******************/
            /***************************************************************LINKS******************/
    a:link {
        text-decoration: none;
        color: #ffffff;   
        font-weight:700;
                font-family: Garamond, "Palatino Linotype", Georgia;
            font-size:17px;
    a:visited {
        text-decoration: blink;
        color: #ffffff;
    a:hover {
        text-decoration:underline;
        color:#0000CC;
        font-weight:700;
    a:active {
        text-decoration: none;
        color: #FFCC33;
        /***************************************************************END OF LINKS******************/
        /***************************************************************END OF LINKS******************/
    /************************************************* TRAINING & BOARDING ************************/
    /************************************************* TRAINING & BOARDING ************************/
    #container_threecol
                              {width:960px; margin:0 auto;float:left; }
    #container_leftCol      
                            { float:left; width:300px;   float:left;        padding-left:25px;}
    #container_centreCol
                            { float:left; width:300px;   float:left;        }
    #container_rightCol
                            { float:left; width:320px;    float:left;        margin-left:-30px;}
    #wrapper_twocol
                            { width:960px; margin:0 auto; ; font-family: Garamond, "Palatino Linotype", Georgia; font-size:17px; float:left;color:#333333;}
    #wrapper_leftColumn       
                            { float:left; width:250px;  font-family: Garamond, "Palatino Linotype", Georgia;font-size:17px;float:left;color:#333333; }
    #wrapper_rightColumn
                            { float:left; width:710px;   float:left;}
    .ul_left
                            { list-style-type:circle;font-family: Garamond, "Palatino Linotype", Georgia;font-size:19px;color:#000000;font-weight:400;margin-top:10px;margin-left:5px; }
    .ul_centre
                            { list-style-type:circle;font-family: Garamond, "Palatino Linotype", Georgia;font-size:19px;color:#000000;font-weight:400;margin-top:10px;margin-left:25px; }
    .ul_right
                            { list-style-type:circle;font-family: Garamond, "Palatino Linotype", Georgia;font-size:19px;color:#000000;font-weight:400;margin-top:10px;margin-left:25px; }
    .ul_right_nostyle
                            { list-style-type:none;font-family: Garamond, "Palatino Linotype", Georgia;font-size:18px;color:#000000;font-weight:400;margin-top:10px;margin-left:5px;}
                            /************************************************* END OF   TRAINING & BOARDING ************************/
                            /************************************************* END OF  TRAINING & BOARDING ************************/
    blockquote.style1 {
            font-family: Garamond, "Palatino Linotype", Georgia;
            font-size:17px;
            color:#000000;
      padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 0px;
      border-top: 1px solid #e1cc89;
      border-bottom: 1px solid #e1cc89;
      margin: 5px 5px 5px 0;
      background-image: url(../images/images/openquote1.gif);
      background-position: top left;
      background-repeat: no-repeat;
      text-indent: 23px;
      blockquote.style1 span {
         display: block;
         background-image: url(../images/images/closequote1.gif);
         background-repeat: no-repeat;
         background-position: bottom right;

    Hi Kamleshjain!
    <htmlb:content id               = "content"
                   design           = "classic+design2002+design2003"
                   controlRendering = "sap"
                   rtlAutoSwitch    = "true" >
      <htmlb:page title     = "BSP Extension" scrolling = 'NO' >
        <htmlb:form id     = "Document"
                    method = "POST" >
        <xhtmlb:overflowContainer height = "300px"
                                    id     = "TEST"
                                    mode   = "SCROLL"
                                    width  = "100%" >
          <%@include file="document_header.htm" %>
          <%@include file="document_buttons.htm" %>
       </xhtmlb:overflowContainer>
         <%
      if  application->doc-s_doc_processing-dynamic_template is initial
      or application->doc-s_header_status-ap_status <>
      cl_bsp_hap_document_cs=>c_status_in_preparation.
          %>
         <xhtmlb:overflowContainer height = "1000px"
                                    id     = "TEST"
                                    mode   = "SCROLL"
                                    width  = "100%" >
            <bsp:call url="body.do" >
            </bsp:call>
        </xhtmlb:overflowContainer>
          <%
      endif.  "dynamic template in status 'In Preparation'
          %>
    </htmlb:form>
      </htmlb:page>
    </htmlb:content>
    here if i use this when in the desktop properties in setting i increase the resolution.....the screen width becomes small than it was with the previous screen resolution on which it was made.
    i hope this is clear.....
    Richa

  • Mini DVI to Video Adapter - S-Video Resolutions / HDMI

    Hello,
    I just got my Mini DVI to Video Adapter and I using a S-Video cable to plug to my HD LCD 32'' TV.
    When I connect everything, the resolution drops from 1280x800 to 1024x768.
    How can I change back to 1280x800?
    I don't know but I'm kind of disappointed with the QUALITY of the video... is there any way I could improve this? Perhaps using a Mini-DVI to HDMI Adapter? Does it exist? Will upgrade the resolution and/or the quality of the video?
    I've read that audio is not supported using the Mini-DVI. To be honest, I don't really care about the audio... I can use the analog. But I'm very very disappointed with the quality of the video...
    Thanks anyone

    Well,
    Based on what you said, I should have three options:
    A: MacBook -> MiniDVI to DVI Adapter -> DVI to HDMI cable -> TV with HDMI input
    C: MacBook -> MiniDVI to DVI Adapter -> DVI to DVI cable -> TV with DVI input
    B: MacBook -> MiniDVI to HDMI Adapter -> HDMI cable -> TV with HDMI input
    What should work best?
    My TV does not support DVI input, so that's kind of narrow it down, right?! Leaving options A and C.
    I don't have any of the adapters. In both ways I'll end up having to buy stuff. Which is less expansive?
    Thanks in advance
    Cheers.

  • Resolution using Mini-DVI to Video Adapter

    I have a Mini-DVI to Video Adapter that I connect to a television set. When I connect it my resolution drops from 1280x800 on my MacBook to 1024x768 on the television. On the MacBook tech specs screen it says: "Simultaneously supports full native resolution on the built-in display and up to 1920 by 1200 pixels on an external display, both at millions of colours".
    Is it just something that I'll have to live with when switching to the television, or is there any way that I can increase this resolution?

    You can make the TV the main monitor by dragging the menu bar to it in the "Arrangement" pane of "Displays" System Preference, or if you connect the power adapter and an external mouse and keyboard, just close the lid. It will sleep, but will wake when you use the mouse or keyboard.

  • Messed up color display and resolution because of mini-DVI to video adapter

    Once I connected the mini-DVI to video adapter to the tv and got weird colors on my screen for a while but then it worked out, then after a while I disconnected the cable and turned my computer off. After that, everytime I turned my macbook on, the color is fine for two seconds and then it turns into a weird offset color, really bright colors, kinda sketchy and just a few colors, and a weird resolution and display obviously, but then I just connect my Mini-DVI to video adapter and disconnect it again (quickly) and the color returns to normal. How can I make the normal colors stay and not have to connect the mini-DVI to video adapater everytime I want to see the normal color display and resolution??
    please help!

    Open the Universal Access pane of System Preferences, click on Seeing, turn off the White on Black, VoiceOver, and Zoom options, and drag the Contrast slider all the way to the left. If the issue persists, create a new folder on the desktop, drag half of the items from the Library/Preferences/ folder of the item in the Finder's sidebar with the house icon into it, and narrow down the files until you've isolated the one responsible.
    (30807)

  • Resolution of built-in display with dvi adapter

    I've connected my Imac to my Samsung DLP using a mini-dvi to s-video adapter. The display on the tv is fine, but the problem is that when ever the adapter is plugged in, I lose all widescreen resolutions for the built-in display. Does anyone know a way around this? If I used a mini-dvi to vga or hdmi adapter instead, would it do the same thing?
    Thanks,
    Julie

    Then leave the adapter connected to the Mac for two reasons;
    1. to prevent having to Detect and Adjust everytime it is connected.
    2. to prevent ware and tare / damage to the Mac's Mini DVI port.
    Mirroring will always cause the Mac's resolution to change, the system is using the best resolution to support both Mac and TV display's.
    [Apple TV|http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?nnm m=browse&mco=9509DA20&node=home/ipod/apple_tv] might be the best solution considering the TV is setup in a different room.

  • Apple Mini-DVI to VGA Adapter Resolution?

    If I hook my macbook to my hdtv using the Apple Mini-DVI to VGA Adapter what's the highest resolution I'll achieve? Will it be the max resolution of the TV or the Macbook?

    Hey,
    These are the specs that Apple provides for the GMA 950.
    "Extended desktop and video mirroring: Simultaneously supports full native resolution on the built-in display and up to 1920 by 1200 pixels on an external display, both at millions of colors."
    Tom

Maybe you are looking for

  • Problem in de-queuing xml messages after upgrade to 11g database

    We just upgraded from database 10g to 11g. After upgrade we are facing a problem in processing xml messages smaller than 4000 bytes. Messages larger than 4K bytes are handled correctly. We have Tibco IM/BW adaptors accessing Oracle AQ through JDBC Th

  • Calling procedure in oracle forms

    Hi all,i have a procedure in the backend and when i am calling it in forms nothing happens.The procedure is syntactically correct. Procedure PROCEDURE XXC_MTL_TRANSACTIONS(v_file_number IN VARCHAR2) IS BEGIN INSERT INTO mtl_transactions_interface    

  • Lengthen and shorten the search bar and the URL bar

    I like to be able to change the size of the search bar and the URL bar. I hate not seeing the whole URL as needed. And sometimes, I want to read everything I type in the search bar. This is a non-negotiable for me and I have stuck with the 3.+++ beca

  • How to get the connection string at runtime

    Hi, I'm using Forms6i. I'm using EXEC_SQL to execute a dynamic sql in my form. I need connection string for that . But i cannot give it hardcodingly. Is there any form's properties to get the database connection string, to which the form is connected

  • Why has my ipod touch not offered an ios7 update?

    why has my ipod touch not offered an ios7 update? it is currently on the iOS 6.1.3