How to I resize screen resolution in internet browser?

Hello,
Before LION I was able to resize my browser (Chrome and Safari) screen, type, screen, pics etc just by pinching and expanding.
Now with Lion I pinch and zoom but its not as good  - the screen doesn't reformat to keep everything in the one screen without being bigger than the browser window, so I'm sliding left and right with blank space. Its more of a "zoom in" than a changing of the window. I don't like or want it. Thats what [control and two fingers] is for.
Is there a resolution to this? Does anyone else find this frustrating!?
Also AirDisplay doesn't work on my imac which is really annoying too.

Hi,
Use the below syntax...
CALL TRANSACTION tcode... OPTIONS FROM opt
... OPTIONS FROM opt
Effect
Allows you to control processing using the values of the componetns of the structure opt, which must have the ABAP Dictionary type CTU_PARAMS. The components have the following meanings:
DISMODE
Display mode (like the MODE addition)
UPDMODE
Update mode (like the UPDATE addition)
CATTMODE
CATT mode (controls a CATT)
CATT mode can have the following values:
' ' No CATT active
'N' CATT without single-screen control
'A' CATT with single-screen control
DEFSIZE
Use default window size
RACOMMIT
Do not end transaction at COMMIT WORK
NOBINPT
No batch input mode (that is, SY-BINPT = SPACE)
NOBIEND
No batch input mode after the end of BDC data.
The components DEFSIZE , RACOMMIT, NOBINPT, and NOBIEND always take the following values:
'X' Yes
' ' No
If you do not use the OPTIONS FROM addition, the following control parameter settings apply:
DISMODE
From addition MODE
UPDMODE
From addition UPDATE
CATTMODE
No CATT active
DEFSIZE
Do not use default window size
RACOMMIT
Successful end on COMMIT WORK
NOBINPT
Batch input mode active ( SY-BINPT = X
NOBIEND
Batch input mode remains active after the BDC data
Jogdand M B

Similar Messages

  • Resizing  Screen Resolution for Specific Apps?

    Hello team,
    Is it possible to resize screen resolution for specific applications? Most of my apps look fine at 1024x768, but there are a couple of older OS 9 apps that I need to run (talking school computers here) which are a bit on the small side when viewed at that resolution. Can I somehow set things so that when those applications are launched, the resolution changes to 800x600, and then reverts to 1024x768 when they're quit again? Any and all details about this will be most appreciated, and I thank you in advance for your help!
    Electronically yours,
    Erik D. Dahlin
    School-based Technology Specialist

    LCD panels must be used at their native resolution. Whatever it is for you monitor is what you must set it to.
    Bob

  • How we will maintain screen resolution for tmaintaining able control in BDC

    how we will maintain screen resolution for tmaintaining able control in BDC. can you give the code or how we have to set it

    Hi,
    You need to use the CTU_PARAM options with the call transaction method.This is used if you would like to do a commit work once call trnasaction is done. This has also got very important property, for example if your Screen resolution is different from others then the screen (Application) will be different that is you'll be having say 5 lines in your screen where as your friend will be having 8 or 10 so your program might fail in this case. If you set variable DEFSIZE as 'X' it will always use the default screen size and hence avoids error.
    Use CALL TRANSACTION 'XXX' OPTIONS FROM w_ctu_params.( type CTU_PARAMS)
    This structure contains the follwing.
    DISMODE : Display mode (like the MODE addition)
    UPDMODE: Update mode (like the UPDATE addition)
    CATTMODE: CATT mode (controls a CATT)
    CATT mode can have the following values:
    ' ' No CATT active
    'N' CATT without single-screen control
    'A' CATT with single-screen control
    DEFSIZE : Use default window size (Here we are handling those transaction by giving default window size)
    RACOMMIT: Do not end transaction at COMMIT WORK
    NOBINPT : No batch input mode (that is, SY-BINPT = SPACE)
    NOBIEND : No batch input mode after the end of BDC data.
    The components DEFSIZE , RACOMMIT, NOBINPT, and NOBIEND always take the following values:
    'X' Yes
    This might help u in better understanding...
    Re: regarding bdc
    Re: ctu_params
    Regards
    Sudheer

  • Qosmio X500 - How to increase the screen resolution?

    Hi,
    Does anybody know how to increase the screen resolution? My qosmio X500 is 1920 x 1080 and I want to raise it to 1920 x 1200.
    Thank you/Red

    Hey
    1) I think the screen brightness is about 180 nits for this qosmio model. If I change the graphics card, can I increase the brightness to 300 NITS levels? If yes, which card do you suggest? If not, how can I achieve this?
    2) When I view the screen in 100 % magnitude, then the texts are too small to read. But then when I view the screen in 125 % or higher, then the texts go blurry. Is there a way to avoid this?

  • How to turn off "screen resolution" warning in iPhoto?

    I am running OS X Yosemite 10.10.1 on a Mac mini (Late 2012), 2.3 GHz, 4 GB memory, iPhoto version 9.5.1 (902.17). I get the "screen resolution not optimal for iPhoto" warning repetitively about once every 15 minutes as long as iPhoto is running. I have set the resolution to my preference and I don't mind seeing this warning once when I start iPhoto, but it gets annoying. How can I set iPhoto to stop doing this?

    I am running OS X Yosemite 10.10.1 on a Mac mini (Late 2012), 2.3 GHz, 4 GB memory, iPhoto version 9.5.1 (902.17). I get the "screen resolution not optimal for iPhoto" warning repetitively about once every 15 minutes as long as iPhoto is running.
    Is there a reason, why you do not update to the Yosemite compatible version iPhoto 9.6? I never get the warning, you are reporting, if the iPhoto window can fit the screen, with MacOS X 10.10.2 and iPhoto 9.6.1.

  • How to set Dynamic screen resolution in flex..?

    Hi All.,
    I am developing a flex application in adobe flex4. to set the application height is 100% width is 100% and using <flexmdi:MDICanvas> to set the height 780 ,so application get displayed on normal window correctly., But i try to press f11 key the screen size is expanded at the time application size is set exactly, MdiCanvass size is  not expanding on screen resolution.
    My question is how can I make sure that the application should look uniform across different platform/different browsers and different monitors to display screen resolution auto adjust in mdi canvass also.
    With Regards.,
    LinFlex-

    Hi,
    Use the below syntax...
    CALL TRANSACTION tcode... OPTIONS FROM opt
    ... OPTIONS FROM opt
    Effect
    Allows you to control processing using the values of the componetns of the structure opt, which must have the ABAP Dictionary type CTU_PARAMS. The components have the following meanings:
    DISMODE
    Display mode (like the MODE addition)
    UPDMODE
    Update mode (like the UPDATE addition)
    CATTMODE
    CATT mode (controls a CATT)
    CATT mode can have the following values:
    ' ' No CATT active
    'N' CATT without single-screen control
    'A' CATT with single-screen control
    DEFSIZE
    Use default window size
    RACOMMIT
    Do not end transaction at COMMIT WORK
    NOBINPT
    No batch input mode (that is, SY-BINPT = SPACE)
    NOBIEND
    No batch input mode after the end of BDC data.
    The components DEFSIZE , RACOMMIT, NOBINPT, and NOBIEND always take the following values:
    'X' Yes
    ' ' No
    If you do not use the OPTIONS FROM addition, the following control parameter settings apply:
    DISMODE
    From addition MODE
    UPDMODE
    From addition UPDATE
    CATTMODE
    No CATT active
    DEFSIZE
    Do not use default window size
    RACOMMIT
    Successful end on COMMIT WORK
    NOBINPT
    Batch input mode active ( SY-BINPT = X
    NOBIEND
    Batch input mode remains active after the BDC data
    Jogdand M B

  • How to change the screen resolution

    Dear All,
    Could someone please help and tell me how I can change the screen resolution (i.e. the dimensions of the monitor) in Solaris 10 using CDE?
    Regards and thanks a lot for your reply

    This site has some instructions on how to do this: http://solaris-x86.org/documents/tutorials/cde.mhtml

  • How do i fix screen resolution message

    Your screen resolution is set below our minimum recommendation of 1024 x 600 pixels.
    my screen resolution is already set at it's highest: There is a screen resolution problem Your screen resolution is set below our minimum recommendation of 1024 x 600 pixels. You can continue with your current settings, but the newest version of Yahoo! Mail may not display properly. Try increasing your screen's resolution (In Windows or Mac OS Help, search for "screen resolution"). If you're using most versions of Windows, here's how: Right-click on the Windows desktop and choose Properties. In the Display Properties dialog box, click the Settings tab. Use the slider to set your Screen resolution to 1024 x 600 pixels (or higher)There is a screen resolution problem Your screen resolution is set below our minimum recommendation of 1024 x 600 pixels. You can continue with your current settings, but the newest version of Yahoo! Mail may not display properly. Try increasing your screen's resolution (In Windows or Mac OS Help, search for "screen resolution"). If you're using most versions of Windows, here's how: Right-click on the Windows desktop and choose Properties. In the Display Properties dialog box, click the Settings tab. Use the slider to set your Screen resolution to 1024 x 600 pixels (or higher)..

    Reset the page zoom on pages that cause problems.
    *<b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages

  • How to change the screen resolution in Sparc workstation.

    I am using the CDE screen to login. I need to set the screen resolution to 1100*864. How to set?
    solaris 10 current setting is 1280*1024.

    Specs for Ultra20 machine list ATI graphics as " onboard " chipset and the availability of four (4) other plug-in cards as options.
    Depending on the installed graphics card, you must seek different commands, etc. for each change of resolution.
    If you do not have the original manuals that accompanied the unit, check Sun`s site for documentation. They list an abundance of info and the " Getting Started " book gives indepth details about setting up the various graphics options for proper use with the various operating systems. ....................... John.

  • How to change the screen resolution in the Mobile Emulator

    so far we tried the Mobile Emulator in the netbeans, it is alway 240*320, but many real device is WVGA(480*800)
    whether does that mean the JavaFX Mobile only support the 240*320?
    if not, how can I change the screen resolution of the mobile Emulator, thank you

    I'd like to know how to do this, too. I tried fiddling with the "ScreenGraphics.bean" in the JavaFX\javafx-sdk1.2\emulator\toolkit-lib\devices\QwertyFxPhone directory, but without success.
    If anyone knows, please just drop a quick line here!

  • How can I improve screen resolution on tablet

    I loaded Firefox for Android on my Motorola Zoom. I set it to request the desktop site. When the site comes up it is very blurry. Not sharp and crisp like other screens on the tablet. If I double tap to zoom in the resolution gets better. How can I improve the resolution? The basic Android browser is very crisp.

    Try with Firefox Beta
    use this addons for desktop view
    *https://addons.mozilla.org/en-US/android/addon/phony/
    For more addons
    *https://addons.mozilla.org/en-US/android/

  • How can i resize my resolution on  my photos

    my ipad is 16gb how can i resize my photos because some pictures resolution is too high

    You can try SimpleResize.
    https://itunes.apple.com/sg/app/simple-resize/id327776379?mt=8

  • Qosmio G20: How to get higher screen resolution on external 22" monitor

    I have a Qosmio G20 and today I bought a Samsung 226BW external screen. The Samsung has a max/optimal resolution of 1680x1050px. The Toshiba manual sais the laptop supports an external screen resolution up to 2048x1536 ...
    I have now tried all kinds of settings, but the highest resolution I get on the external monitor is 1440x900 (- same as the laptop).
    1440x900 on the 22" screen is not enough for serious picture editing; it simply looks unsharp.
    What am I doing wrong? I deeply appreciate any answers/feedback; because if 1440x900 is all I can get, I have to take the xternal monitor back to the store ...
    if anyone is so kind !?
    Espen.

    Hi
    The available screen resolution depends on the graphic driver. You cannot choose the favorite resolution of 1680x1050 because the graphic card driver doesnt support it.
    Maybe a graphic driver update could helps.
    By the way; a inf file should be supplied by the monitor manufacture. You can install such file making right click and choosing install.
    Check also these forum threads:
    http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=19677
    http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=19570&messageID=71767

  • How do I set screen resolution?

    I need to check and reset screen resolution on my MacBook in order to connect it to a new TV.
    Thanks

    Use the Displays preferences in System Preferences.

  • How do I change screen resolution in command line?

    Hi, I was controlling a remote server by Apple Remote Desktop and have lost control of it after changing the resolution. Is there a way to change the resolution in the command line, without restarting?
    If I can screen resolution in the command line I can send the unix command to the remote server and hopefully fix my problem.

    Hi, I'm not aware of a way to do it without a little work. For example, I found some code at Mac OS X Hints that will change the screen resolution from a command line, but you'd have to compile it. It compiled for me on 10.4.11, and the poster there said it compiles on 10.5 for him.
    If you have the Xcode tools installed on your Mac, just copy that code into a plain text file, then save it as "main.c". Then, in Terminal, change directory to the same directory as that file and compile it:
    <pre class="command">gcc -o newscreen main.c -framework ApplicationServices</pre>
    Then copy it to your server and try running it there:
    <pre class="command">./newscreen -h nnnn -v nnnn</pre>
    where "nnnn" is the desired resolution...
    I hope that works, anyway, since I'm still using Tiger...
    charlie

Maybe you are looking for