Which is the right screen resolution?

Hi,
For which screen resolution, I should design my new application?,
as all of us know, developer application screens are not flexible
according to screen resolution settings. My good old application
is designed for 600/400 and now people wants to use their PC with
minimum of 800/600 resolution setting, in that mode, my
application sits in left corner of the screen.
Thanks,
-Srikanta
null

What I meant by "off" where the colors were not correct.
If the colors are correct after you play the game then I think it's just a resolution and/or refresh rate problem.
After the game, when the colors are correct, open your Displays system preferences and look at what it says the resolution is (click the Display tab in the Displays preferences if not already on that tab).  If a refresh rate is shown also note that.
Now when the colors are "bad" (incorrect) again open the Displays system preferences.  Is the resolution the same as it was after the game?  If there is a refresh rate is it the same as it was after the game?  If yes, then there is some kind of problem and I don't believe an reinsitall is going to change anything (unless you wipe out all your existing preferences).  If the resolution (and refresh rate) are different than you had after the game then change them to what it was after the game to see if you get the correct colors.

Similar Messages

  • After target display mode, iPhoto reports an error, "The current screen resolution is not optimal for iPhoto."

    I have the 27-inch (late 2009) iMac with mini-Display port input. Whenever I return from Target Display Mode, I get the attached error message and iPhoto becomes unresponsive (the window is still active, but clicking on it produces the error/warning system sound), I have to Force Quit it. The current screen resolution is not optimal for iPhoto (sometimes the error message is a little off the screen in the lower left and only the top of the window can be seen. This also seems to affect iTunes at the same time (by resizing the window to be super small), but without the error message or unresponsiveness.
    Has anyone else gotten this problem, and or might know of a fix?

    Yes, I have the same problem.  I have checked the resolution in Sysyem Preferences - display and it is properly set to the highest resolution (which is recommended).  I have no idea why this is ocurring but it is annoying.

  • What's the maximum Screen Resolution (Windows 7) on a T410?

    Hi,
    I got a new Lenovo T410 laptop (Type 2252-AT6) which came with WinXP. I upgraded to Windows 7 but found that the screen resolution was really limited. The maximum I'm able to get is 1440 X 900 which is very disappointing as the WinXP install previous on the same machine was much better.
    I tried installing all the video drivers from the downloads from the Lenovo support but none appear to help.
    Is that the maximum I can get Win7? And do I have to go back to WinXP to get the better screen resolution on the same machine.
    Appreciate any replies.
    Regards,
    Paul.

    T410's WXGA+ can only support a maximum of 1440x900 resolution. There is nothing you can do about that.
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

  • Which is the right way?/place to post the suggestion to SAP

    Hi Freinds,
    if someone have to make a suggestion to SAP, for its product extension..or maybe a new feature to add to its existing product offering...which is the right place...shld it be in the form of a blog or a post in a forum...
    and if indeed turns out to be a unique feasible feature and gets lots of positive response...why kind of recognition will it get....

    lol. there's a world outside the US for those who don't know.
    therefore ASUG might not be the right address for someone living elswhere. there are some SAP user groups in other areas of this world, eg in germany it's DSAG; unfortunately you have to be a member of those 'societies' (membership fee) and it's not easy to make yourself heard in the beginning.
    SAP could provide better channels for that, e.g. special SDN areas for that purpose.
    rgds,
    anton

  • 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).

  • My project is not playing my video on the right screen. Does anyone know whats going on?

    my Imovie project wont play on the right screen any suggestions?

    Installing a SIM card will never rectify the device being in recovery mode.
    Put the device in DFU mode and attempt to restore it as new via iTunes.  Google "DFU mode" for instructions.

  • Which is the right hardware address?

    If I look at Prefs->Built-in Ethernet -> Ethernet, the panel quotes an 'ethernet ID'. System Profiler -> Network gives a MAC address. Both of these look like plausible hardware addresses(6 pairs of letters and digits with colons between), but they're different. Does anyone know which is the right one to quote to register on a (BootP) network? And, just out of interest (unless there's something weird about my Macbook) what the other one refers to?
    I need to get this registered to our university network but (surprise surprise) the IT people don't support Apples so they're no use.....
    Thanks

    Ethernet is the category name for both the Airport and "Built-in Ethernet" devices under which the MAC addresses are listed. If you click on Network in the System Profiler left-hand panel, you should see a list of active services. This is a list of all possible network connections. One of these should be "Built-in Ethernet", and is also referred to as "en0" (Airport is "en1"). When you select "Built-in ethernet", its properties and settings appear in the pane below. This MAC address should, of course, be the same as the one in the Network preference pane.
    bd

  • Which is the right badi on save for cv01n

    Can someone tell me which is the right badi on save?
    I have a requirement of inserting 2 input fields pernr(personal number) and ename(employee name)  for a particular document type in cv01n... if i save a document all  the values are saving except pernr and ename... so which is the right badi where i can put the logic to pass the values.. I appended DRAW table with the above 2 input fields.. i am not sure about the table where the document details are saving upon SAVE  is triggered.
    In DRAW table document number getting generated is saved with all the other values except PERNR AND ENAME.

    Hi,
    Please download "ODAC 11.1.0.6.21 with Oracle Developer Tools for Visual Studio". When you install it, it will create an 11g Oracle home. Let it do that (don't try to install it into the Oracle XE home).
    You will need to set up a connect alias to connect to the XE database (as if it were on another machine).
    Thanks,
    Christian

  • Jdeveloper JSP-Struts (which is the right way to decalre a DataSource)

    Hello to all..
    I'am developing web application for a car assicuration.
    I would like to know which is the right "connection" (jndi name) to use in my application..
    I have made a JDBC connection to my production databse...
    Then I have made a Data Source from menu (Jdeveloper -> Tools -> Embeded Oc4J -> Current workspace -> Datasources...
    Here I have created a new DataSource from "Autocreate from IDE..."...
    My Question is.. which Class name I must use?
    Default class is: com.evermind.sql.DriverManagerDataSource
    I see that there is also a: oracle.jdbc.pool.OracleConnectionPoolDataSource..
    Which Class I must select? My application is used by many users online..
    Is there any axample on oracle to see how to use JNDI connections (connection pool)..
    I'am using Jdeveloper version: 10.1.2.1.0
    best regards
    Peter

    AFAIK all connections, DataSource ones included are created by calling the DriverManager. A DataSource is a factory for Connection objects (from JavaDocs)
    If you're talking about managing connections then it depends on the application. A DataSource is great for apps that can support many clients or are multi-threaded, but may require a JNDI implementation to get to it.
    If however you have an single threaded app that hits the database in a serial fashion, then DataSource is probably an overkill.
    Dave

  • Does a New iMac Always Open With The Correct Screen Resolution?

    This may sound a daft question but the other day I visited a friend and when he switched his 2 year old 24" iMac on, I was horrified to see black bands down each side of the screen.
    It was obvious he had an incorrect resolution. . . . . I think it turned out to be 800x600!
    Anyway I reset it to the correct 1920x1200 and he was amazed at the improvement!
    I asked him how it had got like that and he said it had always been that way.
    My immediate suspicion was that he had bought the machine second-hand from some idiot who had been fiddling with it but he assured me he had bought it new and that's how it had been from the start.
    From what I remember, all my computers have started off with the correct screen resolution and haven't needed any resetting.
    Any idea why this happened?

    Thanks Barbara and den.thed.
    Your suggestions will be helpful for anyone with a similar problem looking at this thread, however, they don't apply in this case. (Hope that doesn't sound bad! LOL)
    This friend bought the iMac a couple of years ago simply to edit with Final Cut Pro. He doesn't use it for anything else and it isn't even connected to the internet. (He uses a PC for all mundane chores like that).
    He claims that upon initial startup it displayed the 4:3 desktop image and assumed it was normal for his machine . . . . . . . . though he must have seen others in the shops displaying correctly.
    Incidentally it may not have been 800x600, but it was certainly an incorrect 4:3 aspect ratio.
    As he is a very intelligent and skilled film maker and editor I am surprised that he never queried it, after years of using PCs.

  • I am trying to create a signature with echosign. I cant seem to get to the right screen. Any ideas?

    I want to create my signature with Echosign, but I cant seem to get to the right screen. How can I either draw my signature or type it in? thanks.

    George, I respectfully disagree that it related to the document. All documents I receive have the same problem. Again, all I want is to have the options back under the “Place Signature” button to be able to type my signature or draw it. The only thing the button is currently letting me do is  in the screen print below.
    cid:[email protected]

  • I had an old iPod classic 40 gb, now it doesn't work anymore; I have to add a new one (iPod classic 60 gb) to my iTunes: could you tell me which is the right procedure?

    I had an old iPod classic 40 gb, now it doesn't work anymore; have to add another one (iPod classic 60 gb) to my iTunes (windows XP), which is the right procedure?

    Plug it in and follow the onscreen directions. That you previously had an iPod doesn't matter.
    (58889)

  • When I open iPhoto I get on the screen The currant screen resolution is not optimal for iPhoto

    When I try to open iPhoto I get the message The currant screen resolution is not optimal for iPhoto any ideas please Geoff

    System Preferences>Displays and choose 'Best for built-in display' (that's the setting in Mountain Lion, not sure if you are running another version of OS X).

  • Which is the right IDE to develop policy Agents in Identity Server

    Hi,
    Can any one tell me which is the right IDE to develop agents in Identity Server.Am thinking of using Sun One Studio??Any better IDEs??
    Thanks,
    Ramnath

    Your favorite text editor and a comman-line javac. What do you expect from an IDE?!

  • Satellite Pro U400 - How do I get the native screen resolution for external monitor?

    I have a samsung syncmaster external screen connected to a Satellite Pro U400.
    The screen resolution only goes up to 1280 etc however the samsung minimum is 1440 x 920 (ish I forget).
    How do I get the samsung to display the whole enlarged screen to save my eyes from the realativively small internal screen?

    Hi
    > The screen resolution only goes up to 1280 etc however the Samsung minimum is 1440 x 920 (ish I forget). How do I get the Samsung to display the whole enlarged screen to save my eyes from the realativively small internal
    I??ve got a U400 which was equipped with the Intel graphic card and I??ve got an external LCD which I have connected to the U400 using the DVI-to-HDMI cable.
    My U400 unit supports the HDMI and the LCD the DVI port.
    I have received also the driver disk with my LCD and I have installed the software.
    I have also update the Intel driver and used one from the Intel page.
    Now I have the access to many different external resolutions and can choose it.

Maybe you are looking for

  • Passing null to Optional SQL ServerStored Procedure parameters for Query

    Has anyone been able to pass null to a SQL Server Stored Procedure in a query for Interactive Reporting. I have a procedure that modifies the sql statement if the user passes additional filter data and I want to pass null to it. It works great if I u

  • I'm having problems with my iTunes

    It's not letting me update my apps

  • Catalyst 2960-x Tel 1 and g49, bug

    Hi Cisco Community I am experiencing a very strang bug or it's just a "feature". We are setting up 3 Catalyst 2960-x (EX5) as a stack. Te 1/0/1 and Te 2/0/1 are bundled as Etherchannel. (works fine "In-channel-group") But we just can not connect anyt

  • Pre Requisites for HANA?

    HI May i know the pre-requisites for HANA? Is SAP BI/BW is required to learn HANA?

  • PlaceMultipagePDF script - another page size

    I'm trying to use the PlaceMultipagePDF.jsx script to place a pdf into InDesign CS4. It always places using standard letter size with the upper left corner of the frame at zero zero on the ruler. But the PDF I'm placing, and the InDesign document I n