Using type problem

I am using Illus. 10 on a G4 OSX
I would like to make type go along a path of the bottom inside of a circle.
The type should read from left to right.
Thanks in advance
Johanna

Make your type on path using the type on path tool go to Type Menu and Type on the Path option and choose flip' Reposition the text as you will.
You can also grab the handle of the text path and drag it across the path, same result.

Similar Messages

  • Using TYPES with out in a procedure

    Can you use TYPES with the OUT parameter when executing a procedure?
    CREATE OR REPLACE PROCEDURE get_assoc_status (fin_aor_id IN ASSOCIATE_OFFICE_RECORDS.ASSOCIATE_OFFICE_RECORD_ID%TYPE,
    v_amr_id OUT ASSOCIATE_MASTER_RECORDS.ASSOCIATE_MASTER_RECORD_ID%TYPE, ....
    In all documentation where I've looked procedures up, all the examples use internal defined types, like NUMBER, VARCHAR2,etc...It seems like there shouldn't be a problem but I keep getting this message:
    Error at line 2
    ORA-06550: line 2, column 70:
    PLS-00103: Encountered the symbol "," when expecting one of the following:
    := ( ; not null range default character
    ORA-06550: line 9, column 1:

    Yes, you can use typed output parameters:
    sql>create or replace procedure p_test(p_empno in emp.empno%type, p_sal out emp.sal%type)
      2  is
      3  begin
      4    select sal
      5      into p_sal
      6      from emp
      7     where empno = p_empno;
      8  end;
      9  /
    Procedure created.
    sql>var the_salary number
    sql>exec p_test(7369, :the_salary)
    PL/SQL procedure successfully completed.
    sql>print the_salary
    THE_SALARY
           800

  • Type problem with InDesign, especially CC.

    Hi. I'm experiencing a type problem with InDesign, especially CC. When I open a type box, the cursor appears in the top right hand corner. I can correct that by selecting 'range left' but when I paste or type in my copy, the final period of each paragraph appears at the beginning of the last line. This is drivning me up the wall as I can find a way of correcting it.
    Any ideas to solve this problem?
    Thanks

    Are you using a MENA (Middle East North Africa, Hebrew, Arabic, Farsi, …) version? Then restting woul not help.
    If not, you have to create a new document with the same Paragraph, Character and Object Styles (name should be identical) and import them into the other document to overwrite these style oddities.
    If you are working without styles? Create correct new styles and apply them.
    I doubt that resetting preferences will change here anything as paragraph properties from any existing document will not be changed when working with new preferences.

  • Why we use type casting  ' ?='

    Hii Team
    sample code for fetching the input value from search view which is connected to btq1order contextnode
    DATA : lr_qs TYPE REF TO cl_crm_bol_dquery_service,
           lr_qr TYPE REF TO if_bol_bo_col,
    lr_qs ?= me->typed_context->btq1order->collection_wrapper->get_current( ).
    lr_qr = lr_qs->get_query_result( ).
    I am new to SAP CRM .while understanding the code i got stuck in one problem that ,
    1.what is the main purpose behind
    TYPE CASTING ie;  '?='
    2.what happens if we write ?=  becoz if we write  '='  instead of  '?='  the system thows an error.
    3.when to use this operator ?= and when we cannot use ?
    It is used almost every where in BOL coding .please help me  by giving complete explaination with an example if possible.
    Thanks in Advance

    Hi Abhishek,
    Please check returning parameter type for get_current_dquery() method. In case returning type is mutually convertible then you don't have to use type casting.
    But in case where you are taking results in some other type where results are compatible but with different structure then you use type casting.
    best example would be cl_crm_bol_entity and if_bol_bo_property_access. Here property access is an interface to class and hence we use type casting.
    Please refer to:
    type casting
    You can find more documentation on internet if you search for type casting.
    Regards,
    BJ

  • When i use type tool photoshop stopped working

    hi,
    please help me in this problem
    when i try to use type tool,photoshop stopped working
    its photoshop cs3 ex

    > i have 500+ fonts
    Take out 250 fonts. See if the problem goes away. If it does, then you know the bad font is in them. Load the other fonts back in small batches (10-12) and test after each one.
    If the first 250 fonts does not solve the problem, take out most of the other 250 ... leave only the basic fonts that came with the system. Then load the others in 10-12 at a time, testing after each.
    Free fonts are not always free. Sometimes you have to spend a lot of time to make sure they are good fonts.

  • Gnome-shell Crash Using Type To Search In Dash

    When I change Gnome-shell theme from the default Adwaita, I can't use Type To Search in the Dashboard. As soon as I type that first letter, it freezes and nothing works, keyboard, mouse. I had to do a hardware reset to log back in. In the dash, I can click on Application, Windows and it works. I just can't use the Search.
    Any ideas?
    Thanks in advance.

    I have the same problem since my last reboot. Searching isn't possible, but clicking on Application and Windows.
    I did my last update yesterday.
    These are the last installed packages: (yaourt -Q --date)
    core/linux 3.0.7-1 (base)
    core/linux-headers 3.0.7-1
    extra/mousetweaks 3.2.1-1 (gnome-extra)
    extra/notification-daemon 0.7.3-1 (gnome)
    core/openssh 5.9p1-4
    extra/orca 3.2.1-1 (gnome-extra)
    extra/seahorse 3.2.1-1 (gnome-extra)
    extra/sushi 0.2.1-1 (gnome-extra)
    extra/totem 3.2.1-1 (gnome-extra)
    extra/vinagre 3.2.1-1 (gnome-extra)
    extra/vino 3.2.1-1 (gnome-extra)
    multilib/lib32-libpulse 1.1-1
    core/krb5 1.9.1-5
    extra/gnome-contacts 3.2.2-1 (gnome-extra)
    core/libltdl 2.4.2-1
    core/libtool 2.4.2-1 (base-devel)
    extra/poppler 0.18.0-2
    extra/poppler-glib 0.18.0-2
    extra/lame 3.99-1
    multilib/lib32-gtk2 2.24.7-1
    multilib/lib32-libltdl 2.4.2-1
    extra/libtracker-sparql 0.12.6-1
    extra/tracker 0.12.6-1 (gnome-extra)
    core/util-linux 2.20.1-1 (base)

  • Extended Content type problem

    Extended Content type problem
    I want to extend the content type 'ExtendDocument' from 'Document'.
    So I use 'Oracle Internet File System Manager' to create a new Class Object named 'EXTENDDOCUMENT', which is extend from 'DOCUMENT', and add a attribute 'EXTENDURL'.
    This Class Object's bean class is 'ifs.beans.ExtendDocument' and server class is 'ifs.server.S_ExtendDocument'.
    I create these 2 java class and put the class files to ORACLE_AS_HOME\ifs\cmsdk\custom_classes directory.
    As I want to set the object type as 'ExtendDocument' when uploading a file which expend name is '*.wmv', so that need to change 2 default value 'ParserLookupByFileExtension' and 'IFS.PARSER.ObjectTypeLookupByFileExtension'
    So I add 'name=wmv, datatype=STRING, value=oracle.ifs.beans.parsers.ClassSelectionParser' to ParserLookupByFileExtension.
    And then add 'name=wmv, datatype=STRING, value=EXTENDDOCUMENT' to IFS.PARSER.ObjectTypeLookupByFileExtension.
    After done above actions, i restart my oracle application.
    I use CUP to upload a test file 'test.wmv' to CMSDK repository, and its type is 'EXTENDDOCUMENT'.
    But if I use FTP or WebStarterApp application to upload 'test.wmv' file to CMSDK repository, then its type is 'DOCUMENT'.
    Why and how to change to make FTP and WebStarterApp application can upload *.wmv file's type as 'EXTENDDOCUMENT'?
    anybody can help me?
    thanks.

    Nirav-P-Thakar wrote:
    FileNameMap  fnmMime        = URLConnection.getFileNameMap ( ) ;
    fnmMime.getContentTypeFor(fileName);
    URLConnection.guessContentTypeFromName(fileName);I have tried out both methods but it returns null when the file is of type MS Office or Open Office.In reply 1 BalusC said..
    "Alternatively you can use ServletContext#getMimeType() for this. It guesses the content type based on the mime mapping as it is been definied in the web.xml of the application server and the webapplication. If it returns null, then you need to add new <mime-mapping> entry to the web.xml."
    I would try doing it this way. Try including entries for the mime mappings in the deployment descriptor of the web application.

  • Connection using type 4 driver

    Hi,
    We are using type 4 driver to connect to Oracle.
    I am getting an exception as
    "com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of CWD".
    Can anyone tell me the reason and how to solve it?

    This s my code:-
    try
            InitialContext ic = new InitialContext();
         DataSource ds = (DataSource)ic.lookup("jdbc/CWD");
         con=ds.getConnection();
         st = con.prepareStatement("select desig from Users where username like cusername and cpassword like password");
            rs = st.executeQuery();
            String desig=null;
            while(rs.next())
                 desig=rs.getString("desig");
                 if(desig.equals("admin"))
                        wdThis.wdFirePlugToadminview();
       else if(desig.equals("customer"))
                            wdThis.wdFirePlugTouserview();
                 else
                        wdComponentAPI.getMessageManager().reportSuccess("Invalid Username/Password");
       catch(Exception e)
       {wdComponentAPI.getMessageManager().reportException(e.toString(),true);}
       finally
            try
                 rs.close();
                 st.close();
                 con.close();
            catch(Exception e)
    can u pls tel me wht is the problem?

  • Assigning structures using types

    Hi all,
               There is a structure declared in the program as follows
               TYPES : BEGIN OF TY_CUMM .
           INCLUDE STRUCTURE ZHRCUMWTMAP.
    TYPES : END OF TY_CUMM.
    but its giving extended check error as "  Within classes and interfaces, you can only use "TYPE" to refer to ABAP Dictionary
    types (not "LIKE" or "STRUCTURE")."
    So frnds any suggestions.
    regards,
    sahakla

    Hi!
    Yes, the coding, you wrote is obsolete. It is working, but a newver version of SAP, this coding will cause problems.
    You might try out this style.
    TYPES : BEGIN OF TY_CUMM .
      hrcum TYPE ZHRCUMWTMAP.
    TYPES : END OF TY_CUMM.
    DATA: gt_hrcum TYPE STANDARD TABLE OF TY_CUMM,
         wa_hrcum LIKE LINE OF gt_hrcum.
    * access fields in the work area
      wa_hrcum-hrcum-field1 = wa_hrcum-hrcum-field2.
    Regards
    Tamá

  • Implicit and explicit Type conversion using Type object in heap

    Hi,
    I am surprised how Implicit and explicit Type conversion works using Type object in heap. for example when implicit type conversion occur what pointer it returns to object and similarly with explicit type conversion.

    Hello,
    >> I am surprised how Implicit and explicit Type conversion works using Type object in heap.
    For Implicit conversions: Typical examples are conversions from smaller to larger integral types, and conversions from derived classes to base classes. For the first one, the reference would be different which means it would return a different pointer to
    a new object. For the reference type, it actually points to the same memory location, you could use the object.ReferenceEquals() to check it.
    For Explicit conversions (casts):Typical examples include numeric conversion to a type that has less precision or a smaller range, and conversion of a base-class instance to a derived class. For first one, it would perform the same with implicit conversions.
    While for the conversion of conversion of a base-class instance to a derived class, actually, there's no built-in way to do this conversion.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Jdbc connectivity using type 4 driver using oracle10g

    Hi while running a jdbc program using type 4 driver using oracle 10 g I am Getting following exception
    java.lang.NullPointerException
    java.lang.NullPointerException
    at Type4ConnectTest.main(Type4ConnectTest.java:31)
    Exception in thread "main" java.lang.ClassNotFoundException: oracle.jdbc.driver.
    OracleDriver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:169)
    at Type4ConnectTest.main(Type4ConnectTest.java:15)
    My Program Code is..
    import java.sql.*;
    class Type4ConnectTest
    public static void main(String args[])throws Exception
    Connection con=null;
    Statement st=null;
    ResultSet rs=null;
    try
    // DriverManager.registerDriver(new Oracle:jdbc:OracleDriver());
    Class.forName("oracle.jdbc.OracleDriver");
    String url="jdbcracle:thin:@localhost:1521";
    con=DriverManager.getConnection(url,"sarika","sarika");
    catch(NullPointerException e)
    System.out.println("e");
    e.printStackTrace();
    finally
    try
    con.close();
    st.close();
    rs.close();
    catch(Exception e)
    System.out.println(e);
    e.printStackTrace();
    I also set path of ojdbc14.jar and orai18n.jar in environment variable.
    pls help to solve the problem

    Class.forName("SOME_DRIVER_CLASS");Is tricky to use because it will compile not needing to reference the vendors jar file.
    You have to remember to deploy it though where ever you plan to run this program.
    If you are running from command line
    java -cp PATH_TO_JAR Type4ConnectTest

  • How to use TYPE addition with the OPEN DATASET ?

    Hi,
    How to use TYPE addition with the OPEN DATASET and what is the use ?
    For Example:
    OPEN DATASET 'test.dat'
      TYPE 'lrecl=80, blksize=8000, recfm=FB'
      FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    Also, if I wish to do the same for a .CSV file how can we do it.
    Thanks,
    -Sid

    Hi,
    OPEN DATASET 'test.dat'
      TYPE 'lrecl=80, blksize=8000, recfm=FB'
      FOR OUTPUT IN TEXT MODE ENCODING DEFAULT
    For more information press F1 on OPEN DATASET.
    Thanks

  • How to use Type Casting in JSF Expression Language

    I have an attribute CategoryId in my VO of type oracle.jbo.domain.Number. I am trying to use the expression of Boolean item in JSF as #{row.CategoryId != 4}
    Here is the JSF code:
                          <af:column id="s141NewItem3Col" noWrap="true" width="100"
                                     rowHeader="false">
                            <f:facet name="header">
                              <af:outputLabel value="CAtIDDeq4" showRequired="false"
                                              id="ol18"/>
                            </f:facet>
                            <af:inputText id="s141NewItem3"
                                          value="#{row.CategoryId != 4}"
                                          label="CAtIDDeq4" required="false"
                                          readOnly="#{((pageFlowScope.ContractRightCategoriesTable.newRow) and (!(jhsUserRoles['RM, ADMIN, AllButTitl, AllButAdmn']))) or ((!pageFlowScope.ContractRightCategoriesTable.newRow) and (!(jhsUserRoles['RM, ADMIN, AllButTitl, AllButAdmn'])))}"></af:inputText>
                          </af:column>I am getting the run time exception as "Can not convert 4 of type class oracle.jbo.domain.Number to class java.lang.Long".
    I am wondering how the row.CategoryId is treated as Long?. PLease advise. Also, will I be able to use type casting expressions in JSF Expression Language?
    Thanks, Pradeep

    use attributeValue
    Try *#{row.bindings.CategoryId.attributeValue != 4}* ?
    Check this thread for details which discusses about the same:
    El expression to disable  or enable
    Thanks,
    Navaneeth

  • How to use type cast change string to number(dbl)?can it work?

    how to use type cast change string to number(dbl)?can it work?

    Do you want to Type Cast (function in the Advanced >> Data Manipulation palette) or Convert (functions in the String >> String/Number Conversion palette)?
    2 simple examples:
    "1" cast as I8 = 49 or 31 hex.
    "1" converted to decimal = 1.
    "20" cast as I16 = 12848 or 3230 hex.
    "20" converted to decimal = 20.
    Note that type casting a string to an integer results in a byte by byte conversion to the ASCII values.
    32 hex is an ASCII "2" and 30 hex is an ASCII "0" so "20" cast as I16 becomes 3230 hex.
    When type casting a string to a double, the string must conform the the IEEE 32 bit floating point representation, which is typically not easy to enter from the keyboard.
    See tha attached LabView 6.1 example.
    Attachments:
    TypeCastAndConvert.vi ‏34 KB

  • CS1 and CS2 InDesign file type problems and Tiger

    Dual 2.7GHrz G5, 2GB RAM, OSX 10.4.5
    Previously, InDesign 3 (CS1 version) was installed on this Mac. I needed to install the full CS2 package. Everything installed just fine. The problem I am having is the file type associations. The Mac now sees CS1 InDesign files as Indesign CS2 files. I got info on a file I knew to have been created and saved in InDesign CS1. I changed the "open with:" to InDesign CS and it worked until I hit "Change all". It then reverts back to a CS2 file type. On other sites I found some different things to try like rebuilding or deleting the LaunchServices pref files, checking to see if their was a CFBundleIdentifier, etc. Anyway, what I seem to have found is that Tiger gets confused when the Type and Creator are the same in the info.plist files. Panther, however, does not seem to have this same problem. We have 10+ other G5's of similar hardware specs as the one listed above, running Panther 10.3.9, have CS1 and CS2 installed, and we are not having the same file type problems.
    As a test, I modified the CFBundleIdentifier to be different than the one found in the CS1 info.plist, and it let me "change all" the CS1 files to CS1. Of course, CS2 files could not be associated with CS2 now.
    Is there a fix for this? Or, is there a patch being worked on that will fix this problem? We really need to keep both versions of the software installed, and I don't want to have to rely on users making the decision about what version they are working in.
    Tom

    If Get Info shows both app versions (& it should) as "Open with:" choices, you can at least still set individual docs to open with the preferred version. Instead of having to open Get Info windows, you can do the same thing a bit more easily with the contextual menu that pops up when you right (or CMD) click & hold on a Finder document icon.
    Normally, the "Open with >" choice in this menu is a one time thing, but if you hold down the option key, it changes to "Always Open With >" & makes the new app choice permanent as it opens the doc, all in one step.

Maybe you are looking for

  • Organizing iphoto photos

    I was wondering how you can organize your photos in the folders so it doesn't contain all the Roll numbers. I hate having all the roll numbers and now knowing what the pics are or if i go into the roll and its only one pic and i want to put them all

  • Request Timed Out

    Hello, for the past year or so I have been having intermittent internet connectivity issues. It appears to happen completely randomly, sometimes it will work flawlessly for a few weeks and then there are days where it just drops nonstop every 5 minut

  • How to design extractor can have only current Fiscal Year data.

    Dear Experts, I require a full upload DSO , which can have only current fiscal year data . I have created view putting there certain conditions for minimising the data size. How i can restrict it , to have only current fisacal year data for YTD repor

  • Creating web service system for Visual Composer

    Hello, I seem to have made some changes that made my unable to create web service systems for Visual Composer.  The change I made is in NetWeaver Administration > Configuration > Application Resources > WebServicesFactory, I added the Configuration P

  • MBP not shutting Down and Overheating

    Related to my recent Yosemite Install??? 2nd time this has happened in a week. While the app (Traktor) I was running sometimes takes a while to shut down, I swear I waited for the laptop to shut down before I closed the lid. but when I took it out an