Can I change a setting so when I rotate things by dragging, it only uses whole degrees? Having to type the exact angle every time is annoying.

I'm very aware of Transform > Rotate and then typing the exact angle that I want to rotate something. But when I go to rotate something by just dragging the top center of the object around in a circle, the angles are always like 30.94 degrees, which infuriates me, and its getting very tedious with the current project I'm doing. I don't see a setting in preferences to change this. Any ideas?
Thanks.

You want precision, it's available if you want to use it.

Similar Messages

  • How can i change character set on forms9i runtime?

    Hi Every Body,
    i am a user on forms9i developer.
    i want to know how can i change character set definition when i run a form on web(with oc4j).
    is it any JAR file or another file that i can change display of characters on forms9i runtime on web?
    thanks a lot.
    f-badiee.

    hi frank,
    thanks a lot for your attention.
    i have a problem on persian language.
    whereas oracle dosn't support persian(farsi) language,
    i use arabic character set for simulation.
    in oracle developer6i (forms) i had no problem about displaying farsi fonts on runtime.
    but in forms9i that runs forms on web(java applet) i can't use farsi fonts correctly.
    for example when i type a word(boilerplate text) on farsi language in form builder i can see it correctly but when i run my forms on web , characters of that word have some displacement.
    i want to know that is there any configuration file for solving this problem?
    thanks a lot.
    be successful.
    f-badiee.

  • When I tap on the to line to add an address sometimes people's names come up that I don't have as contacts.  How can I change this setting?

    When I tap on the to line to add an address sometimes people's names come up that I don't have as contacts.  How can I change this setting?

    The only way that I know currently know of to remove old or incorrect email addresses from the Mail app is to reset the iPad back to factory defaults, which I assume that you don't want to to. You could try leaving feedback for Apple and maybe one day we'll day be able to edit them : http://www.apple.com/feedback/ipad.html#ipad

  • How can I change my setting, when I forgot my security answers?

    How can I change my setting, that will say "choose to reset your sercuity answer with alternative e-mail?"

    You need to contact Apple to get the questions reset. Click here, phone them, and ask for the Account Security team, or fill out and submit this form.
    (95335)

  • How can i change sequence of structrure when i display in alv grid.

    Hi,
    I am doing object oriented alv. Now i need to change my sequence of alv grid. How can i change sequence of structrure when i display in alv grid. Send me code if possible....
    IF G_CONTAINER IS INITIAL.
         CREATE OBJECT G_CONTAINER
             EXPORTING
                CONTAINER_NAME = 'CONTAINER'.
         CREATE OBJECT ALV_DISP
             EXPORTING
                I_PARENT = G_CONTAINER.
         CALL METHOD ALV_DISP->SET_TABLE_FOR_FIRST_DISPLAY
             EXPORTING
               I_STRUCTURE_NAME  = 'ZPMS_OUTPUT_V3'
              CHANGING
                IT_OUTTAB        = IT_PMT
                IT_FIELDCATALOG  = G_FLDCAT
              EXCEPTIONS
                INVALID_PARAMETER_COMBINATION = 1
                PROGRAM_ERROR                 = 2
                TOO_MANY_LINES                = 3
                OTHERS                        = 4.
         IF SY-SUBRC <> 0.
         ENDIF.
    Regards,
    Gurprit Bhatia
    Message was edited by:
            GURPRIT BHATIA

    Hi Gurprit,
    when you are maintaining the field catalog you can maintain the order by populating the value as 1,2,... into col_pos filed.
    <b><REMOVED BY MODERATOR></b>
    Satish
    Message was edited by:
            Alvaro Tejada Galindo

  • Dear Friends...... I have an ipad 2 32gb with wifi and 3g enabled sim..... i bought it second hand .... and now if am going to download any games it is showing me an email id and asking for its password... please guide me how can i change this setting

    Dear Friends...... I have an ipad 2 32gb with wifi and 3g enabled sim..... i bought it second hand .... and now if am going to download any games it is showing me an email id and asking for its password... please guide me how can i change this setting to my email id and password

    Tap on the id in Settings > Store and log out of it and then login with your id. Any content already on the iPad will be tied to the previous owner's id and it can't be copied or transferred to your id - so it's probably best to do restore the iPad back to factory defaults and start as from new with it : Settings > General > Reset > Erase All Contents And Settings

  • Help !! how can i chang these setting !!!

    I can not login to Identity Server amconsole , after I change 3 wrong setting in Identity Server console
    the three setting mistake :
    1.
    Identity Management > Services> Authentication > Core > People Container For All Users:
    from dc=xxx to o=xxx,dc=xxx
    2.
    Identity Management > Services > Authentication > LDAP >DN to Start User Search
    from dc=xxx to o=xxx,dc=xxx
    3.
    Identity Managemen t > Services > Authentication > Membership>DN to Start User Search
    from dc=xxx to o=xxx,dc=xxx
    and logout Identity Server
    The three setting mistake make me can' t login Identity Server console
    how can I change these setting from o=xxx,dc=xxx to dc=xxx by change XML
    Tks

    Hi
    You could modify the necessary values in the LDAP directory that the identity server stis on top of. ie:
    (using an ldap browser) go to the following location in the tree:
    dc=xxx, ou=services, ou=iPlanetAMAuthLDAPService, ou=1.0, ou=OrganizationConfig, ou=default
    There should be a "sunkeyvalue" attribute there with the following value:
    iplanet-am-auth-ldap-base-dn=o=xxx,dc=xxx
    change it to iplanet-am-auth-ldap-base-dn=dc=xxx
    Then goto
    dc=xxx, ou=services, ou=iPlanetAMAuthService, ou=1.0, ou=OrganizationConfig, ou=default
    There should be a "sunkeyvalue" attribute there with the following value:
    iplanet-am-auth-user-container=o=xxx,dc=xxx
    change it to iplanet-am-auth-user-container=dc=xxx
    Try to login using LDAP authentication (ie goto to the url "your webserver"/amserver/UI/Login?module=LDAP)
    If that doesn't work, then you will probably have to edit the XML template for these services. This can be done as follows:
    Goto dc=xxx, ou=services, ou=iPlanetAMAuthLDAPService, ou=1.0
    There should be an attribute there called sunserviceschema, whose value is an xml document that specifies the service schema.
    You will need to change the following element:
         <AttributeSchema cosQualifier="default" i18nKey="a103" name="iplanet-am-auth-ldap-base-dn" syntax="dn" type="list" >
              <DefaultValues>
    <Value>o=xxx,dc=xxx</Value>
              </DefaultValues>
    </AttributeSchema>
    to
         <AttributeSchema cosQualifier="default" i18nKey="a103" name="iplanet-am-auth-ldap-base-dn" syntax="dn" type="list" >
              <DefaultValues>
    <Value>dc=xxx</Value>
              </DefaultValues>
    </AttributeSchema>
    Then goto dc=xxx, ou=services, ou=iPlanetAMAuthService, ou=1.0
    You will need to change the following element:
    <AttributeSchema cosQualifier="default" i18nKey="a113" name="iplanet-am-auth-user-container" syntax="dn" type="single" >
              <DefaultValues>
    <Value>o=xxx,dc=xxx</Value>
              </DefaultValues>
    </AttributeSchema>
    to:
    <AttributeSchema cosQualifier="default" i18nKey="a113" name="iplanet-am-auth-user-container" syntax="dn" type="single" >
              <DefaultValues>
    <Value>dc=xxx</Value>
              </DefaultValues>
    </AttributeSchema>
    After doing this, try to login using ldap authentication again.
    Hope this helps
    Dermot

  • To download in app of 1.35 GB is taking me 4 hours is this normal? or can i change a setting?

    To download in app of 1.35 GB is taking me 4 hours is this normal? or can i change a setting?

    Do you have a fast internet connection?
    https://it.uoregon.edu/node/3342
    or
    http://osxdaily.com/2012/11/30/resolving-stubborn-wi-fi-connection-problems-in-m ac-os-x/
    if that doesn't work,
    try Bimmer 7 Series' fix.
    What file is it?
    What browser are you using?
    The server is overloaded,maybe

  • How can I change my security questions when I don't remember the answers?  I've been locked out now!

    How can I change my security questions when I don't remember the original ones?  I've now been locked out!

    Reset Security Questions
    Frequently asked questions about Apple ID
    Manage My Apple ID
    If all else fails:
    Go to: Apple Express Lane;
    Under Product Categories choose iTunes;
    Then choose iTunes Store;
    Then choose Account Management;
    Press Continue;
    Now choose iTunes Store Security and answer the bullet questions, then click Continue;
    Sign in with your Apple ID and press Continue;
    Under Contact Options fill out the information and advise iTunes that you would like your security/challenge questions reset;
    Click Send.
    You should get a response within 24 hours by email.

  • How can I change my security questions when I don't know them

    How can I change my security questions when I don't know them at all

    Reset Security Questions
    http://support.apple.com/kb/HT5312
    If you can't solve problem, call Apple to help reset your Security Question.
    http://support.apple.com/kb/HT5699

  • HT1689 how can I change my security questions when I can't seem to get them typed correctly to get to that area?

    how can I change my security questions when I can't seem to get them typed correctly to get to that area?

    https://iforgot.apple.com. If you can't resolve it yourself there contact Apple Account Security at http://support.apple.com/kb/HT5699

  • How can I set home page for a new tab? how can i get firefox to open the home page every time i open a new tab in Windows vista home basic??

    How can I set home page for a new tab? how can i get firefox to open the home page every time i open a new tab in Windows vista home basic??
    == This happened ==
    Every time Firefox opened

    Firefox can have multiple home pages if you wish. Each home page that will open when starting Firefox is separated by the "|" character.
    See: http://support.mozilla.com/en-US/kb/How+to+set+the+home+page
    To have new tabs open a specific web site, add one of the following extensions:
    http://sogame.awardspace.com/newtaburl/
    https://addons.mozilla.org/en-US/firefox/addon/777

  • I clicked on an  upgrade box and when the upgrade was done my ipad wanted my passcode to open it up.  I have not had to use a passcode to open up my ipad since I set it up and cannot remember the passcode.  Every time I try a passcode it disables

    I clicked on an upgrade box on my ipad and when the upgrade was done my ipad wanted my passcode to open it back up.  I have not had to use a passcode to open up my ipad since I set it up and cannot remember the passcode.  Every time I try a passcode it disables for longer and longer.  It is now disabling for an hour at a time.

    FORCE IPAD INTO RECOVERY MODE
    1. Turn off iPad
    2. Turn on computer and launch iTunes (make sure you have the latest version of iTune)
    3. Plug USB cable into computer's USB port
    4. Hold Home button down and plug the other end of cable into docking port.
    DO NOT RELEASE BUTTON until you see picture of iTunes and plug
    5. Release Home button.
    ON COMPUTER
    6. iTunes has detected iPad in recovery mode. You must restore this iPad before it can be used with iTunes.
    7. Select "Restore iPad"...
    Note:
    1. Data will be lost if you do not have backup
    2. You must follow step 1 to step 4 VERY CLOSELY.

  • How can I save to the same map every time when printing pdfs?

    How can I save to the same map every time when printing pdfs?
    Finder points to the document map even when I chose a different map recently.
    I often print series of pdfs from the print dialog box, I'd like to choose the map to save to and then have all subsequent pdf prints automatically directed to the same map until I decide otherwise.

    that link seems to be broken right now:
    403 Error - Forbidden  - No cred, dude.

  • How can I turn off or disable/remove firefox 36 so that my browser only uses adobe flash?

    When I'm completing online training for my airline work, I get a warning from their site detecting that it is running firefox 36 instead of adobe flash and I can't proceed to launch the window which will work just fine outside of firefox. Is there a way I can disable firefox 36 so that it doesn't use the mozilla version but only uses adobe flash player to launch the app?

    I think it would be easiest to load your training in Internet Explorer instead of Firefox. You don't need to remove Firefox to do that. You might need to change your default browser from Firefox to Internet Explorer. Here's how:
    http://windows.microsoft.com/en-us/internet-explorer/make-ie-default-browser

