Fade Out Text Help Needed

First flash project. All looks great in preview. I've created
a text fade out by converting the white text to a movie clip
symbol. In one keyframe the text is alpha 100%. Several frames
later I've created another keyframe with alpha set to 0%. I've
added a motion tween between the 2 keyframes.
The SWF looks good when I pan it on the timeline, however,
when I test it or publish it. The text just stays alpha 100%.
Your assistance is appreciated.
Kristi

windowswarrior wrote:
> First flash project. All looks great in preview. I've
created a text fade out
> by converting the white text to a movie clip symbol. In
one keyframe the text
> is alpha 100%. Several frames later I've created another
keyframe with alpha
> set to 0%. I've added a motion tween between the 2
keyframes.
>
> The SWF looks good when I pan it on the timeline,
however, when I test it or
> publish it. The text just stays alpha 100%.
>
> Your assistance is appreciated.
> Kristi
>
First let me just point out that if text is not Alpha at all,
you don't need to set
it to 100%, you just set the side where the 0% is, or
whatever number lower than 100%.
100% means no alpha so it's not required to specify that at
all.
Secondly, my guess is that you set the text to DYNAMIC not
STATIC. Dynamic text can
fade in authoring but will fail upon export. In fact try to
Export Preview movie all
the time, this is the only reliable method to find out
whether it's all functioning
properly. Preview while authoring it's never reliable.
Best Regards
Urami
"Never play Leap-Frog with a Unicorn."
<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>

