Unble to pull direction handle

Hello everyone,
I'm using Illustrator CS2 on Mac at work. The problem is I can't modify shape with the direction handle / point. Neither object and layer are locked. I'm not able to pull the direction handle when I drag it with direct select tool, it seems like it is locked. I need some help.
Thanks in advance!

If the handle is visible, the point it applies to is selected, so it cannot be locked, since locked object cannot be selected. I too have been frustrated while trying to click on a control handle. Illustrator is extremely fussy about where you click when moving those things. Try aiming a little lower. Turning on Smart Guides will probably help, too.

Similar Messages

  • How can I get the direction handles to show up for the Position attribute?

    How can I get the direction handles to show up for the Position attribute?
    I have CS3 and I did the formentioned test and was able to make the handles work for the scale attribute but they don't seem to show when editing the position values.
    *I am in the graph editor looking at the "value graph"
    *I select the keys and convert the keys to auto bezier (I also tried the ease in and out buttons)
    *It changed the graph the way you might think (no longer linear) however the handles are not showing to edit further.
    *I also tried using the "convert vertex tool" (part of the pen tool) and still no luck getting those handles.
    *the handles only show up in the speed graph but that does me no good.
    Please help!
    THANKS 

    I don't have CS3 installed on any of my machines any more but your value graphs for position should look something like this:
    There are no handles for position in the Graph editor. You adjust the position curve by editing the motion path in the composition window. Press the G key to bring up the pen tool, then use the modifier keys Crtl/Cmnd and Alt/Option to temporarily switch between select and convert vertex to adjust the paths. Changes will be reflected in the value graphs. You will get editable handles with scale and rotation because these are not spatial properties. Spatial properties, position, Anchor Point, all XY & Z coordinates are edited in the comp window or in the layer window after revealing the properties. IOW, you edit anchor point position paths by opening up the layer window and choosing Anchor Point from the display options.
    The Manual isn't wrong. Here's a link to the live docs.

  • Move direction handles in synch with anchor point?

    Hi all
    I'm trying to nudge the anchor points on an object randomly (to get an informal look). (I know some Effects do this already.)
    Maintaining corner points is no problem - you just set the direction handles to the same coordinates as their anchor.
    But I can't nudge a smooth point in the way I want to, which is to move the anchor but maintain the direction handles in exactly the same relation to their anchor as they had before. That is to say, they should remain smooth points.
    My script calculates the difference between 'before' and 'after' positions of the anchor, and applies that difference to the direction handles… but in practice the smooth points are converted to corners, because the direction handles don't maintain their relation with the anchor.
    Would be grateful if someone can point out the flaw(s!) in my logic.
    var docRef = activeDocument;
    var objects = activeDocument.selection.length;
    var cShift = prompt("Point shift (pt)",5);
    // loop through all objects
    for(var count=0;count<objects;count++)
    currentObj = activeDocument.selection[count];
    nudge(currentObj);
    // function nudges each object
    function nudge(obj)
    var objPoints = obj.selectedPathPoints;
    var objPointCount = objPoints.length;
    for (var i = 0;i<objPointCount;i++){
    var thisPoint = objPoints[i];
    var va = thisPoint.anchor[0];
    var vb = thisPoint.anchor[1];
    var la = thisPoint.leftDirection[0];
    var lb = thisPoint.leftDirection[1];
    var ra = thisPoint.rightDirection[0];
    var rb = thisPoint.rightDirection[1];
    if(va==la && va==ra && vb==lb && vb==rb)
    { // if corner point, randomize anchor position
    va = va +((Math.random()*cShift));
    vb = vb +((Math.random()*cShift));
    thisPoint.anchor = Array(va,vb);
    // set direction handles at same position, maintaining a corner point
    thisPoint.leftDirection = Array(va,vb);
    thisPoint.rightDirection = Array(va,vb);
    else
    { // not a corner point: keep handles in same relative position to their shifted anchor
    var va2 = va +((Math.random()*cShift));
    var vb2 = vb +((Math.random()*cShift));
    thisPoint.anchor = Array(va2,vb2);
    // this bit calculates the random shift applied to the anchor
    var anchorShifta = va2 - va;
    var anchorShiftb = vb2 - vb;
    // these lines apply the same shift to the direction handles
    thisPoint.leftDirection[0] = la + anchorShifta;
    thisPoint.leftDirection[1] = lb + anchorShiftb;
    thisPoint.rightDirection[0] = ra + anchorShifta;
    thisPoint.rightDirection[1] = rb + anchorShiftb;

    The else part modified:
    else
    { // not a corner point: keep handles in same relative position to their shifted anchor
        var aShift = Math.random()*cShift;
        var bShift = Math.random()*cShift;
        thisPoint.anchor = [va  + aShift, vb + bShift];
        thisPoint.leftDirection = [la + aShift, lb + bShift];
        thisPoint.rightDirection = [ra + aShift, rb + bShift];

  • Direction handles are gone

    The direction handles are missing, and I can't figure out where I turn them back on. Help

    Problem solved. It is not often I have the opportunity to answer my own question, but I fixed this by selecting "find edges."

  • Can labview direct handle USB interface in the PC ?

    i want to receive the data on the usb bus. how to do that?

    You can use VISA to exchange data over USB.
    Look into the VISA Programmer Reference Manual about the syntax of a USB VISA resource.
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • Type on a Path handle stuck

    I created a line and used the Type on a Path tool to add text to the line. While I was adding the text I realized I needed the line to be longer. I pulled the handle to make the line longer, but it leaves the text path the shorter length. I grabbed the text path handle to make it the same length as the line, but it won't expand. I can make the path shorter, but not longer. It's acting as if it doesn't realize the line got longer and so it stops at the original line length's end point. Is there a setting that is causing this issue or just a bug? Usually when this happens I end up making a new path and pasting the text onto it because I can't figure out what's going on.
    Mac OSX 10.5.4
    InDesign CS3 5.0.4

    I don't seem to be able to reproduce the problem. It's often easier, I find, to manipulat type on a path using the direct select tool.
    You might want to try replacing your preferences.

  • Using Error Message in BPM Error Handling Branch

    Hello,
    I closed the old BPM thread not to mix up different questions.
    As I found out now a synchronous Send Step with Eror handling branch is working fine to directly handle errors.
    As in the send step there could be several errors possible, e.g. XML validation fails, error in communication channel etc.
    Is it possible to have access to the error message that can be seen in monitoring and use this as input parameter for message mapping for example?
    Would be helpful because otherwise I just would be able to send back a generic error message to the sender.

    Hii Florian,
    Adapter module can only provide information about the failures in Adapters.
    But other failures like XML Validations, can be informed depending on the mode of Validation.
    As per help.sap.com
    You can perform the structure check at the following points in PI message processing:
    ●      Validation in the sender adapter
    If the sender adapter has created the PI message, you can then perform the validation of the PI payload. If the structure of the payload differs from the definition of the data type provided for comparison, message processing is stopped. The adapter sends a synchronous response to the sender of the message, informing it about the structure error. The industry-specific adapters inform the sender asynchronously, as required by the RNIF protocol and the CIDX protocol.
    ●      Validation in the Integration Engine
    In inbound and outbound processing, *validation of the PI message payload takes place as a pipeline step *of the Integration Engine. If the structure of the message payload does not match the saved definition of the data type, an error description is generated. The error description contains status information and a list of all structure errors. Message processing is stopped. The message is set to error status and an error report is saved.
    If validation takes place in the Integration Engine, the sender of the message is not automatically informed of the structure error. The message is set to error status and an administrator can process the message further using the Runtime Workbench.
    So if you use XML Validation in Sender Adapter you can get back the Exception ( i think you need to do some java mapping here). Else if you are using Integration Engine, then alerts are there for them.
    Anyway this discussion has opened a lot of To Be Explored area for me. I will keep looking for them.
    Regards
    Suraj

  • AI CC area text handles

    I am trying to work with area text in Illustrator CC 2014. I used to be able to grab and pull the handles to reformat my text. The text block will not allow me to do this. I have to select and nudge points. All of the tutorials I have watched seem to have the text box handles/points and allow the ability to pull them. What's up in AI?

    jmosemak,
    What happens if you select the rectangle before applying the Area Type, then Pathfinder>Unite, and then apply the Area Type, and see?

  • Selecting bezier handles and moving by increments

    Does anyone know if there is a way of selecting an individual bezier handle and moving it by increments using the arrow buttons on the keyboard, (in a similar way to moving an individual point)? At the moment, I have two handles on different adjacent points selected, and am able to move them incrementally using the direct selection tool and the arrow keys, but I don't know how they originally came to be selected (I discovered that they were accidentally), or how to transfer the selection to another handle. I'm using CS6. Thanks.

    You can nudge handles, but (par for the course in Illustrator) in a completely unintuitive and usually usless way. To see:
    1. Ellipse tool: draw an ellipse.
    2. Select>Object>Direction Handles.
    3. Nudge with the arrow keys.
    Now start over, but after drawing the ellipse, rotate it 45 degrees.
    Then start over, but after drawing the ellipse:
    1. White pointer: Select the bottom anchor.
    2. Click the Convert to Corner Point button in the Control Panel. (That anchor's handles are retracted.)
    3. Select>Object>Direction Handles.
    4. Nudge with the right arrow key. Watch how the handles of the cornerPoint move.
    Now try this:
    1. Instead of an ellipse, draw any irregular path containing both Smooth and Corner points. Make sure some of the Corner points have extended handles.
    2. Instead of using Select>Object>Direction Handles, use the white pointer to click on a segment (not on an anchorpoint).
    3. Nudge with the arrow keys.
    In Illustrator's unintuitive and uselessly illogical selection interface, "selecting a segment" is really selecting its associated handles. Sort of.
    You can occasionally use this nonsense for special-effects and distortions, but as you can see, it's not at all the behavior you're really looking for.
    JET

  • Firefox 37 does not handle mjpeg like 36, how to make my cam work again

    I have an Axis security camera that worked fine with firefox for years before I
    upgraded to 37 (or 37.1?). The image no longer streams like it should. It is
    just shows the first frame. The "reload" arrow-circle makes firefox show
    the current static image, but still no streaming.
    Without other changes, I downgraded to firefox 36.0.4 and it works again.
    Format is M-JPEG. Problem both on Win7 and ancient WinXP.
    I thought firefox directly handled Motion-JPEG.
    Camera works in IE after loading an app or java or something.
    Am I missing a new extension or add-on or check box on this format ?

    Is your Java up to date in version 37? Check your other plugins as well:
    *[https://www.mozilla.org/en-US/plugincheck/]
    *[[Use the Java plugin to view interactive content on websites]]

  • Fr me it's all'r nothin' - Handling all channels as a unit

    Premiere Elements 8.
    A) Tasks:
    1. Clear everything between 01:00 and 02:00 on all channels.
    2. Delete everything between 01:00 and 02:00 on all channels (i.e. clear + close gaps).
    B) Task:
    Given a PE8 project, create a new project and import the former as a single clip.
    How would one go about carrying out the above tasks?

    From what you wrote in another thread, i understand that it's easier done in the Pro edition, where you can host several subprojects in a single project. Is this correct?
    Not exactly, as I will try to explain.
    First, a little history lesson:
    In earlier versions of PrE, there was both the File>Export and also the Share tab. In PrE 8, it appears that everything was moved to the Share tab, but they forgot to remove the Export from the File drop-down. Now, going back, there was a bit of overlap between the two, so I understand why Adobe moved Export into Share. The term, Share, doesn't roll off my tongue, but I can see the positive marketing aspects of that. Anyway, in PrE 8, all exporting is under the Share tab, and the various sub-menus and drop-downs.
    Jump over to PrPro. In earlier versions of PrPro, there was the File>Export with several selections in the fly-out menu. Movie and Adobe Media Encoder (AME) were two. Again, there was a touch of overlap, but the two were under the same File>Export location. As of CS4, the File>Export>Movie went away, and everything goes through AME. Now, AME is a stand-alone program, though CAN be called from within PrPro. What this did was allow for one to load up the AME with several Sequences (those mini-Projects that I spoke of). One can then Export via AME several Sequences, while still working in PrPro - both batch processing, and a method to free up PrPro for more work. In the past, when you Exported, the program was otherwise unusable.
    In the past, one could only Export one of those Sequences at a time. Not so now that AME has been broken out and is a stand-alone. Most old-time users went ballistic, as they could not find there old Export options, and also resented having to use a stand-alone program, even if they could load and call it from within PrPro. Most of that clamor has subsided, but not completely.
    For me, the idea of Sequences is one close to my heart. I edit in them, as though they were "chapters," or "scenes." I Import them into Encore (my authoring program) as individual Timelines. I work with them as Chapters there. Until CS4, I had to Export the Video for Sequence 01, then the Audio for that Sequence. I'd move to Sequence 02 and do the same thing. Each Sequence would be handled the same way. Now, with CS4, I can load up all Sequences (actually twice), set the first instance to Export Video-only and the second instance to Export Audio-only, for ALL Sequences. I start the queue and turn my back. I can do all sorts of work, even in PrPro, while AME chugs away.
    Now, there are several file types, and CODEC's on my machine, that will Export/Share directly out of PrE, that will not Export from PrPro. Things like DivX can be directly handled out of PrE, but not out of PrPro. Differences. There are others that are available in PrPro, but not in PrE, like DLT tape, etc.
    I'd judge the speed of Export to be very similar between the two programs. The main difference is that PrPro CS4 can Export a bunch of stuff at one time and can also do it while one edits, but it takes a couple keystrokes to load it up, determine what is to be done, and then start the queue. PrE needs focus to Export/Share, but can do it with one click (after the settings are established).
    It's not really about quicker, or better, just differences. Sorry that I wasn't totally clear on this.
    There are other differences, in that PrE can also author a DVD-Video and do so easily, with some semi-automation. PrPro CS4 cannot. One must use Encore, or similar, and then all of the authoring is done by hand. There is no semi-automation, though with that extra work come vast power. Again, there is no better, just quick and neat from one program, or slower, great and with almost infinite power, using two programs.
    We get a lot of users, who are new to Encore on that forum, but have used programs like PrE. They cannot believe that there is no automation and that a user must do it all by hand. Most, however, are soon seduced by the power. It's just not what they were used to.
    Hope that this clears things up a bit,
    Hunt

  • How to make the objects got even distance in the Blend?

    Wondering anyone has the same experience or not? I blend 2 circles together and adjust the spine from a straight line to wave curve line by adding points and adjusting the handles of the points. The space between the objects along the spine turn to uneven after that. I tried to use the "specified distance" in the option and add more points and modify the handles again. However, all in vain. Finally, I need to expand the blend and adjust the distance of those objects manually. Any suggestions to correct the stupid way? Thanks.

    There is not really any way to get even spacing in a blend when the spine path has uneven curvature. (What the Specify Distance option does is take the length of the path, and divide it by the requested distance to determine the number of blend steps, but then once it has that number, they get spread out by exactly the same algorithm that is used when the number of steps is specified by a fixed number or calculated from the color difference.)
    The length of the direction handles on a spine path affects the placement of objects, with longer direction handles pushing the blend steps away from the anchor point, and shorter direction handles pulling them in towards it. This tends to make the objects more tightly spaced when the path has sharp curves, and more loosely spaced where it is flatter.
    If the direction handles are of equal length, and the distance between the two direction points is the same as their length, such as occurs on a circle, then the "pulls" balance out and the spacing ends up even. But when the curvature varies, so does the spacing.
    This can be used to advantage to get non-linear gradations, by making a straight line and then pulling out direction handles that lie along the line. It can also be used to make objects on an elliptical orbit appear to be spaced in perspective, since they are closer together at the sharp ends of the ellipse and farther apart at the flat sides.
    Often, however, what is desired is spacing that is independent of the curvature, such as you get with scatter brushes.
    It was fully intended when live blends were implemented in AI 8 that even spacing would be an option, and would indeed be the default option, with logarithmic spacing and direction-handle controlled spacing being two other choices. The direction-handle controlled spacing was just implemented first not because it was most useful (it isn't) but because, believe it or not, it is
    easiest. (Points on the interior of a bezier curve are natively addressed by t-value, which is a fraction of the direction handle distance. To obtain a position that is a fraction of the path length, one must first flatten the entire path into a polygonal approximation, then find the position by adding up the lengths of the flat segments. In contrast, one can obtain a point at a given fraction of the bezier t-value without flattening the path. This is the reason, by the way, that while scatter brushes have more even spacing between objects, they do not fit as tightly to the bezier as blend steps do - they are being placed on a straight line approximation of the path instead of directly on it.) The intention was to get the easy case of t-value based spacing working, and then add the harder case that requires flattening.
    It turned out that we did not have time to add the extra options for AI 8, so it shipped as is. Then Macromedia sued us over live blends because Freehand had them first and as part of the settlement we had to promise to stop enhancing them. Now that the two companies have merged, that issue is moot, so enhancing blends is now a possibility for future versions of Illustrator. (All of you who complain about the cool features that Freehand has had for years and Illustrator hasn't, as if it were perverse and intransigent of Adobe not to follow suit, might want to keep in mind that copying the features of another company's software is often not allowed.)
    In the meantime, scatter brushes can be a good alternative if all your blend steps are the same, but obviously they won't work if your blended shapes are changing along the path.

  • Pass parameter into eventhandler in russian language after submit form

    public static EventResult handlerSearch(BajaContext context, Page page,
    PageEvent event)
    String attrValue = event.getParameter("attrValue");
    If "attrValue" is English, all is ok. But if "attrValue" is Russian language - attrValue = "".
    Is it depend on encoding on page or default UIX encoding or something else?
    Help me please.
    Thank.

    Sergey,
    The encoding used is based on the encodings the browser and HTTP server support. Parameters in non-English should work fine, so it seems like something odd is going on. To try to debug this, let me ask you some questions:
    1) What HTTP server and servlet engine are you using?
    2) What browser, version, and client OS are you using?
    3) In your event handler, can you print the value of
    context.getPageDecoder().getRequestCharacterEncoding()and report back here what it says?
    4) In your handler can you also report back the value of
    context.getServletRequest().getParameter("attrValue")? (Note that you should not pull directly from the request in general -- this is just to aid debugging the problem.)
    With these answers I will hopefully able to be more helpful.
    Thanks,
    -brian
    Team UIX

  • Select a region in plot

    I may need to select a region in a plot as the attached screenshot.
    When selecting it, a yellow or other color frame may appear. It can be rectangular or circle.
    After the selection, the frame may disappear. And I may get the frame's position parameters.
    May I know how to do it, thanks. 
    Solved!
    Go to Solution.
    Attachments:
    SC.jpg ‏19 KB

    I just threw this together so there are a few kinks to iron out, but I think it should point you in the right direction.  It uses cursors and a background image, pull the handles (cursors) around to make a selection.  If you want the frame to disappear, or to select with just a frame, it is a simple tweak.
    Attachments:
    PlotSelection.vi ‏24 KB

  • CS3 Outline Stroke Problems

    I don't know if anyone else has noticed this. But since upgrading to CS3, I've got a serious problem moving the points from a stroke I changed to an object with the Outline Stroke command. I use this quite often, since I like the control it gives me over the look of a line.
    But with CS3, when I move some point at the end of the line, it turns out that there are sometimes even 3 overlapping points. This is very annoying. I could lasso select, but then, of course, I need to be in outline view or else I select the underlying object. The Clean Up command does not help. This is really not workable. It used to work so smoothly, and now there's overlapping points all over the objects.
    I've been looking to see if there is any documentation about this. But I cannot find anything. Have there been any changes in how the outline is created? Are there points added when you move one? Are there new settings / options I have not found yet that can reset the behavior to CS2-and-before style?
    Help wanted. Thanks.
    Mark

    > Also, I noticed that some hard corner points are very hard to move. Because when you try, it turns out you're pulling a bezier handle. It's impossible to move those points without just pulling the handle.
    Are you referring to paths in general, or paths created by Outline Stroke?
    If the former, I haven't noticed that happening at all. I see exactly the opposite. Due to the larger hit radius and the preference given to anchor point hits over direction point hits, as well as the highlighting of anchor points within the hit radius, it is
    easier in CS3 to be sure of moving the anchor point instead of accidentally hitting the adjacent bezier edge or a direction handle that happens to be very short. (Of course if the mouse is outside the hit radius of any anchor point but within the hit radius of a bezier curve or direction control point, it will adjust direction handles instead, but that has always happened, and the anchor point hit radius is bigger now.)
    But maybe you're making different kinds of paths than I do. I do not know what you mean by a "hard corner point" vs just a corner point. Do you noticed anything that distinguishes the anchor points that move as expected from the cases where the direction handle moves instead?

Maybe you are looking for

  • Acrobat 6.0 and Windows 7 - is there a PDF printer driver available?

    Hi, I have been using Acrobat 6.0 with Windows XP fine. However, I just got a new computer that has Windows 7. I installed Acrobat 6.0 but cannot now convert any documents to PDF on this new computer. I get this error-- "The PDF maker cannot find the

  • Watch 3D on projector through iMac

    Can I somehow watch 3D movies on my 3D projector (Benq W1300) thorugh my iMac (late 2013)? I haven't been able to so far.

  • How to view all of Skype call and conversation his...

    Hi I need to view all of my Skype call history but the furthest I can go back is around 2 months. How do I change this? I am using a Samsung Galaxy 2 tab.  Thank you!

  • Sales Order Confirmation SmartForm

    Hi, Can you help me get SAP's preconfigured SmartForm and associated print program for the Sales Order Confirmation? We are on ECC 5   6.4 and the SmartForm for this is NOT in our system. Thank you all, Dave...

  • 3 ACD Refurbs Dead Pixel - help

    I have RMA'd this monitor twice already, 3rd one still has dead pixels. first return, apple accepted 1 dead pixel and replaced it. 2nd one had 4 dead pixel and was replaced. now apple wont replace the 3rd. i really love the monitor and apple said i c