Maybe you are looking for

  • Exception while invoking web service

    Hi all,        I am trying to consume a web service which is actually a BAPI which is being exposed as a WS. The BAPI is BAPI_COMPANYCODE_GETLIST. The following is the code that I use to execute the Web service: /***************************Code Begin

  • Can´t open apps after syncing?

    Hi! I have a problem with my Iphone. Everytime i sync my Iphone with my computer the apps i have downloaded stop working. I Press the icon, the icon popps up then the icon popps wown again and no program works? I have restarted and everting but nothi

  • Error Accessing OLE Registry

    I receive "Error Accessing OLE Registry" when attempting to install Flash Player. Additional information: Line 183, Char 4, Code 0. Prior to attempting to install Flash Player, I have uninstalled Flash.

  • ORA-00245: control file backup failed; target is likely on a local file sys

    Hello, our RAC (Linux, 11.2.0.3.0) is rather new and we are still on gaining experiences with that system... When starting the backup with RMAN we are getting the following error: Starting Control File and SPFILE Autobackup at 04-JUL-12 RMAN-00571: =

  • Change of domain for the cluster nodes

    Hi, We need to change our existing domain i.e. NT domain to windows 2003 domain for the SAP production server cluster nodes. There are 2 nodes. They are in active active mode. Windows 2000 advanced server is installed in the nodes. Can anybody tell u