Illustrator :: Move Dialog Box - Start With Values Set At Current Position?

Jul 17, 2012

With an object selected and the Selection tool active, I press Return to get the Move dialog box.
 
For some reason, there seem to be random values entered in the Horizontal and Vertical fields. Instead, I just want the boxes to always start at 0 so that I can decide where it moves, instead of having to clear these fields manually.
 
how to get this box to behave as I want it to?

View 3 Replies


ADVERTISEMENT

Illustrator Scripting :: Create JS Script To Move Objects Away From Common Center Based Upon Their Current Position

Jan 17, 2014

I was hoping to create a JS script to move objects away from common center based upon their current position. I was thinking to use a single selected path item as the center based on its position x/y and width/height. Using this reference point the script would then move away all other path items from this center point based on a desired amount and with uniform increments given their current location from this center. I was thinking cos and sin would be my friend in this case, however they seem to have become my foe instead. ;-)
 
Does this sound doable? What am I missing, doing wrong, misinterpreting? Below is a non-working attempt, I can't seem to sort things out, perhaps I was close and missed it or maybe I am super way off and its more complex than I thought. However at this point I am confused across my various failed attempts this only being one of them. 
 
// Example failed code, nonworking concept
var docID = app.activeDocument;
var s0 = docID.selection[0];
pID = docID.pathItems;
var xn, yn;
var stepNum = 20;

[Code]....

View 13 Replies View Related

Illustrator :: Move Dialog - Option / Enter To COPY And Move Object

Dec 24, 2012

What happened to the option/enter command in the move object dialog that has been around since the early days of Illustrator???  Instead of having to mouse click the "copy" button in the move object window, one could just hold down option with Return or Enter and the Copy command would happen rather than a simple move.  Immensely useful for prepress work!

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Geo Location And Current Sun Position

Jan 11, 2012

Where is this data stored?

Geo Location

Sun Source vector (I can see it in the "Sun & Location" Panel)

But how use this data.

In attachment you will see sample drawing with all this information.

How can I find them with lisp?

View 1 Replies View Related

VideoStudio :: DVD Menu Template (Adjusting Start Position)

Mar 4, 2013

I have been using the nine chapter thumbnail DVD menu template. I saw that the start position for each thumbnail could be manually adjusted. So, taking some time, I adjusted each of the nine thumbnails to a suitable frame of the corresponding clip. It worked fine as long as I burned the DVD immediately afterwards. However, if I closed the menu dialogue, all clips reverted to frame 1.

Surely the positions should be saved as are all of the other edits one does to a menu. Not only was this frustrating, it means that one cannot go back and easily burn another DVD from the same project.

View 4 Replies View Related

Photoshop :: Cloning Start Position Has Stopped Working

Nov 30, 2008

For some reason my cloning start poition has stopped working. Normally you select clone tool / press alt/ right click at position where you want to copy from /right click again at new position you want to copy to / I am now getting: "could not use clone stamp as area has not been defined". I thought it might be fault on keyboard, but is the same with new keyboard and I have reinstalled CS4.

View 1 Replies View Related

Edge Animate CC :: Use Touch Start / Touch Move / Mouse Down / Mouse Move To Move Elements?

Dec 22, 2012

How to use touch move and mouse move events events to move elements n edge?

View 4 Replies View Related

Lightroom :: 5.3 Always Start With Registration Dialog

Dec 15, 2013

I downloaded LR 5.3 and LR 5.3 starts now every time and ask the registration questions. I always have to fill the dialog. What could I do? LR 5.2 worked fine.

View 1 Replies View Related

AutoCAD Inventor :: Edit Dimension Dialog Position Off Screen

Jul 30, 2010

If I double click a workplane in the browser, the edit dimension dialog comes up half way off screen, does not remember the screen position if I move it, so it has to be repositioned every time.  Seems to be tied to the browser position.

View 9 Replies View Related

AutoCAD Inventor :: Modify Default Values In Dialog Boxes

Sep 18, 2012

When you create a new Frame Generator assembly, you have a dialog box with Frame name, Path to frame file, Skeleton name, path to skeleton file. Inventor propose default values. Is there a way to automatically modify these default values ? For example, instead Inventor propose "New Frame file name = Frame0001.iam", I want a custom calculated file name.

View 9 Replies View Related

Photoshop :: How To Move Camera Position

Jul 12, 2013

I'm in Photoshop CC 3D, and I have a simple scene with one complex object. I can't find any way to move the position of the camera beyond the default positions, like top, front, back. I can do it CS6, but I can't do it in CC. I can rotate the object, but I want to keep the object where it is. I want to move the camera.

