[PS6]Control width of bezier line

Using [PS6], how can I make the line left by the pen tool heavier?
I've been pounding away with google and PS6 manual... but must be using off the wall search stings or something because I'm getting piles of info about bezier curves and using the pen tool but no mentions of making the damn line at least visible.
Even on High desktop sizes that darn line, if anywhere near any other border or line, is nearly invisible.
I'd like a line several pixels wide... but not seeing how that is done.

conroy wrote:
"PS6" normally means Photoshop 6 which must be more than a decade old. Maybe you mean CS6.
If CS6 then you could use the Pen Tool in "Shape" mode with no Fill and a coloured Stroke with the weight that you prefer. The controls for that are in Options bar when the tool is active.
Yes, CS6, setting shape mode, no file and set stroke size was just the ticket.  Thank you

Similar Messages

  • Waning Width of a Line

    How can I wane the width of a line similar to an example
    here:
    At US
    Airways
    If you know how, I'd appreciate a response as fast as you can
    post it - I need some interactive graphics by monday. Thx.
    David Holley
    Harris Corporation
    HTSC Internal Communications Director
    www.harris.com

    David.Holley wrote:
    > How can I wane the width of a line similar to an example
    here:
    >
    http://63.135.108.8/flywithus/consumer_us_v2.html
    >
    > If you know how, I'd appreciate a response as fast as
    you can post it - I need
    > some interactive graphics by monday. Thx.
    Draw the curved line with the Pen tool. Choose Modify >
    Alter path >
    Expand stroke. Expand it by 10. Choose the Subselection tool
    and use it
    to move the two bezier points at the right end of the line
    close together.
    Linda Rathgeber [PVII] **Adobe Community Expert-Fireworks**
    http://www.projectseven.com
    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/
    CSS Newsgroup: news://forums.projectseven.com/css/
    Design Aid Kits:
    http://www.webdevbiz.com/pwf/index.cfm

  • How to change a setting in the Java Control Panel with command line

    Hi,
    I am trying to figure out how to change a setting in the Java Control Panel with command line or with a script. I want to enable "Use SSL 2.0 compatible ClientHello format"
    I can't seem to find any documentation on how to change settings in the Java Control Panel via the command line
    Edited by: 897133 on Nov 14, 2011 7:15 AM

    OK figured it out. This is for the next person seeking the same solution.
    When you click on the Java Control Panel (found in the Control panel) in any version of Windows, it first looks for a System Wide Java Configuration (found here: C:\Windows\Sun\Java\Deployment). At this point you must be wondering why you don't have this folder (C:\Windows\Sun\Java\Deployment) or why its empty. Well, for an enterprise environment, you have to create it and place something in it - it doesn't exist by default. So you'll need a script (I used Autoit) to create the directory structure and place the the two files into it. The two files are "deployment.properties" and "deployment.config".
    Example: When you click on the Java Control Panel it first checks to see if this directory exists (C:\Windows\Sun\Java\Deployment) and then checks if there is a "deployment.config". If there is one it opens it and reads it. If it doesn't exist, Java creates user settings found here C:\Users\USERNAME\AppData\LocalLow\Sun\Java\Deployment on Windows 7.
    __deployment.config__
    It should look like this inside:
    *#deployment.config*
    *#Mon Nov 14 13:06:38 AST 2011*
    *# The First line below specifies if this config is mandatory which is simple enough*
    *# The second line just tells Java where to the properties of your Java Configuration*
    *# NOTE: These java settings will be applied to each user file and will overwrite existing ones*
    deployment.system.config.mandatory=True
    deployment.system.config=file\:C\:/WINDOWS/Sun/Java/Deployment/deployment.properties
    If you look in C:\Users\USERNAME\AppData\LocalLow\Sun\Java\Deployment on Windows 7 for example you will find "deployment.properties". You can use this as your default example and add your settings to it.
    How?
    Easy. If you want to add *"Use SSL 2.0 compatible ClientHello format"*
    Add this line:
    deployment.security.SSLv2Hello=true
    Maybe you want to disable Java update (which is a big problem for enterprises)
    Add these lines:
    deployment.javaws.autodownload=NEVER
    deployment.javaws.autodownload.locked=
    Below is a basic AutoIt script you could use (It compiles the files into the executable. When you compile the script the two Java files must be in the directory you specify in the FileInstall line, which can be anything you choose. It will also create your directory structure):
    #NoTrayIcon
    #RequireAdmin
    #Region ;**** Directives created by AutoIt3Wrapper_GUI ****
    #AutoIt3Wrapper_UseX64=n
    #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
    Func _JavaConfig()
         $ConfigFile_1 = @TempDir & "\deployment.properties"
         $ConfigFile_2 = @TempDir & "\deployment.config"
         FileInstall ("D:\My Documents\Autoit\Java config\deployment.properties", $ConfigFile_1)
    FileInstall ("D:\My Documents\Autoit\Java config\deployment.config", $ConfigFile_2)
         FileCopy($ConfigFile_1, @WindowsDir & "\Sun\Java\Deployment\", 9)
         FileCopy($ConfigFile_2, @WindowsDir & "\Sun\Java\Deployment\", 9)
         Sleep(10000)
         FileDelete(@TempDir & "\deployment.properties")
         FileDelete(@TempDir & "\deployment.config")
    EndFunc
    _JavaConfig()
    Now if you have SCUP and have setup Self Cert for your organization, you just need to create a SCUP update for JRE.
    Edited by: 897133 on Nov 16, 2011 4:53 AM

  • Wizard generated table control: bug in insert line function?

    Hi,
    I added a table control to a dynpro using the wizard in the screen painter. Now I have an issue with the inserting line button:
    If I add a new line the first time, a new empty line is added to the table control before my last line. So far so good.
    If I add now another line, again a new line empty is added before my last line and two lines are added after my last line: one empty line and a line with the same content as my former second last line.
    The following should explain it a bit better:
    table before inserting new line:
    line 1
    line 2
    line 3
    line 4
    line 5
    after inserting a new line:
    line 1
    line 2
    line 3
    line 4
    new empty line
    line 5
    table before inserting the second line:
    line 1
    line 2
    line 3
    line 4
    line 5
    line 6
    after inserting the second line:
    line 1
    line 2
    line 3
    line 4
    line 5
    new empty line
    line 6
    new empty line
    line 5
    I didn't change the generated coding yet!
    Thanks in advance and regards,
    Martin
    Edited by: fischerman on May 29, 2008 9:08 AM

    Here is the code of the form which is called in PAI if the insert button was pressed:
    FORM fcode_insert_row
                   USING    p_tc_name           TYPE dynfnam
                            p_table_name             .
    *&SPWIZARD: BEGIN OF LOCAL DATA----------------------------------------*
       DATA l_lines_name       LIKE feld-name.
       DATA l_selline          LIKE sy-stepl.
       DATA l_lastline         TYPE i.
       DATA l_line             TYPE i.
       DATA l_table_name       LIKE feld-name.
       FIELD-SYMBOLS <tc>                 TYPE cxtab_control.
       FIELD-SYMBOLS <table>              TYPE STANDARD TABLE.
       FIELD-SYMBOLS <lines>              TYPE i.
    *&SPWIZARD: END OF LOCAL DATA------------------------------------------*
       ASSIGN (p_tc_name) TO <tc>.
    *&SPWIZARD: get the table, which belongs to the tc                     *
       CONCATENATE p_table_name '[]' INTO l_table_name. "table body
       ASSIGN (l_table_name) TO <table>.                "not headerline
    *&SPWIZARD: get looplines of TableControl                              *
       CONCATENATE 'G_' p_tc_name '_LINES' INTO l_lines_name.
       ASSIGN (l_lines_name) TO <lines>.
    *&SPWIZARD: get current line                                           *
       GET CURSOR LINE l_selline.
       IF sy-subrc <> 0.                   " append line to table
         l_selline = <tc>-lines + 1.
    *&SPWIZARD: set top line                                               *
         IF l_selline > <lines>.
           <tc>-top_line = l_selline - <lines> + 1 .
         ELSE.
           <tc>-top_line = 1.
         ENDIF.
       ELSE.                               " insert line into table
         l_selline = <tc>-top_line + l_selline - 1.
         l_lastline = <tc>-top_line + <lines> - 1.
       ENDIF.
    *&SPWIZARD: set new cursor line                                        *
       l_line = l_selline - <tc>-top_line + 1.
    *&SPWIZARD: insert initial line                                        *
       INSERT INITIAL LINE INTO <table> INDEX l_selline.
       <tc>-lines = <tc>-lines + 1.
    *&SPWIZARD: set cursor                                                 *
       SET CURSOR LINE l_line.
    ENDFORM.                              " FCODE_INSERT_ROW

  • Control width and hight ??

    Can someone plz tell me how I can control width and hight of my printing?? My code:
            public int print(Graphics g, PageFormat pf, int pi) throws
            PrinterException
                if (pi >= 1)
                   return Printable.NO_SUCH_PAGE;
                   Graphics2D g2 = (Graphics2D) g;
                   double height=pf.getImageableHeight();
                   double width=pf.getImageableWidth();
                   g2.translate(pf.getImageableX(), pf.getImageableY());
                   g2.drawString("side :"+(pi+1), (int)width/2,
                   (int)height-g2.getFontMetrics().getHeight());
                   g2.translate(0f,0f);
                   g2.setClip(0,0,(int)width,
                   (int)(height-g2.getFontMetrics().getHeight()*2));
                   g2.setColor(Color.black);
                   paint(g2);
                   return Printable.PAGE_EXISTS;
             public void PrintPage()
                  PrinterJob printJob = PrinterJob.getPrinterJob();
                  printJob.setPrintable(this);
                  if (printJob.printDialog())
                     try { printJob.print(); }
                     catch (Exception PrintException) { }

    ...with PrintJob ...e.g
            Toolkit tk = Toolkit.getDefaultToolkit();
            int [][] range = new int[][]
                new int[] { 1, 1 }
            PageAttributes.ColorType ct = PageAttributes.ColorType.MONOCHROME;
            PageAttributes.OrientationRequestedType ot = PageAttributes.OrientationRequestedType.LANDSCAPE;
            PageAttributes.OriginType ort = PageAttributes.OriginType.PRINTABLE;
            PageAttributes.PrintQualityType pqt = PageAttributes.PrintQualityType.HIGH;
            PageAttributes.MediaType mt = PageAttributes.MediaType.A5;
            int [] printRes = new int[]{1,1,3};
            PageAttributes pa = new PageAttributes(ct, mt, ot, ort, pqt, printRes);
            pa.setPrinterResolutionToDefault();
            JobAttributes jobAttributes = new JobAttributes(1, JobAttributes.DefaultSelectionType.ALL,
              JobAttributes.DestinationType.PRINTER, JobAttributes.DialogType.NATIVE, "file", 1, 1,
              JobAttributes.MultipleDocumentHandlingType.SEPARATE_DOCUMENTS_COLLATED_COPIES, range,
              "\\\\110APPS\\HP5FrontOffice", JobAttributes.SidesType.ONE_SIDED);
            PrintJob job = tk.getPrintJob(dummy, "Print", jobAttributes, pa);
            if (job != null)
                Graphics pg = job.getGraphics();
                System.out.println("Page Dimension : " + job.getPageDimension());
                pg.drawRect(20,20, 240, 120);
                pg.drawString("Hello World", 50, 50);
                pg.dispose();
                job.end();
            }

  • How to control width an height of a page region

    Hi all.
    How do i control width an height of a page region?. Say you have 4 regions on a page and want to tightly control these attributes, for example as a percentage of page dimension.
    Is that possible?, Also can it be manipulated dynamically?
    Best regards, Luis ....!

    Hi Luis,
    I don't know about dynamically but in the Region Attributes you can add 'style="width:100px" (or whatever value you want 10%, 25% etc.) to control the width
    and to control the height you need to add:
    <div style="overflow: auto; height: 450px;">(again or whatever size)
    to the region header and
    </div>to the region footer
    regards
    barney
    Edited by: barneyonfire on 27-Jan-2012 16:58
    sorry it didn't show the tags before...

  • How to use bezier lines or curves

    Can you use bezier lines or curves to make a graphic move?
    How do you create a bezier line or curve?

    Start with this tutorial by Kim Cavanaugh.
    http://www.communitymx.com/abstract.cfm?cid=A15CFD250F9D01EF
    alex
    yachtgeek wrote:
    >
    >
    > Can you use bezier lines or curves to make a graphic
    move? How do you create a bezier line or curve?

  • How to control width of Design pod in RH8?

    Hi all,
    This is just a UI annoyance, but I'd like to get around it. I'm working in RH8.
    When I'm in the Design/HTML pod, the ruler across the top of the pod extends beyond the right margin. Consequently, a scroll bar appears across the bottom of the pod.
    When working in the pod, entering long lines of text causes the window to scroll left and right automatically, and I can't see the entire line of text I've entered.
    Increasing/decreasing the width of the pod doesn't change this behavior - the ruler across the top scales with the pod size. Moving the right margin/tab marker doesn't help either.
    Is there any way to control the pod width so I can see a full line of text w/out a scroll bar at the bottom? I'm guessing it's something easy - just haven't found it yet.
    Thanks all,
    Patrick

    Hi all
    I'd like to offer a wee bit of clarificaition.
    There is no such thing as a "Tab Stop" in the world of HTML. As such, there is no such thing as a "Tab Stop" in the RoboHelp HTML ruler. These are simply visual ways to adjust the margins on the HTML page.
    I'd hate to see a rash of posts where folks are suddenly asking where they can insert tab stops in RoboHelp HTML.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Change width in draw line for LabVIEW 6.1

    Hi
    as I couldn't solve the problem up to now I'm posting this question again with the hint that I'm looking for a solution in LabVIEW 6.1. LV 7 has already a SetPen.vi where the style and the width can be chosen.
    Link to the other posting
    Original Text:
    HI!
    I wanted to draw thicker lines in a picture control in LabVIEW 6.1. I found some posts where they mentioned that I have to edit the according VIs. So I played a bit around but didn't get it working. I'll attach pictures of the diagrams of "SetPen.vi","DrawLine.vi" and "Draw
    MultipleLines.vi". Can anybody tell me what to change or provide a suitable vi? Is there a tutorial where the code and the generation thereof for picture controls is explained?"

    Andy,
    The format and specifications for the picture data type and unfortunately not published for public use. The supportability of the picture data type only extends to the functionality provided in the corresponding VI�s shipped with LabVIEW. You are welcome to play around with how it works, but know that it is not supported. I hope this does not provide too much of an inconvenience.
    Have a great day!
    Robert Mortensen
    Applications Engineer
    National Instruments
    Robert Mortensen
    Software Engineer
    National Instruments

  • BarChart vertical axis label - possible to control width?

    Is there a way to control/force the width for the vertical axis labels so that a label stays readable?
    Currently my labels are short sentences that get resized down to an illegible font size while the bars (series) stay quite large.
    It would be ok for the bars (series) to be squashed so that the labels stay readable.
    I have been searching for a couple of hours but cannot find a way to do this.  Specifying a fontSize="xx" on the <mx:AxisRenderer> for the vertical axis seems to have no effect (nor does specifying the font size in the CSS).  I have also tried setting "minWidth" and "width" to no avail...

    Well by chance I found this forum posting through a search engine query:
    http://forums.adobe.com/message/1964315#1964315
    It explains that you need to set the gutter style properties to accomodate longer lines of text.  In this case,
    gutter-left:400;
    in the BarChart style did it for me.
    It would be nice if an axis label could be wrapped onto two or more lines if needed but the solution above works for now...
    J

  • Access control on Sales Orders - Line items

    Is it possible to control access to users from deleting line items in sales orders?
    (since Julius would reply saying a "YES" or a "NO" , i will complete my question )
    If it is feasible to control, could some one make a suggestion on how to do this and help me, please?

    Hi Manjula,
    Thanks for trying to help and for sending the link, but unfortunately, the link doesnt help me for my question.
    the discussion in the link you sent is more on the stock situations that is a mis-match in MD04, when a order line item is rejected then the stock of the line item should be refelcted in MD04 and since this doesnt happen the program was supposed to be eecuted for consistency ==> this was the issue in the link
    Now, coming to the problem on hand: If i create a sales order with 25 line items and make a delivery of 22 line items , do a PGI for the 22 and then , i check for the other 3 line items in the Order, realize that the schedule lines in the order are for a date that doesnt meet the date of goods issue of the other 22 items - i delete the 3 line items in the order <== this is what i want to restrict, users shouldnt be able to delete line items of a order that has a subsequent document.
    I know i can manage doing this via ABAP based on a few validations on the document flow, but i wanted to know if there is an alternate method of achieving this.
    I vaguely remember a situation where i had a user who couldnt enter line items in Purchase orders although he had all required transactions, org,values.......after much research and quite a few trial and error methods i got to a solution by adding/deleting (i dont remember corretly) a parameter value to the user and he could add line items. The curiosity i have is in knowing if there is some parameter value or an other Authorization object, that could help me achieve my objective
    Although it could be efficient, ABAP would be my last option
    Do keep posting, any help is good help

  • Fixed width row for lines table

    Hi,
    I have a header and details tables in my template. The problem is that if there is more data for any of the column in lines, the row expands and hence the gap between footer and lines table is disturbed. Because of this reason I am unable to fix number of rows per page for lines. Any guidelines on this will help.
    Thanks in advance,
    Suresh
    P.S. I am a newbie in XML

    Hi,
    Just to confirm this, you are having problems with the height of your table, ie it is expanding vertically down the page, as opposed to the width, expanding horizontally across the page.
    You can fix the height of the table, by selecting the repeating row of the table and going to Table Properties, on the Row tab check the Specify Height box. You can then enter a height for this row. The drop down menu to the right means you specify whether the row should be At Least the specified height, or exactly the specified height.
    You may need to look at nested tables here, but specifying the height of the rows should give you a reasonable starting point.
    Regards,
    Cj

  • Does Scheduling agreement controls limits with its line&delivery items?

    We would like Scheduling agreement to control total target value with its line items and delivery items like contracts.
    Is it possible to do that?
    thanks for your co-operations..

    Hello Cemal Parlak,
    Pl correct me if my understanding is incorrect, you want to control the total target value and Total target quantity of the Schedule Agreement and Contracts,
    In above case, you can make message controls to achive this,
    SPRO-> Materials Management -> Purchasing -> Environment Data -> Define attributes of system
    Make the following messages as Error message instead of warning based on the business requirement.
    00 - 06 - 042 (Target value of contract & exceeded by &&)
    00 - 06 - 067 (Scheduled quantity & & greater than target quantity & &)
    00 - 06 - 078 (Target quantity exceeded by  & &)
    00 - 06 - 155 (Contract target value & reached)
    These settings are at client level so please check with other business entity for the requirement and alternatively you can also define the message for particualr user group .
    Hope this helps.
    Regards
    Arif Mansuri

  • Optimizing Table Control Width

    Hello,
    I have used the Table Maintenance Generator to build the relevant screens for displaying/ editing data from 2 tables.
    However when i maintain this view in SM30 it displays the table control with horizontal scroll bars. There are about 22 columns in the view and I would like to see them all in one screen.
    I have tried changing the <i>Lgth</i> attribute of the Table Control from SE51. It shows 83. While trying to change it to about 140 I get an error message saying that 140 exceeds maximum width of 83.
    Is 83 the maximum possible width for a table control? How can I change it?
    Please respond with your quick tips!!!
    Regards,
    Priya

    Thanks so much Ravi. Your tip proved very useful. The screen size set by an earlier developer had got reset when I did a re-run of the Table Maintenance Generator. I overlooked this small but important detail.
    Thanks once again for the prompt response. It helped me resolve an urgent issue.

  • Control chart tolerance limits lines not shown

    As Run chart displays values of Single result, SPC Control charts also Displays these reults with tolerance limit  with Showing lines of uper and lower limit Tolerence. I have an issue while showing these lines .when i am doing result recording control charts Some times shows tolerance limit lines and some times not ? Kindly clarify me the SPC control chart process too?but my main question is that why SAP some times shows Results and sometimes not .
    More over I  already did all settings as below
    Sapmling procedure with Fixed samples ,and SPC inspection crieteria,
    Inspection plan -Inspection task list cahracterstics
    MIC
          Sampling proceudre -active
          SPC - Active
          Required Chrac.-Active
          Single result -Active
          Fixed scope -Active
    All settings of number ranges is set
    Control chart 115 -Shewchart X bar is using .

    Hi Vineeth,
    We are using SPC inspection chars, in results recordin it is not calulating the control limits automatically. When i click to calculate the control limits, getting the message Control limits for track 1 could not be calculated.
    Can you please let me know
    1) The process flow for SPC inspection results recording
    2) How to get the control limits automatically for SPC inspection chars.
    3) System will require some results to calculate control limts, right? So, till system calculates those control limits, how system will valuate results (will it be with specificaiton limits specified at inspection characteristics level), do we have any option of entering preliminary results so that system can control limits on bases of those results and so from very first inspection lot we have control limits for valuation?
    Thanks in advance
    Bob

Maybe you are looking for