Similar Messages

  • Fade out text while scrolling in Muse

    How can I make text fade out (not in) in Adobe Muse?
    As you scroll up, I want a headline and some text below it to fade out completely. I've tried adjusting the Scroll Effects information, but can't figure it out.
    It will only appear, and not fade out.

    Hello,
    Please check the video in the links below.I am sure you will find them useful.
    https://www.youtube.com/watch?v=HAFiYMM_0Eo
    Scroll Effects: Opacity | Adobe Muse CC tutorials
    Adobe Muse CC 7.0 Tutorial | Auto-Fading Design Elements - YouTube
    Regards
    Vivek

  • How to fade out text on top of video footage?

    Not quite sure how to sum up my question in Subject line, but here's what I'm trying to achieve: I've placed a text (Lower 3rd) on the V1 track, and a video clip on the V2 track. The Composite of the text is 'Normal', the video clip is 'Travel Matt - Alpha'. So the video appears inside the font, which is what I wanted.
    But now I'd like to fade out the font, while just leaving the video play. When I add a Fade In Fade Out effect to the text, though, the video fades out as well, until the effect is over. Do I make sense?
    Is there a way to just fade out the font (or Dissolve or Slide) without touching the video?
    Thanks!

    The video should be on V1 and the text on V2.
    Click the zig zag button at the bottom left of the timeline and you will see an opacity line going across your clips just below the top of them.
    Put a keyframe on the opacity line of the text clip around a couple of seconds before the end.
    Put another keyframe at the end of the text's opacity line and drag it to the bottom of the clip.
    This will cause just the text to fade out.
    You can do the reverse at the beginning to make it fade in if you wish.
    PS. To create keyframes click P and your cursor will become the Pen (Keyframe) tool.

  • Scientific Notation conversion to text Help needed

    I have a column with datatype nvarchar. I need to remove this problem thats happenning often, This is how sometimes the values can be 13343E11466  in my column  but when I run a query it changes to " 1.40E+279".. Do i need to convert
    the data type into text? or
    Can someone help me out ??
    FM

    > 13343E11466 
    That is not a common number. How do you interpret the string?
    If you want to keep it in a specific display format, you have to keep it as a string. SSMS reformats to a standard scientific display format. The actually value does not change.
    DECLARE @Fl float = 13343E11;
    SELECT @Fl;
    -- 1.3343E+15
    Excel does the same thing. This behavior is similar to datetime with a single internal binary representation and many string formats.
    Kalman Toth Database & OLAP Architect
    SELECT Video Tutorials 4 Hours
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • Text help Needed!

    Hi there, I have an issue hopefully someone here can help me with- I'm working with a cousin on a Flash project, changing a few graphics. Now, I'm using Flash CS4 on a Mac, and a font used in the original file, ''Micra'' is not on my system. I used the Font Mapping function to change the font, but I still see no text when I scroll through the movie in Flash, or when it is now published. Is there anything I can do to make the text visible? What am I missing? Do I need my cousin to do anything for me? I've searched around but haven't found a solution otherwise. If it helps, I had an issue with another graphic that needed to be deleted; I couldn't see it at all and could only get rid of it by deleting it from the library. Maybe that was also due to this font issue. And to add, the movie looks somewhat different when I view it in Flash; there are other graphics that pnly show when the file is published, and I get compiler errors relating to syntax. I'm not too experienced with Flash, so I have no idea how to identify the issue.  Much thanks for any help.

    Post script- My cousin has no access to any resources I might need, and I tried installing ''Micra Normal'' on my computer. Nothing that's been made invisible so far has become visible. I can imagine a myriad of technical reasons why the text might not be showing up, still hoping someone here might have an answer. The way the text works in the Flash, there are buttons to click through the text. The text fades in with each frame. Within Flash itself I cannot see this action happening, I have no clue why. The font in the original Flash doesn't even seem to look like 'Micra', from what I can tell. My cousin sent me a packet that included a .txt file with all the text that's supposed to go into the Flash, with html code included. Dunno if there's a way I should utilize this in Flash.

  • Cant figure this out! Help needed!

    Hi,
    Ok I need some clearing up and some help. This is a program that generates receipts for an art supply store which sells three items: a brush set; a set of oil paints; and a can of oil canvas primer. The program is able to process multiple orders. For each order placed, calculate the order and print a receipt itemizing each item @ cost, the tax, the Environmental Levy, and the total cost.
    The cost of the items are:
    1- Brush Set: $8.00
    2- Set of Oil Paints: $40.00
    3- Oil Canvas Primer: $18.75
    4- Taxes: 14%
    5-Environmental Levy: 2% on all oil based products (including the paint set and primer). Levy calculated on product cost only (i.e. calculate without tax).
    The program should also keep track of the total numbers of each item ordered. Using these values, the user can, at any time, generate a receipt summarizing all orders placed up to that point. When the user enters the sentinel to quit the program, calculate and print one final receipt summarizing all of the orders that were placed. You should also calculate and print some receipt statistics: the average cost of the receipts and the smallest and largest receipts (in terms of cost).
    Your program will make use of 2 static methods (in addition to the main() method): toCurrency() and createReceipt().
    Ok the deal is that I have the input loops set up fine they all work, except for Total because nothing shows up! I dont know what to do for the output nor the calculations and where or what methods I have to use and how to call them up into Main. This is what I have so far...I added in comments to guide myself but I cant figure it out...Please help thanks
    import javax.swing.*;
    import java.text.NumberFormat;
    class Store{
    public static void main(String[]args){
    String input = JOptionPane.showInputDialog(null,"Welcome to the Arts Store! \nEnter the following selections: \nOrder\nTotal\nQuit");
    String header,numBrush,numOil,numCan;
    while(!input.equalsIgnoreCase("quit"))
              if(input.equalsIgnoreCase("order"))
                        numBrush = JOptionPane.showInputDialog(null,"Enter the Amount of Brushes:");
                        double brush = Double.parseDouble(numBrush);
                        numOil = JOptionPane.showInputDialog(null,"Enter the Amount of Oil Paint:");
                        double paint = Double.parseDouble(numOil);
                        numCan = JOptionPane.showInputDialog(null,"Enter the Amount of Canvas Primer:");
                        double canvas = Double.parseDouble(numCan);
         else if(input.equalsIgnoreCase("total")){
              //calculate the reciept
              //call the method createReciept
         else
              System.out.println("Sorry wrong input! Try again!");
              input = JOptionPane.showInputDialog(null,"\nEnter the following selections: \nOrder\nTotal\nQuit");
         }//end while loop
    //calculate and print final reciept
    //call up createReciept() method
    //display average cost and smallest and largest order
         }//end main
    public static String toCurrency(double value) {
    NumberFormat num =NumberFormat.getCurrencyInstance();
    String str = num.format(value);
    return str;
    public static double createReceipt(String header, double numOfBrushSets, double numOfOilPaints, double numOfPrimers){
    /*This method will generate a receipt in System.out.println
    This method has 4 parameters: a String header that describes the order being calculated
    (e.g. "Receipt Number 1", "Total of 10 Receipts", etc.) and 3 int parameters for the number of Brush Sets, Oil Paints, and Oil Canvas Primers.
    Calculate the cost each item, the tax, the environmental levy (2% only on oil based products), and the total receipt cost.
    Use toCurrency() to format all currency values to 2 decimal places. Finally, createReceipt()
    should return the total cost to the calling method where it will be used to update the receipt statistics. */
    numOfBrushSets=8.00;
    numOfOilPaints=40.00;
    numOfPrimers=18.75;
    double total=numOfBrushSets+numOfOilPaints+numOfPrimers;
    double tax;
    tax=total*0.15;
    System.out.println("Welcome to the Store");
    System.out.println(" You have purchased this many brush sets:"+numOfBrushSets);
    System.out.println(" You have purchased this many paint buckets:"+numOfOilPaints);
    System.out.println(" You have purchased this many canvas primer sets:"+numOfPrimers);
    return tax;
    }

    import java.text.NumberFormat;
    import javax.swing.*;
    public class StoreRx {
        public static void main(String[]args) {
            String input = JOptionPane.showInputDialog(null,"Welcome to the Arts Store!" +
                              "\nEnter the following selections: \nOrder\nQuit");
            // create some variables to remember things as we go
            int totalBrushes = 0;
            int totalPaint   = 0;
            int totalPrimer  = 0;
            double totalReceipts = 0;
            double smallestReceipt = Double.MAX_VALUE;
            double largestReceipt  = Double.MIN_VALUE;
            int count = 0;
            while(!input.equalsIgnoreCase("quit")) {
                if(input.equalsIgnoreCase("order")) {
                    String numBrush = JOptionPane.showInputDialog(null,
                                     "Enter the Amount of Brushes:");
                    int brush = Integer.parseInt(numBrush);
                    String numOil = JOptionPane.showInputDialog(null,
                                     "Enter the Amount of Oil Paint:");
                    int paint = Integer.parseInt(numOil);
                    String numCan = JOptionPane.showInputDialog(null,
                                     "Enter the Amount of Canvas Primer:");
                    int canvas = Integer.parseInt(numCan);
                    double total = createReceipt(brush, paint, canvas);
                    if(total < smallestReceipt)
                        smallestReceipt = total;
                    if(total > largestReceipt)
                        largestReceipt = total;
                    totalBrushes  += brush;
                    totalPaint    += paint;
                    totalPrimer   += canvas;
                    totalReceipts += total;
                    count++;
                else
                    System.out.println("Sorry wrong input! Try again!");
                input = JOptionPane.showInputDialog(null,
                            "\nEnter the following selections: \nOrder\nQuit");
            }//end while loop
            // "quit" brings us here
            System.out.println("Welcome to the Store");
            System.out.println(" You have purchased this many brush sets: " +
                                 totalBrushes);
            System.out.println(" You have purchased this many paint buckets: " +
                                 totalPaint);
            System.out.println(" You have purchased this many canvas primer sets: " +
                                 totalPrimer);
            //display average cost and smallest and largest order
            double average = totalReceipts/count;
            System.out.println("smallestReceipt = " + toCurrency(smallestReceipt) + "\n" +
                               "largestReceipt  = " + toCurrency(largestReceipt)  + "\n" +
                               "average receipt = " + toCurrency(average));
        }//end main
        public static String toCurrency(double value) {
            NumberFormat num = NumberFormat.getCurrencyInstance();
            String str = num.format(value);
            return str;
         * This method will generate a receipt in System.out.println
         * This method has 4 parameters: a String header that describes the order being
         * calculated (e.g. "Receipt Number 1", "Total of 10 Receipts", etc.) and 3 int
         * parameters for the number of Brush Sets, Oil Paints, and Oil Canvas Primers.
         * Calculate the cost each item, the tax, the environmental levy (2% only on oil
         * based products), and the total receipt cost. Use toCurrency() to format all
         * currency values to 2 decimal places. Finally, createReceipt()
         * should return the total cost to the calling method where it will be used to
         * update the receipt statistics.
        public static double createReceipt(int brushes, int paints, int primers) {
            double priceOfBrushSets =  8.00;
            double priceOfOilPaints = 40.00;
            double priceOfPrimers   = 18.75;
            double taxRate = 0.14;
            double environLevy = 0.02;
            double subTotal = brushes * priceOfBrushSets +
                              paints  * priceOfOilPaints +
                              primers * priceOfPrimers;
            double total = subTotal * (1.0 + taxRate + environLevy);
            return total;
    }

  • Full Outer Join Help Needed

    Hi All,
    I am new to crystal and my sql.
    l have 2 command objects in that i have a common column pos_no.Now i need to apply Fullouterjoin between pos_no,but in crystal we don,t have that option.
    So i saw some threads that we need to apply leftouterjoin union rightouterjoin to get FOJ in db level ,i tried ,but i don't have much knowledge in my sql.So can any one please apply FOJ between Pos_no of these two queries.
    Please help me i strucked here
    1st Query:
    select
    MIN(till_close.start_transaction_id) AS start_trans_id,
    MAX(till_close.end_transaction_id) AS end_trans_id,
    pos_config.pos_no,
    pos_config.name AS pos_name,
    SUM(transaction_tender.amount) AS EodDeposit
    FROM
    till_close
    LEFT OUTER JOIN employee ON (till_close.employee_id = employee.employee_id)
    INNER JOIN pos_config ON (till_close.pos_config_id = pos_config.pos_config_id)
    INNER JOIN transaction_tender ON (till_close.end_transaction_id = transaction_tender.transaction_id)
    INNER JOIN media_type ON (transaction_tender.media_type_id = media_type.media_type_id)
    WHERE
      DATE_FORMAT(till_close.transaction_date,'%d/%m/%Y') = DATE_FORMAT(STR_TO_DATE(?,'%d/%m/%Y'),'%d/%m/%Y')
    AND transaction_tender.media_type_id NOT IN (10000)
    GROUP BY
    pos_config.pos_no
    ORDER BY
    pos_config.pos_no
    2nd Query:
    select
    pos_config.pos_no,
    pos_config.name AS pos_name,
    SUM(CASE WHEN transaction.transaction_type_id=7 AND ((SELECT COUNT(transaction_id) FROM transaction_tender WHERE transaction_id = transaction.transaction_id  AND media_type_id IN (SELECT media_type_id FROM media_type WHERE tender_type_id=12) AND amount < 0 )>0) THEN 0
      WHEN  transaction_tender.balance < 0
      THEN transaction_tender.amount
      ELSE (transaction_tender.amount - transaction_tender.balance)
      END) AS net
    FROM
    TRANSACTION
    INNER JOIN transaction_tender ON (transaction.transaction_id = transaction_tender.transaction_id)
    INNER JOIN media_type ON (transaction_tender.media_type_id = media_type.media_type_id)
    INNER JOIN pos_config ON (transaction.pos_config_id = pos_config.pos_config_id)
    WHERE
    transaction.transaction_date = DATE_FORMAT(STR_TO_DATE(?, '%d/%m/%Y'), '%Y-%m-%d')
    AND transaction.transaction_type_id IN (1,5,7)
    AND transaction.transaction_status_id = 3
    AND transaction.is_training_mode = 0
    GROUP BY
    pos_config.pos_no

    hi Divya,
    i would definitely take the advice from the folks here on a rewrite of your commands into one command.
    since you've got 2 commands that are bringing back different results you may wish to consider bringing back the results from the 2nd command via a sub-query.
    the general idea of the query is below, but you'll need to consult your online help for your database and or your dba for the correct syntax for your situation.
    notes:
    1) the subselect is in the bold font and is defined as a result set in the join...again, please consult your database help or the appropriated forum for your database as your syntax may vary
    2) the fields in the subquery are then referenced in the select clause using the TT alias assigned to the result set in the join
    3) the full outer join i guessed that you wanted on the two pos_no fields
    4) if you do try to do this method and are looking on your database forum, do a search on "subquery multiple columns"
    cheers,
    jamie
    select
    MIN(till_close.start_transaction_id) AS start_trans_id,
    MAX(till_close.end_transaction_id) AS end_trans_id,
    pos_config.pos_no AS PC_pos_no,
    pos_config.name AS pos_name AS PC_pos_name,
    SUM(transaction_tender.amount) AS EodDeposit,
    TT.pos_no AS TT_pos_no,
    TT.pos_name AS TT_pos_name,
    TT.net
    FROM
    till_close
    LEFT OUTER JOIN employee ON (till_close.employee_id = employee.employee_id)
    INNER JOIN pos_config ON (till_close.pos_config_id = pos_config.pos_config_id)
    INNER JOIN transaction_tender ON (till_close.end_transaction_id = transaction_tender.transaction_id)
    INNER JOIN media_type ON (transaction_tender.media_type_id = media_type.media_type_id)
    FULL OUTER JOIN
    (select
    pos_config.pos_no,
    pos_config.pos_name,
    SUM(CASE WHEN transaction.transaction_type_id=7 AND ((SELECT COUNT(transaction_id) FROM transaction_tender WHERE transaction_id = transaction.transaction_id  AND media_type_id IN (SELECT media_type_id FROM media_type WHERE tender_type_id=12) AND amount < 0 )>0) THEN 0
      WHEN  transaction_tender.balance < 0
      THEN transaction_tender.amount
      ELSE (transaction_tender.amount - transaction_tender.balance)
      END) AS net
    FROM
    TRANSACTION
    INNER JOIN transaction_tender ON (transaction.transaction_id = transaction_tender.transaction_id)
    INNER JOIN media_type ON (transaction_tender.media_type_id = media_type.media_type_id)
    INNER JOIN pos_config ON (transaction.pos_config_id = pos_config.pos_config_id)
    WHERE
    transaction.transaction_date = DATE_FORMAT(STR_TO_DATE(?, '%d/%m/%Y'), '%Y-%m-%d')
    AND transaction.transaction_type_id IN (1,5,7)
    AND transaction.transaction_status_id = 3
    AND transaction.is_training_mode = 0
    GROUP BY
    pos_config.pos_no) AS TT
    ON TT.pos_no =  pos_config.pos_no
    WHERE
      DATE_FORMAT(till_close.transaction_date,'%d/%m/%Y') = DATE_FORMAT(STR_TO_DATE(?,'%d/%m/%Y'),'%d/%m/%Y')
    AND transaction_tender.media_type_id NOT IN (10000)
    GROUP BY
    pos_config.pos_no
    ORDER BY
    pos_config.pos_no

  • Custom text - help needed

    Hi Guys, I've got to design a Family Tree for a client and they want a very particular style. An arc sits at the bottom centre of the page, and inside the arc there are two names/birthdays/deaths/marriages etc. At right angles outside the arc, more names/births/deaths/marriages are listed. For each new generation there will be a new arc, and each new name etc will be at right angles to the arc below, no matter where they sit on the arc. I've done a really rough example of what they want.
    So basically my question is this: can it be done easily? (typing on text paths, scripts etc etc..)  I really don't want to have to put each new name into an individual text box and rotate to the correct angle, if I can help it. There are up to 8 generations and several hundred names. Family tree goes back to early 1800's...
    Any help would be greatly appreciated!

    It looks like a great opportunity to write a script. After all, it's all just maths; the names 'above' the root can evenly be distributed by dividing the available arc (180°) by the number of names (3), resulting in a separation of 60°, and the initial angle should be half that of that separation. So the first name is at 30°, the second at 90°, the third at 150°, and then there is a remainder of 30° again for the right side.
    These same values should be used for the next layer of this onion (family trees can be smelly too), but this time I think the content should be centered on that angle, so the angle for each single line depends on the number of lines in that branch.
    It sounds perfectly doable with a script, apart for one thing: how are you going to point out what texts must go where?

  • Whenever a page is idle over 10 secs or so, tab bar fades out and I need to tap the page before I can scroll down.

    It seems that the browser backgrounds itself, once I tap on the page the tab bar becomes active (ie. it's no longer faded out) and I can use my space bar or touch pad to continue scrolling down the page again.

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Oracle Text  - Help needed

    Hi,
    I am using Oracle Text 9.2 on Oracle databas version 9.2. I want to search for two words, which should be next to each other. For ex.
    select col1, col2
    from tab1
    where contains (col2, 'personal computer') > 0;
    I don't want those rows, which have personal in one place and computer in another place. But above query giving all these rows. Please let me know.
    Thanks a lot for the help.

    I want to search for two words, which should be next to each otherhere we go:
    SQL> create table t as select 'my personal computer' col1 from dual union all
                      select 'personal' col1 from dual union all
                      select 'computer' col1 from dual union all
                      select 'personal pc computer' col1 from dual
    Table created.
    SQL> create index t_idx on t (col1) indextype is ctxsys.context
    Index created.
    SQL> select * from t where contains(col1, '{personal computer}') > 0
    COL1               
    my personal computer
    1 row selected.

  • Sql query to dynamically filter out records -help needed

    Hi ,
    I have a table with structure as below
    Create table T1
    (ID Number(5),
    Action Varchar2(20)
    Below are the table contents at differnt points in time and please help me with a query which should show the results as per the entries in the table dynamically.
    Initail Table contents
    1 Queued
    2 Queued
    Query Result should be
    1 Queued
    2 Queued
    After an insert the Table contents
    1 Queued
    2 Queued
    3 Ignored
    Result
    Nothing should be displayed
    After an insert the Table contents
    1 Queued
    2 Queued
    3 Ignored
    4 Ignored
    Result
    Nothing should be displayed
    After an insert the Table contents
    1 Queued
    2 Queued
    3 Ignored
    4 Ignored
    5 Queued
    Result
    5 Queued
    Thanks in advance!!
    Best Regards,
    Sridhar

    Hi, Sridhar,
    So, you want to display rows from t1 that come after the last row with action='Ignored', which means no output at all when the last row has action='Ignored'. (A row with a given id is considered to be "after" a row with a lower id. The row with the highest id is considered the "last" row.)
    Is that right?
    Here's one way:
    SELECT     *
    FROM     t1
    WHERE     id  > (
              SELECT  MAX (id)
              FROM     t1
              WHERE     action     = 'Ignored'
    ;This does not assume that id is consecutive integers.
    If id is not unique, what results do you want? There's a chance that the query above already does it; if not, it can probably be modified.

  • Troubleshoting help needed:  My iMac keeps crashing and restarting with a report detail: "spinlock application timed out"  What can I do to fix this?timed out"

    Troubleshooting help needed:  My iMac keeps crashing and restarting with a notice: "Spinlock application timed out"  What can I do?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the page that opens.
    Select the most recent panic log under System Diagnostic Reports. Post the contents — the text, please, not a screenshot. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header and body of the report, if it’s present (it may not be.) Please don't post shutdownStall, spin, or hang reports.

  • Text shifts slightly at end of fade-in and at the start of fade-out

    Hi, I have created text with a crossfade at both ends. I find that my text jitters a bit at the point where the fade-in ends AND at the point where the fade-out begins. How can I get rid of that slight shift?
    Thanks, Bob

    Hi Tom, I am working in standard DV, and viewing the jittery text straight off the timeline. By your question, I am starting to assume that this problem may disappear when this project is eventually burned on a disk and viewed on a TV?
    By the way, thanks for all your generous help. I hope you realize that you are saving a lot of people from going crazy. I wish I knew your address, and could send you a gift.
    Bob

  • Text fades out, hard to get text back in focus

    As of late, the text on the lcd screen grows very faint after 2 seconds an remains that way, every once in a while, if i press the menu button, the lcd screen comes back to normal, then will fade out again. Also, earlier today the lcd screen was off center...went thru restore process, lcd screen still faint...PLEASE HELP! I love my ipod!

    nevermind, got it fixed...thanks anyway

  • Help: need to insert body text in e-mail of remittance advice

    Hi all,
    I am sending remittance advices via the standard output program RFFOAVIS and want to include body text in the e-mail which is sent.
    There is an OSS note for dunning (I know it's a different process) which mentions creating a text with text ID = 'FIKO' in transaction SO10 and then setting the field  c_finaa-namep to the name of the custom text inside a function linked to the dunning business transaction. Can't find anything informative on OSS about body text for Remittances.
    I have created a custom function linked to process 00002040 in transaction FIBF and changed the value of c_finaa to refer to custom text  . I was able to change the recipient e-mail address inside this function (ie. the function is being called successfully) and the remittance itself is correctly output as an attachment but nothing comes out in the body text.
    Can anyone out there help ? Any other field which one needs to change to include body text ?
    Regards,
    Gabriel

    Hi,
    do you mind share with me how did you implement the Automatic email of remittnance advice to vendor after payment run?
    I am in process research this solution. appreaciate if you can share with me if you have any info.
    +91 9791122480
    Thanks in advance.
    regards
    v.krishnamoorthy

Maybe you are looking for

  • How can I see Game of Thrones 3rd seasson with english captions?

    Hey guys, I have bought Game of thrones seasson 3 and it doesn't include captions as the other too. Do you know how can I see Game of Thrones 3rd seasson with english captions? I have download the seasson and trying to play with VLC to add subtitles

  • Transfer from old hard drive to new MacBook + Antivirus

    Hi, My trusty iBook G4 finally died on me (Failing to read Logic board) and I am waiting for my replacement MacBook. My question is: Can I remove the hd from my iBook and set it up in an enclosure and then transfer all my data/ preferences over to my

  • [Problem] Line in port giving intervalled static when recording

    Hi, My MacBook late '08, has started having recording issues when recording any instrument through the line in port. I have tried using different recording software and cables however, even when anything makes contact with the inside of the port, the

  • Something's wrong...Design View issue....

    OK. I'm attempting to take an Excel purchase order form and turn it into an HTML form for a custom demo that I will be performing tomorrow.  The nature of the demo isn't important; what is important is that I have no choice but to use Design View, as

  • Imovie startet nicht

    MAC OS X 10.5.5 ilife 08 auch mit aktuellen Update. Ich erhalte folgende Fehlermeldung: "Sie können diese Version des Programms "iMovie.app" nicht mit dieser Version von Mac OS X verwenden." Bei Microsoft habe ich mich ja schon an derart blöde Fehler