View 3 Replies View Related

3ds Max :: Move Objects And To Create In Other Position

May 4, 2011

I have these problems.

1. when I creat a new object he stays at position 0,0,0 and I only can move when I transform in some editable.
2.this happend when I try to construct bones TOO, and I can create whitohou the zeros point, when I click the bones are creating in same point in viewport.

I all ready try to press x, see the snap toogle, dont like to be an Axis constrain, try to restar to default config.

View 2 Replies View Related

AutoCAD Inventor :: Recently Used Values / Parameters In Dimension Dialog / Width Parameter List

Jan 10, 2012

if it is possible to increase the number of recently used values/parameters in the dimension dialog, during part sketching. For one part, I use approximately ten parameters that will be used repeatedly. When I'm done with one sketch and start with the next, only the last five parameters are in the recently used parameter list. (Create dimension --> select arrow on right side of dialog, see attachment Dimension_Dialog.jpg, excuse me for the poor quality ). It would be much more comfort to have more parameters in this 'recently used'-list.

Furthermore I'd like to know if it's possible to widen the parameter-list. In my case I've several parameters that start with the same prefix, followed by a differentiating suffix. When I create a new dimension, select the arrow on the right and select 'List Parameters', I have to adjust the width of this dialog every time to see the entire parameter. (see picture Dimension_parameters.jpg)

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Update Radio Button Default Values In Dialog Box?

Apr 3, 2012

Rudimentary lisp & dialog box skillls here...

I have a little dialog box with seven radio buttons and a text box that generically accomplishes what it's supposed to do. To retain the current dialog values, I use the write-lline function to store the information and then use read-line to bring that information back in for other Lisps that I use. As long as the user doesn't open the dialog, whatever options were last selected will remain in effect.

However, if the user re-opens the dialog, then whatever defaults I have initially set up in the dialog will then become active (in other words, whichever of the radio buttons I have set to "1")

My question is whether or not I can have the dialog box set up so that if a user selects an alternate radio button, that radio button will keeo it's value whether or not the dialog is opened and until and if the user changes it..

As it is now, whenever the user opens the dialog box to change, say one radio button, the user then has to change the other radio buttons if the defaults don't match the current run requirements.

Here's the dialog and the lisp:

OPTIONS : dialog {
label = "   Counter to Cad Options";          
: spacer {
height = 0.75;

[Code] ......

View 3 Replies View Related

Photoshop :: Move / Position Layer In Liquify

Aug 13, 2013

I'm trying to line up two images one on top of the other with opacity set so I can see both.in Liquefy (CS4). One is background, the other is Layer 1. How do I move either one roughly in place over the other so I can start adjusting edges so the two profiles match? Hand doesn't move anything.

View 4 Replies View Related

GIMP :: Move Image To Specific X / Y Position

Dec 13, 2013

I'm creating a sprite sheet and I need to move my sprites to a specific location.

For example my sprite is 120x120, so I need to place the 5th animated frame at EXACTLY 120x5=600 pixels from zero or at 600, 0. I can't seem to find a way of doing this in GIMP, it shows me a mouse delta position from where I first clicked?

View 2 Replies View Related

After Effects :: Current Time Indicator Won't Move To End Of Comp In CS6

May 31, 2013

The current time indicator won't move to end of comp in AE CS6. I setup a new comp at 10 seconds. When I drag the current time indicator OR hit the End key to bring the current time indicator to the end of the comp it stops at a value of 9:23. Is this a bug?

View 3 Replies View Related

Revit :: Structural Beam System - Cannot Select Start / End Extension In Properties Dialog Box

May 27, 2013

Revit Architecture 2014? I've been trying to use the structural beam system, but when I select the joist I cannot select the start/end extension in the properties dialog box. I would like to know why is that?

View 1 Replies View Related

AutoCad :: Routine To Move Objects To Absolute 0 / 0 Position

Jan 21, 2014

So I have a lot of 2D drawings (a couple thousand roughly) that I need to go through and shift the objects within to the absolute 0,0 position. That way, when we insert them into a new drawing, everything is centered appropriately and not way off the screen.

Instead of:
Open File > Select Objects > "MOVE" > Specify Basepoint > " * 0 , 0 " > Center View on Newly position Objects > Save File > Close File
... Repeat ...

By way of a LISP routine, or a script that could automatically do the above steps on it's own. Even something that doesn't require me to hit *, then tab, then 0, then tab, then 0 again.

View 9 Replies View Related

Paint.NET :: Move To Exact Position By Entering Numbers Exactly

Aug 21, 2011

Is there a way to change the selection position and size by entering the numbers exactly? I find it difficult to make pixel perfect movements and it is tiresome to use the keyboard arrows to do this.

When something is selected, the position and size appear in the bottom left corner. Perhaps clicking on this could bring up a window that would let the user enter exact values.

View 3 Replies View Related

Photoshop Elements :: Can't Get Move Tool To Nudge It Into Position

Jul 30, 2013

I'm using the trial version of Elements 11 to see if I should downgrade from an old version of Photoshop. I'm running into two problems:
 
1) when I re-size an image, it doesn't show pixels in the drop-down box under Document Size, and
 
2) if I manually re-size an image, I can't get the move tool to nudge it into position.

