11gr1 - Handling different screen resolutions for an enterprise app.

Hi,
We are developing an enterprise application that will be deployed at different clients with different hardware.
We are confused about how to handle different screen resolutions and wonder how others are handling this.
We have some fixed size areas in our screens and liquid areas for content that may expand. The problem is say that you have a table with 6 columns. This table will be rendered nicely at 1280X800 but not at 1650X1050 or 800X600.
At higher resolutions we will either end up having some blank space or expand one of the columns of the table , but can't expand every column proportionally and this will look ugly.
For lower resolutions same problem in a different way will come into picture, we will not able to resize the columns and end up with scroll bars etc ...
What is the best practice with handling different screen resolutions for components like table,panel splitter etc ?
Thanks

Hi Muhammed,
I don't think that any better solution exists, you already use liquid layouts and define widths & heights with percentages etc. In my opinion using blank column at the end of table columns makes table's looking better. Additionally creating custom skin for table and defining column heights & widths with % or em may help you to stretch columns?

Similar Messages

  • [solved]Different Screen Resolution for different Users[/solved]

    hello
    i'm running kdemod
    i'd like to set up an account for my mum
    she prefers a resolution of 800X600
    whereas i like 1024X768
    my xorg.conf is set up like
    Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "CRT-0"
    Option "metamodes" "1024x768 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    when i log into the newly created account and use nvidia-settings
    the resolution can be changed successfully
    but upon restarting
    it reverts back to 1024X768
    i'd like to know how i could set up different resolutions for both of us
    Last edited by nikbhardwaj (2009-10-03 12:23:21)

    arkham wrote:You could add a startup script for your user with "xrandr -s 1024x768", while adding another for your mother account with "xrandr -s 800x600"
    where do i add this
    .xinitrc in the home directory ??
    or .xsession in the home directory

  • Handling different screen resolutions by a desktop application

    Hi,
    I recently tried to make a desktop app using basic javafx layouts and controls. I made it using borderpanes, gridpanes and stackpanes. I had a base of borderpane, on which all my controls were placed on grid, but it looked lame, so i inserted a colorful rectangle in between the background and controls using stackpane. Everything was wonderful on my system, but when i gave it to a friend to check out what i had made, it just wasn't the way i had made it on my system.
    The background was as it should have been(it was because the scene was kept at screen resolution) but the rectangle and the controls were displaced, and the reason was my friend has a laptop with higher resolution than mine. I tried to fix things up, removing the hard coding for the placements and using an ratio of the screen resolution, but no matter how much i tried, something or the other seemed to be out of place. For ex, on a page where i had one big rectangle, inside which there are two small rectangles and each rectangle have a gridpane with controls. All of them are stacked together using Stackpane.
    I'd blame all to the stackpane, but i chose it coz my requirement demanded it.
    Any suggestions on how to make an desktop application which can handle all resolutions, and the best practices that must be followed and kept in mind, while designing a desktop app.
    Thanks,
    Abhi

    one example you can find in the image below, where i had set the message perfectly in my system and opening it in another system, the message is not placed correctly.
    http://i37.tinypic.com/hv8mtl.png
    Hope now yu understand my problem.

  • How to programmatically resize vi for different screen resolutions ?

    Hi,
         I have been struggling with this,How can i built a vi that should run for different screen resolutions (on different pc's).
    There are several threads on forum , But i dont find the exact solution for it.
    I have already tried with VI properties in the VI but i dont think its working.
    Can someone please help me ?
    Thanks and regards,
    Shivkant Paswan

    Yup it is a pain to use panes, but that is the easiest method I've found which meets my requirements.  Learn to use panes and splitters effectively, and then learn their limitations and workaround when you find those limitations.  In general LabVIEW should handle multi-resolutions, and resizing better but these are the tools we have today.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • Design and Testing Suggestions for Different Screen Resolutions

    Intermediate Dreamweaver CS3 user, in need of "Design and Testing Suggestions for Different Screen Resolutions".
    Thank you, J. Chavez

    Adobe Browser Labb and BrowserShots.org

  • 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

  • Images: Different screen resolutions, howto ...?

    As you might know, there are several screen resolutions, used by different devices (iPhone 3G/3GS/4, iPad).  You might take a look at: http://stackoverflow.com/questions/2993006/designing-for-varying-mobile-device-resolutions -i-e-iphone-4-iphone-3g  An example: If i would like to build a generic app, with optimized images for the iPhone 3G/3GS, 4 and iPad, how can i implement the images within my application with the use of different screen resolutions (dpi). 3G: image_low_res.jpg, 4: image_high_res.jpg etc.  Is there a better overview for iOS devices showing the exact resolution (dpi)?

    In objectiveC/XCode, you would have two images - one at standard size, and one at double resolution for the retina display. The double-resultion image has a '@2x' suffix just before extension. The OS automaticallt uses the correct image depending on the type of phone (i.e. it uses the @2x image on the iPhone4, and the original image everywhere else).
    Of course this doesn't help us in Flash.  I don't think Adobe have built this feature in to the packager?
    Perhaps a good way to achieve the same results is to have the application detect the phone type on startup/constructor by checking the screen size (Capabilities.screenResolutionX/Y).  Then, whenever you need a screen coordinate, distance or an image, you have a custom class (probably static methods) that you ask for this information.
    It seems like a lot of work, but if you are really keen on supporting the retina display, this is probably your best bet!
    Psuedo code:
    // Two images in the library
    // spriteA.png
    // [email protected]
    // All my coordinates are measured in original iPhone coords (320x480)
    // I am now asking for a point in the middle of the screen
    // If I am on iPhone4, the resulting point will be (320,480)
    // If I am on iPhone, the resulting point will be (160,240)
    var p : Point = ResHandler.createPoint( 160, 240 );
    // Now I grab my bitmap
    // If I am on iPhone, the resulting bitmap will be spriteA.png
    // If I am on iPhone4, the resulting bitmap will be [email protected]
    var b : Bitmap = ResHandler.createBitmap( 'spriteA' );
    // Now place the bitmap
    b.x = p.x;
    b.y = p.y;
    addChild( b );
    // Now move the bitmap by 100 pixels.
    // If I am on iPhone the resulting distance will be 100 pixels
    // If I am on iPhone4, the resulting distance will be 200 pixels
    var d : Number = ResHandler.getDistance( 100 );
    b.x += d;
    Hope it helps

  • Photoshop RAW processing with different screen resolutions

    Hi, I know this might not be fully a photoshop question, but I have done so many searches online & am unable to find anything.
    I usually do RAW photo editing on photoshop on my old Fujitsu laptop & have recently I have upgraded to a MacBook Pro. I have noticed that when I do the same kind of processing on my Macbook, the photos tend to not be as dark & have contrast as I would normally like it to be.
    Meaning to say, photos that look really dark in on my Macbook look rather greyed & washed out on my Fujitsu, however the photos I have processed on my Fujitsu all look nicely exposed on my Macbook.
    So is this due to different screen resolutions? Because the photos I have edited on my mac look really different when compared to on my fujitsu, like the colours etc. Please do advise me on what exactly is the problem & what I can do to solve it. Thanks!

    It all depends on the colour range, brightness, and contrast of the screen, and the screen technology. The only way to make somewhat sure that the colours are "correct" and consistent is to purchase a hardware screen calibration device, like a spyder. But even then the laptop screens tend to be quite bad for this type of work.
    Read up on this topic here:
    http://www.pcworld.com/article/241957/how_to_calibrate_your_monitor.html

  • What is the optimum screen resolution for Macbook Pro 15 inch?

    Hi, can anyone please provide advice on the optimum screen resolution for a 15 inch MacBook Pro?

    Natively you'll get a resolution of 1440 x 900 or you can pay for an upgrade  to 1680 x 1050(current models).

  • 24"iMAC optimal screen resolution for photo processing

    I have a 24" iMAC (matte) and do mostly photo editing. What is the optimal screen resolution for photo processing work?
    thanks
    a/d/

    All Screens are 72 dpi (dots per inch- in reference to pixels) no matter what screen resolution you use. The only difference the screen resolution will make is the size of the photo when you are viewing. Higher resolution means the picture will take up less space in you work area, but you will most likely have to zoom in to edit finer areas. Lower resolution will cause the picture you are editing to take up more of your work space and to see multiple photos side by side you will have to zoom out of fron the photos. So, really the choice is up to you.
    When creating the original document, this is where you need to monitor the dpi. The higher the dpi, the clearer your photo will look in print. A high dpi also means more disk space is being taken up by the photo. Generally a good dpi for print is 300 dpi. Anything that is only purposed for a screen based project (i.e. internet logos) should be saved at 72 dpi. Why use disk space and cause your pages to take longer load if no one will be able to tell the difference on screen between 72 and 300 dpi?
    Hope this helps!

  • 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

  • Displaying remote panel on different screens with different screen resolution

    Hi
    I am running a vi on the PXI . But when i try to open the remote panel it gets shifted on different screens
    with different screen resolution. I have tried to set the windows run time position using the vi properies
    but to no avail. Can anyone help me on this issue??????
    Regards
    Amit Ahuja

    What is your lv version?

  • Screen Resolution for CS4 apps?

    I'm finding my 22" screen distorts my files. What are some tips for the best screen resolution for the following:
    PhotoShop
    Illustrator
    InDesign
    Dreamweaver
    This is Windows XP Pro.
    Thanks for your help.

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

  • Why SAP Standard Program Can full screen in different  screen resolution ,but my own program can't?

          How to make my program can display full screen in the different screen resolution ? can you tell me ,
          Thanks  everyone!  eg. T-code: SOST

    It appears that the full-screen display will only work on the display that has the menu bar.
    You can switch the menu bar to your external display by going to Solid Apple -> System Preferences -> Displays, then Arrangement.
    Grab the menu bar and drop it on the icon representing your external display.
    When you full screen an app it should then full screen on the Cinema display.
    I wish it would just full screen on the display the window is on, but that is evidently not the way it was designed to work.

  • Displaying flash in different screen resolution.

    How to set up the flash to play in different screen
    resolutions? The original is at 640x480 but I wanted to display it
    in a bigger screen? Any ideas is appreciated.
    Thanks a bunch

    You can also use our Flash third party tool to automatically
    set the users
    screen resolution before it begins.
    Download a FREE evaluation copy from
    http://www.jugglor.com
    then go to
    Setup Settings -> Windows Settings -> Full Screen
    Resolution
    Try the other features on there also.
    Hope it helps.
    Regards
    FlashJester Support Team
    e. - [email protected]
    w. -
    http://www.flashjester.com
    There is a very fine line between "hobby" and
    "mental illness."

Maybe you are looking for

  • Delta Records is not getting updated in delta queus when changes done

    Hi All, In Quality system , when a user makes a change to an order's ship-to address, the changes are "triggering" a delta record into the delta tables for BI to extract. This can be seen via tcode rsa3's delta tester. In Productionn System, when the

  • To see all calendar weeks in a year

    Hi, I have developed a report to show the list of activities in a calendar year. And I want to see all 52 weeks in a pivot table view and the activity numbers where applicable. Currently this is only showing the weeks when there is an activity planne

  • Has Anyone Installed Bootcamp (and XP) on an External Drive?

    I'm thinking of installing Bootcamp and XP on a Maxtor external hard drive to play games because I don't want to take up valuable internal drive space. I have a 120 gig hard drive on my MBP and I need as much space as I can get. How would this work f

  • Get variant attribute

    I m using LV 6.0.2, the function "get variant attribute" does not work. I get nothing out of it: no error, no values. Any idea?! Actually I could need exactly the string that is shown in a variant indicator/control. e.g.: 'Cluster': cluster of 2 elem

  • Notes disappearing off ipad  but see them in icloud how to get them back on ipad

    disappearing notes in notes app but see them in icloud i had 10 notes in my iOS5.1 ipad then I turned on icloud with notes all the notes went up to the notes folder on icloud mail plus some were duplicated on  icloud - than a day later I went to my n