Need help with scaling the text

I need to make a text vertically taller, but seem to have a problem with the scale tool. That's what I'm starting with:

Screen Shot 2015-09-25 at 9.50.15 AM.png

And when I try to step up that I end up with this:

Screen Shot 2015-09-25 at 9.50.49 AM.png

Any help would be greatly appreciated. Thank you!

Use the scale options in the character, as in this case Panel

Tags: Illustrator

Similar Questions

  • Need help with a typewriter text effect

    Hi, could you guys look over my script and see what happens? I wish that the words in the string type in the allotted time, but for some reason any my apends the first and last letter function what anyone in the chain, so "Hello?" becomes "ello". It is not affected if I touch the text in the string with spaces, i.e. "Hello?" Neither this work if I start I have account to-1, not 0. Help, please.

    import flash.utils.Timer;
    import flash.events.TimerEvent;

    var str:String = "Hello";

    var i: int = - 1;
    var delay: int = 720%str.length;

    var: timer = new Timer (delay);

    Timer.Start ();

    timer.addEventListener (TimerEvent.TIMER, gotime);

    function gotime(e:TimerEvent)
    {

    textbox_txt. AppendText (Str.charAt (i));
    i ++ ;
    If (I > = str.length)
    {
    Timer.Stop ();
    }
    }

    I should start at 0.  The code works fine then you might need to see if you need to incorporate your policy in the textfield to get it to display.

  • need help with & quot; contextual text & quot;

    I want my user to "mouse in ' on a text, and when that happens, I want a legend to the pop-up window on the upper right of the text to describe the original text.
    I need help. When explain you it, be very detailed.

    Thank you
    It worked

  • need help to find the text that has been reduced from word document

    I cut and pasted the document in a grammar online editor; After that it was edited, I tried to copy / paste to the document word; some how the text has been lost

    I cut and pasted the document in a grammar online editor; After that it was edited, I tried to copy / paste to the document word; some how the text has been lost

    If that you cut is not available to paste, you're out of luck. It's is not just about anywhere you can get it from. You will need to go back in the premodifie file.

  • Need help on why the text size continues to change as I'm typing or research. Need help on why the page disappears when I try to send email or when I try to view a page online.

    Can someone tell me how to fix these issues?  When I type a message by e-mail or through a Web site, I get the microscope & then the text size change automatically if small I can't read.  The other problem I have is that I continue to in getting kicked off the e-mail page or Web page without hitting any other buttons.  When I type an email, and more text size change, I get a message box asking me if I want to leave the page, click ok or if I want to stay on the page, click Cancel.  I always click Cancel, but get kicked off the e-mail page anyway and have to start over.  This happened to someone?   I asked Acer (my brand of windows 7 computer) for help, but they say the warranty that I treat these & have to pay.  I asked Microsoft to help on this, but I have to pay.  I got this Acer Aspire 7540 for about a month.  Cannot get help anywhere.  Anyone know what to do or where I can ask for help?

    Hi Phylomel,

    -Since when are you facing this problem?

    -Do you have yo umake any changes made to your computer before this problem started?

    -This only happens when you access email through Internet Explorer?

    -This happens on all the websites or any websites?

    However, you can try to optimize the settings of Internet Explorer on your computer and check if that helps you solve the problem. Access the link below and follow the steps to optimize Internet explorer.

    http://support.Microsoft.com/kb/936213

    Also, you can check if the CTRL key on the keyboard is sturck and if the program is based on shortcut keys.

    You try to use the on-screen keyboard and check if the problem persists.

    Steps to start the on-screen keyboard on:

    1. click on start.

    2. open the control panel (Classic view).

    3. click on ease of access Center.

    4. click on on-screen keyboard

    You can also try starting an online virus scan to check if your computer is infected and remove infected items and check if it helps you to solve the problem. Go to the link below to run an online virus scan.

    http://safety.live.com

    I hope this helps. Let us know the result.

    Thank you and best regards,

     

    Srinivas R

    Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Div/CSS need help to get the text to expand around photo

    Hi, I'm new to the whole thing div/CSS, what I'm trying to do is have a photo to the right of my page under the menu bar and then have text range from the left of the page and wind down once it gets to the photo (with padding on the photo so that the text does work all the way up to the border of the picture) and then when the text changes below the picture to have it go all the way across the page. How do I would accomplish this? Thank you!

    This rule adds your CSS

    {.imgfloatright}

    float: right;

    margin left: 15px;

    }

    And apply this class to the image

    The HTML code would be

  • Need help with loading analyzed text RSS

    Hi, I've created an AS3 FLA where I am the analysis and displays the text of RSS. I've traced the analyzed text and the text displayed in the boxes of dynamic text on the stage without problem.
    However the line breaks in the text will appear on stage as well.
    How does a band on the < p > or </r > tags in the text to make the text a nice long line that ends with the length of the text as parameters box is?

    OK, I found the answer, thanks all.

    var myvar:String = myDynamicText.text;
    myDynamicText.text = myvar.split ("\r").join("");
    myDynamicText.text = myDynamicText.text.split("\n").join("");

  • Hello. I need help to change the text in the browser tab.

    Greetings,

    I downloaded a model and have successfully transferred. However, the text in the tabs of the browser continues to say "Temple free blah blah."

    I would like to say the title of my Web site.

    Could someone please walk me through this task elementry?

    Best,

    CHADRICK

    A link would be useful, but I think you are referring to the title of the page. Right-click on your pages in plan view and access the properties of the page and change the name to what you want.

  • Need help with loading the XML file

    Hello

    I spent reviewing the web/forums for an example on how to do this for a few days now.  I managed to get this working in Flash Pro easily enough, but I think I'm missing something when I want to do the same thing in Flex.

    Basically, I want to load an XML file and then set the values of the text of labels 5, equal to the data in the XML file.

    So I have a button created in MXML and have put the following click event:

    Click = "dsSetup (Event)" "

    I also stated the following:

    public var myRequest:URLRequest = new URLRequest ("assets/myFile.xml");   folder located under the CBC in project

    public var myLoader:URLLoader = new URLLoader();

    public var myXML:XML;

    My function that loads is as follows:

    public function dsSetup(event:MouseEvent):void

    {

         trace ("dsSetup");

    myXML = new XML (myLoader.data);

    H3. Text = myXML.source.itemA;

    H4.text = myXML.source.itemB;

    H5.text = myXML.source.itemC;

    H7.text = myXML.source.itemD;

    H8.text = myXML.source.itemE;

    currentState = "MainMenu";

    }

    myLoader.addEventListener (Event.COMPLETE, dsSetup);   I think that this line is no longer as I put it in the MXML

    myLoader.load (myRequest);

    It's the way I did in Flash and it worked fine, but I must be missing something when it comes to Flex.

    Can you explain or point me to a good tutorial that shows how to load XML in Flex code?

    Those I've found seems to have about 50 lines of code just to load a file and add through a complex for a beginner.

    Thank you very much

    I suggest you save the data loaded in a variable that can be linked, then bind the properties of the text - who:

    [Bindable]

    var myXML:XML;

    public void dsSetup(event:MouseEvent):void

    {

    myXML = new XML (myLoader.data);

    currentState = "MainMenu";

    }

    ...

  • Need help with editing the channels from document information

    I am trying to create a string based on information from the active document, which is then saved as text delimited by tabs for use in spreadsheets.

    I'm new to the script but I was able to get the info from Photoshop, but now I need to deal with some of them.

    Here's the info I want in the order I want: name of file, the file size (actual work or size), width in pixels, height in pixels, inches of width, height inches, image resolution, color mode.

    example: 5.3 MB 3810 3810 5 5 762 RGB CoolPicture_LYRD.psd

    Here is the info I got in return:

    CoolPicture_LYRD.psd3810 px3810 px5 px5 px762 DPIDocumentMode.RGB

    I need to make these changes:

    1. Add the size of the document
    2. Cut the shape px string OR convert the "px" in the chain of inches to the 'in '.
    3. short 6-digit numbers (for a number like 5.33333333333333 px)
    4. trim theDocumentMode. info from the color mode

    I tried using substrings which gets an error about the functions

    I tried ToString() and beach setting, but without success.

    any help would be appreciated. Thanks for the research.

    Here is my script so far

    //get the info from document that I need for my excel sheet
    var imageHeightPixels = activeDocument.height
    var imageWidthPixels = activeDocument.width
    var fileResolution = activeDocument.resolution
    var imageMode = activeDocument.mode
    // get size in inches from pixel based measurement
    var imageHeightInches = imageHeightPixels / fileResolution
    var imageWidthInches = imageWidthPixels  / fileResolution
    
    
    var imageName = activeDocument.name.toString()
    var imageDimensions = new File ("~/desktop/File Info Report.txt")  
    
    
    app.preferences.rulerUnits = Units.PIXELS
    
    imageDimensions.open('a');  
    imageDimensions.write(imageName + "\t" + imageHeightPixels + "\t" + imageWidthPixels + "\t" + imageWidthInches + "\t" + imageHeightInches + "\t" + fileResolution + " DPI" + "\t" + imageMode + "\n");  
    activeDocument.close(SaveOptions.DONOTSAVECHANGES)  
      
    imageDimensions.close(); 
    

    There you go Buddy:

    var doc = app.activeDocument;
    var currentUnits = app.preferences.rulerUnits;
    
    app.preferences.rulerUnits = Units.PIXELS;
    
    var fileName = doc.name;
    var fileSize = (File(doc.fullName).length / (1024 * 1024)).toFixed(2);
    var fileWidthPx   = doc.width.value;
    var fileHeightPx = doc.height.value;
    var fileResolution = doc.resolution;
    var fileWidthInch = (fileWidthPx  / fileResolution).toFixed(6);
    var fileHeigthInch = (fileHeightPx / fileResolution).toFixed(6);
    var colorMode = doc.mode.toString().split(".")[1];
    
    app.preferences.rulerUnits = currentUnits;
    
    var outputString = fileName + "\t" +
      fileSize + " mb\t" +
      fileWidthPx + "\t" +
      fileHeightPx + "\t" +
      fileWidthInch + "\t" +
      fileHeigthInch + "\t" +
      fileResolution + " DPI\t" +
      colorMode + "\n";  
    
    var logFile = new File ("~/desktop/File Info Report.txt");
      logFile.open('a');
      logFile.write(outputString);
      logFile.close();
    
    doc.close(SaveOptions.DONOTSAVECHANGES);
    
  • Need help with installing the drivers for Satellite

    Help, please! One day, I restarted my pc I would normally, and it came with a code error on something in the sense of "we need to reboot your pc" so after days that I did get it back and actually log on windows.

    Now when I go into Device Manager, there are 4 things with yellow exclamation points.

    (1) network controller, which does not allow me to go on the internet.
    (2) PCI device
    (3) PCI Simple Communications Controller
    4-SM Bus controller

    Please tell me how I can fix or install these without going on the internet because I can't!

    Thanks in advance

    I don't know what model of laptop you have, but if you can not download the necessary drivers, I recommend you to reinstall the original recovery image and start using your laptop with 'presets' again.

  • BlackBerry Smartphones need help with resetting the voice message counter

    Recently, I moved the United States in India and brought with me my favorite Storm 9530. In the United States, I had Verizon as my career and I went to Vodafone in India. Prior to joining Vodafone, he had 5 posts not read/unheard voices and so my Storm showed o_o 5 on the home screen. After that I went to Vodafone, this count is reset. I tried all over the web for a solution to remove this notification of my camera, but can't find a viable solution. According to my understanding, I thought that the count resets automatically once I have activate my voicemail to Vodafone, but after I signed, I realized that the Vodafone India use no method of "Notification of device" for voice messages, but sends an SMS whenever you have a virtual machine. With this result, the number of old was put in my camera never gets reset or reset.

    Y at - there someone who can give me a solution for this reset? Is there a way/software that will let me access the device's internal data structures and reset. My carrier, Vodafone India already has informed me that they cannot help me with this.

    Thanks in advance.

    The solution does not work. The only thing you need to keep in mind is to first take a full backup of the device via Device Manager and wiping the device, DO NOT remove the third-party applications.

    I had to reinstall all applications that a lot of time.

  • Acrobat Pro DC: need help to bind the text fields for text overflow

    I use Acrobat Pro DC and I'm trying to bind two form fields so that overflow text box1 to box2. Someone knows how to do this? I am a novice so I need step by step help. I did some research but have only found solutions for older versions of Acrobat, if instructions are essentially useless. Please and thank you!

    I did it! You have to edit the custom script typo and enter in this:

    If (event.fieldFull | event.willCommit)

    this.getField ("name of the overflow field goes in here") .setFocus ();

    Only problems I ran into is that you can't have fields bound, and he cannot have special characters or spaces in the name of the field.

  • I need help with dynamic input text

    I am developing a game and I have a problem with my dynamic input text. I am doing my input text appear on other images whenever I click on the button, well, I tried a few solutions I've seen here, but it hasn't really well.
    This is the first code I used:

    Stop();

    function handleClick(pEvent:MouseEvent):void {}

    var myfirstVariable = box1.text;

    Welcome.Text = "Welcome to the game" + myfirstVariable;

    }

    enter_button.addEventListener (MouseEvent.MOUSE_UP, handleClick);

    This works but only on an image. and this is the code I'm trying to use now:

    Stop();

    var enteredText:String;

    welcome.addEventListener (Event.CHANGE, updateString);

    function updateString(evt:Event) {}

    enteredText = welcome.text;

    }

    enter_button.addEventListener (MouseEvent.MOUSE_UP, handleClick);

    and on the other images:

    Stop();

    enteredText = welcome_2.text;

    Thank you much for the help ^^

    If you change the images have an another textfield on this new framework, you must set its text property to:

    enteredText = welcome_2.text;<-comment out="" this="" line="" and="">

    welcome_2.text = enteredText;

  • Need help with installing the driver Vista for Satellite A200-23U

    INSTALL THE

    WINDOWS VISTA
    N ° Version of the component name
    1 Windows Vista RTM
    2 native Intel ICH7M Chipset utility
    3 945GM Intel display driver
    or
    3 nVIDIA Display Driver G72MV-A3/NB7P-GS
    Realtek Audio driver ALC861D 4
    5 Realtek 8101E 10/100 / Driver LAN Gigabit 8111
    6 Synaptics Touch Pad Driver (with LuxPad)
    7 ALPS Touch Pad Driver
    8 card reader TI Multiple digital media
    9 TOSHIBA software modem
    10 Golan Intel Wireless LAN Driver
    11 Kedron Intel Wireless LAN Driver
    12 Atheros Wireless LAN Driver
    Camera Chicony 13 software
    14 Bluetooth Stack for Windows by Toshiba
    15 Bluetooth monitor
    16 TOSHIBA Value Added Package
    17 TOSHIBA Flash Cards Support utility
    TOSHIBA 18 hardware configuration utility
    19 TOSHIBA supervisor password
    20 TOSHIBA SD Memory utilities
    21 TOSHIBA ConfigFree
    22 TOSHIBA Assist
    TOSHIBA Speech System 23
    24 TOSHIBA Extended tiles for Mobility Center Windows V1.01
    TOSHIBA Fingerprint Utility V5.6.0.3221 25

    But the [code] http://eu.computers.toshiba-europe.com/cgi-bin/ToshibaCSG/download_drivers_bios.jsp?service=EU&mode=allMachi nes & action = search & teddProduct = 738 & selShortMod = 532 [/ code] I don't know what connection is No2 chipset driver (I use vista 32 bit), similar what link is No3 display driver.

    Can you help me to download 25 entry because I'm bad at computing :(
    Sorry because of my English... THX

    Hey Buddy

    You have a machine with the ATI graphics card. Am I wrong?
    If Yes, then the Chipset driver is ALREADY included in the ATI graphics driver that is available on the European driver Toshiba page!

    The order of installation displays the instructions step by step for all THE portable Satellite A200 PSAE6E but the fact is that devices were equipped with different material parts and that's why some single drivers do not appear or are not available.

    Once again; Utility/driver chipset is available/included in the ATI graphics driver

    Good bye

Maybe you are looking for

  • How can I fix the color washed out for border to start in Firefox (vs Chrome)?

    I created a web page with a very basic table and border-style: first. Attached picture shows three colors ('red', ' #2CC11F ' and ' #22A8D6 ') of this table, and how they appear on the Chrome vs. Firefox (right) (left). The image is a screenshot take

  • How to replace the battery CMOS on TECRA M3?

    Could someone tell this newbie how to change the battery CMOS on a Tecra M3?I can see it is located under the hard drive that I can remove, but cannot see how to strip all along to get to the battery. Thank you very much nilocp

  • What is local or private mode?

    I am trying to log into a site that I can easily access on my pc and I get the message: "OOP!" Check your settings to ensure that you are not using local or private and try again! I checked the privacy and location - everything is set correctly.  I d

  • Windows 7 Home Premium Family Pack upgrade

    I would like to buy a Windows 7 Home Premium Upgrade Family Pack, it can only ship to the United States?Can I buy it from China?

  • P6 - 2303a won't sleep

    Hello, I have a Pavilion p6 - 2303a running Windos 8.  The computer go to sleep if I press the sleep button, but will not sleep when idle. The screen turns off, but the computer continues to operate. I checked all my advanced power settings, Windows