View 2 Replies View Related

AutoCad 2D :: Move Multiple Values In Block To New Tag Line

Sep 13, 2012

I have a block with 10 rectangles in each with 3 lines of text. Each 3 lines of text is attributed to a tag

so the first line is IN-0 DESC1,
second line is IN-0 DESC2
third line is IN-0 DESC3

I have deleted the data from

IN-3 DESC1
IN-3 DESC2
IN-3 DESC3

and i want to move the data from

IN-4 DESC1
IN-4 DESC2
IN-4 DESC3 etc

up to the position of

IN-3 DESC1
IN-3 DESC2
IN-3 DESC3

can this be done?

other wise i will have to click on

IN-4 DESC1 cut the data then open up IN-3 DESC1 and paste it then repeat for
IN-4 DESC2 cut the data then open up IN-3 DESC2 and paste it then repeat for etc

View 9 Replies View Related

Photoshop :: Change Default Position Of Working File In CS6 (move It To The Left)

Feb 5, 2013

When in CS6 I want to be able to move my image where ever I want it, by default it's centered on the workspace. Because my palettes are on the right and I use quit a bit of them it's better when I can move the image moire to the left.

View 7 Replies View Related

GIMP :: Move Tool As Default At Start-up?

Jul 21, 2011

I am using Gimp version 2.6..At the start-up it has the "Paintbrush Tool." I want it to have the "Move Tool" immediately after or when the program starts.

Having the Paintbrush Tool at start-up is inconvenient because if I click on the image it paints where I click. Then I have then got to undo the paint.How can I set GIMP so that the Move Tool is the default mode when it starts?

View 6 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Intersect Between Two Lines Using Start And End Values Of Two Lines

Oct 11, 2013

With all of you fine teachers, I have the know-how to get the start and end values of a line.

Do you think there is a way to get a point returned that represents the true intersection of the two lines, without having to involke a user defined "getpoint" function using "intersect" osnap?

View 9 Replies View Related

Maya Animation :: Walk Cycle - Move Character Up And Down Without Affecting Feet Position?

Nov 14, 2013

I wanted to make a walk cycle animation, How to move a character up and down without affecting the feet position?

View 1 Replies View Related

Premiere Pro :: Move Timeline Cursor From End Of One Clip To Start?

Mar 28, 2014

I'm a FCP person who has gone to premier cc because I dont like the new ver of FCP which seems to be imovie on steriods.  How do you move the timeline cursor from the end of one clip to start of the next.  In FCP ver 7 it's a simple button.

View 2 Replies View Related

Photoshop Elements :: How To Move A Dialog Box

Apr 24, 2013

When I open the levels box in elements 11, it opens in the middle of the pic i am editing, how do I move this, or can I?

View 2 Replies View Related

Lightroom :: Move Greyed Out In Import Dialog?

Jun 16, 2010

When importing files from a compact flash card (Windows 7, Lightroom 3 final) my "move" option is greyed out, and so I can only copy or add the files during the import.  I want to move them so they are deleted from my CF card after the import

View 15 Replies View Related

AutoCad 3D :: Constrained / Free Orbit - Screen Automatically Start To Move

Jan 16, 2009

For some reason, now when I click on Constrained Orbit or Free Orbit the screen automatically starts to move, its like I have just pressed on Continuous Orbit. Free Orbit works OK if I hold shift and use the scroll button, but I am used to using the icon .

View 2 Replies View Related

AutoCAD Civil 3D :: Move Mouse Cursor Out Of Dialog

Apr 29, 2012

am experiencing display problems with Civil 3d 2012 on my Hp Elitebook laptop, when i open surface properties and go to styles dropdown menu i get empty dialog but if i move mouse cursor out of the dialog they appeared the same issue appears on other dialogs. I installed c3d 2013 trial still i get same problem. I installed autodesk certified driver same problem.

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved