Thread: 800x600 res Applications..?

  1. #31
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    Quote Originally Posted by abachler View Post
    So you want to develop for, but not actually use 1024x768, so wtf is the point then?
    Let me remind you - there are different kind of applications. Ones that are just small windows, fullscreen applications, many different needed sizes. You can't assume everyone should use the same window size for every application, can you? You can't assume EVERY window is fullscreen.
    Quote Originally Posted by abachler View Post
    Well since the OP asked about 800x600 specifically I assume there is some reason he chose that resolution. Maybe thats the highest res his system can handle, maybe its the lowest, meaybe its just the one he is familar with, maybe he has an existing application he wants to make full screen, lots of maybes, none have anythign to do with elysia.
    That's because he probably wants it to be compatible with all kinds of computers, even the minority. Why do you have to be so mad at Elysia? It was just a suggestion.

  2. #32
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    If the target machine is a PC running any mainstream operating system or one of its earlier versions, 800x600 is still pretty much the standard minimum resolution.

    The operative words are standard and minimum. What it means basically is that if the programmer doesn't know a thing about the target machines that will run his application, developing for 1024x768 will break for some users, whereas developing for 800x600 will work for everyone. Window resizing and automatic layout adjustments I mentioned earlier somewhere on this thread, are the best way to go about designing for a minimum resolution and still maintain a pleasant look in higher resolutions. If no one asks me, and I no little of who wil run my app, I design for 800x600 every day of the week. This way I can ensure my app runs even if the user didn't have his graphics card drivers.

    That's when we don't know anything except the target OS. So, abachler advise is the correct one, in my opinion. On this case designing for anything above 800x600 is a bad idea. Designing for anything below 800x600 is silly.

    The next thing is target users. If you are coding a power app meant to be used by power users or conversely you are coding an invoice application meant to be used by small businesses... I don't think I need to go on with this paragraph. You get the idea.

    It's completely irrelevant what we don't know. What is important is what we know. Since we know very little, I advise 800x600 and ask the OP to detail what type of application this is.

    Just a note: Contrary to what I'm hearing here 1024x768 is NOT the standard minimum resolution out there. Don't even go there. Many, many computers are used by older people, people with disabilities, people in business which are still using 5 (if not more) year old machines, people in the government which are still using 10 (if not more) year old machines, children, ... What more, the emergence of small screen laptops has been having an annoying side effect of making some people adopt again lower resolution settings.
    Last edited by Mario F.; 07-01-2008 at 04:17 AM.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Get Installed applications list and applications activity
    By arunarora in forum C++ Programming
    Replies: 5
    Last Post: 05-25-2009, 09:41 AM
  2. C programing doubt
    By sivasankari in forum C Programming
    Replies: 2
    Last Post: 04-29-2008, 09:19 AM
  3. A question about windows programming
    By Hussain Hani in forum Windows Programming
    Replies: 16
    Last Post: 05-23-2007, 07:38 AM
  4. Combobox problem
    By gargamel in forum Windows Programming
    Replies: 2
    Last Post: 05-06-2005, 01:37 PM