CREATING A LINE INSIDE A COMPLEX SHAPE

I need to create a line/stroke inside a complex image (the letter 'g') that will be 2mm inside. I need this to be able to overprint so it needs to be an individual path if you see what I mean. I can't for the life of me see how it can be done. I have been playing around with expand but I'm having no joy. Can anyone help please!.

1. Type a "g". Leave it selected.
2. Appearance Palette Flyout Menu: Add New Stroke.
3. Swatches Palette: Click a swatch of contrasting color.
4. Effect>Path>OffsetPath. In the resulting dialog enter "-2 mm".
JET

Similar Messages

  • Draw lines inside container

    Hi ,
    I have req like need to dispaly line end of application.To show the data on the UI.I have created a custom mxml component(Canvas).Inside this canvas i have created the controls inside VBox container.
    I need to display 5 line before end of the application.So if user scrolls the application at the end he can see 5 lines before it end.
    Please need sample code to show these line.Please help me.
    I tried with below code.But its not working.Please help me.
    <mx:VBox width="100%" verticalGap="5">
    -----------------Other Controls--   ---------------------
           <mx:HBox id="drawStLine2" width="100%" height="100%" initialize="drawLineInit()" />
    </mx:VBox>
    public function drawLineInit():void {
         var myShape:Shape = new Shape(); 
           myShape = new Shape() ;
           myShape.graphics.lineStyle(5, 0x990000, .75);  
           myShape.graphics.moveTo(100, 100);   
           myShape.graphics.lineTo(500, 500);
           drawStLine1.addChild(myShape);
    Thanks in advance

    I have to display like this(not dottted lines) .Its a thick line.
    Thanks,
    Saritha

  • Can "line inside" be set as standard preference?

    Can "line inside" be set as standard preference? So that when i make a box with a line, the line automatically is inside the box and not "on" or "outside". I cannot find a way to make it a standard instead of the line "on" the box.

    Ade Fowler wrote:
    Can someone please verify whether this works in CS5? I want:
    Any rectangle – be it a frame or shape – to have a stroke and fill of none. But;
    If I then apply a stroke it aligns to the inside.
    Currently if I select any rectangle tool with no stroke, the three align buttons are greyed out. Adding a stroke enables them but I don't want a stroke!
    I'm sure I'm being daft and missing something obvious but thanks anyway.
    Have you tried creating an object style with no documents open? That style will be the default. You can also edit the Basic Graphics Frame and Basic Text Frame properties with no open documents, to modify these primary objects.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Creating Schedule lines in Scheduling agreement using LSMW

    Hi,
    I want to upload multiple schedule lines in scheduling agreement using LSMW. I have done the recording and maintained multiple lines in input file. However during execution LSMW creates only one line and keeps on ovewritting the same line. Please let me know how can I create multiple schedule lines.
    Regards

    First you should search for existing standard LSMW migration objects that possibly cover your scenario. These normally take care of complex header / multiple items / multiple subitems relations.
    With a recording you can only load flat structures. Sometimes a "create new  lines" / "enter first line" / "save transaction" logic can be constructed to load multiple items to a header (or even subitems to an item?) with a recording, but this can be pretty awkward.
    Thomas

  • How to count number of lines inside methods() using the Doclet API

    Wrote a custom doclet using the [Doclet API|http://java.sun.com/j2se/1.3/docs/tooldocs/javadoc/doclet/index.html ] .
    The purpose for the doclet is to load Java source files and create stubs (which are identical Java source files but do not contain any method implementation details).
    Instead, the method implementation details need to be replaced with blank lines...
    public class MyDoclet {
         private static String TAB = "\t";
         public static boolean start(RootDoc root) {
              ClassDoc[] classes = root.classes();
              // Parse through class or interface
              for (ClassDoc clazz : classes) {
                   Type superClass = clazz.superclassType();     
                   // Print Methods
                   MethodDoc[] methods = clazz.methods();
                   for (MethodDoc method : methods) {
                        Parameter[] parameters = method.parameters();
                        println();
                        if (!method.isPrivate()) {
                             print(TAB + method.modifiers() + " "
                                                    + method.returnType().simpleTypeName() + " " + method.name());
                             print("(");
                             for (int i=0; i < parameters.length; i++) {
                                  Parameter parameter = (Parameter) parameters;
                                  print(parameter.type().simpleTypeName() + " " + parameter.name());
                                  if (i != parameters.length - 1) {
                                       print(", ");
                             print(")");
                             println(" {");
                             println("\n");
                             println(TAB + "}");
              return true;
    As one can see, I am just creating the method and placing the opening and closing curly braces (along with a new \n line escape sequence, in between).
    Am not really that familiar with the Doclet API...
    Question(s):
    (1) What is the best way to figure out how many lines of code are inside each method and then use a for loop to insert the exact same number of blank lines inside the methods?
    (2) Is there a way to do it using the com.sun.javadoc.SourcePosition.line() method?
    Would really appreciate it if someone could help me because this is an important requirement (hence the 10 Duke Stars).
    Happy coding to all,
    Mike                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    This is not possible using the Doclet API, because JavaDoc does not store any information regarding implementation detail. Although MethodDoc#position will give you the line where the method is declared, there is no way to determine where the method body starts and ends.
    If you need that much information, maybe you would be better of using a tool such as Eclipse's Abstract Syntax Tree parser. AST will provide you with line numbers for each code expression, hence it is relatively easy to compute the first and last line in a method body.

  • Creating die lines in illustrator

    I have been doing some research on creating die lines in illy but I have some unanswered questions: (using a standard box as an example)
    1. If I want to indicate a fold (dotted line) at the base of a tab, do I create a dotted stroke across the fold, leaving an open path with the end anchor points overlapping the shape of the tab at the base?
    2. Is the die line for a basic box one shape (closed path) with fold line strokes (open paths) overlapping the shape? Or are packages made from a bunch of different shapes (individual closed paths) all touching each other (overlapping sides) where each shape would be a section of the box?
    4. Do the fold lines go on a separate layer from the cut lines?
    I haven't been able to find a tutorial to create the die line from scratch by just going off measurements, so my questions are in regards to using the pen tool and shapes to get to the final image of the die.
    Thanks!

    1. Yes
    2. Yes one shape is preferred. Often dies from Autocad do not have the paths conneceted and we have to connect them.
    4. No the fold lines do not have to go on a seperate layer, use a global color for folds (also bleed &  trim). If someone wants the folds on a separate layer , they can select the strokes fo similar color and easily do that.
    Make sure use preview bounds is off, or else your stroke thickness will be calculated into your sizes in the tranform palette, and throw your die off by half the thickness of your stroke. .5pt is often preferred for die line thickness, unless large scale itmes can go to 1 pt.

  • How to create a table inside a table in the dictionary

    I need to create a table in the dictionary that one of the components has to be a table.
    Someone known how to do it.
    Thanks.

    Hi
    U cannot create a table inside another table.
    The data storage is not supported in that manner.
    If you need multiple fileds based on a single line entry then , first figure out the relationships between these tables.
    Then create a second table with a part of the primary key as the first and a unquie primary key to be defined for adding all the rest of the entries in the second table.
    Also maintain the foreign key relationships between these tables.
    This is the way to have multiple entries for a single line of a table entry.
    Regards,
    Radhika.

  • Create a line chart

    I wont to create a line chart using a a PL/SQL script. If is possible, i wont put this script inside a report created using Web DB, as an action that it must run after the show of the report html page. Is possible to make that? what i can do?
    Thanks a lot!
    null

    PL/SQL has no graphical capabilities whatsoever. However it is possible to represent values like this
    X A ----
    B --------
    C -----
    012456789
    Y
    in which for each row (the X axis) a substr() of the value '----------' is created using a value from the query (the Y axis).
    Is that clear? Let's try an example. To print graphically the lengths of a column:
    SELECT col1 as "X", substr('----------',1, length(col1)) as "Y"
    FROM your_table;Not very pretty I grant you. But if you want pretty you'll have to use Oracle Graphics (now part of the Developer toolset) or java.
    Good luck, APC
    null

  • How do I get a photo inside a custom shape in CS6

    How do I get a photo inside a custom shape in CS6...

    Also, in Sharon's method - "simply press delete" on a regular jpg picture will bring up the Fill Dialog in CS6, with Content Aware being default. Not what you you want here.
    If the OP wants to use a selection as a "custom shape", then creating a mask by clicking on the Add a Mask icon at the bottom of Layer panel (third in from left) is preferable to inverting the selection and deleting pixels.

  • Unable to create Schedule line(Maintain sch.agreement)

    Hi experts,
    After running MRP i got Planned order for a certain material and for that material procurement type maintained as "Both internal and external" in material master. After completing the process planned order to purchase requisition, i separately created schedule agreement . Now here i am facing one problem that if i create schedule line with reference to purchase requsition i am getting the error Requisition doc. type NB not allowed with doc.type LP.
    pls anybody suggest is there any prob made in the above process
    Regs,
    SR
    Edited by: SP Ramesh on Jan 1, 2010 8:22 AM

    go to tcode OLME> schedule agreement> select the line of document type LP and then slecte the folled item category and then selce each item category one by one and then click on the second folders link document type and there give source document type NB
    cause of the issue is : the source document type NB is not set with LP document type of schedule agreement

  • CRXI Export to text - suppressed section creates blank lines

    I'm using CRXI Proffesional - full version 11.5.11.1470
    I have a report that uses the typical "stealth" subreport to obtain and pass info to the container, but remains invisible in preview mode. The fields in the subreport are all suppressed, the sections in the subreport are suppressed if blank and the subreport itself is suppressed when blank, the section that contains the subreport is also suppressed if blank.
    This has always worked fine to get info into the container from the subreport while not creating any "white space" on the report.
    Print preview and export to pdf both function just fine, omitting the blank lines.
    It seems that exporting this to a text file is now creating blank lines for each occurence of the subreport.
    I have seen this problem in a couple of forums but have not seen a resolution yet.
    Does anybody have any idea how I can stop the exporting of suppressed blank sections ?

    Good morning.
    We've got something to get straight first
    When you say "...from the Report Viewer. The report printed as expected on HP printer...", do you mean the viewer of the .NET app, or the viewer of the CR designer?
    And version 12.0.0.683, is very old (well as far as CR is concerned anyhow   ). That version is SP 1, we are now on SP 2. So that will be the place to start. Get to SP 2 which can be downloaded from here;
    https://smpdl.sap-ag.de/~sapidp/012002523100009038092009E/cr2008win_sp2.exe
    Ludek

  • Using Select all to create multiple lines in a sales order

    Hello SAP experts,
    In our business practice users create multiple line sales orders with reference to contracts and use the copy paste method and then assign each line to the contract manually.
    After a few years of this practice i found a new way to create multiple lines but it doesn't quite work correctly. When you have created the first line of an order if you click on the select all button the system will ask you how many lines do you want to copy. I don't know if this is standard SAP but 3 things don't happen when we use this 1) The schedule line information is blank 2) conditions do not copy from the contract even though the contract has been referenced. 3) Since there is no schedule line information the order fails when saving and we get a update terminated message.
    I am having problems finding any documentation around this function so any help with this would be greatly appreciated.
    error when updating is
    Transaction..   VA01
    Update key...   4D358878A8B601AAE10080000A2C4982
    Generated....   28.01.2011, 13:47:23
    Completed....   28.01.2011, 13:47:23
    Error Info...   00 671: ABAP/4 processor: GETWA_NOT_ASSIGNED

    GETWA_NOT_ASSIGNED
    Many threads are there on this error message and you would come to know if you google with this text.  Check couple of threads where  the same topic was discussed
    [Re: GETWA_NOT_ASSIGNED|Re: GETWA_NOT_ASSIGNED;
    [Re: GETWA_NOT_ASSIGNED ABAP Dump|GETWA_NOT_ASSIGNED ABAP Dump;
    Also there are some 20 OSS notes on this error message and you can have a look at the following notes:-
    1)   Note 913679 - VA01: Short Dump GETWA_NOT_ASSIGNED on click of quantity.
    2)   Note 591955 - ABAP runtime error GETWA_NOT_ASSIGNED
    3)   Note 870670 - SD_SALES_DOCU_MAINTAIN_DIALOG termination with GETWA_NOT_***
    4)   Note 141314 - VA02: Dump with 'GETWA_NOT_ASSIGNED'
    thanks
    G. Lakshmipathi

  • MRP does not creates Shcedule Line

    I have a valid scheduling agreement LPA in place. Scheduling Agreement is approved and released status.
    I have source list also maintained for same scheduling agreement with long validity and MRP indicator as 2 - Create Schedule line automatically. 
    I am running MRP using following parameters in MD02.
    Processing key          NETCH               Net Change in Total Horizon
    Create purchase req.    3                   Planned orders
    Delivery schedules      3                   Schedule lines
    Create MRP list         1                   MRP list
    Planning mode           3                   Delete and recreate planning data
    Scheduling              2                   Lead Time Scheduling and Capacity Planni
    Even schedule line and other parameters maintained properly, MRP creates planned order and does not creates Schedule Line automatically. Material Master is maintained MRP Type PD, Lot Size as Replenishment to maximum stock level, Safety stock, No strategy and availability on.
    What I am doing wrong? With same setting in other system it is working perfectly fine.
    Any feedback appreciated.
    Thanks
    PP

    Hi
    Check whether the Agreement Open Target value .
    If the target quantity was completed . so system will not create the Schedule lines for the material
    2. If you mainatian the open period in the smk.
    so system will create the planned order instead of schedule agreement. check

  • How can I create a line break in pages for iPad?

    On the Mac you can hold the shift key while pressing the return key to creat a line break. Only pressing the return key will creat a new paragraph of course.
    On the iPad you only can creat paragraphs. Pressing the shif key does not change that.
    Does anybody know how to force a linebrek on the pages app for iPad?

    Tap and hold where you wish to insert the line break. Select Insert from the pop up menu, then Line break.
    this might be helpful for future reference: http://help.apple.com/pages/ipad/1.7/

  • Is there a way to create a line consisting in two different lines?

    Like the lines that appears in maps: some are single lines (black stroke) but there are others that are f.e. a yellow line with other red thinner line inside. Can someone tell me how to do that? i'm drawing a map and it would be so much better if  I could that way. Thanks...

    Yes,
    Add the write effect to your clip, set keyframes and colour it the outer colour.
    Copy clip and paste it in track 2 on top of original.
    Change colour of 2nd clip and make the brush size smaller and change Paint Style to On Transparant and add some brush spacing if you like.

Maybe you are looking for

  • ITunes error message - "video format is not supported by the iPad" My video is mp4, mpeg-4.

    When syncing my iPad 2....  Why do I get this iTunes error message? "video format is not supported by the iPad" My video is mp4, another is mpeg-4. I thought the iPad 2 could play almost any format.

  • Oracle patch set 10.1.0.4  or patch #3895738

    I need to apply either Oracle patch set 10.1.0.4 or patch #3895738 (on top of 10.1.0.3) for Sun Solaris as suggested by Metalink Note: 283107.1 I cannot find either one by using Metalink Patches search. Where can I find them?

  • Query is very slow

    Dear All, when I run the below query, it takes around 1 to 2 minutes. What exact improvement can be made to increase the speed of queries on this table? SELECT count(*),j.event_year FROM PRC_EVENTS J WHERE J.EVENT_TYPE_ID = 63424 AND   J.E1 = '3' and

  • Check boxes show vertically instead of horizontally

    hi, I've added a 'check box' item to my page. there are three check boxes. they are appearing underneath each other [vertically]. i want them to appear next to each other [horizontally]. any ideas? regards, paul

  • Install failure on PPC G5 help please?

    Hi There.. Running a duel 2ghz powerPC G5 with 3 gb ram and a 143 gb hard drive. We just bought logic studio and I am trying to install it. We had OS X 10.4.8, so the logic box told me it needed 10.4.9 minimum. So I software updated to 10.4.11 and in