Can I set 16:10 (1920x1200) as default slide size?

Does anyone know if I can set the slide size to 16:10 as default rather than having to go in change it from 16:9 to custom each time I open a new slide?

@Nick
Not sure if you have gotten much help or figured a work around but here is something you might find useful, if not now, later.
http://www.macupdate.com/app/mac/24285/set-software-update-server
It is a great, simple, and small app which modifies the SUS plist in the user to your SUS address or can reset it back to the Apple default. Regarding the different names that are popping up, not quite sure what that is about but I would check your DNS Zones using Server Admin and make sure that all are set up with the correct schema.

Similar Messages

  • Can I set the Ipad 2 to default to wifi?

    Can I set the Ipad 2 to default to wifi?

    It is set that way by default, if it finds a trusted WiFi site it will connect with it.
    If it goes to sleep the WiFi connection will be cut. If 3G is on and a push notification or email is received it will be via 3G.

  • I have installed broadband tuner but i am unable to uninstall it ? plz help me and also tell me the i can bring setting of sysctl -a to default

    have installed broadband tuner but i am unable to uninstall it ? plz help me and also tell me the i can bring setting of sysctl -a to default

    drcul2008 wrote:
    have installed broadband tuner but i am unable to uninstall it ? plz help me and also tell me the i can bring setting of sysctl -a to default
    Why?  It comes with an uninstaller. 
    Contact the developer for uninstall instructions.

  • Can't set Photoshop Elements 11 as default photo editor

    When I right click on an image in Windows Explorer or Adobe Bridge, then click on "open with", in the list of image viewers and programs, Photoshop Elements is not listed. When I browse to the PE11 .exe file to select it, nothing happens. How can I set PE11 to be the default photo editing program?

    Try this thread:
    <http://forums.adobe.com/thread/1146909?tstart=0>
    In particular read everything from post #9 to post #17
    Good luck.

  • How do I set "US letter" as my default paper size when I open a document?

    I'm using Adobe Reader 9.5.5 and Mac OS 10.7.5.
    Every time I open a PDF that's been emailed to me, Reader thinks it's US legal size, 11" x 14". Printing the document becomes a mess, unless I first remember to go File > Page setup > Paper size > US letter.
    I'd like to be able to set US letter as my default paper size when I open a document. Can anyone tell me how to do that?
    Thanks in advance,

    I am replying to my own question. I learned that if you right click when trying to open a PDF, you are asked which app you wish to use to open the file. If you click on Get Info, instead of choosing an app, you get this great information box which gives you the option to set Adobe Reader as your default app for PDF files. It even allows you to change all the pdf files you already have to Adobe Files. Yay.

  • Default slide size?

    I noticed that the default slide size in Keynote '08 is now 1024 x 768. Does anyone know how or if you can change the "default" slide size to some other value? Kind of a pain to have to do it every time I create a document.

    Well this is crazy. There just aren't that many variations in settings on this software. I can't imagine why this doesn't work for me.
    Thanks.
    edit: Nevermind! The Keynote preference file was corrupt. Deleting that fixed it for me. Sorry I didn't think of the obvious first. Amazing that it is corrupt on two different computers. Translating the .plist from iWork '06 components must cause some problems in some cases.
    Message was edited by: Trog
    Message was edited by: Trog

  • I always want google classic, but sometimes i get google beta or google security (or whatever, can't remember its name) when i don't want it. why does this happen and how can i set google classic as the default?

    google is my default on the home page. But when i ask for google or simply open firefox, i sometimes get google beta or google security (or whatever its name is) instead of google classic. I just want google classic. How can i set it as my default. (I have a desk top computer, use firefox, and this never happens.)

    Why Apple can't undo its mistake?
    Whose mistake? The source of the problem:
    I was required to enter my recovery key. Now, there begins that huge flaw. I've forgotten it (I know it was my responsibility to remember it).
    If you had just taken the simple steps of storing your recovery key as Apple tells you to when you set it up, none of this would've happened.
    As it clearly states in the FAQ on 2-step verification: http://support.apple.com/kb/HT5570
    After you turn it on, there will be no way for anyone to access and manage your account at My Apple ID other than by using your password, verification codes sent your trusted devices, or your Recovery Key. You must be responsible for:
    Remembering your password.
    Keeping your trusted devices physically secure.
    Keeping your Recovery Key in a safe place.
    If you lose access to two of these three items at the same time, you could be locked out of your Apple ID account permanently.
    In addition, with two-step verification turned on, only you can reset your password, manage your trusted devices, or create a new recovery key.
    Apple Support can help you with other aspects of your service, but they will not be able to update or recover these three things on your behalf.
    If you aren't responsible enough to do that, you should not have turned the optional security feature on.
    This is your fault, not Apple's.

  • Can't set Multiple Pages scan by default

    I'm trying to set the default  scan  mode for Flatbed scanning to Multiple pages by default.
    In the one-time settings screen, I can do this by selecting Scan Resolution, then Multiple pages, but this doesn't stick and I have to do it every single time I want to perform a double-sided scan.
    Is there any way to get this to happen? If I don't want multiple pages I just press the Done button instead of Ok, and all is good, so I'd rather have this be the default on this particular printer.

    I think you'll get the best answer in the LiveCycle Designer forum:
    http://forums.adobe.com/community/livecycle/livecycle_modules_and_development_tools/livecy cle_designer_es?view=discussions

  • Can I set a conditional format as default in OBIEE 11g?

    Hi,
    I would like to set all positive number be (green) and negative number be (red) for all tables in Analytics Web (OBIEE 11g). Apart from create conditional format for every tables, is there any way to set once only and apply for all reports?

    Hi User,
    You can set system wide default by clicking on the button in conditional format tab.
    *Make sure user has "Save System-Wide Column Formats" privilege to enable the option.
    Regards,
    Dpka

  • How can I set the date today as default value in a parameter?

    Hi,
    I have in my report a date parameter and I want to set as default value the date today.
    How can I do this?
    Thanks in advance

    If you are using a datatemplate , you can have a beforereport trigger that will have a package call.
    In the package spec, define a date variable and also define the function beforereporttrigger that retruns boolean.
    In the body, define the beforereporttrigger function with
    begin
    select sysdate into specvariable from dual
    return(true);
    end;
    You can then use the variable in the datatemplate as :variable.
    Hope this helps.
    - Vasu -

  • How can i set a breakpoint on a default constructor

    I'd like to catch all instances where a specific class is constructed but only the default constructor exists and it is implicitly defined.  How can I break in the default constructor?  
    thanks,

    There is no code where you want a breakpoint, so I'm not sure what instruction you'd like the debugger to break your program at.  ???
    Since your goal is only to "catch" all instances where a specific class is constructed I think the only thing is to modify your code to do so.  I can't think of an approach that doesn't require a code modification and recompile.  Especially
    since it's not clear where such classes were inlined in already compiled code.  And because of that alone, I'm
    fairly certain you have to instrument your code (modify your code by inserting something special) to catch it.  
    So can you modify the class you want to catch?  Just add a default constructor and set your breakpoint in there.
    Alternatively if you really want to try to do what you are doing, you can step into any code that creates an instance of your class in disassembly and set a breakpoint in the disassembled code for the constructor (assuming you can locate it, and it even
    exists), then rerun your program.

  • How can I set Yahoo mail as my default mail application on Mac Mail?

    I am trying to make Yahoo Mail (free version, not Yahoo mail Plus!) my default mail application. This would allow me to cick on any link sending e-mails and it will launch the yahoo mail application to send mail from there, obviously. For this to happen I need to open Mac "Mail > Preferences >" and choose "Default email reader" under the "General". I then choose the email application of my choice (Yahoo in my case). "GMail Notifier" for Google fans.
    I am not able to find a Yahoo application mail in my application folder or on the Internet, and frankly speaking, Yahoo mail support absolutely suck, and getting a hold of them is nearly impossible! There is a free applet out there called "Yahoomailer" that might do the job, but either I am installing it wrong since when I download and click on it nothing happens, or it does not work properly on my machine. So, I am turning to the community to get some help with this issue. All I need is to know if there is a Yahoo mail app out there that can be installed on MAC and shows up on my Mail > Preferences > Default email reader.
    Thank you,
    I am using MAC OS X 10.8.2

    My tools menu does not show "options" as a choice - any idea why? Thanks

  • How can i set the html5 player by default in ubuntu instead of the flash player ? i just can use the flash player as default

    Well i use lubuntu 14.04 and i've realized that the html5 player on youtube works so much better than the flash player, but i can't use it by default, for play videos i have to request the html5 player, and the problem is when i restart the browser or when i turn off my computer, big is my surprise because youtube is using the flash player. If i disable the flash plugin is ok because youtube doesn't have another option but to use html5, but this is not the solution, because there is still some videos that use flash, and other web sites too. so: how can i fix this or i just have to wait that mozilla gives html5 support for linux, because on windows the default player is the html5. i'd really appreciate any help, thanks

    I usually use Ubuntu, and am not aware of HTML5 being the default for Flash videos on Windows.
    Is it more likely you have chosen an option on the YouTube website to use HTML5. I think this page offers support and includes an option to toggle HTML5 or FlashPlayer.
    * https://www.youtube.com/html5

  • How can I set Paul to be the default TTS voice?

    Is there a way to set a TTS voice as the default so that it is always selected by default as the voice to use? I have all the voices installed and it currently defaults to Bridget - I guess because that is the first voice in the list. I normally use Paul but sometimes others so I want access to all the voices but would like the default to be Paul. I know that once I set Paul for the first slides, it defaults for that project for the rest of the slides, but I have to do this for every project and if I forget to set Paul then I have to go back and redo the slides. It would be nice if I could set the default to the voice I use the most often. I'm using Captivate 7.

    j,
    In the Finder, single-click on any text file, then type command-I (Get Info). You'll see an Open With... menu item. Select Pages from the list (if it's not in the list, navigate to it). Finally, click the Change All button. Use the same process for .doc files. Now, if you double-click on any of these files, it should open in Pages.
    -Dennis

  • I want to purchase a Macbook Pro overseas for the keyboard layout and set the OS to English, but if I do so, would the keyboard layout also switch to English? Can I set the foreign layout as default?

    I would assume that changing the default keyboard so that I can use the proper corresponding one is possible, but I would just like to make sure before I buy one.
    Thanks in advance.

Maybe you are looking for

  • Create a Update Routine to populate Particular records.

    Hi, The Lower level ODS (ZGSD_O01) has the key fields Document Number and Document Item. The value for GI_STS will be C for each item when it is PGI'd (Actual Goods Issue Date) and will be in other status (A or B) until it is PGI'd.(that means the or

  • Fields missing in Datasource how to find

    Hi Gurus , in CRM we have datasource 0CRM_UT_QUOTATION_I for this extract structure is CRM_UTIL_BW_QUOTATION , when i double click on extract structure i can find the extra fields which i required . but when i see the data source those fields i cant

  • Duplicate ILOAN for unassigned Functional Location

    Hi, We have a peculiar problem: Two ILOANs ( Location & account assignment for technical object) are created by the system for the same equipment - one for the assigned Functional Location and the other for Unassigned Functional Location. When we hav

  • HS VIEW Incorrect Datatype VARCHAR2 Lengths Object Type

    Hello, One more question please. I created a view in Oracle10gr2 to which pulls from an HS ODBC using a database link. The problem is that the source database sets a particular column to VARCHAR2 (100) for a length, however the view when pulled only

  • Purchased movies after hd-crash gone

    How can I get my purchased movies back in German iTunes-Store after hd-crash?