Barces and other shapes

Where are the Brace shapes in pages? in Word they are easy to find but I am unable to insert a brace to a pages document (I had to copy it from a word document :@)
Or am I expected to draw it myself with the pen tool???

From left to right the fonts are: SimSun, Mona Lisa Solid ITC and Helvetica Neue UltraLight all sized to 175. You can quickly preview many different fonts in the Character Palette to see which one is closest to the one you want (look under punctuation). Then place it in a floating text box with wrap turned off and you can place anywhere in the document.
Seems easier then trying to "reinvent the wheel" with a drawing.

Similar Messages

  • Arrow Shape, and other Shapes

    I am searching for Shapes, Shapes that I can use in my graphiing tool. My Program has Nodes connected to each other with simple lines.
    Currently I use circles, ovals, eclipses, and general Shapes from the java.awt.geom. package. I am searching for more shapes that can really help my presentation.
    does someone know where to find an Arrow Shape class that I can use in my drawing?
    java.awt.Shape is an interface, I beleive you can extend it and create many possible shapes with it. I need these classes!
    thank you very much.

    Here's a method you can use to make symmetrical polygons.
    You can use random values in the expression for R which determines the size and for
    the center point coordinates (cx, cy).
        private int[][] generateShapeArrays(int cx, int cy, int R, int sides) {
            int radInc = 0;
            if(sides % 2 == 0)
                radInc = 1;
            int[] x = new int[sides];
            int[] y = new int[sides];
            for(int i = 0; i < sides; i++) {
                x[i] = cx + (int)(R * Math.sin(radInc*Math.PI/sides));
                y[i] = cy - (int)(R * Math.cos(radInc*Math.PI/sides));
                radInc += 2;
            // keep base of triangle level
            if(sides == 3)
                y[2] = y[1];
            return new int[][] { x, y };
        }One way to use this method:
        protected void paintComponent(Graphics g) {
            super.paintComponent(g);
            Graphics2D g2 = (Graphics2D)g;
            g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
                                RenderingHints.VALUE_ANTIALIAS_ON);
            int w = getWidth();
            int h = getHeight();
            int R = Math.min(w,h)/8;
            int[][] xy = generateShapeArrays(w/4, h/4, R, 6);
            Polygon p = new Polygon(xy[0], xy[1], 6);
            g2.draw(p);
        }

  • Moving objects and other shapes or groups of shapes in Illustrator to exact placement!

    HI,
    I am trying to move objects with the mouse to an exact place(grouped objects) within my document, how do i go about doing this?
    I have snap to point turned off, but everytime i try to click and drag to either overlap and object onto another, so it sits in line and that way i can delete remaining shapes around this, it wont let me, i move it, and then it quickly moves like half a cen centimeter to the left???
    I have zoomed in and tried doing it at this view but still the same.
    It is very frustrating, does anyone know why this is happening, or could help us.
    Also snap to point is not turned off and it's not the first time this has happened!
    Thankyou so much in advance!

    GaNa,
    I jump of half a centimeter is vast.
    What happens if you move an object with the arrow keys, just one hit?
    It could be a matter of corrupt preferences.
    You may try the following and see whether it helps:
    1) Close down Illy and open again;
    2) Restart the computer;
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup;
    4) Move the folder with Illy closed;
    5) Look through and try out the relevant among the Other options, especially the usual suspects in item 7.

  • Jdeveloper visual editor do not show images and other component shapes

    I used jdeveloper(10.1.3.3.0) to create an ADF BC application, I create a jsf jsp file and drag and drop components from ADF Faces Core to this file visual editor, but jdeveloper visual editor do not show images and other component shapes.
    Could you tell me how I can fix this problem?
    Thanks,
    Mike

    Actually, I need to make a dummy change to the jsp file and then it will display boxes representing the objects in the visual editor whereas I get an exception in the log:
    javax.servlet.jsp.JspException: Cannot find FacesContext
    This does not talk much to me !
    Thanks

  • [CS6] How can I copy and paste a rectangle or other shapes?

    [Photoshop CS6]
    I want to copy and paste a simple rectangle.
    I drawed a rectangle with the Rectangle Tool.
    I marked it with the Move Tool.
    If I go to Edit->Copy and then to Copy->Paste
    I see still only one rectangle. Could be
    one is overlayed by the other but I don't
    know how to separate them afterwards.
    So I tried to move the first rectangle to another place
    before click on Edit->Paste.
    I then get a copy of the first rectangle. But the problem is that they
    react as they would be one shape and not as two differnt shapes.
    I can only move the two rectangles as they would be one shape
    and they are also marked as they would be one shape.
    And I can only mark them as they would be one rectangle.
    But I want two independent rectangles.
    How can I in Photoshop CS6 copy and paste rectangles or other shapes so
    that the copy is independent of the original shape?

    Hi there,
      You can have both copies in the same shape layer, but you will not be able to move them as separate objects anymore. To merge them into the same shape layer select both layers in the layers pallete by holding down CTRL and clicking on a PC or holding down Command and clicking on a Mac:
      Then click the Panel menu in the layers pallete:
      Then choose Merge Shapes from the pop up menu that appears:
      And that's it! Now both shapes will be in the same shape layer.
    I hope this helps! Let me know if you need further clarification or if you have any other questions. : )

  • Why did my index.htm file generate blank? and other weirdness.

    Here's the story. Maybe someone can tell me where I made my mistake, or what happened. I'm numbering the steps for convenience in discussing this.
    1) I started a new project, a WebHelp project.
    2) I imported content in Word.
    3) I created an index, glossary, and TOC. I used wizards for some of this.
    4) I created a style sheet and applied it to all the topics.
    5) I added a skin from the gallery.
    6) I generated output.
    Then I sent that output to the UI developer on my project. He plugged it in to the web app, and it seemed to work fine. So then:
    7) I opened the project, edited the text, and removed glossary links (because I didn't like how they were working) individually.
    8) I generated a new TOC to match the changed topic structure (minor changes).
    9) I generated another output.
    I sent that output to the UI developer and he said it was blank. I opened index.htm and sure enough, it was indeed blank. In fact, it was Zero KB. I also noticed that four other files were blank: whfform.htm, whform.js, whskin_plist.htm, and whtbar.js.
    So then I decided to start over. I created a new project, imported just the html topic files from the old project, redid the index (in a  hasty and less thorough manner), decided to bail on the glossary for now, did a TOC and sent that to the developer.
    Now the Search pane is totally wonky, showing a list of characters and terms.
    So I am getting frustrated. The developer has tried monkeying around with stuff on his end, but it's not working. So he says, why don't you send me a build with everything?
    The problem is, I have two broken builds. The first one, which for whatever reason has the blank index.htm file (and other blank files), and the second one, which has no glossary, a messy index, and a screwed up search.
    I can't seem to find anyone else having this problem. :-/  Can someone help? 
    Thanks so much,
    Tamarleigh

    I am having the exact same problem, and I think I've figured out what is happening here. There is an issue when mapping Word styles into RH. The person who setup our Word template included a sidehead with conditional text to hide instructor notes when printing participant training manuals. I removed the conditional text, and everything is working fine. You may want to double check to make sure you don't have conditional text in your Word docs. I've uploaded an image with the code below to show how the conditional text looked when the document was linked and generated.
    Check out the code below:
    <table cellspacing="0">
              <tr>
                        <td style="vertical-align: top; padding-left: 0px; padding-top: 0px;
                                   padding-right: 0px; padding-bottom: 0px;" height="800" width="114"><table
                                   cellspacing="0" width="100%">
                                  <tr>
                                            <td style="padding-left: 0px; padding-top: 0px; padding-right: 0px;
                                                       padding-bottom: 0px;"><div v:shape="Text_x0020_Box_x0020_146"
                                                                                                                             class="shape" style="padding: 3.6pt 7.2pt 3.6pt 7.2pt;">
                                                      <p class="WD_InstructorNotesHeading"><span style="background: #ffff00;">Instructor
                                                       Notes:</span></p>
                                                      <p class="WD_InstructorNotesText"><span style="background: #ffff00;">Add
                                                       any additional instructor information into this text
                                                       box.&#160;&#160;It will only appear when hidden text
                                                       is turned on.</span></p>
                                                      <p class="WD_InstructorNotesText">&#160;</p>
                                            </div></td>
                                  </tr>
                        </table>
                        &#160;</td>
              </tr>
    </table>
    Cheers.

  • 20gb iPod, error 1418, "disk cannot be read from or written to", and others

    I am having a series of serious issues with my 4th gen 20gb. I have tried restoring it several times, syncing if and when it restores, then restoring it again when it tells me "disk cannot be read from or written to". Sometimes when I try restoring it i get the "unknown error 1418" message, so I disconnect the iPod and try again; sometimes it restores, sometimes it doesn't. I have also tried plain resetting it (select+menu) and that either gives me the dead smiley ipod or a folder with an exclamation point.
    What can I do to salvage my beloved iPod?
    Thanks for any and all help.

    If a sad iPod icon or an exclamation point and folder icon appears on your iPod’s screen, or with sounds of clicking or HD whirring, it is usually the sign of a hard drive problem and you have the power to do something about it now. Your silver bullet of resolving your iPod issue – is to restore your iPod to factory settings.
    http://docs.info.apple.com/article.html?artnum=60983
    If you're having trouble, try these steps at different levels one at a time until the issue is resolved. These steps will often whip your iPod back into shape.
    Make sure you do all the following “TRYs”
    A. Try to wait 30 minutes while iPod is charging.
    B. Try another FireWire or USB through Dock Connector cable.
    C. Try another FireWire or USB port on your computer .
    D. Try to disconnect all devices from your computer's FireWire and USB ports.
    E. Try to download and install the latest version of iPod software and iTunes
    http://www.apple.com/itunes/download/
    For old and other versions of iPod updater for window you can get here
    http://www.ipodwizard.net/showthread.php?t=7369
    F. Try these five steps (known as the five Rs) and it would conquer most iPod issues.
    http://www.apple.com/support/ipod/five_rs/
    G. Try to put the iPod into Disk Mode if it fails to appear on the desktop
    http://docs.info.apple.com/article.html?artnum=93651
    If none of these steps address the issue, you may need to go to Intermediate level listed below in logical order. Check from the top of the lists to see if that is what keeping iPod from appearing on your computer in order for doing the Restore.
    Intermediate Level
    A. Try to connect your iPod with another computer with the iPod updater pre-installed.
    B. Still can’t see your iPod, put it in Disk Mode and connect with a computer, instead of doing a Restore on iPod Updater. Go and format the iPod instead.
    For Mac computer
    1. Open the disk utility, hope your iPod appears there (left hand side), highlight it
    2. Go to Tab “Partition”, click either “Delete” or “Partition”, if fails, skip this step and go to 3
    3. Go to Tab “Erase” , choose Volume Format as “MAC OS Extended (Journaled), and click Erase, again if fails, skip it and go to 4
    4. Same as step 3, but open the “Security Options....” and choose “Zero Out Data” before click Erase. It will take 1 to 2 hours to complete.
    5. Eject your iPod and do a Reset
    6. Open the iTunes 7 and click “Restore”
    For Window computer
    Go to folder “My Computer”
    Hope you can see your iPod there and right click on the iPod
    Choose “Format”. Ensure the settings are at “Default” and that “Quick Format” is not checked
    Now select “Format”
    Eject your iPod and do a Reset
    Open the iTunes 7 and click “Restore”
    In case you do not manage to do a “Format” on a window computer, try to use some 3rd party disk utility software, e.g.“HP USB Disk Storage Format Tool”.
    http://discussions.apple.com/thread.jspa?threadID=501330&tstart=0
    C. Windows users having trouble with their iPods should locate a Mac user. In many cases when an iPod won't show up on a PC that it will show up on the Mac. Then it can be restored. When the PC user returns to his computer the iPod will be recognized by the PC, reformatted for the PC, and usable again. By the way, it works in reverse too. A Mac user often can get his iPod back by connecting it to a PC and restoring it.
    Tips
    a. It does not matter whether the format is completed or not, the key is to erase (or partly) the corrupted firmware files on the Hard Drive of the iPod. After that, when the iPod re-connected with a computer, it will be recognized as an fresh external hard drive, it will show up on the iTunes 7.
    b. It is not a difficult issue for a Mac user to find a window base computer, for a PC user, if they can’t find any Mac user, they can go to a nearest Apple Shop for a favor.
    c. You may need to switch around the PC and Mac, try to do several attempts between “Format” and “Restore”
    http://discussions.apple.com/thread.jspa?messageID=2364921&#2364921
    Advance Level
    A. Diagnostic mode solution
    If you have tried trouble shooting your iPod to no avail after all the steps above, chances are your iPod has a hardware problem. The iPod's built-in Diagnostic Mode is a quick and easy way to determine if you have a "bad" iPod.
    You need to restart your iPod before putting it into Diagnostic Mode. Check that your hold switch is off by sliding the switch away from the headphone jack. Toggle it on and off to be safe.
    Press and hold the following combination of buttons simultaneously for approximately 10 seconds to reset the iPod.
    iPod 1G to 3G: "Menu" and "Play/Pause"
    iPod 4G+ (includes Photo, Nano, Video, and Mini): "Menu" and "Select"
    The Apple logo will appear and you should feel the hard drive spinning up. Press and hold the following sequence of buttons:
    iPod 1G to 3G: "REW", "FFW" and "Select"
    iPod 4G+ (includes Photo, Nano, Video, and Mini): "Back" and "Select"
    You will hear an audible chirp sound (3G models and higher) and the Apple logo should appear backwards. You are now in Diagnostic Mode. Navigate the list of tests using "REW" and "FFW". The scroll wheel will not function while in diagnostic mode. For further details on Diagnostic mode can be found at http://www.methodshop.com/mp3/ipodsupport/diagnosticmode/
    Try to do the 5in1, HDD R/W and HDD scan tests. Some successful cases have been reported after the running the few tests under the Diagnostic mode. In case it does not work in your case, and the scan tests reports show some errors then it proves your iPod has a hardware problem and it needs a repairing service.
    B. Format your iPod with a start disk
    I have not tried this solution myself, I heard that there were few successful cases that the users managed to get their iPod (you must put your iPod in disk mode before connecting with a computer) mounted by the computer, which was booted by a system startup disk. For Mac, you can use the Disk Utility (on the Tiger OS system disk), for PC user, you can use the window OS system disk. Try to find a way to reformat your iPod, again it does not matter which format (FAT32, NTFS or HFS+) you choose, the key is to erase the corrupted system files on the iPod. Then eject your iPod and do a Reset to switch out from Disk Mode. Reboot your computer at the normal way, connect your iPod back with it, open the iPod updater, and hopefully your iPod will appear there for the Restore.
    If none of these steps address the issue, your iPod may need to be repaired.
    Consider setting up a mail-in repair for your iPod http://depot.info.apple.com/ipod/
    Or visit your local Apple Retail Store http://www.apple.com/retail/
    In case your iPod is no longer covered by the warranty and you want to find a second repairing company, you can try iPodResQ or ifixit at your own risk
    http://www.ipodresq.com/index.php
    http://www.ifixit.com/
    Just in case that you are at the following situation
    Your iPod warranty is expired
    You don’t want to pay any service charges
    You are prepared to buy a new one
    You can’t accept the re-sell value of your broken iPod
    Rather than leave your iPod as paper-weight or throw it away.
    You can try the following, but again, only do it as your last resort and at your own risk.
    Warning !!!! – It may or may not manage to solve your problem, and with a risk that you may further damage your iPod, which end up as an expensive paper weight or you need to pay more higher repairing cost. Therefore, please re-consider again whether you want to try the next level
    Last Resort Level
    1. . Disconnecting the Hard Drive and battery inside the iPod – Warning !! Your iPod warranty will be waived once you open the iPod.
    In Hong Kong there are some electronic shops offering an iPod service for Sad iPod, the first thing they do is to open up the iPod’s case and disconnecting the battery and the Hard Drive from the main board of the iPod. Wait for 5-10 minutes and reconnecting them back. The reason behind which I can think of is to do a fully reset of a processor of the iPod. In case you want do it itself and you believe that you are good on fixing the electronics devices and have experience to deal with small bits of electronic parts, then you can read the following of how to open the iPod case for battery and HDD replacement (with Quicktimes)
    http://eshop.macsales.com/tech_center/index.cfm?page=Video/directory.html
    2.Press the reset button on the Hard Drive inside the iPod – Suggestion from Kill8joy
    http://discussions.apple.com/thread.jspa?messageID=2438774#2438774
    Have I tried these myself? No, I am afraid to do it myself as I am squeamish about tinkering inside electronic devices, I have few experiences that either I broke the parts (which are normally tiny or fragile) or failed to put the parts back to the main case. Therefore, I agree with suggestion to have it fixed by a Pro.
    2. Do a search on Google and some topics on this discussion forum about “Sad iPod”
    Exclamation point and folder and nothing else
    http://discussions.apple.com/thread.jspa?messageID=3597173#3597173
    Exclamation point and folder and nothing else
    http://discussions.apple.com/thread.jspa?messageID=2831962#2831962
    What should I do with my iPod? Send it or keep it?
    http://discussions.apple.com/thread.jspa?threadID=469080&tstart=0
    Strange error on iPod (probably death)
    http://discussions.apple.com/thread.jspa?threadID=435160&start=0&tstart=0
    Sad Face on iPod for no apparent reason
    http://discussions.apple.com/thread.jspa?threadID=336342&start=0&tstart=0
    Meeting the Sad iPod icon
    http://askpang.typepad.com/relevanthistory/2004/11/meeting_thesad.html#comment-10519524
    Sad faced iPod, but my computer won’t recognize it?
    http://discussions.apple.com/thread.jspa?messageID=2236095#2236095
    iPod Photo: unhappy icon + warranty question
    http://discussions.apple.com/thread.jspa?messageID=2233746#2233746
    4th Gen iPod Users - are we all having the same problem?
    http://discussions.apple.com/message.jspa?messageID=2235623#2235623
    Low Battery, and clicking sounds
    http://discussions.apple.com/thread.jspa?messageID=2237714#2237714
    Sad faced iPod, but my computer won’t recognize it
    http://discussions.apple.com/thread.jspa?messageID=2242018#2242018
    Sad iPod solution
    http://discussions.apple.com/thread.jspa?threadID=412033&tstart=0
    Re: try to restore ipod and it says "can't mount ipod"
    http://discussions.apple.com/thread.jspa?threadID=443659&tstart=30
    iPod making clicking noise and is frozen
    http://discussions.apple.com/thread.jspa?messageID=2420150#2420150
    Cant put it into disk mode
    http://discussions.apple.com/thread.jspa?messageID=3786084#3786084
    I think my iPod just died its final death
    http://discussions.apple.com/thread.jspa?messageID=3813051
    Apple logo & monochrome battery stay
    http://discussions.apple.com/thread.jspa?messageID=3827167#3827167
    My iPod ism’t resetting and isn’t being read by my computer
    http://discussions.apple.com/thread.jspa?messageID=4489387#4489387
    I am not suggesting that you should follow as well, but just read them as your reference. You are the person to make the call.
    Finally, I read a fair comments from dwb, regarding of slapping the back of the iPod multiple times
    Quote “This has been discussed numerous times as a 'fix'. It does work, at least for a while. In fact I remember using the same basic trick to revive Seagate and Quantam drives back in the mid to late 1980's. Why these tiny hard drives go bad I don't know - could be the actuator gets stuck in place or misaligned. Could be the platter gets stuck or the motor gets stuck. 'Stiction' was a problem for drives back in the 80's. Unfortunately the fix can cause damage to the platter so we temporarily fix one problem by creating another. But I know of two instances where a little slap onto the table revived the iPods and they are still worked a year or more later.”UnQuote

  • A way to "re-connect" bezier handles and other path editing techniques

    I've searched and rummaged through tutorials for days but I haven't found a way to do a few things that I've come to think of as essential when it comes to path manipulation.
    I'm using Illustrator CS4 (on Windows XP SP3) and I'm coming from a background of Inkscape. Within Inkscape, there are several handy tools that are missing from Illustrator that I haven't found workarounds for. Here's a list of these tools and a brief description for each of how they work within Inkscape:
    ]- "Shift + C" with anchor point selected: this will make the bezier handles of the point move independently of each other.
    ]- "Shift + S" with anchor point selected:
    b this will "connect" the bezier handles
    so that moving one side moves the other side relatively (and opposite to each other so that the bezier handles form a straight line).
    (note: in Inkscape there is no way to make the bezier handles relative and not form a straight line, which is something I know would be useful)
    ]- "Shift + Y" with anchor point selected: this will make the bezier handles collinear (like shift + S) plus make the lengths of both handles the same.
    (note: another possible feature would be to make the handle lengths relative, but not the same)
    ]- "Shift + Click + Drag" on a selected anchor point with the path selection tool: this creates one bezier handle in the direction you drag. This is very useful if you don't want to change the curve of the other side.
    With these functions (preferably including the suggestions I've noted), path editing in Illustrator would be much easier.
    On the topic of Inkscape's path editing abilities, there is also a way within the program to delete anchor points in two ways:
    ]The default way is to press "Del," which deletes the anchor points and makes the anchor points around the deleted points attempt to fill the area as close as possible to how it was with points.
    ]The second way is to press "Ctrl + Del," which deletes the points and does nothing to the surrounding points.
    Inkscape's default deletion method is a huge time saver when you simply have a surplus of anchor points; you can the excess and the shape maintains itself (often the result is for the shape to smooth itself out).
    I hope that these suggestions are described well enough to be understood. I also hope that, in understanding these potential techniques, you can see their potential usefulness within Illustrator.

    Lee,
    All those functions are present in Illustrator. I personally think their interface stinks in some ways, but they are there.
    > "Shift + C" with anchor point selected: this will make the bezier handles of the point move independently of each other.
    Convert AnchorPoint Tool. Press Alt to invoke it when the Pen tool is active. Otherwise, switch to it with Shift C. Use it to drag a smoothPoint's handle, and it will convert the point to a cornerPoint, letting you move the handle you click independently.
    > "Shift + S" with anchor point selected: this will "connect" the bezier handles so that moving one side moves the other side relatively (and opposite to each other so that the bezier handles form a straight line).
    Again, the Convert tool. Mousedown on an anchorPoint and drag. The point will become a smoothPoint and both handles will extend symmetrically.
    There are also buttons to convert selected points between smooth and corner in the Control Panel when anchorPoints are selected.
    > (note: in Inkscape there is no way to make the bezier handles relative and not form a straight line, which is something I know would be useful)
    In my musings about Bezier drawing interfaces, I've often imagined a metaphor of "joints" rather than points. (That's really what they are: two adjacent Bezier curves with coincident endpoints.) Joints can be "hinged" or "locked"; "bent" or "straight". They can also be "dislocated". Joints can be locked bent or locked straight, and can be moved either way.
    > "Shift + Y" with anchor point selected: this will make the bezier handles collinear (like shift + S) plus make the lengths of both handles the same. (note: another possible feature would be to make the handle lengths relative, but not the same)
    See second item, above.
    > With these functions (preferably including the suggestions I've noted), path editing in Illustrator would be much easier.
    They are there; thier interface is just different.
    > On the topic of Inkscape's path editing abilities, there is also a way within the program to delete anchor points in two ways:
    > The default way is to press "Del," which deletes the anchor points and makes the anchor points around the deleted points attempt to fill the area as close as possible to how it was with points.
    Not present in AI. (Not associated with a direct point manipulation tool, anyway. Commands like Simplify try to remove points while retaining the shape.)
    > The second way is to press "Ctrl + Del," which deletes the points and does nothing to the surrounding points.
    The Delete AnchorPoint Tool. Invoke it by pressing the minus key. Similarly, there is an Add AnchorPoint Tool, invoked by pressing the plus key. By default, the Pen Tool does that automatically to selected paths, but you can turn it off in prefs (unlike the infuriating auto join behavior, which affects UNSELECTED paths.)
    > Inkscape's default deletion method is a huge time saver...I hope that...you can see their potential usefulness within Illustrator
    Just about every user of programs like Illustrator, FreeHand, Draw, Canvas know very well the advantages of keyboard modifiers for such things, and all such programs provide them. (Although I do consider AI's treatment considerably more tedious than FreeHand's.)
    You need to spend some time looking at the keyboard shortcuts described in the Help files, and carefully practicing them. You need to know how to invoke them while in the process of drawing paths with the Pen.
    JET

  • Kuler is Color and other Important Updates

    The service you’ve come to know, Adobe Kuler is getting a new name—Adobe Color CC.  We are introducing this new name to better align with Creative Cloud and our emerging family of capture apps - Adobe Brush CC and Adobe Shape CC - which allow you to capture inspiration around you and easily bring in into your creative process across desktop and mobile devices.
    But don’t worry, you will get all the same features as before.  Plus, improved connections to Creative Cloud. 
    We’ve also made some important changes to the Color iPhone app.
    Creative Cloud Libraries Support: You can now save your color themes to Creative Cloud Libraries—making them easier to access and use in desktop apps.
    Updated Design: Adobe Color for the iPhone has a new look along with the new name. The camera and color wheel have also been updated to make them easier to use.
    Coming soon, support for the iPad: We’ve also been busy working on an iPad version of Color—look out for this update in mid October.

    Hi,
    I have the same doubt: as davidpn: Will Adobe Color CC (FKA Kuler) sync with Photoshop CC, as Illustrator CC does?
    Regarding the answer: "checkout the new Photoshop CC 2014, color themes would be available under Windows->Extension".
    I'm currently using Photoshop CC 2014. Under Window>>Extensions I don't see "Kuler" nor "Adobe Color".
    I tried clicking to "Browse extensions online..." and it opened a webpage, I couldn't find it there either.
    To summarize:
    Can we or can't we use Adobe Color the way we use it in Illustrator ? Or any other way (besides downloading the swatch).
    Thank you

  • Anchor points move and entire shape gets distorted from changing stroke thickness

    I have a fairly simple drawing that I drew at a larger size so I could be precise with it, and now I want to reduce it down to the finished size, and thicken the stroke, but when I make the stroke thicker, my anchor points move and the entire drawing gets distorted.
    In 24 years of using Adobe Illustrator, I've never seen this happen. When I click on the "up" arrow on the Stroke palette a bunch of times to incrementally increase the stroke thickness, I can watch the anchor points "walk" around as my shape gets distorted.
    If I instead enter a numerical value for the stroke thickness, this doesn't happen.
    However, if I use the Scale tool to shrink the drawing down to 10% or 20% size or whatever, with Scale Strokes and Effects UNCHECKED, again, the anchor points move and the drawing is distorted.
    This is all on a brand new installation of Illustrator CS 6 for Mac (though I've been using CS 6 for about 2 years now, my hardrive crashed this past weekend and I had to reinstall everything).
    Did I miss a little checkbox somewhere that I've never seen before that's making this happen?
    Editing this post to add:
    Also, some of the objects in my drawing will not allow me to change the stroke to less than 1 point thickness. If I choose .5 or .25 pt from the pop-up menu, or even if I enter the numerical value, it jumps back to 1 point. Other objects in the drawing do not.
    These objects in question are "rounded rectangle" shapes that I've used the scissor tool on to cut and then used the "join" command to put them together with parts of other shapes that were "scissored' as well.
    All of the "Ellipse" and "Rounded Rectangle" shapes that I left intact do not exhibit this problem with stroke and distortion.

    You are being bitten by the Align-to-Pixel-Grid. Select everything and go to the Transform panel and turn off Align-to-Pixel-Grid at the bottom of the panel; then go to the panel flyout (small triangle, upper right) and turn off Align Objects to Pixel Grid.

  • Selection tool not transforming rectangles but works fine with other shapes

    I can't transform rectangle shapes with the selection tool.  I've already tried showing the bounding box (command+shift+B), but it still doesn't work.  I have no transforming issues with any of the other shapes, just the rectangles.  Please help!

    2bcris,
    The Live Rectangle bug which is limited to the MAC versions starting with 10.7 and 10.8, but not 10.9 (Mavericks).
    So a switch to Mavericks with a reinstallation might be the way to solve it here and now.
    To get round it in each case, it is possible to Expand the Live Rectangles to get normal old fashioned rectangles, or to Pathfinder>Unite, or to use the Scale Tool.
    A more permanent way round that is to create normal old fashioned rectangles, after running the free script created by Pawel, see this thread with download link:
    https://forums.adobe.com/thread/1587587

  • Aperture books - other shapes for photos

    Is there anyway to create photo box in any other shapes? I want to create a book with tons of pictures of my parents' grandchildren and it's getting monotonous with only having rectangles. I would love to be able to throw in some ovals and circles for cropping of photos. Do you know of anyway to do that?
    Thanks,
    Debbie

    Doesn't appear to be. Does seem like a heck of an oversight. Have you checked out the video on the Apple site [Making Books|http://www.apple.com/aperture/how-to/#video-books] ? It looks like you can rotate the image boxes, not much but a little variety.
    Do you have iWorks? Keynote has a bunch of shapes and such. You can access your Aperture library from Keynote and then you could export from Keynote and re-import into Aperture to make the book. A pain I know but a possibility.
    There may also be a plug-in out there that would do what you want. I'm not aware of any but check out the Aperture website .

  • When printing separations, how to select LPI, angles, and dot shape in photoshop cc?

    I'm a screen printer and print film separations directly from photoshop. In CC it won't let me change  LPI, angles, and dot shapes in the printers dialog box. any ideas on how to accomplish this?

    This may help: http://www.designtalkboard.com/tips/photoshop/screen_printing.php
    Gene

  • Custom drop zone shapes and button shapes

    Are there any packages out there of designer created drop zone shapes and botton shapes? I am learning how to create my own, but I'm fairly new to design programs such as Photoshop. Are there designers who have created ones, and are they available to download?

    why pay someone for this when its so easy to create your own custom assests?
    http://www.kenstone.net/fcphomepage/shapes_droptemplates.html
    http://www.kenstone.net/fcphomepage/advanced_dropzones.html

  • Listen and Delay Shape Error

    Hello Everone,
    I am using Listen and Delay shape, On left side of Listen shape Receive shape which receives msg on correlation set from direct binding to msgbox and on right side Delay shape is used to wait for one day , But when i receive the msg and going
    to decide shape then if the condition is failed of decide it will not go to again listen shape and wait for msg.
    Even Zombies occured..
    Thanks and Regards,
    Mangla

    Hi,
    Use loop shape and put the listen shape inside the loop shape. Use any condition that suits your business requirement in the loop shape. Follow below link for any help in using sequential convoy :
    http://andreikos.wordpress.com/2013/07/05/sequential-convoy-and-throwing-exceptions/
    Please indicate "Mark as Answer" or "Mark as Helpful" if this post has answered the question
    Regards,
    Rahul Madaan
    biztalkvillage.blogspot.com

Maybe you are looking for

  • How  to  show  error  message ?

    I have an awt frame in which i have a textfield and button and i want to show a popup when the button is clicked and the textfield is empty.With JPanel i can show it by showing message dialog JOptionPane.showMessageDialog(null, "hi ","Empty",JOptionP

  • Installing PSE 9 on new iMac with no CD Drive.

    I bought a new iMac and cannot figure out how to install a new copy of Elements 9. I have a disc that I previously used to install on my Macbook, but now I do not have a Cd drive on my new computer. Tried to transfer the software using an external ha

  • Iphone 3gs will not sync with itunes copied from external hard drive.

    We transferred itunes from an external hard drive to a new laptop pc, after copying it from our old desktop.  I connected a new iphone 3gs on the laptop (first iphone on any of our computers), and itunes does not recognize the iphone, so it does not

  • Is it possible to embed on a WDA a transaction screen of SAP ECC?

    Hello everybody, I hope that you are very good. I have la next question: Is it possible to embed on a Web Dynpro ABAP transaction screen? For example I have the trasacción IW32, the screen shown from this transaction may Embed inside a Web Dynpro ABA

  • Work Flow EVENT - SM58 Entries are not executing automatically

    Hi Experts, I have used the standard BOR2034 for creating PO after saving the contract. I have developed an RFC enabled FM refering to the Standard FM SWW_WI_CREATE_VIA_EVENT. Inside the custom FM I am calling the BAPI_PO_CREATE1 for creating PO. Aft