Need help 'Thinning-Out' text

Novice user HERE.  Hoping someone can guide me in the way to tackle this problem...

I have a logo made up hand-drawn letters that exist in the form of vectors described in my .ai file.  I want to know if there is an easy way to make each letter a bit "thinner". I was send digital purposes by adding a line to each letter that corresponds to the color of the background, on what it will be used.  This work around has been effective to get the look that I want, but becomes problematic when preparing files for print applications (t-shirts, stickers, etc.).

Is there an easy way to somehow "thin" letters equivalent to the amount of girth that race seems to take off each letter?

You can always just apply the effect to the text object.

But of course it won't work than if you enter a value that can be shifted. If the value is too large, nothing will happen.

Tags: Illustrator

Similar Questions

  • Need help with outer join

    Hello

    I have a requirement in which I need to get data from a third table where a date of the third table is higher than a date in the second array.

    Ex:

    SELECT t1.column1, t3.column2
    FROM t1, t2, t3
    WHERE t1.id = t2.foreign_id
    AND t1.id ( + ) = t3.foreign_id
    AND t3.some_date_column > t2.another_date_column
    
    

    However, using the query above returns no results if the date condition is not met. I still need to show t1.column1 and a null t3.column2.

    How should I do this?

    Thank you

    Allen

    Edit: Added information about the requirement.

    Hi Allen

    1. SELECT t1.column1, t3.column2
    2. T1, t2, t3
    3. WHERE t1.id = t2.foreign_id
    4. AND t1.id = t3.foreign_id (+)
    5. AND t3.some_date_column (+) > t2.another_date_column

    I guess that this t1.column1 must not be null. Or am I wrong? The + sign must be placed on the side where draws are accepted. You must repeat it for each condition on the table.

    Alternativlely you can use the LEFT OUT JOIN syntax. If the two columns are allowed null you need a FULL OUTER JOIN.

    BTW: The join to t2 is not required if a refefernce constraint forced.

  • Need help on the text of the Oracle

    Hi Master,

    I'm working on the text of the Oracle. I executed the step/commands below. All are executed successfully. But I saw no improvement in my work. But I have a doubt, explain below.

    create the table ent_dnt in select * from entitlement_dnt;

    BEGIN

    CTX_DDL. CREATE_PREFERENCE ("oracletext_datastore", "MULTI_COLUMN_DATASTORE");

    CTX_DDL. SET_ATTRIBUTE

    ("oracletext_datastore", "COLUMNS",

    "ORDER_NUMBER, GENERIC_PRODUCT_NAME_EXT, ENTITLEMENT_REF_ID, DEVICE_ASSET_ID, DEVICE_UNIQUE_ID, SWSERVICETAG, PRODUCT_DESC');

    END;

    CREATE INDEX idx_oracle_text

    ON Ent_dnt (search_cols)

    INDEXTYPE IS CTXSYS. FRAMEWORK

    PARAMETERS ("DATASTORE oracletext_datastore");

    BEGIN

    DBMS_STATS. GATHER_TABLE_STATS ('EE', 'ent_DNT', cascade = > TRUE);

    DBMS_STATS. GATHER_TABLE_STATS ('EE', 'upd_DNT', cascade = > TRUE);

    DBMS_STATS.gather_index_stats ('EE', 'idx_oracle_text1');

    DBMS_STATS.gather_index_stats ('EE', 'idx_oracle_text');

    END;

    the steps above are created / executed successfully. But when to run my select query... I did not see anywhere oracle text index name in my plan to explain.

    Plan

    SELECT STATEMENT ALL_ROWSCost: 28 393 bytes: 49 675 cardinality: 5

    3 TRI GLOBAL bytes: cardinality 8: 1

    TABLE ACCESS BY INDEX ROWID TABLE EA 2. EE_PROD_GRP_ENTITLEMENT cost: 4 bytes: 8 Cardinality: 1

    1 INDEX RANGE SCAN INDEX EE. IDX_PGE_ENT_ID cost: cardinality 3: 1

    5 SORTING GLOBAL bytes: cardinality 8: 1

    TABLE 4 TABLE EA FULL ACCESS. ENT_DNT cost: 26 781 bytes: 8 Cardinality: 1

    20 SEE EE. Cost: 28 393 bytes: 49 675 cardinality: 5

    19 STOPKEY COUNTY

    18 SEE EE. Cost: 28 393 bytes: 49 610 cardinality: 5

    GROUP 17 SORT BY STOPKEY cost: 28 393 bytes: 2 295 cardinality: 5

    the HASH JOIN cost EXTERNAL 16: 28 392 bytes: 2 295 cardinality: 5

    Cost EXTERNAL 14 NESTED LOOPS: 28 388 bytes: 1 808 cardinality: 4

    Cost EXTERNAL 11 NESTED LOOPS: cardinality 28 384 bytes: 1 600: 4

    Cost of 8 HASH JOIN: 28 383 bytes: 1 552 cardinality: 4

    TABLE 6 TABLE EA FULL ACCESS. UPD_DNT cost: 1 089 bytes: 174 cardinality: 6

    TABLE 7 TABLE EA FULL ACCESS. ENT_DNT cost: 27 292 bytes: 110,648,108 cardinality: 308 212

    TABLE ACCESS BY INDEX ROWID EE TABLE 10. PRODUCT_LICENSE_PART cost: 1 bytes: cardinality 1: 12

    9 INDEX RANGE SCAN INDEX EE. IDX_PLP_PD_DATA_ID cost: cardinality 0: 1

    TABLE ACCESS BY INDEX ROWID EE TABLE 13. PD_KT_DETAILS cost: 1 bytes: cardinality 1: 52

    12 INDEX RANGE SCAN INDEX EE. IDX_PKD_PART_NUM cost: cardinality 0: 1

    TABLE 15 TABLE EA FULL ACCESS. Cost LEGACY_CONFIG: 03:00 cardinality: 5

    and cost is so high. But when I ran the query below. I saw no table $.

    TEST@orcl_11gR2 > SELECT object_name, object_type

    2 FROM user_objects

    3. WHERE object_name LIKE '% oracle % '.

    4.

    Usually DR$ $I $K, $N, $R, $X tables aren't creaed. where is the problem? Please help me. I perform this task.

    Concerning

    AR

    3. I L 36 records on the ent_dnt table... I added another 1 lakh records more... This index is does it work properly? or should I update again?

    As long as you use SYNC (ON COMMIT) each ecord you insert is indexed immediately after you have posted.  This will result in gradually increasing index fragmentation, you OPTIMIZE the index or ALTER and REBUILD the index or DROP and RE-CREATE the index to reduce fragmentation and keep the queries that use CONTAINS to run fast.  How many times you need to do this depends on how many times you insert the amount of data.

    Also, if you update data, then you must make sure that whenever you do an update, you update the column that the index is created as search_cols, in order to trigger the synchronization.  That you updated the search_cols to is okay, as long as it is updated.  For example, you might be updated to U.

  • need help with outer join filter.

    Need a little help to filter a result set and I can't seem to find a good way to do this.
    /*table*/
    
    create table invoice( farinvc_invh_code varchar2(100),
                                  farinvc_item varchar2(100),
                                  farinvc_po varchar2(100)
                                  )
       create table po( 
            supplier_number varchar2(60),
            supplier_invoice_no varchar2(60),
            po_number varchar2(60),
            run_date varchar2(60),
            PO_LINE_NUMBER varchar2(60) );
    /*data*/
    
    INSERT INTO "INVOICE" (FARINVC_INVH_CODE, FARINVC_ITEM, FARINVC_PO_ITEM) VALUES ('I0554164', '1', 'P0142245');
    INSERT INTO "INVOICE" (FARINVC_INVH_CODE, FARINVC_ITEM, FARINVC_PO_ITEM) VALUES ('I0554164', '3', 'P0142245');
    INSERT INTO "INVOICE" (FARINVC_INVH_CODE, FARINVC_ITEM, FARINVC_PO) VALUES ('I0554165', '1', 'P0142246');
    INSERT INTO "INVOICE" (FARINVC_INVH_CODE, FARINVC_ITEM, FARINVC_PO) VALUES ('I0554165', '2', 'P0142246');
    
    
    
    
    
    INSERT INTO "PO" (SUPPLIER_NUMBER, SUPPLIER_INVOICE_NO, PO_NUMBER, RUN_DATE, PO_LINE_NUMBER) VALUES ('914100121', '529132260', 'P0142245', '21-NOV-12', '1');
    INSERT INTO "PO" (SUPPLIER_NUMBER, SUPPLIER_INVOICE_NO, PO_NUMBER, RUN_DATE, PO_LINE_NUMBER) VALUES ('914100121', '529137831', 'P0142245', '21-NOV-12', '3');
    INSERT INTO "PO" (SUPPLIER_NUMBER, SUPPLIER_INVOICE_NO, PO_NUMBER, RUN_DATE, PO_LINE_NUMBER) VALUES ('914100121', '529137831', 'P0142245', '21-NOV-12', '2');
    INSERT INTO "PO" (SUPPLIER_NUMBER, SUPPLIER_INVOICE_NO, PO_NUMBER, RUN_DATE, PO_LINE_NUMBER) VALUES ('914100122', '145678', 'P0142246', '22-NOV-12', '1');
    INSERT INTO "PO" (SUPPLIER_NUMBER, SUPPLIER_INVOICE_NO, PO_NUMBER, RUN_DATE, PO_LINE_NUMBER) VALUES ('914100122', '145679', 'P0142246', '22-NOV-12', '2');
    query execution of im.

    SELECT  farinvc_invh_code,
                    supplier_number,
                    supplier_invoice_no,
                    farinvc_item, 
                    farinvc_po ,
                    po_number,
                    run_date,
                    PO_LINE_NUMBER
            FROM INVOICE, PO
            WHERE PO_NUMBER = FARINVC_PO(+)
            AND FARINVC_ITEM(+) = PO_LINE_NUMBER
            
    result
    "FARINVC_INVH_CODE"           "SUPPLIER_NUMBER"             "SUPPLIER_INVOICE_NO"         "FARINVC_ITEM"                "FARINVC_PO"                  "PO_NUMBER"                   "RUN_DATE"                    "PO_LINE_NUMBER"              
    "I0554165"                    "914100122"                   "145678"                      "1"                           "P0142246"                    "P0142246"                    "22-NOV-12"                   "1"                           
    "I0554165"                    "914100122"                   "145679"                      "2"                           "P0142246"                    "P0142246"                    "22-NOV-12"                   "2"                           
    "I0554164"                    "914100121"                   "529132260"                   "1"                           "P0142245"                    "P0142245"                    "21-NOV-12"                   "1"                           
    "I0554164"                    "914100121"                   "529137831"                   "3"                           "P0142245"                    "P0142245"                    "21-NOV-12"                   "3"                           
    ""                            "914100121"                   "529137831"                   ""                            ""                            "P0142245"                    "21-NOV-12"                   "2"                           
    It is a much larger table, and I took an excerpt in order to keep things clear and understanding. I would like to filter the result set to only show lines that have po numbers are the same and line are the same but there is an additional element. in other words as such.
    "FARINVC_INVH_CODE"           "SUPPLIER_NUMBER"             "SUPPLIER_INVOICE_NO"         "FARINVC_ITEM"                "FARINVC_PO"                  "PO_NUMBER"                   "RUN_DATE"                    "PO_LINE_NUMBER"              
    "I0554164"                    "914100121"                   "529132260"                   "1"                           "P0142245"                    "P0142245"                    "21-NOV-12"                   "1"                           
    "I0554164"                    "914100121"                   "529137831"                   "3"                           "P0142245"                    "P0142245"                    "21-NOV-12"                   "3"                           
    ""                            "914100121"                   "529137831"                   ""                            ""                            "P0142245"                    "21-NOV-12"                   "2"                           

    Hello

    Let me assure you that I understand.
    Last time, we were looking for the PO_NUMBERs who have been partially put into correspondence , i.e. groups of rows in the order table with the same po_number, which some had corresponding lines in the table Bill, and some of whom have not. It was essential that there is at least 1 line and 1 row without connections with the same purchase order.
    Now that you are interested SUPPLIER_INVOICE_NOs who are partially paired, i.e. groups of rows in the table of po with the same po_number and supplier_invoice_no, some of which have corresponding lines in the invoice table, and some are not. ("Supplier_Invoice_No" is quite a mouthful. "We'll abbreviate as sin in the future.) However, the final selection is based on po_numbers: If a po_number has partially matched sins, then we are interested all po_number. For example, the result set must include = 529132260 SIN, even if that sin is completely, because there is a partially matching sin (529137831) with the same po_number (P0142245).

    As this problem revolves around partially matching sins, let's call them Cardinal sins . We can calculate match_cnt and total_cnt based NAS as well as po_number. Then, we can use another analytic function so see if the po_number has all cardinal_sins, like this:

    WITH    joined_data     AS
    (
         SELECT     i.farinvc_invh_code
         ,     p.supplier_number
         ,     p.supplier_invoice_no
         ,     i.farinvc_item
         ,     i.farinvc_po
         ,     p.po_number
         ,     p.run_date
         ,     p.po_line_number
         ,     COUNT (i.farinvc_po) OVER ( PARTITION BY  p.po_number
                                            ,                  p.supplier_invoice_no
                               )     AS match_cnt
         ,     COUNT (*)           OVER ( PARTITION BY  p.po_number
                                            ,                  p.supplier_invoice_no
                                          )     AS total_cnt
         FROM           po       p
         LEFT OUTER JOIN  invoice  i  ON   i.farinvc_po    = p.po_number
                                      AND  i.farinvc_item  = p.po_line_number
    )
    ,     got_cardinal_sin_cnt     AS
    (
         SELECT  joined_data.*
         ,     SUM ( CASE
                        WHEN  match_cnt  >= 1
                     AND     match_cnt  <  total_cnt
                     THEN  1
                    END
                  ) OVER (PARTITION BY  po_number)     AS cardinal_sin_cnt
         FROM    joined_data
    )
    SELECT    farinvc_invh_code
    ,       supplier_number
    ,       supplier_invoice_no
    ,       farinvc_item
    ,       farinvc_po
    ,       po_number
    ,       run_date
    ,       po_line_number
    FROM       got_cardinal_sin_cnt
    WHERE       cardinal_sin_cnt     > 0
    ORDER BY  po_number
    ,            farinvc_item
    ;
    
  • Need help with scrolling text in Indesign Panel

    I'm creating a text scroling Panel in Indesign CS5.5. I followed the tutorial for the T, but when I open my control panel overlay creator of the Pan and Zoom option is grayed out, so I can't click on it and create the scrolling text. I have my text pasted into a rectangle and I just want to know how to make it floating. Thoughts?

    We need to ask in the Adobe Digital Publishing Suite forum: http://forums.adobe.com/community/dps

  • Newb needs help with dynamic text

    Hello world

    I'm not a newb - but that's how...

    I am trying to create a multi-page form that allows uses to register the products.
    The first page asks you name etc., and on the second page, I want to say "Welcome"+ username "!" -This kind of thing...
    The problem is that I can't seem to keep the values of dynamic text through the pages.

    I can get it to repeat the entry on the first page with this code:

    _root.firstname_txt. OnChanged = function() {}
    _root.firstname_repeat. Text = "Hello"+ _root.firstname_txt.text; "
    };

    However when I call on the second page it is not defined:

    second_repeat. Text = "Hello"+ _root.firstnamt_txt.text; "
    trace (_root.second_repeat.text);

    I'm sure it's something simple and I am just a dunce of programming...
    Any help is appreciated.

    your

    If your textfield (_root.firstname_repeat) does not exist on the 2nd frame, its text property will be indefinite.

    to remedy, or extend the existence of your textfield in frameworks or use a variable to store its text property (in your manager onChanged) and use this variable to retrieve the value you need.

  • Need help with the text in a presentation liquid

    Hello Adobe Forum,

    I'm trying for the first time how to build a liquid diagram. I have now works, but I would like to have is a liquid layout in another. I want my #wrapper to always be flexible, as if it were present, as well as the text of p #content to have a width 'fixed' to say 500px, but also flexible, but only if the screen is smaller than the 500px.

    I use the code from Rachel Andrew CSS Anthology. Its for a presentation of 2 columns but I just need some kind I played a bit with. At one point, I got the text of work how I wanted but played a little more and I forgot what the tag actually did it

    I have to say that it is for a mobile device if you're wondering why I design this way

    I can't post a URL but my code is below. Thanks in advance

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Liquid Layout Test Site</title>
    
    <link href="style2.css" type="text/css" rel="stylesheet" />
    
    </head>
    
    <body>
    
    <div id="wrapper">
    
    <div id="content">
    
    <h1>Welcome</h1>
    <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin non mi in urna hendrerit tincidunt. Maecenas eleifend erat et lacus. Sed tempor. Sed venenatis consequat neque. Sed massa. Donec quis orci sed lacus ullamcorper venenatis. Nam et sapien. Sed id dolor in tortor eleifend aliquam. Mauris vulputate. Nulla nec diam et pede faucibus ornare.</p>
    
    <p>Vestibulum dictum massa at odio. In dignissim ante id dui. Morbi rhoncus elit ac ipsum. Curabitur a elit. Phasellus in lorem quis turpis imperdiet accumsan. Suspendisse potenti. Curabitur a enim sed lacus tempor venenatis. Mauris sed ipsum sit amet leo dictum scelerisque. Suspendisse a lectus. Aliquam nec felis at erat sagittis pretium. Nunc id augue pharetra augue commodo tincidunt. Praesent placerat, diam quis porttitor lobortis, orci arcu nonummy sapien, at venenatis ipsum wisi non wisi. Sed bibendum nunc at justo. Vestibulum leo lacus, lobortis vel, interdum ac, varius non, augue. Nam rhoncus dictum libero. Donec porttitor porta lectus. Vivamus consectetuer feugiat wisi. Morbi sit amet nibh eget nibh feugiat porttitor.</p>
    
    </div> <!-- content -->
    
    </div> <!-- wrapper -->
    
    <!--<div id="nav">
    
    <ul>
      <li><a href="#">Link 1</a></li>
      <li><a href="#">Link 2</a></li>
      <li><a href="#">Link 3</a></li>
      <li><a href="#">Link 4</a></li>
      <li><a href="#">Link 5</a></li>
    </ul>
    
    <h2>H2 Header</h2>
    
    <ul>
      <li><a href="#">Link 6</a></li>
      <li><a href="#">Link 7</a></li>
      <li><a href="#">Link 8</a></li>
      <li><a href="#">Link 9</a></li>
    </ul>
    
    </div>  nav -->
    
    <div id="footer">
    
    <img src="images/Huntington-logo.gif" width="300" height="62" alt="Huntington Logo" />
    
    
    </div>
    <!-- footer -->
    
    </body>
    </html>
    
    

    
    /* CSS Document */
     
    body {
    margin: 0;
    padding: 0;
    background-color: #d6ddb3;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    border-top: 2px solid # 2A4F6F;
    }
     
    #header {
    border-bottom: 3px solid #B2BCC6;
    height: 0.5em;
    }
     
    #header .strapline {
    font: 120% Georgia, "Times New Roman", Times, serif;
    color: #778899;
    background-color: transparent;
    float: right;
    width: 300px;
    text-align: right;
    margin-right: 2em;
    margin-top: 0.5em;
    }
     
    #header .logo {
    float: left;
    width: 300px;
    margin-left: 1.5em;
    margin-top: 0.5em;
    }
     
     
     
    #wrapper {
    margin-left: 1em;
    margin-right: 2em;
    margin-top:2em;
    background-color:#FFF;
    }
     
    h1 {
    font: 150% Georgia, "Times New Roman", Times, serif;
    color: #5c5b5b;
    }
     
    #content {
    background-color:#CCC;
     
    }
     
    #content p {
    font-size: 0.9em;
    line-height: 1.6em;
    padding-left:10px;
    padding-right:10px;
    }
     
    #footer {
    border-top: 2px solid #778899;
    position:absolute;
    bottom:0;
    }
     
    #footer img {
    margin-left: auto;
    margin-right: auto;
    padding-top:0.5em;
    padding-bottom:0.5em;
    }
     
    #logo_center {
    margin-left:auto;
    margin-right:auto;
    }
     
    
    
    

    Hello

    You can apply one - max-width: 500px; -, in this way it will not go above this when seen on the larger screens (remember to remove the rule of "fixed" width).

    PZ

  • Need help, of a text field automatically updated when you select menu drop-down.

    I have difficulties to do something not work for me. First off the coast, I'm a newbie at the APEX and I am teaching with APEX 4.0. I am developing a project management application for my Department. On my page, I have a list drop-down project number and the project name text field. I want the name of project to be completed when I select the project number in the drop down box text. someone knows how to do this?

    OK, you will need to use an alias for the display value and the return value as you can see in my code, this is still once using your code:

    select PROJ_NUM||'--'||PROJ_NAME d, PROJ_NUM return_value
    from PROJ_TASKS
    order by 1
    

    -I just added the alias d because you already have an alias of the value returned

  • Need help fading out a sound object.

    On the first frame of my movie, I have the following text:

    mySound = new Sound();
    mySound.attachSound ("music");
    mySound.start ("", 999); starts the background music

    myVoice = new Sound();
    myVoice.attachSound ("voice");


    Later in the film, I have

    myVoice.start ("", 1); play the voices above




    Little followed in another setting of:

    this.onEnterFrame = function() {/ / assign melted on the onEnterFrame event code}
    Configure
    So = mySound; the sound object you want to target path value
    rate = 5; Choose the number between 1 and 100

    newVolume = so.getVolume () - rate; subtract the price of current volume
    If (newVolume > 0) {/ / or melted yet}
    so.setVolume (newVolume); the newVolume value for the volume

    } else {/ / full fade}
    so.setVolume (0) / / reset to 0 to prevent the negative values
    this.onEnterFrame = null; stop the loop
    }
    }


    When the fade the code runs, it performs as well fade background music and voice over. What I want is background music to falter while the voice more parts at full volume.


    Any help would be greatly appreciated.

    You must set your two sound objects on two different timelines in order to control them independently.

    the timeline that you designate in your new Sound() return. When you omit designation explicit timeline, flash uses the current timeline or:

  • Need help with outer joins

    I have the following table structure,

    _ Table - 1
    ---------------------------------
    ID | Information
    ---------------------------------
    1. abcadskasasa
    2. asdasdasdasd
    3. saeqdfdvsfcsc
    ---------------------------------


    _ Table - 2
    ---------------------------------
    ID | NEST
    ---------------------------------
    1. 12
    1. 13
    2. 14
    1. 15
    1. 16
    2. 12
    ---------------------------------



    _ Table - 3
    ---------------------------------
    ID | THIERRY
    ---------------------------------
    1. 12
    2. 14
    1. 15
    ---------------------------------

    Now, I want to choose for each ID in table 1 and the number of MIP in the table 2-number of THIERRY of table 3.

    Desired output:_

    ---------------------------------------------------------------------------------------------------
    ID | COUNT_PID | COUNT_PARID
    ---------------------------------------------------------------------------------------------------
    1. 4. 2
    2. 2. 1
    3. 0 | 0
    ---------------------------------------------------------------------------------------------------

    Could someone please help me with this. I'm doing using outer joins, but as I work mainly at the edge of the end, not able to reach an appropriate solution to that above.

    Thanks in advance,
    Tejas

    You should not outer join... That should do it...

    select ID , (select count(PID) from table2  t2 where t2.id = t1.id) , (select count(PARID) from table3  t3 where t3.id = t1.id)
    from table1
    
  • I need help with my text Document rich Wordpad for it prevents line-spacing

    I have a Windows Vista laptop. I use the Rich Text Document Wordpad, and he started DINA4 my horizontal lines. I don't know how to stop the line spacing when I hit the enter key. I just typed simple features. What is going on? What should I do?

    To the only space in Wordpad, follow these steps:

    (1) select (select) all of your text. You can do this quickly by pressing CTRL + A

    2) press CTRL + 1

    This will be simple space all the text that you have already written.

    Mike

  • I need help wipe out my computer and reinstall everything as if I bought it just...

    How would all destroy my computer everything and reinstall everything on it. I custom built my computer and I have all my CD that came with everything about I don't know how to do it... Ive got the version of windows vista Home premium edition 32-bit windows. If someone could help me to do this, it would be greatly appreciated... Thank you david...

    When I put my disk in vista it will read her, and when I click to go to my bios it wont be silent... What can I do?

    If under warranty, contact your computer manufacturer.

    If this is not the case, contact a local and trusted computer repairman.

    It would seem that you have hardware problems.

    See you soon.

    Mick Murphy - Microsoft partner

  • [NEED HELP] Live editing text in AE

    Hello. I am a beginner with this software. However, first thing I want to learn is how to live edit text in AE?

    Let's say I'm filming my phone and it shows that my battery is at 50%. What kind of tutorials should I follow to make 50% direct increase.

    I mean 51,52,53,54 and he would constantly increase my defined number.

    However, even if I move my phone numbers are expected to continue to grow.

    Thanks in advance for your answers

    OK... so:
    1. put a layer of text with a number any in it

    2. Add a text layer control Slider - effects & benefits
    3 selector setting text Source to slider Slider control

    4. to round off numbers - change your expression of: effect ("Slider Control") ("Slider") of Math.round (("Slider Control") ("Slider"))
    5 put 40 in Slider parameeter and put a keyframe
    6 go in time on the timeline where you want as your countdown to the end
    7 put the exact number who will be the last one - f.eg. 72 (it should create keframe second parameter in cursor)
    8 read and enjoy.

  • Need help to display text with the onClick event

    I have a thumbnail that when you click on, it displays a larger image.  I also want to display the title under the enlarged image when the user clicks on the thumbnail.  Help, please!

    but is there a way to simulate onClick with CSS?

    In fact, there is, but it works on devices with touchscreen like the iPhone, iPad and Droid.

    If your visitors use a mouse device operated, they will see the event in the overview.

    http://www.usabilitypost.com/2010/05/12/CSS-hover-controls-on-iPhone/

    If you must use onClick, watch the tutorial to Show/Hide layer below.

    http://www.cbtcafe.com/Dreamweaver/showhidelayers/index.html

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB
    http://ALT-Web.blogspot.com

  • Need help with the text variables

    I have a directory to which is more than 300 pages long.

    Each entry begins with a photo in a built-in framework shaped like a cat fall, followed by a space en dash and then the name, company, address, e-mail, etc.. Essentially, we have a photo hanging to the left and on the right information.

    The name is the last name in capital letters, first name and middle name propercase. I've defined a character style "Dict Head" and used in a paragraph style as style nested through 3 characters.

    Then, I defined a two text for the instance variable first and last instance on the page of the character style "Dict Head". I have a hyphen between the two variables (the goal is at the head of the race be "AAR - ABE," for example). The application, however, includes space en with three letters.

    I did a GREP search for space en with the applied character style and replaced it with himself, and < None > character style applied and which does not seem to get rid of. My current title looks like this " AAR - ABE." With invisible on I see the en space is still there.

    I deleted the text variables, exported a. File INX, opened soft and recreated the text variables and the spaces are still there.

    I'm open to suggestion.

    Ken

    It seems ID brings together up to three regular characters with which nesting style... (Okay - just tried and the original en-space is also considered to be a 'character' for this number of three.) No matter what... read more, please)

    You can not delete a character with your search and replace nested style. Try it - ID can be found but not change it to [anything].

    Possible workaround would be to not use the style nested to mark the names and put the character marker using a GREP search and replacement style.

Maybe you are looking for