How to create (open-ended) stroked paths?

OK, this might be a newbie Q, but I couldn't find an answer...
Is it possible to draw a bezier path (using the Pen tool) that isn't closed, then stroke it, where there is no line connecting the two end points?  In other words, drawing lines just like in Illustrator (instead of of "masks")?
Currently, if I right-click on an open-ended path, the 'Stroke Path' command is grayed out -- why?  On the other hand, I am able to apply a stroke through a 'Layer Style' but those always draw as closed, despite the fact that I do not have a segment connecting the ends.
Is there a way to do draw a regular ole bezier line??  Thanks!

PetrikM wrote:
Could you maybe give a more detailed step-by-step info?  (I'm using CS3)
Draw a path with the pen tool, using the Paths option, top right in the options bar
Then click on the MENU at the top right of the paths palette and save it as Path 1.
Then right-click in the path layer to stroke with the current brush.
You can also stroke from the Edit menu to get more control.

Similar Messages

  • How to create open sales order using BAPI....?

    Hi Guru's,
    please help me how to create open sales order and which BAPI i have to use for open sales order.
    please provide any program logic related to this or step by step process.....
    that would be helpful to me.
    thanks in advance...
    Srinivas....

    Hi sreenu,
    Open PO or Open sales order means that the complete cycle is not complete. That means the Sales order is not completely delievered or is not billed or is not paid for. Only once the cycle is completed the order status shows as complete untill then its Open.
    You can use VA05 to find open sales orders.
    Similarlry open PO's are those PO's whos inbound delivery is not complete or whos goods receipt is not complete and whos payment is not done to the vendor
    U cannot directly find the open PO and open SO from any table.
    That u have to calculate from the status of the PO and SO and then check wheteher that is complete or not.
    U have table VBUP for SO status.Check out the fields in that table
    pls see the below link.
    http://abaplovers.blogspot.com/2008/02/bapi-sales-order-create-code.html
    http://msdn.microsoft.com/en-us/library/cc185190.aspx
    thjanks
    karthik

  • How can I open a relative path

    Does somebody knows how can I open a relative URL from an applet by the
    getAppletContext().showDocument(new URL("http://java.sun.com"), "_blank");
    instruction?
    I mean, I want to open a html page stored in my hard drive but if I change the "http://java.sun.com" to, for example, "Mi documents/index.html" it doesn't works.
    Could sombody help me with this please?

    Well, in fact you can in a special case :
    - The file you want to access is in the same directory than the applet (or in a sub-directory)
    If this condition is OK, you can open the file using :
    java.io.InputStream MyInputStream = <YourAppletClassName>.class.getResourceAsStream("sidira_interactif2.svg")
    With this stream, its easy to read the file content.

  • How to create open file dialogbox and get path of selected file?

    Hi Experts!
    i want to use button like browse button. so that i can select image from that and display selected image in imagebox and the path is to be display in edit text.
    Thanking you
    vishwajit kumar

    Hi
    Use this code , for this you must include Imports System.Windows.Forms name sapce
    Private FileName As String
            Public Function showOpenFileDialog() As String
                Dim ShowFolderBrowserThread As Threading.Thread
                Try
                    ShowFolderBrowserThread = New Threading.Thread(AddressOf ShowFolderBrowser)
                    If ShowFolderBrowserThread.ThreadState = System.Threading.ThreadState.Unstarted Then
                        ShowFolderBrowserThread.SetApartmentState(System.Threading.ApartmentState.STA)
                        ShowFolderBrowserThread.Start()
                    ElseIf ShowFolderBrowserThread.ThreadState = System.Threading.ThreadState.Stopped Then
                        ShowFolderBrowserThread.Start()
                        ShowFolderBrowserThread.Join()
                    End If
                    While ShowFolderBrowserThread.ThreadState = Threading.ThreadState.Running
                        Windows.Forms.Application.DoEvents()
                    End While
                    If FileName <> "" Then
                        Return FileName
                    End If
                Catch ex As Exception
                    'SBO_Application.MessageBox("FileFile" & ex.Message)
                    MessageBox.Show(ex.ToString())
                End Try
                Return ""
            End Function
            Public Sub ShowFolderBrowser()
                Dim MyProcs() As System.Diagnostics.Process
                FileName = ""
                Dim OpenFile As New OpenFileDialog
                Try
                    OpenFile.Multiselect = False
                    OpenFile.Filter = "All files(*.CSV)|*.CSV"
                    Dim filterindex As Integer = 0
                    Try
                        filterindex = 0
                    Catch ex As Exception
                    End Try
                    OpenFile.FilterIndex = filterindex
                    OpenFile.RestoreDirectory = True
                    MyProcs = System.Diagnostics.Process.GetProcessesByName("SAP Business One")
                    If MyProcs.Length = 1 Then
                        For i As Integer = 0 To MyProcs.Length - 1
                            Dim MyWindow As New WindowWrapper(MyProcs(i).MainWindowHandle)
                            Dim ret As DialogResult = OpenFile.ShowDialog(MyWindow)
                            If ret = DialogResult.OK Then
                                FileName = OpenFile.FileName
                                OpenFile.Dispose()
                            Else
                                System.Windows.Forms.Application.ExitThread()
                            End If
                        Next
                    End If
                Catch ex As Exception
                    'SBO_Application.StatusBar.SetText(ex.Message)
                    MessageBox.Show(ex.ToString())
                    FileName = ""
                Finally
                    OpenFile.Dispose()
                End Try
            End Sub
            Private Class WindowWrapper
                Implements System.Windows.Forms.IWin32Window
                Private _hwnd As System.IntPtr
                Public Sub New(ByVal handle As System.IntPtr)
                    _hwnd = handle
                End Sub
                Private ReadOnly Property Handle() As System.IntPtr Implements System.Windows.Forms.IWin32Window.Handle
                    Get
                        Return _hwnd
                    End Get
                End Property
            End Class
    on the browse button click write this
    Dim oEditText As SAPbouiCOM.EditText = form.Items.Item("txtFlePath").Specific
           oEditText .String = showOpenFileDialog()
    for setting image to a picture box use this
    Dim oPictureBox As SAPbouiCOM.PictureBox = form.Items.Item("picInfo").Specific
    oPictureBox .Picture = "C:\image.png"
    Regards
    Arun

  • How to create open wifi under domain.

    If you want the users to have access to the corporate network/domain they need to be on the same network or have routes between the network allowing access. 
    If you want the domain to authenticate the users for WiFi access, you need to enable 802.11x authentication between the access points and assuming Windows, Network Policy Server.

    Hello all,
                   I want to create an open WiFi in my office,for mobile. But as the whole network is under domain. So if i connect to the network by WiFi, it getting connected, but as the mobile is not an domain user,it not getting the internet from office WiFi. how to solve the problem & connect my mobile to office wifi
    This topic first appeared in the Spiceworks Community

  • How to create dynamic source file path for lumira?

    i have source file for lumira  visualization on  D:\lumira\SourceFiles\sample.xlsx;
    also .lums file in D:\lumira\demo.lums
    But when i use the same Lumira folder in different system i have to again create connection for the datasource for fetching the data.So please suggest me how can i use this file so that i don't need to create a new connection again and i should get the updated data i.e. the data should change according to the change in the datasource file.

    Hi,
    this isn't possible.
    you need to go the Connections window in Lumira home page, and repoint the connection to the new location
    regards,
    H

  • How to create opening balance (financial year - inclusive) as calculated column

    Hi all
    i'm trying to add a opening balance (financial year) column to a table.. Or i guess it's more of a summed balance for a specific date, and repeated for a defined date range.
    The financial year is 1-july to 30-june. the desired output column below is what i'm trying to get. It's the sum of balance as at the 1st of july for that year
    Date |balance|desired output
    1-Jul-2014| 10| 11
    1-Jul-2014| 1| 11
    1-Aug-2014| 400| 11
    .... 11
    1-Jun-2014| 50| 11
    1-Jul-2015| 7| 7
    etc
    I tried using startofyear() with lookupvalue() but that errors out if there are two or more rows for the start of the period (like 1-jul-2014).. Everything else i've tried either gives me the wrong number or #errors
    Thanks
    Jakub @ Adelaide, Australia Blog

    Jakub, is this still an issue?
    Thanks!
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • How to create Directories using UNC Paths (DirectoryHandler.CreateDir )

    Edited by: user643946 on 24.06.2009 03:47 (Deleted Thread, has been something for the School of Bleeding Obvious)

    Hi,
    >>When i created the directories in second schema, the directory paths of the first schema are automatically changed to the second path.
    If you have removed the REPLACE clause of your create statement, then you would see that is not possible.
    SYSTEM> connect scott/tiger
    Connected.
    SCOTT> create directory mydir as '/tmp';
    Directory created.
    SCOTT> connect legatti/pwd
    Connected.
    LEGATTI> create directory mydir as '/tmp';
    create directory mydir as '/tmp'
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    LEGATTI> select owner,object_name,object_type,created
      2  from dba_objects where object_name='MYDIR';
    OWNER     OBJECT_NAME    OBJECT_TYPE         CREATED
    SYS       MYDIR          DIRECTORY           19/12/2007Cheers
    Legatti

  • How to create open file dialog for choosing file in application server?

    I would like to have the same functionality as
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
      CALL FUNCTION 'NAVIGATION_FILENAME_HELP'
        EXPORTING
          DEFAULT_PATH            = '.'
          MODE                    = 'O'
        IMPORTING
          RETURNCODE              = return_code
          SELECTED_FILENAME       = p_file.
    But the above code, only allow me to choose files from local computer. How to do the same thing with the file location becomes the application server?
    Thanks!

    Try this it will give the full directory structure.
    REPORT  ZTEST3460  line-count 30(2)   .
    PARAMETERS: FILE LIKE RLGRAP-FILENAME.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR FILE.
                         CALL FUNCTION '/SAPDMC/LSM_F4_SERVER_FILE'
                         EXPORTING
                           DIRECTORY              = ' '
                           FILEMASK               = ' '
                          IMPORTING
                            SERVERFILE             = FILE
                         EXCEPTIONS
                           CANCELED_BY_USER       = 1
                           OTHERS                 = 2
    Cheers

  • How to create and assign a help document to INFO button on ALV grid

    Hi All,
    Can somebody tell me how to create an 'END USER DOCUMENTATION' document and the 'FUNCTION MODULE' to call it and display in the form of F1 help screen.
    OR
    Is there any standard method to call & display a help document, when the user clicks the INFO(i) button on the ALV grid standard toolbar?
    Thanks in advance.
    Rkumar

    Hello Rkumar
    If you have defined a documentation for your ALV report which you want to display when the INFO button is pushed you can use the following coding:
    CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP'           
        EXPORTING                                  
             DOKCLASS           = 'RE'                                          " = report
             DOKNAME            = '<name of your ALV report>'
             SHORT_TEXT         = 'X'              
        EXCEPTIONS                                 
             OTHERS             = 1.     
    Regards
      Uwe

  • Create type on a path (circle)

    Does anyone knows how to create type on a path (circle) so the first line of text flows on the top and the second line on the bottom?
    Thanks!
    Wisine

    http://indesignsecrets.com/quickly-add-type-to-top-and-bottom-of-an-ellipse.php
    Bob

  • How can i set end user

    HI,
    I'm very new for this BI and dba.. I need one solution regarding view ... That's after development i want to give the reports to the end user.. So how to create end user.. For example if i want give reports to HR department then how can i give that to HR.. That is how can i set this end user.. Is there any web services related issues are there else any ideas behind that .. How to create this end user...
    Regards,
    R.Gobinath.

    Hi
    If you are using Discoverer in conjunction with E-Business Suite and your company has told Discoverer to operate in what is called Apps mode then the user accounts are picked up from E-Business Suite. So in this scenario you would need to get your EBS system administrator to create the account, assign a password and then assign one or more responsibilities that have been granted permissions in Discoverer.
    In all other cases, when you are not running in Apps mode, then the user account will be a database account. As such, you would get your DBA to create the account and assign one or more roles that have been granted permissions in Discoverer.
    SUMMARY:
    When running in Apps mode, the user accounts are managed by the EBS system administrator and Discoverer understands and can work with Apps responsibilities.
    When running in non-Apps mode, the user accounts are managed by the DBA and Discoverer understands and can work with database roles.
    Hope this helps
    Best wishes
    Michael
    http://ascbi.com

  • How to create a 4 page pdf from images - each page should open at same size

    How do I create a 4 page pdf (from 4 images - all the same size) that opens each page at  full page size?
    Thank you so much.
    Ginger
    PREVIOUS MSG:
    My goal is to create multi page pdfs that are created from images (scans of old brochures).  I receive images (scans of pages) all at the same size.
    I have been able to create the 4 pdfs (each opens at full page size) and merge into 1 pdf.  When I open that final pdf, I  see a column of 4 pages, page 1 image being larger than the remaining 3. When I  click on the left, page 1, icon,  I get the full page.  When I click on icons for pages 2 - 4, I get nothing.  The only way I can get the other pages in a full page view is to adjust the scaling after left icon is selected.  That is not what I want.
    How I created the files.
    I can either create pdf pages using Photoshop, or using Acrobat Pro itself through:
    File> Create PDF> From File and adding each of the images.  I then, for each, choose Properties> Initial View> Fit Page> Save. Then I use File> Combine> Merge Files into Single PDF> Save.
    Then I open the multi page pdf.
    I appreciate any help.
    Thank you,
    Ginger
    PREVIOUS MS

    It seems to me what you want to do is create one document which a combination of all four  and then one page of each.
    To create a Document with 4 pages combined in to one PDF.  open the first in a Series the to Edit menu and click on add pages click on next document (browse to document first) the choose attach to to end of document or add to  end of document. Repeat until you get all images added. They will end up (or should ) center in center of their own page. Save this document with a new name for now.
    Next go back to Photo shop and reduce size of images to fit desired sheet of paper (8-1/2 by 11, 8-1/2 by 14, whatever) place them side by side and row by row so you have 4 images on one page.
    now save as Pdf.
    now decide which you want to swap to the Thumbnails (the 4 on one page, or 4 individual pages.  I would use the thumbnails and make each a button that references the page in the document you save as a 4 page pdf that applies.
    Then on that page write a line saying click each illustration to see full size image (you might have to write this line while in Photoshop) then save this as PDF file
    Try out. You might have to use some javascript controls to do this. But I am not experienced in JavaScript to do this. I'm sure it cane be done.
    But note you will have to save both documents with the Thumbnails and the four page and Thumbnail page in a folder and send to prospect
    If you want just four separate pages in one Pdf just do first two paragraphs above

  • How to create an Open HUB in BI 7.0 which will be scheduled by a Process ch

    Hi Gurus,
    Could you please explan me how to create an open HUB which will e scheduleby a process chain?
    Thank you.
    BR
    Pat

    Hi ,
    Check this links ..
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5f12a03d-0401-0010-d9a7-a55552cbe9da
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/01d3a090-0201-0010-9783-bc33ab690e70
    http://learnsapbw.blogspot.com/2008/04/open-hub-service-using-sap-bi-70.html
    Regards,
    shikha

  • How do I open projects created using Premier Elements 8 with Premier Elements 13

    how do I open projects created using Premier Elements 8 with Premier Elements 13

    ATR
    The DVD Creator.dll file was in the proper location but I could not find a Run As Administrator Option.
    I did delete Prefs file and try again to open the app then the project and received the same problem.  And the scratch disks were all directed to the Elements 13 path
    Yesterday I did try additional solutions
    Removed the Elements 13 App vis the Control Panel, copy the original downloaded .zip File to the Desktop and reload the entire application with no success solving the problem
    In addition to that I contacted a site called Rescue.com? and the guy told me that he was a representative of Adobe, which I was not sure was the truth.  He looked at my system and told me that Premier 13 was not compatible with Windows 7.  I called BS on him told him that Adobe site said it was compatible and he told me I had a Trojan on my system and he would refund my money for Elements 13 and sell me version 12, which would be compatible, along with a better security system than the Norton 360 I told him I had.  At that point I immediately terminated our communications and called Norton to have additional checks performed to ensure no additions were added to my system.  They had me download and run Power Eraser from them and it found nothing wrong. 
    I also temporarily turned off the firewall and tried to use the Elements 13 but had no success.
    I also went to Microsoft Windows site and searched for the Exception code: 0xc0000005 that was displayed in the event viewer and they indicated there was a hotfix available and they would email me that fix.  ave not received the email yet.
    I’m getting very frustrated but thank you for your help.  I will update you with and additional results or actions I get or perform.
    GDBMB

Maybe you are looking for

  • Strange behavior from a PB G4 (Part 2)

    On to my next issue. Often when I'm typing the insertion point will jump to someplace other than where it should be or just disappear all together. I'm not doing anything to cause it to do this. I've been being really carefull to not to do anything w

  • Text variable for total number of pages in book?

    Hello, Is it possible to create a text variable that contains the total number of pages in a book? The only option I see is for the total number of pages in a document, which doesn't come out right for any but the last doc in the book. Thanks, -dp-

  • How do you change the max data when creating a DVD?

    I recently filmed a show and am making DVD copies. The show runs 1hour 45mins and is about 79gb in HD. I'm using compressor 4.1 to create the DVDs so it fits on one disc. I've made a few test copies but so far every DVD freezes at around 43 mins when

  • VOIP ATA & Setting up Time Capsule

    Hello, I have a lynksys AM300 with a Time Capsule connected to it. I was to introduce a ATA device but will need to connect it to the TC. What do I need to do to configure the TC so that the VOIP via ATA will work? Thanks Morgs

  • Forcing customers to buy HD STBs?

    When the new IMG came out I really didn't like it and came here to see if I could change it back. When I couldn't that was alright, but then I realized how much slower it is now than before. It's almost unusable. I looked to see if their was a way to