Photoshop :: Illustrator Dynamic Text....
Sep 9, 2005
i basically have an asp page, that draws up a list of names... what i want is for u to be able to click on the name, it to open an illustrator graphic in illustrator, and then parse the name into a text variable in the file.
View 1 Replies
ADVERTISEMENT
Jul 5, 2011
Is there a way or a script that will make all the text on a page Dynamic? At the moment we have to select each text box and press 'make text dynamic', which can get tiresome with a lot of text boxes. If we select all the text boxes and do the same we get a lot of variables with the same name which gives an error.
So we need a script that can make it all dynamic with different named variables.
View 3 Replies
View Related
Sep 17, 2013
I am working on making some view tags, and I would like the underline between the tag's title and the scale (any arch or engineer would know what im talking about) to stretch as text is added or taken away. Basically I want the right end of the underline to always be aligned with the right "edge" of the last letter of text. And no, I can't just underline it, the architect is very particular about not doing that. Right now I have this awesome dynamic sheet view tag with a rotatable north arrow and a dozen visibility states for the scale bars, but it all seems in vain if I still have to work with it manually. The text is an attribute, no special properties or settings, just locked in position.
View 6 Replies
View Related
Aug 29, 2011
I know this is located in other locations but I can't seem to make it work with my block.
I would like the cross and the text N to rotate independantly of the arrow while the N stays with the thick line. That's the easy part. How can I make the N move along the rotation path and keep the text aligned horizontally? I read something about linked action and move, but I can't make it work.
View 9 Replies
View Related
Sep 9, 2011
I'm making tickets and i need to add tickets numbers, from 1 to 1000. Print & Merge doesn't fit for me.So I want to change text tag for example: "<text>" to text which will be different (1, 2 ,3 ,4 ,5 ,6 ,7 ...) Wagenaar where the code finds word "Andorra" and change it to "Andorre".
Public Function FindReplace(ByVal str As String, ByVal toFind As String, ByVal toReplace As String) As String Dim i As Integer For i = 1 To Len(str) If Mid(str, i, Len(toFind)) = toFind Then ' does the string match? FindReplace = FindReplace & toReplace ' add the new replacement to the final result i = i + (Len(toFind) - 1) ' move to the character after the toFind Else FindReplace = FindReplace & Mid(str, i, 1) ' add a character End If Next iEnd Function.
[code]...
View 2 Replies
View Related
Apr 17, 2013
Is it possible to have a dynamic block with text which, when inserted into a drawing, will show the text orientation matched to the layout? I have a non-dynamic block which is simply a donut and a piece of text. When I insert it into a drawing, the text orientation will change to suit the orientation of the layout. I created another block with the same entities but I also added a couple of lines extending out from the center of the donut. I added stretch and rotation actions in order to rotate and stretch the lines. I also gave the block visibility states so that either one or two lines would appear (the block is a utility pole,by the way, with the lines representing guy wires). When I insert the dynamic block into a drawing, I cannot get the text to match the orientation of the viewport. I've tried changing different combinations of settings but the text won't appear horizontal.
The two blocks I mentioned above are inserted into one file with a number of other blocks. When I check the properties of the non-dynamic block, the "match orientation" is set to YES. I cannot, however, change the "match to orientation" setting to YES on the dynamic block. Is this simply because it is a dynamic block or am I missing something? I don't create a lot of dynamic blocks and therefore I am not a wizard at it so I am assuming I am doing something wrong.
View 1 Replies
View Related
Mar 10, 2012
I have a Text Shape which dynamically changes it's value to represent the x coordinate value when a box is translated on the x axis. I achieved this via script controller attached to the box object. This works perfectly, however I need to keep the position of the decimal point in the same place as the coordinates changes but because the value and hence it's length changes, it's position changes accordingly. For example if the value is 3.141 and this changes to 3.14 the decimal point moves to the right slightly as the length of the text shape updates.
View 2 Replies
View Related
Oct 19, 2013
Is it possible to have a "dynamic" text mask?
I am having a background-image, with a white box on top containing some text. The text works as a inverted mask on the box, creating a"text-knock-out" (i guess).
Now, when forced to change/correct/scale the text and box, I need to redo the (small, I know) process, creating the inverted mask. So, in search for some workflow-optimization, I would like to know if it is possible to have some kind of dynamic text-mask, updating when text-layer is changed?
View 6 Replies
View Related
Aug 24, 2012
I'm looking for a way to create dynamic text. I have a rectangle representing a sheet of plywood. I have text in the middle of the sheet that says 4'-0" x 8'-0". If I stretch that sheet I'd like it to update the text showing the new size of the rectangle.
View 9 Replies
View Related
Apr 17, 2013
Is it possible to have a dynamic block with text which, when inserted into a drawing, will show the text orientation matched to the layout? I have a non-dynamic block which is simply a do-nut and a piece of text. When I insert it into a drawing, the text orientation will change to suit the orientation of the layout.
I created another block with the same entities but I also added a couple of lines extending out from the center of the do-nut. I added stretch and rotation actions in order to rotate and stretch the lines. I also gave the block visibility states so that either one or two lines would appear (the block is a utility pole,by the way, with the lines representing guy wires). When I insert the dynamic block into a drawing, I cannot get the text to match the orientation of the viewport. I've tried changing different combinations of settings but the text won't appear horizontal.
View 6 Replies
View Related
Nov 25, 2013
I'm just trying my hand at learning to create some dynamic blocks, but need a solution to keep the text unrotated. I have attached a file of my troublesome file for you experts to look at, if possible.
PileTest.dwg
The file is basically a plan view of 4x foundation columns for overhead line towers (pylons). These towers can be different sizes and at different orientations, hence the dynamic options I have applied. However, when I rotate the block I want the text to rotate with it (to keep aligned with each column A, B, C, D), but I don't want rotation to be applied to the text, if that makes sense?
I have a feeling that constraints might work, although I know nothing about them, but these usually lag my PC. At present I am having to explode the block and apply a 0 rotation to all the text.
View 8 Replies
View Related
Jul 11, 2011
I am working on creating a dynamic block library and am having several problems with text within my blocks. For example... I am working on a North Arrow block and would like the text to rotate with my block, but I want the text to remain right-side up. When I rotate the arrow past 180 degrees the text is upsidedown.
View 1 Replies
View Related
Jul 11, 2011
I have a section symbol that I want to rotate and keep the text at 0degress relative to UCS. The text is not in the middle so I can't rotate about the cetner of the text. I'll attach the block so it's more clear.
Right now the only fix is to assign a seperate rotation grip to both attribute text items.
View 4 Replies
View Related
Apr 21, 2011
I have a dynamic block (attached) for our single line schematics. It works great, but there's a piece missing. The text in the file (In / Out) I would like to have insert with the block, but it needs to be editable, so it can't really be PART of the block... if that makes sense.
If at all possible, I'd like to have the text array down when you stretch the block...
View 9 Replies
View Related
Nov 9, 2010
I am having trouble trying to add text to a dynamic block that will stay locked and centered when I stretch it left/right and up/down. The default text I am looking to have should be 36x24 (36 is the lenght of the unit, 24 is the depth). I can also upload my block.
View 7 Replies
View Related
Aug 6, 2013
I want to make a dynamic block of just text. I want to be able to insert a block with a drop down pick list of preset texts and select the text I want it to display.
The attached file containing the various options of text I want to be able to pick from the list. I want to maintain the insertion point common to each text variation shown with a crosshair and the justification of the text as right and the height as 10. I would like to know how to add/remove variations to the block too.
LINK TO FILE IF ATTACHMENT DOESN'T WORK
[URL]......
I am not familiar at all with the controls in the block editor.
View 9 Replies
View Related
Mar 20, 2008
When I put a flip option on a text in Dynamic Blocks, during the flipping the text is mirrored. is there any way to preventing this?
View 9 Replies
View Related
Aug 30, 2011
I have attached a basic PTZ block and what I want it to do is when I rotate the block past a certain point +/-90 degrees the text rotate within the rectangle so it's never upside down.
Can I get any direction on what route I need to take to get this done?
View 1 Replies
View Related
Jun 3, 2012
I want to change the text "A" in my dynamic block to "B,C,D,E,..." When i click on a blue arrow. and the text "16 A" to "20 A , 25 A, ..." When i click on another blue arrow. Text Dynamic Block.jpg
View 9 Replies
View Related
Sep 17, 2013
I just need to create a simple animation to be dropped into a MUSE creation and I think Edge Animate is the right way to do it. For the life of me I cannot figure out how.
Basically, I want to create a simple animation to explain the dimensions of a product. A line with arrows on both ends would grow to the length of a line drawing symbolizing its height for example.
Accompanying that would be a text box that I would like to simply count up from 0.0" to 3.5" for instance. how do I dynamically update the text from 0.0 to 3.5 across a 2 second animation in Edge Animate?
View 8 Replies
View Related
Dec 13, 2011
Is there any way to have a dynamic block which utilises a similar function to TCOUNT. I am doing drawings for solar panel installations and have set up a dynamic block for our different panels that we use, which i have used xy paramater with the array action to make life simple when inserting panels onto a drawing... however we number these panels 1 to ~ ... we could have 3 on one roof but we could also have over 100... is there any way to have the dynamic block auto increment the text automatically? At the moment i use the block to show 20 panels then i explode and use the tcount command to increment the text in selection order.
Or... how i could go about doing lets say a data entry for example insert block-> Dialogue for amount of panels / amount of panels in a row or column? And after selecting that data the block will automatically have numbers 1-x...
I have attached a sample block so you can try and get an understanding of what im after.
View 7 Replies
View Related
Aug 27, 2013
I am trying to set constraints to this block and having some issues. I want to constrain the attribute text so when I stretch the block from the grips the text centers itself automatically within itself. The constraints will not let me pick the grip on the attribute text as a point.
View 2 Replies
View Related
Nov 21, 2013
Is it possible to increment text or attributes in a dynamic block? I'm want to create elevation text for grids that can start at a certain value and increment up or down from there.
View 1 Replies
View Related
Jan 17, 2012
I have a dynamic block with attributed text that I want to remain horizontal right reading even when the block is rotated. I have set up the parameters and the actions how I was taught and even revisited one of AU's downloadable lessons to try to get it correct. my settings are the same as in the lesson. I have the rotate parameter / action set to only the geometry and did not select the attributed text. I also have the attribute locked. Nothing I do gets the text to rotate with the block and stay horizontal and right reading. It will either rotate the text along with the block or just leave the text stationary. I have tried adding a point parameter to the text but that doesn't seem to work either. I am using Base ACAD 2010 I have also attached the block for troubleshooting.
View 2 Replies
View Related
Dec 14, 2012
This is just a basic block to specify a section plane. What I would like to have is a BPT with 4 rotation options (0, 90 180, 270) that would rotate the whole block but it would keep the text upright and be able to stretch the ends of the arrows. I know I must be including/not including something important. Pointers on how to do this
View 7 Replies
View Related
Oct 17, 2013
I have created a dynamic block that allows me to change the width and depth by stretch. I have text that the user is prompted to input. I want the text to always be center in the middle of the block no matter how far I pull it left or right. How do I keep it locked in the midpoint of the block.
View 2 Replies
View Related
Aug 19, 2011
Is there a way to put constraints on text and a rectangle? I'm trying to make a block so if i change the text the rectangle around it grows automatically. I know it's simple enough to just manually extend it but one of my engineers asked me to try and create this for him and i can figure it out.
View 9 Replies
View Related
May 22, 2013
i work at a small structural firm and am about the most experienced cad user here, which isn't saying much. I have never wrote any LISP's or anything, but have created many dynamic blocks and have edited some programing my boss got from a previous employee for adding dropdown menus with blocks/layers/etc. Just so you know my level of knowledge when it comes to answering my question. Also I am limited to using 2009 but other co-workers have up to 2013 so i would like this to work for all users. And i have done a bit of research but based on everyone elses level of knowledge am finding a lot of conflicting info and solutions that, to me, are in another language.
So I have a table that is created using polylines and text. It's a funky shape and AutoCAD's tables are a pain for it. i have created a dynamic block where i can array the rows down and the columns left. The issue is, i would like the test to come with each row, but still be editable once the block is done. I have figured out if row one is composed of 5 columns of text put into a single attribute, it is fine. But once you use the array action, to say 3 rows (including now 3 sets of attributes) they are not editable. So what is the work around, if there is indeed a work around?
the two option i see are to only array the rows and columns and left the text outside that block and manually copy it done to how ever many rows the user needs.... Or to have 2 blocks come in together, one as described before, and the other which just arrays the text and then i explode it to edit each line.. but then if you later choose to addd another line you would be left with doing that manually anyway..
View 2 Replies
View Related
Mar 13, 2013
I have encountered a problem with some of my 'Dynamic Blocks', which seem to have become corrupted & have incorporated differing attributes. The text has moved out of the field it was originally intended to be in & I can not get it to return to its correct location, using 'Block Editor'. After testing one particular block, I have discovered it has picked-up contrasting attributes:
(i) If one 'double-clicks' on the dynamic block the 'Attributes dialog box' offers one set of 'Text Options.' However,
(ii) If the Block Attribute Manager command 'Battman' is used for the same block, different 'Text Options' are shown?
These are un-editable, without losing all of the data in the drawing. Moreover, I cannot get into the depths of the drawing to synchronize it without losing all of the data? Plus, it will not allow me to redefine the block, via the design center, Blocks (Right-Hand Click & redefine). Plus, I cannot drop a fully functioning block in from another drawing & redefine?
View 0 Replies
View Related
May 25, 2010
Wondering if there was a way to have text maintain a rotation angle of 0 while being included in a rotation parameter. I am wanting the "N" for my North Arrow to follow the direction of the symbol of my viewport tag without the "N" character rotation angle changing with it.
View 9 Replies
View Related
Mar 4, 2011
I've created a dynamic block that simply flips a connector input from a connector output. Like This:
Attachment 26540
But if you put more than three numbers after the L- prefix, the alignment gets screwed up. Is there a way to change text alignment in a dynamic block? Or, conversely, what do the Align and Fit justifications do? Could I make those work for this purpose?
View 1 Replies
View Related