Illustrator :: Selected Text Do Not Show?

Aug 8, 2013

I received an Illustrator file in which I have to implement a translated text. I see the text cursor, but when I try to select text it disappears and I cannot see how much of a sentence or word is selected. I can delete the selection or write something else in its place, but I am working "blind" without seeing how much of text I selected until I change it or delete it. I see nothing unusual in Preferences. It is the only Illustrator file that behave that way.

View 3 Replies


ADVERTISEMENT

AutoCAD Visual LISP / AutoLISP :: Show Difference In Selected Text?

Jan 17, 2013

I have a little routine to add two selected numerical texts together and show the result at a selected position. I am using the entsel method to select them. I would like a way to highlight the selected text temporarily. Is this possible. The routine is as follows.

(defun c:T+ ( / Txt1 Txt2 Txt3 Pkt )
 ;Adds second selected number to first
 (setvar "dimzin" 3)
 (setq curlay (getvar "clayer"))
 (setq curcol (getvar "cecolor"))
 (setq curlin (getvar "celtype"))
 (setq ds (getvar "dimscale"))

[code]....

View 3 Replies View Related

Illustrator :: Moving Selected Parts Of Text?

Nov 16, 2012

how do I move select parts of text? I have a "B" and a "G" that I put into Illustrator using the text tool. When I go to move the "G" onto the lower corner of the "B", it selects both letters and moves them as a block.

View 3 Replies View Related

Illustrator :: Selected Text And Page Navigation?

Feb 7, 2013

Have a document that has several artboards in it. (kinda like a multipage document). Each page is similar, but some of the text boxes has variations from page to page. So if I am zoomed in on page 1 to one text box and I select some text, using the type tool, and then hit SHIFT-page down (or page up) to go to the next page, it won't. Switch to a different tool, and it works.
 
WHY? Why can't I use a keyboard short cut to jump to another page while in the type tool mode? I don't want to take my hand off the keyboard or move the mouse.

View 1 Replies View Related

Illustrator :: How To Display Selected Text In Reverse

Mar 18, 2014

Illustrator 15.1/CS5 on Mac used to display selected text in reverse and would show handles for text on a path. Now it does neither.

View 1 Replies View Related

Illustrator :: Pasting More Text In CS6 Than Originally Selected / Copied

Feb 7, 2014

Encountered a bug when copying and pasting text from one text box to another? It seems to paste more text than I originally selected. I am on Mac OS X 10.6.8 and my AI is 16.0.4.

View 1 Replies View Related

Illustrator Scripting :: How To Determine The Size Of Selected Text

Sep 6, 2012

I'd like to draw a box around some selected text (a textRange), however I can't figure out how to detemine the size or position of the text.  The overall size of a textFrame is possible to find (not sure about position), but when you've got just a few characters selected I don't see any way to get the size or position. 

View 6 Replies View Related

Illustrator SDK :: How To Set The Desired Font To Selected Text In Textframe

Dec 2, 2011

I want to change the font(let's say Times New Roman) of selected text in textframe when I click on  menu-item of my plug-in. I went through the Adobe Text Engine documentation and  tried some code for setting font but failed. I don't see any member function in IFont class to set desired font, so unable to move forward. see the code. I would like to know one more thing that how can we set a particular font for a textframe?
 
TextRangesRef rangesRef = NULL;
result = sAIDocument->GetTextSelection(&rangesRef);
aisdk::check_ai_error(result);
ITextRanges ranges(rangesRef);

[Code].....

View 3 Replies View Related

Illustrator :: Changing Color Of Selected Portions Of Text?

Feb 10, 2013

How can I take some text and select different parts of the text to change the color for the selected parts?

View 5 Replies View Related

Illustrator :: Text Cut Out - Filter Cannot Complete Because More Than One Object Is Selected

Oct 27, 2013

I am currently trying to cut out a word from another word in Illustrator. I have managed to do this several times before but both options I have used in the past simply are not working for me today.

As you can see from the attached image, I have 'cut out' the word 'I'm' from the word 'hungry'. (You can see straight through to what ever colour, fabric etc is underneath the logo).
 
Today I am trying to update my logo and the usual methods aren't working for me.
 
1. Type > Create Outlines > Divide
2. Object >Compound Path > Make
 
Usually I can simply delete the 'cut out' text from the image but I keep receiving an error messages that I don't understand.
 
1. "The filter cannot complete because more than one object is selected"
2. "Can't make a compound path. All objects in a compound path must be paths, and they cannot be brushed or part of an object."
 
I am a complete novice and I have never encountered these errors before. What used to be a simple 3 step cut out command is now a nightmare. I must be doing something wrong, maybe I have missed a step and not realised?

View 2 Replies View Related

Illustrator Scripting :: Changing Selected Text Color With JavaScript

Feb 25, 2013

I want to change my selected text to a different cmyk color using javascript. I have tried and I do not know what is missing or what I am doing wrong.
 
if ( app.documents.length > 0 ) {
newCMYKColor = new CMYKColor();
newCMYKColor.black = 0;

[Code]...

View 4 Replies View Related

Photoshop :: Why Would Font Size Differ Between Selected And Non-selected Text

Mar 29, 2013

I've encountered a strange issue in PSDs I've inherited from another designer.
 
When I have a text layer selected with the type tool active, the font size reads correctly (say, 40px). When I actually select the text with the type tool, the font size gives a strange number (say, 38.74px).
 
See the screenshots below:
 
This is on OSX 10.8.3, Photoshop CS6.

View 1 Replies View Related

Illustrator :: CC Show DXF As Text Files

Sep 10, 2013

My Illustrator CC identify my dxf files as text files even they are valid dxf files as Acrobat or Rhino are able to open them.

View 2 Replies View Related

Illustrator :: Type Tool - Show Dark Background / Cannot See Text

Feb 18, 2013

When i using a Type tool always showing a dark background so i can't see any text

View 3 Replies View Related

3ds Max :: F2 Show Selected Faces As Shaded Is Broken

Dec 12, 2012

In max 2012 with latest updates as of 12/12/12 the function for seeing what faces/polys i have selected in subobject does not work. I hit F2 with no effect at all but F3 and F4 have an effect.

View 3 Replies View Related

AutoCad 2D :: Add A Field To Block That Show Selected Size

Nov 21, 2012

I have a dynamic steel section block with a btable to choose which size member you want. What I want to know is there any way I can add a field to the block that shows the selected size so that I don't need to add a separate call up. The field would be linked to the block so if I was to change the size of the member, the field would update and no risk of someone not updating the call up by mistake.

View 3 Replies View Related

AutoCad :: Set Quick Properties To Show For Selected Item

Nov 8, 2012

I have a further query, when I select an object (Line, Circle, Hatch etc...) how can I set the 'Quick Properties' to automatically show for the selected item(s)?

View 4 Replies View Related

Lightroom :: 4 Show Selected Mask Overlay (checkbox)

Jun 14, 2013

After checking the box, as I paint, the red color is no longer there.
 
Instead, I can barely make out a very faint pink that does not appear to cover the image. It no longer paint is red.

I have closed and reopened LR and I have warm and cold booted my computer (many times).  The red is gone.

View 4 Replies View Related

After Effects :: Show Layer In Timeline When Selected / Clicked On In Composition Window?

Aug 9, 2013

i would simply like to automatically have the layer shown in the timeline as soon as i select it in the composition window. Sometimes there are so many layer that i will have to look for it.  I know, i can just press p (for example) a few times and it will show.  But this could mess up what i have already opened in this layer.

View 2 Replies View Related

Photoshop Elements :: How To Edit Text In Selected Large Multiline Text Layer

Jul 16, 2013

Running PSE 9 under Mac Snow Leopard.
 
I have a family photo including many text layers.  I'm trying to edit the text in a selected large multi-line text layer.  I'm following the steps from the appropriate PSE article, but I always end up creating a new layer and the red/green no-go/go option.  I thought I should just be able to double-click the text layer and start editing.

View 6 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Find All Text In Selected Items And Swap Text

Oct 25, 2012

A program that prompts:"select objects:" then I can select some objects like as text, line, circle,... after that program find all texts in selected items and swap text

swap means:   xxx/yyy ===> yyy/xxx ;    "/" is a divisor

swap function for one text is here:

(defun c:swap ( / pos ent el txt)
(vl-load-com)
(if(null #div#)(setq #div# "/"))
(setq #div#
(if(=(setq tmp(getstring(strcat "
Divisor character: <"#div#"> ")))"")
#div# tmp
)

[Code]....

but I want a program to prompt me like this:

(prompt "Select objects:")(terpri)
(setq a (ssget '((0 . "TEXT"))))

and gets divisor char </>:

after that:

(setq n (sslength a))
(repeat n

....

)

repeats n times, n=number of texts in my selection

View 6 Replies View Related

AutoCad 2D :: Remove Text String Out Of All Selected Text?

Sep 28, 2012

Instead of adding text as a prefix or suffix i would like to know if it is possible aswell to remove text from within text: For example:

I have these texts "I am not good", "he is not good", "what not to be" And i would like to remove the word "not" from all selected text so i would get "i am good", "he is good" , "what to be". The set word not will always be the same, so there is no need for user string input.

View 6 Replies View Related

AutoCAD 2010 :: Layer Toolbar Won't Show Current Layer Selected

May 8, 2012

When i click on the green line has you can see on the image. The layer toolbar wont show me the right layer, like if it's not working. But i can see the right layer inside propreties.

Is there a system variable to ajust to see my layers inside the Layer tool bar?

View 1 Replies View Related

Lightroom :: Print Doesn't Show A Selected Photo And Won't Print

Oct 13, 2012

How do I get my photos printed? I select a photo but I get the maessage that no photo was selected.

View 2 Replies View Related

Photoshop :: CS6 Text Layer Names Not Updating To Show Actual Text

Sep 26, 2012

I've got some Text Layers in my CS6 document.
 
In CS5, if I had Text Layers and changed the text on the layer (by double-clicking the "T" icon of the specific Layer in the Layers palette), the name of the Layer would change to reflect the new text I entered.
 
For some reason this behavior is gone in CS6. So, for example:
 
• I have a Text Layer with the word "Email" on my canvas. The Text Layer name also reads "Email".
• I double-click the "T" icon of the Email Layer to edit the text on canvas.
• I enter new text, "Contact". The text on canvas updates to "Contact", but the Layer Name remains "Email".
 
So, for accurate Layer names, I find myself having to change the text twice: once on the canvas, and then manually updating the Layer name as well. Is there an option or preference somewhere that I'm missing that would re-enable the behavior from CS5?

View 9 Replies View Related

AutoCAD 2013 :: Attributes Show Up As Text Without Manual Text Entry?

May 16, 2012

I would like to know how, if possible to make the attributes of a block show up as text.  Example:

I am working on a power utility design where each power pole has a sequential name and may or may not have units that need to be added into a contract.  I have my attributes set up where I can go in and assign a required number to a unit so I can export my data into excel.  The problem I am having is that I have to enter the text and change the attribute quantities separately.  Also, there are 40 or so different units and only a few certain ones required at each pole.  Is there a way to set the attribute only to display text if the quantity is greater than zero so my list is not 40 units long at each pole?

(I am using Autocad 2013, 64 bit)

View 1 Replies View Related

Photoshop Elements :: Why Won't Text Show Up On Picture When Using Text Tool

Oct 22, 2012

Using the horizontal text tool I can make a text box, but no text-blinker shows up in the box and when I type no text will appear. Although, in the Layers pannel on the right side it does name the layer whatever I have typed so why won't it show on the picture? Even if you make all other layers invisible the text layer still does not show up on a blank background.

View 4 Replies View Related

AutoCAD Civil 3D :: Dynamic Block With Text Inserted Into Drawing Show Text Orientation Matched To Layout

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

CorelDRAW X6 :: Not All Text Selected

Jul 17, 2013

In my job, I wrote a lot of technical manuals in CorelDraw x6 because of it strength in page layout involving text and graphics. And its multi-page capabilities.

One big questions: if I use the shortcut ALT+T to select all text, not all text are selected at all. Is this a defect?

In my work, I need to convert all text in the manual to curves before sending to the external printer. I had end up browsing the entire Object Manager list to ensure all text are converted to curves. Of course, this is a pain in the neck as I have many pages and objects to work on.

Note: I had discovered some text in a) groups, b) locked, and c) embedded properties often found not selected at all.

My manuals include locked objects with text, illustration diagrams with text, paragraph and artistic text.

View 7 Replies View Related

Photoshop :: Selected Text

Apr 1, 2005

I was wondering if anybody knew what Photoshop does to an image when you select text in the text tool. I've decided I want to use this effect on part of my image, but I can't figure out how to make it. It's a certain kind of inversion, but using "Invert" does NOT produce the same results. It's got to be simple, but I can't figure it out.

View 8 Replies View Related

Photoshop :: Text Looks Selected And No 'jpg' Option

Feb 25, 2008

Whenever I add text, there's a little black and white border around each letter. It looks like it's highlighted, but it's like that even after I save it. Another thing is that while I am doing anything to the picture, nt just text, the colors are inverted.

if i try to save any kind of a document, there is no 'jpg' option. I think there are some other options missing, too.

I just used it last week, and I could save it as jpg and use text at that point.

View 4 Replies View Related







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