Problem Filling and Selecting with Paths.jsx

I have copied Paths.jsx from the Adobe Photoshop CS5 Javascript Scripting Reference, p. 141.  It works OK.  It makes a path that is the outline of an ice cream cone and strokes it with the current foreground color.
I then tried to fill the path and that does not work.  I have tried 3 methods using the following additional code and changing the appropriate false's to true:
// Fill the path
fillColor = new SolidColor
fillColor.rgb.red = 255
fillColor.rgb.green = 0
fillColor.rgb.blue = 0
try {
   if(false) {
         // This works and gives a gray fill that is neither the
              // foreground nor background color
     // Only the ice cream part of the cone is selected and filled
            myPathItem.fillPath()
   } else if(false) {
     // With a color specified, it doesn't work
              myPathItem.fillPath(fillColor)
       } else if(true) {
     // This makes a selection of the PathItem, selects it and fills it
     // Only the ice cream part of the cone is selected and filled
              myPathItem.makeSelection(0, false, SelectionType.REPLACE)
               selRef = app.activeDocument.selection;
              selRef.fill(fillColor, ColorBlendMode.NORMAL)
} catch(ex) {
        msg = "Error filling path:\n" + ex.message
        alert(msg, "Exception", true);
They do as the comments say.  None of them does what I would expect.  For the second way, the error message is:
General Photoshop error occurred.  This functionality may not be available in this version of Photoshop
- Could not complete the command because of a program error.
I do not understand why only the      ice cream part of the cone is filled or selected (the third array).  I can manually      make a selection from the Path in PS and it also only selects the      ice cream part.  All of the lines are stroked.  Only the top part is      filled or selected.
Why does fillPath not work?
I can supply the whole script if necessary.  I am an experienced programmer but new to Photoshop scripting.  Is this a bug or am I doing something wrong?
Thanks for any help.

This is the whole script:
// Paths.jsx
#target photoshop
// Save the current preferences
var startRulerUnits = app.preferences.rulerUnits
var startTypeUnits = app.preferences.typeUnits
var startDisplayDialogs = app.displayDialogs
// Set Adobe Photoshop CS5 to use pixels and display no dialogs
app.preferences.rulerUnits = Units.PIXELS
app.preferences.typeUnits = TypeUnits.PIXELS
app.displayDialogs = DialogModes.NO
// First close all the open documents
while (app.documents.length) {
app.activeDocument.close()
// Create a document to work with
var docRef = app.documents.add(5000, 7000, 72, "Simple Line")
// line 1--it’s a straight line so the coordinates for anchor, left, and right
// for each point have the same coordinates
var lineArray = new Array()
lineArray[0] = new PathPointInfo
lineArray[0].kind = PointKind.CORNERPOINT
lineArray[0].anchor = Array(100, 100)
lineArray[0].leftDirection = lineArray[0].anchor
lineArray[0].rightDirection = lineArray[0].anchor
lineArray[1] = new PathPointInfo
lineArray[1].kind = PointKind.CORNERPOINT
lineArray[1].anchor = Array(150, 200)
lineArray[1].leftDirection = lineArray[1].anchor
lineArray[1].rightDirection = lineArray[1].anchor
var lineSubPathArray = new Array()
lineSubPathArray[0] = new SubPathInfo()
lineSubPathArray[0].operation = ShapeOperation.SHAPEXOR
lineSubPathArray[0].closed = false
lineSubPathArray[0].entireSubPath = lineArray
// line 2
var lineArray2 = new Array()
lineArray2[0] = new PathPointInfo
lineArray2[0].kind = PointKind.CORNERPOINT
lineArray2[0].anchor = Array(150, 200)
lineArray2[0].leftDirection = lineArray2[0].anchor
lineArray2[0].rightDirection = lineArray2[0].anchor
lineArray2[1] = new PathPointInfo
lineArray2[1].kind = PointKind.CORNERPOINT
lineArray2[1].anchor = Array(200, 100)
lineArray2[1].leftDirection = lineArray2[1].anchor
lineArray2[1].rightDirection = lineArray2[1].anchor
lineSubPathArray[1] = new SubPathInfo()
lineSubPathArray[1].operation = ShapeOperation.SHAPEXOR
lineSubPathArray[1].closed = false
lineSubPathArray[1].entireSubPath = lineArray2
// Ice cream curve
// It’s a curved line, so there are 3 points, not 2
// coordinates for the middle point (lineArray3[1]) are different.
// The left direction is positioned "above" the anchor on the screen.
// The right direction is positioned "below" the anchor
// You can change the coordinates for these points to see
// how the curve works...
var lineArray3 = new Array()
lineArray3[0] = new PathPointInfo
lineArray3[0].kind = PointKind.CORNERPOINT
lineArray3[0].anchor = Array(200, 100)
lineArray3[0].leftDirection = lineArray3[0].anchor
lineArray3[0].rightDirection = lineArray3[0].anchor
lineArray3[1] = new PathPointInfo
lineArray3[1].kind = PointKind.CORNERPOINT
lineArray3[1].anchor = Array(150, 50)
lineArray3[1].leftDirection = Array(100, 50)
lineArray3[1].rightDirection = Array(200, 50)
lineArray3[2] = new PathPointInfo
lineArray3[2].kind = PointKind.CORNERPOINT
lineArray3[2].anchor = Array(100, 100)
lineArray3[2].leftDirection = lineArray3[2].anchor
lineArray3[2].rightDirection = lineArray3[2].anchor
lineSubPathArray[2] = new SubPathInfo()
lineSubPathArray[2].operation = ShapeOperation.SHAPEXOR
lineSubPathArray[2].closed = false
lineSubPathArray[2].entireSubPath = lineArray3
// Create the path item
var myPathItem = docRef.pathItems.add("A Line", lineSubPathArray)
// Stroke it so we can see something
myPathItem.strokePath(ToolType.BRUSH)
// Fill the path
fillColor = new SolidColor
fillColor.rgb.red = 255
fillColor.rgb.green = 0
fillColor.rgb.blue = 0
try {
    if(false) {
        // This works and gives a gray fill that is neither the
        // foreground nor background color
        // Only the ice cream part of the cone is selected and filled
        myPathItem.fillPath()
    } else if(false) {
        // With a color specified, it doesn't work
        myPathItem.fillPath(fillColor)
    } else if(true) {
        // This makes a selection of the PathItem, selects it and fills it
        // Only the ice cream part of the cone is selected and filled
        myPathItem.makeSelection(0, false, SelectionType.REPLACE)
        selRef = app.activeDocument.selection;
        selRef.fill(fillColor, ColorBlendMode.NORMAL)
} catch(ex) {
    msg = "Error filling path:\n" + ex.message
    alert(msg, "Exception", true);
// Reset the application preferences
preferences.rulerUnits = startRulerUnits
preferences.typeUnits = startTypeUnits
displayDialogs = startDisplayDialogs

Similar Messages

  • P67a-GD65 (b3) boot problem (reboot and select proper boot device)

    Hello All,
     I have the following problem;
     When I start my computer sometimes it starts normal or I get the following warning;
     Reboot and select proper boot device.
     If this happens, its stays for a few seconds on A2 at the lower right corner , then MSI mainboard screen, and then the above warning.
     When i use the reset button, it starts normal or same problem.Sometimes i need to restart it like 5-7 times to get it started normal.
     My system info:
     Mainboard: MSI P67A-GD65 (MS-7681)
     Chipset: Intel Sandy Bridge
     Processor: Intel Core i7 2600K @ 3400MHz
     Physical Memory: 4096MB (2 x 2048 DDR3-SDRAM)
     Video Card: AMD Radeon HD 6900 Series
     Hard Disk: Seagate ST31000528AS ATA Device (1000GB)
     Hard Disk: Seagate ST3200822AS ATA Device (200GB)
     Hard Disk: Seagate ST3200822AS ATA Device (200GB)
     DVD-Rom Drive: XMTQ FGPIR0DURGHI
     DVD-Rom Drive: Toshiba Samsung SH-S223C CDDVDW
     Monitor Type: LG L1915S - 19 inches
     Monitor Type: ACER X233H - 23 inches
     Network Card: Microsoft Virtual WiFi Miniport Adapter
     Network Card: Wireless-N 300 USB Adapter WNA3100
     Operating System: Windows 7 Ultimate Professional, Media Center 6.01.7600 (64 bit)
     DirectX: Version 11.00
     Windows Performance Index: 5.9 on 7.9
    Mainboard bios: 1.9
     Hopefully someone can help me.
     Thanks,
    Tammo

     
    Zalman  ZM660-XT
    AC Input Range Voltage 100VAC ~ 240VAC ±10% DC Output
    Frequency 50Hz~60Hz Output V. Output Load Rating Combined
    Power
    AC Input Current
    (Rated) 115VAC 9.5A Imin Imax Ipeak
    230VAC 4A +3.3V 0.8A 30A 35A  155W  660W
    PFC Type Active PFC +5V 0.5A 30A 35A
    Power Factor 99% Maximum
     +12V1 0.5A 20A 22A 636W 
    Inrush Current Limit
    (@ Cold start at 25°C) 115VAC 80A +12V2 0.5A 20A 22A
    230VAC 60A +12V3 0.5A 20A 22A
    Efficiency 88% Maximum @230VAC, Typical load +12V4 0.5A 20A 22A
    DC Output
    Voltage
    Regulations Output V. Regulation Range At Full
    Load -12V 0.0A 0.8A   22.1W
    +3.3VDC ±5% +3.14V~+3.47V +5VSB 0.1A 2.5A 3.5A
    +5VDC ±5% +4.75V~+5.25V Protection Features
    +12V1DC ±5% +11.4V~+12.6V Over Voltage Protection(OVP)
    +12V2DC ±5% +11.4V~+12.6V Over Current Protection(OCP)
    +12V3DC ±5% +11.4V~+12.6V Short Circuit Protection(SCP)
    +12V4DC ±5% +11.4V~+12.6V Over Temperature Protection(OTP)
    -12VDC ±10% -10.8V~-13.0V Under Voltage Protection(UVP)
    +5VSB ±5% +4.75V~+5.25V Ambient Temperature
    DC Output
    Ripple
    & Noise Output V. Specification At Full
    Load Operation 0°C ~ +40°C
    +3.3VDC 50mV Storage -20°C ~ +80°C
    +5VDC 50mV Ambient Humidity
    +12V1&2DC 120mV Operation 5%RH ~ 95%RH
    +12V3&4DC 120mV Storage 5%RH ~ 95%RH
    -12VDC 120mV Dimensions
    +5VSB 50mV 180(L) x 150(W) x 86(H) mm

  • Set fill and stroke with events?

    I have a SWF with Shapes created with AS. When an event
    fires, I want to change the fill and stroke of the Shape.
    I know how to do the event, but what's the syntax to modify
    the fill and stroke?
    For reference, in my Class's creator function I have:
    // create the base circle
    baseCircle.graphics.beginFill(0xFFFFFF,1);
    baseCircle.graphics.lineStyle(2,0x69A733,1);
    baseCircle.graphics.drawCircle(0,0,45);
    this.addChild(baseCircle);
    So what I would want to do here is change the lineStyle to
    0xff0000 and the fill to 0xFFFF00 (for example).

    What I wound up doing, which works but seems wonky, is to
    clear the graphics and re-create them as needed (see attached).
    Those event dispatchers are for things I want the parent app
    to do.

  • Fully filling a selection with certain color

    Hello!
    I'm trying to fill a selected region using Edit -> Fill...
    However, pixels at the periphery of the region are not changed to the desired color exactly, but a lighter/darker one.
    Is there a way to replace every single pixel inside a region with a certain color?
    Thanks!

    He/she means when making the selection.
    Feather should be 0px, Anti-alias should be unchecked.
    -Noel

  • Problem filling a stroke with white

    I'm no Illustrator expert so forgive me in advance if I use the wrong terminology.
    I want to produce a white image of a stag without a background. I traced the image and have it rendered with a path using the stroke tool. You can see the stroke selected below.
    My goal is to remove the green circle in the background and save the white stag only. Right now the stroke is not filled -- the white color is the transparent background. This is what the image looks like in Illustrator without the background and no color applied to the stroke.
    Of course if I deselect the stroke, the object disappears, and when I save it, there's nothing visible. My goal is to print a white stag on a green T-shirt. Do I need to convert the stroke object to something else, then apply a fill? I don't know how to proceed.
    Can you please advise me how to get from where I am to where I need to be?
    Thanks very much for your guidance.
    Brian

    Just fill it with black. Then tell whomever is doing the printing to print it with white.
    The printer needs an image that will print as a black-and-white solid, not a tint. Any color other than black (including shades of black) will print as a tint (array of dots) unless the color is defined as a spot color and the file is printed as color separations. So without knowing the kind of printing you intend to use, the simplest method of providing single-color artwork is simply to provide a black image and tell the printer the color you want to print.
    A design like that might be put on a garment by silkscreening (most common), or by cutting the shape from heat applied vinyl, or even by embroidery. Either way, simply providing a black image will work.
    JET

  • Problems filling a JLabel with a GradientColor

    Hallo !
    My Problem is that I am filling the Background of an JLabel
    with a Gradient Color.
    For that I was overwriting the paint() methode in JLabel in the way:
         public void paint(Grapics g)
            Graphics2D g2 =(Graphics2D)g;       
            GradientPaint gp =new GradientPaint(70.0F, 70.0F, Color.BLUE,                                                                                                                                                                                         
            30.0F, 30.0F, Color.WHITE);                         
            g2.setPaint(gp);       
            Rectangle rec =this.getVisibleRect();       
            g2.fillRect(rec.x, rec.y, rec.width, rec.height);
            g2.setColor(Color.BLACK);
            g2.setPaintMode();
            g2.drawString(this.getText(), rec.width, rec.height);
          }My problem now is that I cant see the text of the JLabel anymore.
    Why is that so and what should I change ?
    Thx advanced

    Sorry missed a few things....
    this is the changed code
    public void paintComponent(Grapics g)
    Graphics2D g2 =(Graphics2D)g;
    GradientPaint gp =
    new GradientPaint(70.0F, 70.0F, Color.BLUE,30.0F, 30.0F, Color.WHITE);
    g2.setPaint(gp);
    Rectangle rec =this.getVisibleRect();
    g2.fillRect(rec.x, rec.y, rec.width, rec.height);
    g2.setColor(Color.BLACK);
    g2.setPaintMode();
    paintChildren(g2);
    }Thats it
    Or if u want to stick to paint, use the drawString method such that you draw not from width, height, but as follows. leave 2 pixel space and draw from 1/3 rd of the height so that it is aligned vertically centrally
    g2.drawString(getText(),2, height/3);

  • Af:table range navigation and select  with rownum

    I'm trying to use af:table to display some data (long list), but the value attribute always returns the entire list. (Basic example)
    I'd like to use the range navigation so the application only select a sublist from the database (using rownum between x and y) and also display the navigation pane with all the pages, but I was only able to get the specific page with no navigation pane.
    Does anyone have a good example on how to use the range navigation with selects/rownum?

    Assuming I have an untitled1.jspx page with an Untitled1.java backing bean and an <af:table> on my page whose whose binding attribute is set to the EL expression #{Untitled1.table} to expose the table UI component in the backing bean, and a rangeChangeListener set to the EL expression #{Untitled1.onRangeChanged}, then with the following backing bean class, I seem to have been able to disable the user's picking the "Show all" option. It still appears in the list, but visually picking it stays on the current range of rows.
    package test.backing;
    import oracle.adf.view.faces.component.core.data.CoreTable;
    import oracle.adf.view.faces.event.RangeChangeEvent;
    public class Untitled1 {
      private CoreTable table;
      public Untitled1() {
      public void onRangeChanged(RangeChangeEvent rangeChangeEvent) {
        int newStart = rangeChangeEvent.getNewStart();
        int newEnd = rangeChangeEvent.getNewEnd();
        if (newEnd - newStart > getTable().getRows()) {
          int oldEnd = rangeChangeEvent.getOldEnd();
          int oldStart = rangeChangeEvent.getOldStart();
          queueRangeChangeEventForTable(newStart, newEnd, oldStart, oldEnd);
      private void queueRangeChangeEventForTable(int oldStart, int oldEnd,
                                                 int newStart, int newEnd) {
        RangeChangeEvent rce =
          new RangeChangeEvent(getTable(), oldStart, oldEnd, newStart, newEnd);
        getTable().queueEvent(rce);
      public void setTable(CoreTable table) {
        this.table = table;
      public CoreTable getTable() {
        return table;
    }

  • Problems 1 and 2 with iPod Nano 7G described below

    Problem No. 1: I have followed the recommended steps for activating the sensor (Nike + Fitness) in my 7th generation iPod Nano to no avail.  Is there really a built-in sensor in this iPod Nano as part of the Nike + Fitness?
    Problem No.2: Songs remain on the screen of the iPod with an active/playing appearance when in fact there is no sound to indicate the songs is actually playing. I have taken several troubleshooting measures without satisfactory results.

    Same problem here... v1.0.2 is a piece of garbage!... I can't believe Apple
    would let garbage like this out! How many hours of iPod work have been screwed?
    I've restored my ipod about 10 times now, and it's just a piece of crap... I can't rely that it will not show the flashing Apple logo after any
    connection to my computer... sometimes JUST conncting it (no sync) will
    put it into this mode (and I'm just trying to charge it!).
    IS ANYBODY FROM APPLE LISTENING HERE????????
    How do you add a dummy image to a song?
    And does the image have to be a specific
    type and size and resolution??
    Thanks...

  • Advanced Search - Focus and Selection with Keyboard

    I found the question in the forum from 4 years ago, but it was not answered. The problem is not related to OS version (Windows in my case) or program version (XI, DC) or even if the program is "Reader" or "Pro". The link to the forum entry is at the end of the text.
    When an Advanced Search returns mutiple results, the default behavior - I think - is that when you use the arrows keys to navigate through the results, the word is automatically selected in the document - if the result is in a different page, the page changes accordingly. This is how Adobe Reader and Adobe Pro behaved in one of my computers.
    In one day, I don´t know if it is a shortcut or a combination of commands, the use of the keyboard arrows keys to navigate through the results changed. Now you navigate through the results using the arrow keys, but to see the correspondent result in the document you must press (Enter). (Ctrl+G) and (Ctrl+Shift+G) don´t work too; only when pressing (Enter) the result changes in the document.
    I already checked for updates, removed both Reader and Pro, removed the preferences folder in "Program Files" folder and reinstalled both XI and DC. Also I compared the program preferences between different computers to check if there was any difference - one that is ok and the other where the problem occurs.
    In advance, thanks for any help...
    Re: Advanced Search, Search Next (F3) not Working

    additional information:
    Jdeveloper Version is Build JDEVADF_11.1.1.7.0_GENERIC_130226.1400.6493
    I'm able to replicate this issue on the latest Jdeveloper build 12c aswell.

  • Problem filling list item with values

    Hi all,
    We have a master detail form
    block A (master) contains an item, this item is in the record group's where-clause used to fill a list item on block B (detail block) (database item)
    we fille the list item in a pre-record trigger on the master block
    this works fine but when we navigate through the records in block a we intermittently get the following error :
    FRM-41337 : cannot populate the list from record group;
    any solutions
    how should we filll our list item, in which trigger (when-new-record-instance of master block doesn't work correctly, the list item only gets filled after clicking it twice)
    Kr
    Martin

    The probloem is you cannot delete the elements from a listitem if there are records in the block which depend on the entries. You have to find a trigger which fires when the block is "clear". Without having forms at hand, i would suggest to use the ON-POPULATE-DETAILS (should already be there) and adjust the code so that the listitem is filled before the execute_query is done.

  • Using cs6, I've tried filling a selection that I've made using "select color range" but the new fill gets diffused and transparent in places

    Is there a way of turning this "color range selection" into a normal selection?

    Yes
    With Color Range there can be stray partially selected pixels all over the place. It best to first make the color range selection and with the selection active switch to the rectangle marquee tool and hold the Alt or option key down and clean up the stray pixel by subtracting large rectangle areas.  You will stall have partially select pixels in the area you want solid.  You can use a trick I use when I work on layers mask.   Layer Mask are grayscale channels.  When you paint with Black and White  with the brush blend mode set Overlay the white and black areas are protected.  Only the gray partially select area will change. So You can save your cleaned up Color Range selection as an Alpha Channel and paint with white to turn the partially select pixels in the Alpha channel to fully selected.
    To show how the overlay mode works I could just have saved the color selection as and Alpha channel. Switched to the Channels palette targeted the alpha and cleaned up the selection.  I chose to show that overlay blend will even work in RGB mode when you paint Black and White.
    After I cleaned up the stray pixels I added a an empty layer on top om the image and filled the selection with black then inverted the selection and filled with white to create a Black and white work layer.  Grabbed a black paint brush set overlay mode and repeatedly brushed over the image and drove the gray pixels to black.  View screen capture in a new browser tan ans scale it to actual pixels. This sits scale upload images poorly.

  • [CS6] How can I move shapes (created with paths)?

    [CS6]
    I created shapes with the pen tool.
    Then I selected the path selection tool and selected a path.
    Clicked right mouse key, choosed "Fill Path..." or "Fill Subpath"
    (don't know what it means). After filling with a color I get an object in
    the form of the path and I can move the path to another place.
    But I can't move the object in the shape of the path.
    I can't move it with "Path selection tool" because it's no path.
    Then I tried the "Move Tool" but I also can't select the object with it
    instead the whole canvas is moving.
    How can I select and move shapes which were
    created with the pen tool?

    You've drawn a Path then filled a region of a pixel layer.
    To make Shape layers, use the Pen Tool in "Shape" mode set in the Options bar.
    If you really do want to draw a Path and use it to create moveable pixel shape then do the fill with an empty layer targeted.

  • I must have a setting wrong on PSE 10.  When I use selection tool and select color, it is always blue.  What am I doing wrong?

    I must have a setting wrong on PSE 10.  When I want to fill a selection with color, I choose the color but it always comes up blue.  What am I doing wrong?

    What IP address does the TC have and what IP does the computer have?
    We need more info as we really have no idea what your network looks like.
    Modem router, model, type of broadband?
    TC setup as bridge or router?
    Is the computer getting internet via the TC?
    Are you using wireless or ethernet?
    Have you set IPv6 correctly to local link in the computer on whichever network client is doing the connection?
    Did this work the first time for backup and has now failed? If so simply reboot the TC. It is a constant bug that the TC is lost to the network.

  • Paint Bucket not filling entire selection (CS4/5)

    Hello, I'm a professional cartoonist and have worked in Photoshop since the earliest versions.  Since upgrading to CS4 (and now CS5), I've been having trouble using the Paint Bucket Tool, so I'd appreciate any help here.
    Here's a basic example ...
    1) Imagine a single layer CMYK document.
    2) Draw a closed shape using the Pencil Tool (no antialiasing!) with a color of choice.
    3) Select the inside of this shape using the Magic Wand Tool (again, no antialiasing!).
    4) Fill the selection with the EXACT SAME COLOR using Paint Bucket tool.
    5) Deselect region.
    6) Now use menu options SELECT -> COLOR RANGE ... And click on the filled region (technically, that color should be selected by default since it's your current foreground color).
    7) Click OK
    8) Choose a new foreground color and then Paint Bucket the selected region, BUT make sure you click on the area you filled in Step 4 ... i.e., do not click on a pixel you drew using the Pencil Tool.
    In CS4 and now CS5, the Paint Bucket is not including the pencilled outline when I click fill.  That is, I'm left with the original pencil outline, and the filled region in a new color.
    HOWEVER ... If in Step 8, I'm lucky enough to click one of the original pencil marks, the entire color region fills as it always did in previous versions.
    This has grown increasingly annoying while working with my cartoons because I use the Pencil Tool to "close" gaps in my inked lines, and then the Paint Bucket to fill.  If I decide to change the color of a character's shirt, I'm left with tiny spots in the gap regions.
    Help would be much appreciated!!
    Thanks

    Thanks for your suggestions, Charles.
    Here's a better explanation as to what is happening with visual examples ...
    I ink my cartoons with traditional tools, and then scan a high-res copy into Photoshop.  The black ink is converted to a 2 color bitmap so that there is no anti-aliasing.  This file is then converted to CMYK for coloring.  The black line art becomes the bottom ("Background") layer, and I add a new layer on top for the flat colors.  The flat colors layer is set to "Multiply" so that I can close tiny gaps in my lines with color, without erasing the original black lines.
    Visually ...
    1) Bottom layer is black outline with no antialiasing ...
    2) Create new layer on top for flat colors and set to MULTIPLY.  Using pencil tool (and Wacom Tablet), close the gap with red ...
    3) Because layer is on multiply, you can see that the red in Step 2 is actually this shape ...
    4) Magic Wand to select the area INSIDE of the now closed circle.  Wand is set to "Sample All Layers" so that it selects only the area closed in by the black outline layer AND the red.  Paint bucket this area with the exact same red ...
    5)  Once again, here is what the flat color layer actually looks like since Multiply is on ...
    6) Magic wand the area outside of the circle and fill with a DIFFERENT color ...
    7) Now, suppose you didn't want the circle to be red.  I now select the red using Magic Wand (or Select -> Color Range menu) and click on the red.  An outline appears around the ENTIRE red shape (i.e., you would assume that all of the red has been selected since it is the EXACT same color ... verified using eyedropper tool) ... However, if you click to fill with Paint Bucket, here is the result ...
    8) For some reason, Photoshop is "remembering" the red originally drawn using the Pencil Tool in Step 2 as a separate region ... Even though all of the colors are on the exact same layer ...
    I hope this better explains what I'm experiencing here
    ANY IDEAS???

  • Moving selected objects up and down with keyboard is automaticly applying a colour fill.

    Hi,
    My InDesign is strangely applying a colour fill when i move an objects up or down using the directional arrow in my keyboard. If the colour pallet is open. Nudging an object up makes the pallet disappear on the first press. It then reappears on the second press while filling the object (text frame) with black. This is instensly frustrating. How can I stop this? Suggestions would be very appreciated.
    I have already reset the preferences.
    Cheers,

    Thanks for your reply.
    I fixed the problem by replacing the keyboard!
    Cheers,
    Nick Meadows
    0421 976 704
    www.nickmeadows.com
    Date: Fri, 30 Mar 2012 06:01:22 -0600
    From: [email protected]
    To: [email protected]
    Subject: Moving selected objects up and down with keyboard is automaticly applying a colour fill.
        Re: Moving selected objects up and down with keyboard is automaticly applying a colour fill.
        created by Peter Spier in InDesign - View the full discussion
    I have to ask if you reset the prefs uing one of the methods in this thread: Replace Your Preferences If not, there's a good chance you left out one of the files, so please try again using one of the listed methods. And please tell us the OS and your version of ID, including the patch level. Obviously this is not normal behavior. It sounds as if the Swatches panel has focus when you are pressing the arrow keys.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4302200#4302200
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4302200#4302200. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in InDesign by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

Maybe you are looking for

  • Crystal Reports and values list of BEx variables

    Hello. I read this - http://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsandBWquery+elements And there are writed in wiki: "List of values for SAP variables are created automatically by Crystal Reports only when you use SAP Toolbar to create the

  • Row height in tables

    Hello, I want to set the height of tables rows but I couldn't find the function or the right way to do it. The table is in Column mode. The row size mode is set to Use Explicit Size First I remove all rows and columns and then the following code: Ins

  • How Critical Is The Brand/Type of Wireless Adapter Used?

    Planning to use the Airport Express exclusively for streaming iTunes from my PC to the stereo system in the living room - about 40 feet away, through 4 interior walls. Wondering whether to get a basic Wireless G type (like Belkin) or should I be cons

  • Print sample draw instruction

    Hi I am facing problem with printing sample drawing proceducre for inspection type 04 Print is checked for MIC and inspection type when I do GR, the session is terminate with message program RQDSES10 not found same error - when i try to do QA02 But t

  • Suddendly I lost most dashboard STICKIES.

    I believed informations I stored on dashboard stickies were safe. I removed all paper stickers around my MAC long ago. Syddenly, after years of use, most of informations there disappeared not all of them but most. Stickies are still there... but empt