Adding straight line/outlines

the answer is probably stairing straight at me, but for the life of me, I cannot seem to figure this simple task out.
I am designng a rack card and wish to create a stright line border on the edges of the card. How do I add these straight lines / borders, thank you.

Once you have finished your card, go to Select>all
Open a blank layer at the top of the layers palette
Go to Edit>Stroke(outline) selection. Place the stroke inside. Choose the color. For width, try 3-5 px.
Since this places the stroke on a separate layer, you can delete it if it is not ok, and do it again to suit.

Similar Messages

  • Densify straight line segments

    Hello All,
    I'm looking for a way to densify (add vertices at a specified interval) along a straight line segment. SDO_ARC_DENSIFY doesn't work as I need on straight line segments. Can anyone suggest a way to do this?
    I considered writing my own function as the logic seems simple, but I don't see a function to measure distances along a line w/o converting to LRS.
    Thanks!
    --john                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi John,
    So what's the aversion to LRS? Licensing? The Oracle Spatial guide pretty much steps you through what you want to do here using LRS
    http://download.oracle.com/docs/cd/E11882_01/appdev.112/e11830/sdo_lrs_ref.htm#autoId1
    They take a linestring, snap it into two pieces at measure 5 and then stick the pieces back together with the new point at the break. Just wrap up a CONVERT_TO_LRS_GEOM and CONVERT_TO_STD_GEOM on the way in and on the way out of your function. I assume you already know from what end you want to measure and that your linestrings run that way consistently.
    If you don't have the Spatial license then it's a bit more complicated. You need to walk the coordinates in the linestring adding up the distance and then figure out where your break point would land on the segment when you hit the desired measure. That's a fairly tall order for a forum request but perhaps other folks have some ideas for you. I would just use the LRS stuff myself so I've never thought through what it would take.
    Cheers,
    Paul

  • Problem with creating a straight line with polygamo lasso

    I am having a problem with polygamo lasso. when i create a triangle or a rechtangle in straight line it is turn out the line become not straight. I don't what did i wrong, was always working fine till today. YOu can see the pic the top line lookslike a step.

    Ihope I did right, was not sure how to save as channel.

  • How to draw only straight line instead of angled one??

    Dear friends,
    I saw a very good code posted by guru here(I think is camickr),
    But I tried to change it and I hope to draw only straight line instead of angled one, can you help how to do it??
    Thanks so much.
    import java.util.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    public class DrawingArea extends JPanel
         Vector angledLines;
         Point startPoint = null;
         Point endPoint = null;
         Graphics g;
         public DrawingArea()
              angledLines = new Vector();
              setPreferredSize(new Dimension(500,500));
              MyMouseListener ml = new MyMouseListener();
              addMouseListener(ml);
              addMouseMotionListener(ml);
              setBackground(Color.white);
         public void paintComponent(Graphics g)
              // automatically called when repaint
              super.paintComponent(g);
              g.setColor(Color.black);
              AngledLine line;
              if (startPoint != null && endPoint != null)
                   // draw the current dragged line
                   g.drawLine(startPoint.x, startPoint.y, endPoint.x,endPoint.y);
              for (Enumeration e = angledLines.elements(); e.hasMoreElements();)
                   // draw all the angled lines
                   line = (AngledLine)e.nextElement();
                   g.drawPolyline(line.xPoints, line.yPoints, line.n);
         class MyMouseListener extends MouseInputAdapter
              public void mousePressed(MouseEvent e)
                   if (SwingUtilities.isLeftMouseButton(e))
                        startPoint = e.getPoint();
              public void mouseReleased(MouseEvent e)
                   if (SwingUtilities.isLeftMouseButton(e))
                        if (startPoint != null)
                             AngledLine line = new AngledLine(startPoint, e.getPoint(), true);
                             angledLines.add(line);
                             startPoint = null;
                             repaint();
              public void mouseDragged(MouseEvent e)
                   if (SwingUtilities.isLeftMouseButton(e))
                        if (startPoint != null)
                             endPoint = e.getPoint();
                             repaint();
              public void mouseClicked( MouseEvent e )
                   if (g == null)
                        g = getGraphics();
                   g.drawRect(10,10,20,20);
         class AngledLine
              // inner class for angled lines
              public int[] xPoints, yPoints;
              public int n = 3;
              public AngledLine(Point startPoint, Point endPoint, boolean left)
                   xPoints = new int[n];
                   yPoints = new int[n];
                   xPoints[0] = startPoint.x;
                   xPoints[2] = endPoint.x;
                   yPoints[0] = startPoint.y;
                   yPoints[2] = endPoint.y;
                   if (left)
                        xPoints[1] = startPoint.x;
                        yPoints[1] = endPoint.y;
                   else
                        xPoints[1] = endPoint.x;
                        yPoints[1] = startPoint.y;
         public static void main(String[] args)
              JFrame frame = new JFrame("Test angled lines");
              frame.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
              DrawingArea d = new DrawingArea();
              frame.getContentPane().add( d );
              frame.pack();
              frame.setVisible(true);
    }

    Change the AngledLine class to store two points instead of 3 points (I would rename the class to be StraightLine). The code is much simpler because you just store the starting and ending points and you don't need to calculate the middle point.

  • When I record an audio track, there is a waveform. When I stop recording, the waveform disappears and becomes a straight line. It also disappears from the track edit window. But the sound is there. How can I stop the waveform from disappearing?

    When I record an audio track using Logic Pro X, there is a visible waveform which appears as I record. When I stop recording, the waveform disappears and becomes a straight line. It also disappears from the track edit window. But the sound is still there. How can I stop the waveform from disappearing? And can I do something to view it after it has disappeared? Anyone know the anser?

    In Logic:
    Preferences/Audio Set Recording Delay to 0 <zero>
    This should always be set to zero unless a specific set of circumstances exist and you're audio drivers do not report position correctly.
    On occasion, usually when importing a Logic 9 project, Logic-X randomly changes this to a negative/positive number.  It's actually a bug in Logic, as it should always display the waveform.

  • Ssrs 2008 r2 straight line within a matrix

    In an SSRS 2008 R2 new report have placed a matrix on the end of the report for information the user wants to see at the end of the report. The user wants to place a straight line between the different infomation sections in the tablix. Here are the problems
    I am having:
    1. In a row I would like to merge 2 cells together so that a line placed within the matrix is the same length. The problem is that I do not know how to merge the cells.
    2. When I drag a line into a cell in the matrix, the line is not straight. The line points to an angle. I have tried to change the properties of the line on the endpoint values but that has not worked. Thus can you tell me how to make the line placed within
    a matrix cell to be straight?

    Take a look at this post for inserting a horizontal (or vertical) line into a tablix cell:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/397d6dc4-766a-43c9-9706-5370a2bfaeb4/insert-line-into-table?forum=sqlreportingservices
    For merging cells, you simply select a set of contiguous cells, right-click, merge cells. There is a catch of course. The catch is that all of the cells you are trying to merge must be in the same scope. Below are some screenshots showing a simple Matrix
    with 1 column group and 1 row group.
    As you can see in this screenshot, I have selected 2 adjacent cells that are both in the same scope, and merge cells is available.
    In this screenshot, I have selected 2 adjacent cells that are not in the same scope. The left cell is only scoped by the row group while the cell on the right is scoped by both the row and the column group. As a result, I cannot merge the cells.
    "You will find a fortune, though it will not be the one you seek." -
    Blind Seer, O Brother Where Art Thou
    Please Mark posts as answers or helpful so that others may find the fortune they seek.

  • How to get rid of or at least easily fix random Position A to Positon B 'archs'?(want straight line)

    Hey,
    I hope i can describe my question correctly: is there a way to tell after effects that i want to default every position edit to be a straight path/arch (i'm actually looking for a lack of 'arch'--I just want a straight line) instead of defaulting to a seemingly random arch that i then find very tedious if not impossible to fix, even by manipulating vertice box 'arms' while holding alt? in other words, can i tell the program that, from now on, 'position A' and 'position B' must be traveled between in a straight line ONLY, never any erronious archs? i hope i described it well enough without being too familar with technical terms
    thanks

    Rick's pointing you in the right direction.
    Details are here:
    http://help.adobe.com/en_US/aftereffects/cs/using/WS3878526689cb91655866c1103906c6dea-7d99 a.html#WS3878526689cb91655866c1103906c6dea-7d98a

  • My Macbook Pro (OSX 10.6.7 2.26 GHz Intel Core 2 Duo) has started misbehaving on me. When I'm working, the cursor will start spontaneously moving to the left in a straight line, and randomly right clicking on things.  If I close the computer and open it b

    my Macbook Pro (OSX 10.6.7 2.26 GHz Intel Core 2 Duo) has started misbehaving on me. When I'm working, the cursor will start spontaneously moving to the in a straight line, and randomly right clicking on things.
    If I close the computer and open it back up, it sometimes stops for a little while, then will spontaneously start again. Any help would be truly appreciated. Thanks!

    See this knowledge base article. Also, you might want to update to 10.6.8 (don't know that that will fix your problem, but it's the latest version of Snow Leopard).
    Clinton

  • Default G/L acct and Cost center in service PO with added Freight line also

    Hi,
    I am doing Service PO my requirement is we need default G/l account and cost center in Service PO, we have added one line as Freight charges that is also required default g/l account.
    please suggest me the configuration.
    Thanks
    Shital

    Hi,
    Can be set with help of following t.codes to have default G/L account with  cost center in Service PO
    OME9, OMGO ,OMQW & OBYC
    Also check the blog:
    http://www.bluemarlinsys.com/ns/0603-03.asp
    Regards,
    Biju K

  • Adding new line item in SC after it is added to PR or PO

    Hi Experts,
    Our customer wants that if line item is added to PR and PO on ECC side, it should be added to SC as well. I am sure you can't change apporved SC for which follow on document is created. But if someone did similar kind of requirement.
    Here is requirement.
    >  SC has 2 line items.
    >  PR is created in ECC for 2 line items after SC is apporved.
    > User added 3rd line item in PR on ECC side.
    > Customer wants this line item should be added to SC as well.
    Please advise.
    Regards,
    Kamal

    Hi,
    In Classic Scenario: This is not possible .when you are adding a P.O in ECC it will not reflect in
    SRM.
    In Extended Classic scenario: In SRM  only P.O is  created .You can add a new line items (or) change
    because P.O in SRM Server is the main P.O.
    Moreover in this also Shopping cart will not update. Once Shopping cart is approved you can do any changes
    Please check which scenario your client is using.
    Regards
    G.Ganesh Kumar

  • Can I extend the slideshow horizontal in a straight line but not full page up and down?

    Can I extend the slideshow horizontal in a straight line across the page end to end, but not full page up and down?

    Hi
    Please check these videos for help :
    https://www.youtube.com/watch?v=BDgERSf2a5k
    https://www.youtube.com/watch?v=diUtfwFGI1w
    Thanks,
    Sanjit

  • Why can I only paint straight lines in Photoshop CS6?

    I am trying to paint something that I have wanted to for a while now, and Photoshop is presenting some troubles for me. I can not paint curves, and instead, only straight lines without pen pressure (Size, opacity, the likes.) The result of my efforts is the same as if I were to draw a dot (click once in other words), press shift, and make another dot somewhere else. It's just straight lines no matter what.
    I am currently on an Emachines computer running Windows 7, Photoshop CS6 and this is the first time I have bothered with the brush tool in Photoshop.
    I hope this information is useful for someone to help me so that I may paint freely. Thank you for reading.

    Trevor Dennis wrote:
    Bulbabooty wrote:
    What do you mean by the first sentence you said?
    It is possible that the Shift key is stuck on your keyboard.  If you add a Type layer and some text, you'll see if that is the case or not.  Unlikely I'd have thought, but things can get jammed between the keys, and you need to eliminate this possibility before moving on to other possibilities.
    Oh, I see. No, the shift key is not the problem it seems. I have a feeling that it's the brush I'm using.

  • AXL updatePhone(): Adding a Line won't work

    Hello everybody,
    i've got a problem with adding a line to a phone in CUCM 6.0. I'm working with php and its soap-functions and i'm getting the following error:
    [SOAP-ENV:Client] Cannot insert a null into column (devicenumplanmap.numplanindex).
    I'm sending the following parameters with the request:
    Array (
    [uuid] => 0cb9c043-b2c2-ccb6-287c-30a2a4e8d26d
    [enableExtensionMobility] => 0
    [lines] => Array (
    [line] => Array (
    [label] => test
    [display] => test
    [dirn] => Array (
    [pattern] => 5000
    [usage] => Device
    [uuid] => 744b4c71-2ba7-0124-4640-d67a1411c9f7
    [busyTrigger] => 1
    [maxNumCalls] => 2
    [callInfoDisplay] => Array (
    [callerName] => 0
    [callerNumber] => 0
    [redirectedNumber] => 0
    [dialedNumber] => 0
    [ringSetting] => Ring
    The directory number exists and the phone exists also... Does anybody know what that error means?????

    having the exact same problem and its driving me crazy! Any solutions?

  • Simplifying Straight Line Paths

    Hey all,
    new to the forum and really struggling with something at the moment, Using Illustrator CS4
    I've imported a map from a DWG prepared in Archicad (vector based architecture software)
    This map shows roads and buildings (they are paths in illustrator) and as you would imagine the roads are curved but rather than being drawn with curves they are composed of many many straight line paths and as I'm meaning to have a model laser cut from the Illustrator file I need to join these paths into longer paths so the laser cutting doesn't take forever.
    As far as I can see it's fairly simple to simplify the number of anchor points on a curved path using the Object>Path>Simplify tool but simplifying multiple straight line paths that only have the slightest deviation in angle seems harder, or at least I can't work it out.
    I have attached an image, The areas highlighted in green are examples of areas where there are too many paths and just one or two paths would be fine. It would be fine to either convert the paths to curved paths or just simply reduce the number of straight line paths that compose the curves.
    Hope someone can help, Thx for your time
    The

    Apart from the current problem, you should take a look at the free plugin "Kartografie-Funktionen" if you do this kind of stuff regularly. http://www.ika.ethz.ch/plugins/index.html
    It has a tool for simplifying paths, which works slightly different than Illustrator's

  • Making a straight line aligned with text and adjusting length

    i am trying to make a simple straight line above some text in after effects cs5 that lines up with the beginning and end of the text. Not touching or anything. Nothing special. then a line perpendicular to it of a different stroke size.
    Also i want it to draw or fill in.
    first of all, if i dont get the line length perfect the first time, and i try to adjust the length, then the stroke width changes, also the scale.
    this is maddening because if i am making other pieces that i will animate together, i want them to be the same. and every time i try to adjust the line length, it changes everything...
    or do i just make all lines and type graphics in illustrator or photoshop and import them...and make a mask.  I almost think that all those extra steps might be easier...(sarcasm)
    any tips on this as this super basic task is turning into a headache?
    thx in advance.

    Well, because if you dont get it exactly correct and you want to make it longer or shorter, not only does that change, but the stroke starts scaling. So now you have simply a shorter line, you have a line that appears the same but is inevitably different point sizes and different scales that are maddening to match. I am animating several iterations of a kind of type/line template in 3d space. So i have made each on its own composition that is not 3d.
    i thought you would be able to just click on the end of the line/path and make the line itself shorter or longer like in illustrator. Also when the scale changes, it changes its position slightly from its anchor point....

Maybe you are looking for

  • How to throw Exception in Thread.run() method

    I want to throw exception in Thread.run() method. How can I do that ? If I try to compile the Code given below, it does not allow me to compile : public class ThreadTest {      public static void main(String[] args) {      ThreadTest.DyingThread t =

  • Info Structure details

    Hi Folks I would like to know more about Info structure. pertaining to PP Apart from that can any one explain me. How this info structure links with planning table. What is meant by key figures & how this will get linked in planning table. Thanks in

  • Error: Functional area CUP

    Dear all, I'm trying to set up CUP and my version is SAP GRC AC 5.3 and Support Package: 16. When I try to delete a functional area in CUP, whose name has more than 20 characters, the system will not let me. So, if I create a functional area with mor

  • Making multiple buttons out of one picture?

    Ok this is probably a daft question but I'm a complete novice so bear with me. I need to know if it's possible to upload a picture to my Flash stage (a row of buttons I made in photoshop) and then somehow select each of these buttons and turn them in

  • I can't join WiFi network with passwrod less than 8 characters

    I have a WiFi ONLY iPad but now I can't seem to connect with any WiFi networks which has passwords less than 8 characters...:(