Where can I set the screen resolution

I am trying to use do a course online and they said that the screen resolution needs to be set at 1024 x 768. Where do I do this?

You can paste this in the Code field in the Firefox > Web Development (or Tools) > Error Console and click the Evaluate button and enter 1024x768 on the prompt.
<pre><nowiki>
var Cc=Components.classes, Ci=Components.interfaces;
var ps = Cc["@mozilla.org/embedcomp/prompt-service;1"].getService(Ci.nsIPromptService);
var wm = Cc["@mozilla.org/appshell/window-mediator;1"].getService(Ci.nsIWindowMediator);
var nb = wm.getMostRecentWindow("navigator:browser");
var txt = 'width x height';
var obj = new Object; obj.value = nb.window.outerWidth + 'x' + nb.window.outerHeight;
if(ps.prompt(null, 'Resize', txt, obj, null, {}) && (obj.value != null)){
var vA = obj.value.split("x");
if(vA[0]) nb.window.outerWidth = vA[0];
if(vA[1]) nb.window.outerHeight = vA[1];
</nowiki></pre>

Similar Messages

  • How can I set the screen resolution ?

    hello brothers.
    my program works ultimately at 1024/768 screen resolution.
    since I want to make sure that peaple who using that program will see it correct, I want to explicitly change the resolution of the screen.
    how can I do that? please..

    I believe you use the setDisplayMode() method of the GraphicsDevice object to do this.
    If you go to http://www.scottshaver2000.com/ and download the source code to H.E.A.T., you will find a nice example of video mode switching. His game pops up a window showing the available configurations, then lets you select the one you want and switch to it.
    The applicable classes are in his com.sas.gui package: FullScreenJFrame.java and VideoModeSelector.java.
    Rick

  • Where can i set the location of the LogonTicket cookies in the visual admin

    hello:
       where can i set the location of the LogonTicket cookies in the visual administrator?
    thanks!!

    Hi,
    When the SAP LOGON ticket Expired or if we need to update the dates, it is generally done at the Visual Administration Level. SAP Logon Ticket is represented as cookie in the Browser which will help us for SSO.
    In Visual Admin under keystore admin where our Old Portal certificate exists.
    We will need to delete the old portal certificate, then we need to generate new ceritificate and a pop box will appear.. where we need to provide our System details like SID, Client. After these details are given we can get a new certificate in which validity period dates are automatically generated. And also we can import teh same into Portal at Sys Admin->sys config->key store admin for it to be available as .PSE or .DER file for SSO.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/59bba290-0201-0010-468b-cd12efda573a
    check the above for EP security guide which might help you in the same.
    Regards,
    Ravi

  • Where can I set the window dimensions for the "Java Applet window"?

    Hi,
    When I run a form on the web, the Java Applet is loaded and the form appear in the window. But "base window" have gived dimensions indifferent what dimensions has the window of the form which I run.
    So, where can I set the dimensions of the "core window" which is behind the MDI window of the application?
    Thanks in advance,
    Eugen

    Eugen,
    in formsweb.cfg you will find parameters "width" and "height". You can set absolute values in pixels or "relative" in percent.
    width=800
    height=600
    or
    width=100%
    height=100%
    Gerald Krieger

  • Where can i set the download options on the iPod for SD rather than HD movies?

    where can i set the download options on the iPod for SD rather than HD movies?

    In the Summary pane for the iPod in iTunes.  Check the box that says Prefer standard definition videos

  • Mail&Exchange, where can i set the sync period for mails?

    Hello everybody!
    Where can i set the sync period for my mails with an exchange account? At the moment, i can only see the mails since january, i need to see all of my mails since 2010...
    Thanks!
    Greets
    Jan

    first you make a bookmark for WINDOWS LIFE MAIL:
    https://support.mozilla.com/en-US/kb/how-do-i-use-bookmarks#w_how-do-i-create-a-bookmark
    then you can make a shortcut of it(drag it) where you want it:
    https://support.mozilla.com/en-US/kb/Sorting%20bookmarks#w_rearranging-manually
    add bookmark to toolbar:
    http://support.mozilla.com/en-US/kb/Bookmarks%20Toolbar#w_add-bookmarks-to-the-bookmarks-toolbar
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • Where can I set the "var" varibale in Flash CS4?

    Hi,
    I have seen one tutorial where in Text property there is option to define the Variable. I would like to make the digital clock using that tutorial. Where can I find the "var" option to define the variable name?
    Thanks.

    That option only exists for AS2 and AS1, so you would need to set your Publish Settings for either of those for the variable element to be available for a textfield.
    Using that feature can be problematic, so it is better to just use the text property of the textfield to read and assign values for the textfield.

  • I have an  Ipad 2 and  the touch screen is cracked, where can i change the screen

    Where can I changes the touch screen for mi Ipad 2

    What does this mean?
    Ipad don't buy parts for replace,
    Apple does not replace parts. Again, they replace the iPad. Replacing parts yourself voids the warranty. Not sure when you bought it.

  • Everytime my AppleTV2 enters into sleep modus it requests again the WIFI network password. This is new, where can I set the system to remember the password?

    Everytime my Apple TV 2 enters into sleeping mode it requires my WIFI network password again upon reconnection. This is new, how can I set the system to remember the password?

    Open Mail preferences, click on the Accounts icon in the toolbar then select your mail account, click on the Mailbox Behaviours tab on the right. Set the dropdown menu at the bottom for the Never option.
    However, you cannot change the default options set for a newly created account.

  • I can't change the screen resolution no matter what i do

    Suddenly i found the screen resolution unsatisfactory so i tried to change it and there were two displays to choose between in display option. as the pictures shows the first display has only two resolution options and the second has many but no matter what i choose and click on apply/ok it doesn't change unless i click on 'Extend my Windows' and it doesn't really change it only changes the resolution option
    Edit : i don't know why the pictures didn't show up but here is the link to the 2 pictures :
    http://imageshack.us/photo/my-images/854/92159662.png/
    http://imageshack.us/photo/my-images/191/26551085.png/

    install the proper graphic driver for that chipset.
    gsm45 i would go to intel
    http://www.intel.com/p/en_US/support/detect/graphics

  • Where can I set the number of records in BEx Web Selection screen

    Hi
    We have 2004s SPS10 running.
    Within the selection screen in the portal (eg on characteristic 0material) there is a default setting of maximum 1000 entries.
    Where can I change this default value of 1000?
    Thanks for your help.
    Kind regards,
    Thomas Simon

    Hi,
    Regarding this one OSS message is already raised. Stilll it has to be solved in further SPs
    you can go for this work around - After executing the Query in Web, click on value help of the Variable screen. in the Selector Change the maximum values displayed. and refresh you can get the specified number of values
    Regards
    Veda

  • Acrobat X, where can we set the defualt for Open, Link?

    Step 4, Open File, New Window or Within....  We would like to set NEW WINDOW as default.  (Please see screen shot also)
    Create a link using the Link tool
    Choose Tools > Content > Link. The pointer becomes a cross hair, and any existing links in the document, including invisible links, are temporarily visible.
    Drag a rectangle where you want to create a link. This is the area in which the link is active.
    In the Create Link dialog box, choose the options you want for the link appearance.
    Select one of the following link actions: 
    Go To A Page View
    Click Next to set the page number and view magnification you want in the current document or in another document (such as a file attachment), and then click Set Link.
    Open A File
    Select the destination file and click Select. If the file is a PDF, specify how the document should open (for example in a NEW WINDOW or within an existing window), and then click OK. 
    Note: If the filename is too long to fit in the text box, the middle of the name is truncated.
    Open A Web Page
    Provide the URL of the destination web page.
    Custom Link
    Click Next to open the Link Properties dialog box. In this dialog box, you can set any action, such as reading an article, or executing a menu command, to be associated with the link.
    Screen shots.......

    Thanks for your reply.  We are using Acrobat Pro 10.1.3 on Windows 7 64 bit workstation. 
    We see this when adding a link in a PDF.
    Go to Tools, Content, Link.  Highlight something, Creat Link, click Next.  Pick somthing to Link too.  Like another PDF and the Window in the first screen shot comes up.
    I ran a Regshot and here are the results.  Looks like all user keys which would be normal but there must be a way to set the default in the Preferences?  This does not seem to be a setting that stays if you will so there must be something over-riding it.

  • Where can i replace the screen of my itouch 2nd generation?

    my lil. sister just dropped my itouch and she kinda broke or cracked the screen. the good part is that my itouch work really well , but i just feel like the crack just bother me, where you guys recommend me to go and replace the screen ? or how can apple company can help me with this ?

    look at this previous post I just replied to ten minutes ago.
    https://discussions.apple.com/thread/3043984?tstart=0

  • [Kerberos] Where can I set the timeout and number of retries?

    Hi, in a debug Kerberos file, we can often see the below type of entry.
    +> KrbKdcReq send: kdc=xx.xx.xx.xx UDP:xx, timeout=30000, number of retries =3, #bytes=170+
    Regarding the above "timeout" and "number of retries", how/where do i set this to a different value?
    Thanks, ron

    Entering "timeout KDC" into the Search Forums box on the left side and it shows the first output as --
    http://forum.java.sun.com/thread.jspa?threadID=593457&messageID=3333660

  • Where can I set the log level for the "Inbox log file" ?

    From the Siebel 8 Bookshelf, it says :
    "To set the level of the Inbox log file for troubleshooting
    *In Siebel Tools, set the Log Level for the Inbox log file (Alias = InboxLog) to 5*."
    But where exactly in Siebel Tools can I find that Log Level ? Which object does the Siebel bookshelf talk about ?

    Hi,
    Loglevels are not configured in Siebel Tools. You have to configure them with the siebel client. You can find a parameter at "Administration - Server Configuration / Server / Events"
    Search for "Inbox General Log Events". Set this parameter to 5. It think this should help you.
    Cheers Andreas

Maybe you are looking for

  • How can I get Adobe Photo 3.2 from my old computer to new computer?

    My old HP computer came with the Adobe Photo 3.2 which worked beautifully for me.  I could upload all my photos, click on the ones I want to put in various collections and send all the photos in that collection in a slide show, which allowed me to se

  • Creative Zen Sleek Photo Firmware Download does not recognize my pla

    My Creative Zen Sleek Photo recently froze up. After restarting it, the "firmware problem" screen popped up. After reading up on it a bit, I decided to first clean, then reformat, and then reload the firmware. Everything went smoothly until I went to

  • Undo view hidden folders & files

    hi i had a problem where i was downloading to an external hard drive called storage. i downloaded a file with out the hard drive on so mac put this file on the mac hard drive in a folder called storage, but it has hidden. i googled how to view hidden

  • Quetion about support of attributes in planning

    Hi All, I have one doubt in Oracle essbase study guides I found that Only 'Text atrributes are supported in planning databases' but in planning work space I am able to create text,numeric,boolean and date types of attribute and able to use manage dat

  • UNCAUGHT_EXCEPTION - CX_RSD_NAME_ERROR

    Dear All, I am facing an issue while installing the business content objects. It throws an error UNCAUGHT_EXCEPTION - CX_RSD_NAME_ERROR. The details are below: Error analysis     An exception occurred which is explained in detail below.     The excep