How to crop tips of the lines?

Hey everyone, I hope that you can help me. I want to trim off the top of the lines in the picture below. I used white lines to cover the top to show you what look I wanted to achieve, However, I know that using white lines to cover it up is not a practical solution for my application. I know that I should be messing with the pathfinder tool but I just can't get it to work right for me. I am pretty new to illustrator and Photoshop, so please, dont hesitate to teach me something new. thanks!

Group the thre strips, draw a rectanglke around them, use Pathfinder --> Intersect.
Have you already tried that suggestion, Mylenium ?

Similar Messages

  • How can i read all the lines from a text file in specific places and use the data ?

    string[] lines = File.ReadAllLines(@"c:\wmiclasses\wmiclasses1.txt");
    for (int i = 0; i < lines.Length; i++)
    if (lines[i].StartsWith("ComboBox"))
    And this is how the text file content look like:
    ComboBox Name cmbxOption
    Classes Win32_1394Controller
    Classes Win32_1394ControllerDevice
    ComboBox Name cmbxStorage
    Classes Win32_LogicalFileSecuritySetting
    Classes Win32_TapeDrive
    What i need to do is some things:
    1. Each time the line start with ComboBox then to get only the ComboBox name from the line for example cmbxOption.
       Since i have already this ComboBoxes in my form1 designer i need to identify where the cmbxOption start and end and when the next ComboBox start cmbxStorage.
    2. To get all the lines of the current ComboBox for example this lines belong to cmbxOption:
    Classes Win32_1394Controller
    Classes Win32_1394ControllerDevice
    3. To create from each line a Key and Value for example from the line:
    Classes Win32_1394Controller
    Then the key will be Win32_1394Controller and the value will be only 1394Controller
    Then the second line key Win32_1394ControllerDevice and value only 1394ControllerDevice
    4. To add to the correct belonging ComboBox only the value 1394Controller.
    5. To make that when i select in the ComboBox for example in cmbxOption the item 1394Controller it will act like i selected Win32_1394Controller.
    For example in this event:
    private void cmbxOption_SelectedIndexChanged(object sender, EventArgs e)
    InsertInfo(cmbxOption.SelectedItem.ToString(), ref lstDisplayHardware, chkHardware.Checked);
    In need that the SelectedItem will be Win32_1394Controller but the user will see in the cmbxOption only 1394Controller without the Win32_
    This is the start of the method InsertInfo
    private void InsertInfo(string Key, ref ListView lst, bool DontInsertNull)
    That's why i need that the Key will be Win32_1394Controller but i want that the user will see in the ComboBox only 1394Controller without the Win32_

    Hello,
    Here is a running start on getting specific lines in the case lines starting with ComboBox. I took your data and placed it into a text file named TextFile1.txt in the bin\debug folder. Code below was done in
    a console app.
    using System;
    using System.IO;
    using System.Linq;
    namespace ConsoleApplication1
    internal class Program
    private static void Main(string[] args)
    var result =
    from T in File.ReadAllLines(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "TextFile1.txt"))
    .Select((line, index) => new { Line = line, Index = index })
    .Where((s) => s.Line.StartsWith("ComboBox"))
    select T
    ).ToList();
    if (result.Count > 0)
    foreach (var item in result)
    Console.WriteLine("Line: {0} Data: {1}", item.Index, item.Line);
    Console.ReadLine();
    Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar problem. Contact via my webpage under my profile but do not reply to forum questions.

  • How Can I listen to the line-in on my T400?

    When I am at my desk, I've always had my satellite radio plugged into the line-in on my computer so that I can listen to it through the same speakers.  With my new T400, I have the radio's output plugged into the line-in on the Advanced Dock.  I know that it's getting a signal because if I record with Microsoft Sound Recorder, it records the radio.  
    How can I listen live to the signal coming into the line-in?

    You can thank Microsoft for this one.  They disabled the pass-through ability in Vista. Apparently too many people complained about feedback issues when trying to use webcams or VOIP programs and didn't know to mute the Line-In on the mixer.  It took me forever to find how to correct it.
    The following will enable the input sliders in your playback devices so audio pass through works without having to run through an application like it worked in XP. Remember, always backup your Registry just in case. I had to create new Keys for filter and SpeakerHp but yours may already be there
    1) Open regedit (Start->Run, type regedit)
    2) Navigate to HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4D36E96C-E325-11CE-BFC1-08002BE1031*8}\0000\Settings\filter\SpeakerHp\
    3) Create a new Binary Value
    4) Give it the name EnableInputMonitor
    5) Set it's value to 01
    6) Restart your machine
    7) Open your Playback Devices (right click on volume control icon in system tray, select Playback Devices)
    8) Open the Speakers/Headphones
    9) Go to the levels tab
    10) Unmute the input monitor
    T500 - P8600 2.4Ghz Core 2 Duo, Modded - 4GB Patriot DDR3 and 320GB Caviar Black 7200rpm drive with Ati HD3650 and Catalyst 9.6 modded drivers - Vista Business 32bit stripped down to bare bones with VM's from Ubuntu to Win7RC1 64-bit.

  • How do I get back the line I accidentally lost in the browser window that shows bookmarks, back arrow etc.

    I was trying to remove some of the lines of info at the top of the Firefox screen because my netbook has less screen space then I'm used to. By mistake I eliminated the important line of controls such as bookmarks, history backward arrow etc. How do I get this line back?

    * In Firefox 3.6 versions on Windows and Firefox 4 on Windows and Linux it's possible to hide the "Menu Bar" via "View > Toolbars" or via the right-click context menu of a toolbar.
    * Press F10 or press and hold the Alt key down to bring up the "Menu Bar" temporarily.
    * Go to "View > Toolbars" or right-click the "Menu Bar" or press Alt+V T to select which toolbars to show or hide (click on an entry to toggle the state).
    See also:
    * [[Menu bar is missing]]
    * http://kb.mozillazine.org/Toolbar_customization

  • How to maintain Status at the line item level

    Hi Folks,
    How to maintain the status at the line item level. I could able to find the path in the IMG for Header level. I will be looking forward for the path or the procedure for maintaining the status at the Line item level. Do the needful. Thank you.
    Regards,
    Amrita

    Hi Amrita,
    Goto SPRO>Customer Relationship Management>Transactions>Basic Settings>Define Item Categories, Select your Item category and click on Details. Witin profiles set type Assign Status profile you created against field Status profile.
    Hope this helps.
    Regards,
    Chandrakant

  • How can you tell if the line has errors?

    I'll try and keep this as brief as possible.
    <background>
    For 2years (up to 6months ago) I was on BE ADSL and was very impressed with the quality of the service (low latency, decent bandwidth) on my line.  However when I heard that FTTC was being rolled out I switched to Zen internet on the understanding that I could then switch to the FTTC product as soon as it was available.
    Immediately after switching to Zen I started to experience problems with VOIP (I use VOIP extensions against an externally hosted PBX) and was seeing CRC errors on the line.  In the process (~2months) of getting this diagnosed the FTTC product became available and since I wanted uncapped switched to BT Infinity for Business Option 2.
    </background>
    I now find that again I get sporadic VOIP problems (but not as bad as on the ADSL2 service via Zen) but very regular BBC iPlayer dropouts listening to the radio.
    Due to the previous problems whilst on ADSL2 I suspect I still have a minor line fault but as I can't access any stats on the line have no way to verify.  Does anyone have any pointers on where to get line stats to see what is going on on the connection? I can't get any info out of the OR modem.
    Regarding my network.  I am using a cabled, gigabit connection directly to a Draytek 2820n which is in turn doing the PPPoE through the BT OR modem.  I use two different machines and experience the same issues on both.  I'm a server & network admin by trade so pretty sure it's not my internal infrastructure at fault.
    My IP profile is apparently 38717 Kbps down / 10000 KBps up.
    BT Speed tester shows achieved 26581 down and 4912 up though

    jmansford,
    I may be wrong about this as I am only refering to my own 2750n settings,but looking at your upload throughput test results some if not all of your problems could be due to a wrongly wieghted QoS setting and/or port capacity setting based on QoS.
    As you line profile is ok at 38717 Kbps down / 10000 KBps up it looks like there is no problem on your actual line,but phone line noise test might find some crackle,but I don`t think so.
    By your post,you say your are routing PPPoE through the Draytek into the OR modem.?
    If so,maybe you could try leaving the OR or Draytek out of the chain as a process of testing where faults [if any] are.?
     To sum up a bit imo leaving the OR modem out of the net chain might be a better way as I only use the 2750n on it`s own as the OR modem is not then needed.
    Opps! sorry I might be wrong in my above thinking,but is your Draytek just a router or a modem/router combined like the 2750n.?
    But either way the QoS setting are still important.

  • How can i check if the lines are the same ?

    private bool displayed;
    private void PostMessage()
    for (int i = 0; i < ScrollLabel._lines.Length; i++)
    for (int x = 0; x < WordsList.words.Length; x++)
    if (ScrollLabel._lines[i].Contains(WordsList.words[x]) && !displayed)
    displayed = true;
    lineToPost = ScrollLabel._lines[i];
    PostFacebookWall(LongaccessToken, lineToPost + Environment.NewLine + Environment.NewLine + "נשלח באופן אוטומטי כניסיון דרך תוכנה");
    I call this method in a timer tick event every second.
    But if the variable string lineToPost is
    identical it will not send it again. But it might be a situation that the lineToPost may
    contain the exact same word inside but the whole line is not the same so i want to send it.
    Only if the whole line is the same, then don't make the postFacebookWall
    If the whole line is not the same but the same word is the line as in other line(s), then use thePostFacebookWall method.
    I'm using a bool variable
    so it will not send the same line over and over again.
    I would like it to send the line(s) once, regardless if there is only one line or if there are more than one line.
    The problem is the way I'm using the bool now,
    it will send a line and then will never send any other line at all.
    I tried to change the method to this:
    // key: line index, value: sent line
    private Dictionary<int, string> sent = new Dictionary<int, string>();
    private void PostMessage()
    for (int i = 0; i < ScrollLabel._lines.Length; i++)
    var line = ScrollLabel._lines[i];
    if (sent.ContainsKey(i) && sent[i] == line) continue;
    sent[i] = line;
    if (WordsList.words.Any(line.Contains))
    PostFacebookWall(LongaccessToken, line + Environment.NewLine + Environment.NewLine
    + "נשלח באופן אוטומטי כניסיון דרך תוכנה");
    numberofposts += 1;
    label7.Text = numberofposts.ToString();
    But its not good it keep sending many times the same lines.
    This is the timer tick event code:
    private void timer1_Tick(object sender, EventArgs e)
    counter += 1;
    if (counter == 10)
    scrollLabel1.Reset();
    scrollLabel1.Text = " ";
    scrollLabel1.Invalidate();
    readableRss = RssReader.covertRss("http://rotter.net/rss/rotternews.xml");
    this.scrollLabel1.Text = readableRss;
    scrollLabel1.Invalidate();
    counter = 0;
    PostMessage();
    Im updating the text/lines every 10 seconds .
    And calling the PostMessage method every second.
    And when im calling the PostMessage it should it should call inside the method PostFacebookWall only when the whole line is not identical to other lines and if a word in words is exist in any line.
    The variable WorldList.words is string[] contain some words(string).
    For example if i have this line:
    "hello this is a test"
    So the word test exist in words so post this line.
    Then if i have another line :
    "hello this is a test" so in dont post this line since its the same.
    But if i have a line: "hi this is a test" the word test exist but the whole line is not the same as above so post this line.
    And of course if there is a different line with a word that exist like: "my name"
    Then post this line too.

    Hi Chocolade1972,
    C# forum:
    Discuss and ask questions about the C# programming language, IDE, libraries, samples, and tools.
    I’m afraid that it is not the correct forum about this issue, I am moving your question to the moderator forum ("Where is the forum for..?"). The owner of the forum will direct you to a right forum. Thanks for your understanding.
    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.

  • How to remove space between the lines

    Hi,
    In my repoprt output I am getting space between the lines. I have changed
    the repeating frame and field -> vertical elasticity and horizontal elasticity to fallowing combinations.
    fixed, fixed.
    variable, fixed,
    expand, variable,
    variable, expand
    Then also I am getting space between the lines of my output.
    Could you help me in this?
    Thanks

    Change the Vertical Elasticity of fields and frames to Variable. If for some fields or frames you don't want to change the vertical elasticity, then remove extra space by adjusting the height of fields/frames.
    Also check repeating frames property 'Vert. Space Between Frames'. Default is 0.
    Hope this helps.

  • How to get rid of the line encasing the left hand side of a vertical spry menu?

    Hi,
    I have created a vertical spry menu bar. It all works but there is a line like this [  encasing the left hand side of the menu. Does anyone know how to get rid of this?
    Thanks!

    Line 73 in your Spry css calls for a border
    ul.MenuBarVertical{
        border: 1px solid #ccc;
    Either remove the rule or change the #ccc to #fff

  • How can I trace just the lines of a hand drawn sketch.

    Hello everyone,
    I'm sorry its another inexperienced Ai user here.
    I have been using photoshop for a good while now but have only just started to use illustraotr and I could do with some help.
    I have a bunch of simple black and white illustations, which I want to vectorise and arrange and compile into completed picture and patterns in Illustrator.  I have tried using the image trace function of CS6 and it gives great results but I always end up with a white box behind the illustration.  I dont seem to be able to work out how to select just the outline and have a transparent background so that I can work with the differnet bits to creat a completed picture.
    Idealy i will have each individual illustraiton on a seperate layer initially as I build up a picture then I will flattern it all togehter at the end.
    Sorry if this sounds a trivial matter but any help would be greatly recived.
    H

    I use sketches a bunch. I love the fact that I can draw on paper, scan my sketch, and finish it with illustrator. The first thing I do when I open up the file is lock it down and creat a new layer. Make sure the new layer is on top of the locked layer(the layer that has you sketch). I use 3 different ways of re-creating my sketch. The first is by using the shapes and shapes builder tools. Add in pathfinder here and there and depending on your design, you could complete a whole sketch with this method alone. For more complex drawings I use the pen tool, this is great for making precise shapes and building composition. One note when using the pen tool is to make sure you have a color and stroke ready when you start using the pen tool, also after you make your first click or anchor with the pen tool set the opacity to around 50%. Another option that I use is to use brushes to create the strokes, and then join or combine the strokes and use live paint or just fill them in as I go. Whichever method you use, lock down the sketch so you can't select it. Make sure that the image of your sketch has good contrast and color before you start. If you have to use Photoshop to touch it up and then bring it in to Illustrator. I also make sketches and then make the basic compsition with illustrator and progressively build the design. Just a thought for those who don't have scanners or don't want to mess with a scanning a design. Hope some of this helps.

  • How to find out the line which caused the runtime error in a SP?

    We have a situation like this.
    We are consulting company doing consultancy services on Oracle technologies.
    One of our clients have PL/SQL stored package.
    We found out by debugging the Oracle Forms front-end application that
    error is generated by a procedure inside this package.
    Problem is that this procedure has over 6000 lines.
    How do we figure out the line which caused the error?
    We tried putting messages in between, but not have been successful.
    Any help would be greatly appreciate.

    How do we figure out the line which caused the error?
    We tried putting messages in between, but not have been successful.
    What does that mean exactly?
    Typically you would instrument the code (especially for multi-step ETL/transform processes) to capture/log key information.
    Also, key sections of code would also be in their own BEGIN/EXCEPTION/END block so that you would know what block caused the exception.
    step_num NUMBER; -- what step is being executed?
    BEGIN
      step_num := 1;
      . . . do something
      step_num := 2;
      . . .  do something else
    EXCEPTION
      -- when you get here the 'step_num' variable will have the number of the step that caused the exception. Log it and then handle/reraise it.
    END;

  • Setting up the line spacing on a page

    How do you set up the line spacing, ie: if I want to double or triple space a message instead of single space.

    A text area message on a web page when using Firefox? <br />
    Or is your question about email messaging when using Thunderbird? <br />
    ''Your in the Firefox support queue right now, but any Moderator can move this question thread over to the Thunderbird queue once we know it's about Thunderbird.''

  • How to find the lines where messages are raised?

    Hi experts,
    I have a great difficult to find some points where a message is raised.
    In GUI interface, we can use the u201CUsed-Listu201D option and the system show us the lines where the message is raised.
    In web-client, some good SAP programmers wrote the code u201Cif 1=2 message u2026u201D after he/she input message in the message manager classes (cl_bsp_wd_message_service, cl_crm_genil_global_mess_cont, etc). So the u201CUsed-Listu201D resource manages to find those points.
    However, some bad programmers didnu2019t do that and it is almost impossible to know where the message is raised in certain situation, though I have its message class name and its number, for instance, COM_PARTNER u2013 559.
    Is there any tip about how to find a calling point?
    Regards,
    André

    This will tell you the directory that contains the running program:
    System.getProperty("user.dir")

  • F4IF_INT_TABLE_VALUE_REQUEST - how can I return all values from the line?

    Hi,
    I'm using FM F4IF_INT_TABLE_VALUE_REQUEST to show a pop-up with my internal table values.  The internal table has 3 fields, ATINN, ATZHL and a description field ATWTB.  ATINN and ATZHL are needed to complete the unique table key, however this FM will only return the value of one field in any line I select.
    How can I see all the values in the line I select in the return table?
    My code is as follows:
      DATA: tbl_cawnt LIKE cawnt OCCURS 0,
            wa_cawnt LIKE cawnt,
            BEGIN OF tbl_list OCCURS 0,
              atinn LIKE cawnt-atinn,
              atzhl LIKE cawnt-atzhl,
              atwtb LIKE cawnt-atwtb,
            END OF tbl_list,
            wa_list LIKE tbl_list,
            tbl_return LIKE ddshretval OCCURS 0,
            wa_return LIKE ddshretval,
            tbl_fields LIKE dfies OCCURS 0,
            tbl_dynp LIKE dselc OCCURS 0.
      REFRESH: tbl_list, tbl_cawnt.
      SELECT atinn atzhl atwtb
        FROM cawnt
        INTO CORRESPONDING FIELDS OF TABLE tbl_cawnt
        WHERE spras EQ sy-langu.
      LOOP AT tbl_cawnt INTO wa_cawnt.
        CLEAR wa_list.
        MOVE: wa_cawnt-atwtb TO wa_list-atwtb,
              wa_cawnt-atinn TO wa_list-atinn,
              wa_cawnt-atzhl TO wa_list-atzhl.
        APPEND wa_list TO tbl_list.
      ENDLOOP.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield        = 'ATWTB'
          dynpprog        = sy-repid
          dynpnr          = sy-dynnr
          value_org       = 'S'
        TABLES
          value_tab       = tbl_list
          return_tab      = tbl_return
        EXCEPTIONS
          parameter_error = 1
          no_values_found = 2
          OTHERS          = 3.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    Thanks!

    Hi,
      Use the structure DYNPFLD_MAPPING
    With this internal table you can easily define that you want to return
    other columns of the hit list in addition to field RETFIELD to the
    screen.
    In this IT you can MAP the screen fields to the serch help screen fields this has three fields
    FLDNAME this is the field anme from the search help
    FLDINH This has to be blank which would be field with the field value that you want to map
    DYFLDNAME THis is the screen field name.
    So here you can get the values for the other fields that you want which are on the search help just populate the name of the fields in FLDNAME.
    Regards,
    Himanshu

  • The line to type in under the tabs has disappeared. How do I get it back?

    The line under the tabs-where I could type in a question, web site or view the web site address is missing. How do I get it back?

    You are wonderful! Thank you. It's back :)

Maybe you are looking for

  • MyAccount Redirect

    Hi, Is it possible to avoid the redirect to MyAccount.aspx on log in ?. It would be better I think if it remained on the existing page if required. As far as I can see this redirect is hard coded. I have tried to use the webflow for login but it does

  • Bridge does not show image previews anymore on one of my drives

    Bridge isn't showing image previews on one of my drives. I have tried resetting the preferences as well as deleting the cache to no avail.

  • Extracting meta data

    Hi All, Would it be possible to extract the keywords from a metadata tag: <meta name="keywords" content="wheat,uk,farming,agriculture,milling,feed"> I'm using verity to automatically produce a list of relevant links based on a set of keywords held in

  • Am I ready to burn?

    Hi. I've been using iMovie now for quite awhile however am just trying out my 1st iDVD project. Its quite long.....1 hr 38 min. I've set the chapters.....clicked create iDVD project.....chosen a theme.....chosen "best quality encoder settings".......

  • Question about FCP settings

    I must have changed something in my settings accidentally because for some reason whenever I drag a clip into the timeline, the the audio is not linked together and I always have to highlight the tracks and link the selection. What can I do to make t