Why is Progress Bar repeating 'Legacy Gaussian Blur'?

Made a change in a document that involded a Linear Fill... now everytime I open this file the message is repeated until I force quit AI_CS6.
iMac 10.8.3 1, 2.9GHz i5, 8 GB Ram

Have you tried re-building the preferences?
Was that file created in an earlier version of Illustrator?

Similar Messages

  • Why does the word "attaching" sometimes appear with a progress bar at the bottom of the woindow when I have not attempted to attach anything during composition

    Occasionally, when composing and email, the word "Attaching" appears at the bottom of the window and a progress bar repeatedly sweeps as though a file is being attached, but I haven't tried to attach anything to the email.

    Hi mark11111,
    Does this happen when you are composing new emails, or when you are replying to emails?
    Or both?

  • Progress Bar visibility issue

    I'm a bit of a newbie when it comes to components, but I'm
    hoping there's an easy answer that I'm simply missing.
    I have 4 nested files, the first and third of which are files
    that contain sections of loadable content (menu pages,
    essentially). I've followed some simple tutorials about how to make
    the progress bars disappear once a file completely loads and all
    seemed to be working fine when I previewed the third file (a
    sub-menu) in the chain, but when I previewed the first file (the
    main menu), the progress bars that were working as they should the
    third file are still visible once its respective files load.
    The error only seems to take place in the first file and only
    in relaton to the progress bars in the third file, although the
    parameters and actionscript for all the progress bars follow the
    same formula. Is there a reason why a progress bar that disappears
    in one file remains visible in a file further up the chain and if
    so, is there any way to correct this?

    Do While Me.txtProgress.Width <> FullLength
        Me.txtProgress.Width = Me.txtProgress.Width + 25
        PercentComplete = (Me.txtProgress.Width / FullLength) * 100
        Me.txtStatus.Caption = PercentComplete & " % Complete"
        Call Pause(Timing)
    Loop
    If Me.txtProgress.Width = FullLength Then
        Me.CmdClose.Enabled = True
    End If
        retval = SysCmd(acSysCmdSetStatus, "Connecting to previous Database")
    For Each tdf In dbs.TableDefs
        If tdf.Connect <> "" Then
        tdf.Connect = ";DATABASE=" & strDatabaseName & (";PWD=zujan")
        tdf.RefreshLink
    End If
        Next tdf
    Screen.MousePointer = 0
    Hi Anuj,
    What I see in your code is that you first have your progress bar run from 0 to 100%, and after that step through the TableDefs to connect.
    I assume you want to increase the progress bar during the connecting process. So you have to merge the two loops. First you count the total number of TableDefs (your 100%), and then increment Me.txtProgress.Width for each tdf in equal steps.
    Instead of building the progress bar on "each" form, you could also make a dedicated progress bar form. At the start of a loop you open the form, and assign the form to an variable of type form (e.g. progr_form):  Set progr_form = Forms("Progress_form").
    This form has the control txtProgress to display the progress bar, a (hidden) control with the maximum number of steps, and a (hidden) control with the current number of executed steps. After the update of this latter control (e.g. progr_form!CurrentCount
    = x), the width of the progress bars is recalculated. After finishing the loop, the form is closed.
    The advantage of a dedicated progress bar form is that you can use the same form for quite different progress displays, under quite different circumstances.
    Imb.

  • Progress Bar disabled

    Hello,
    i was hoping someone would be able to tell me why my Progress Bar option is disabled? i need to add a progress bar to my project but I cant seem to figure out how.
    Thank you in advance.

    Thank you! Yes I do have a pretest question.
    Am i unable to have a progress bar with a pretest question?

  • Progress Bar doesnt show

    why doesnt progress bar show on ie/ns?....Thank you all.
    <cfif isdefined('form.Process') and form.process eq "Process" and isdefined('Form.rosterfile') and form.rosterfile neq "">
    <cfset CurrDir = GetDirectoryFromPath(GetTemplatePath())>
      <cfset StorageDir = GetDirectoryFromPath(GetTemplatePath()) & "Storage\">
          <div id="display_while_running">
             <table align="center" border="0" cellpadding="0" cellspacing="0" style="border:solid 1px green; background : #backgroundcolor1#; width:600px;padding:5px; text-align:center;">
              <tr>
                <td >
                  <b>Please wait while it is processing...</b>
                </td>
              </tr>
              <tr>
                <td>
                 <img src="../imgs/progressbar2.gif" width="250" height="20">
                </td>
              </tr>
            </table>
          </div>
        <!---CFOUTPUT>#RepeatString(" ",300)#</CFOUTPUT--->
          <!---cfflush--->
          <cffile action="upload"
          destination="#StorageDir#"
          nameConflict="overwrite"
          fileField="Form.rosterfile">
          <cfset strFilePath ="#StorageDir##cffile.serverFile#">
          <cfset strFile ="#cffile.serverFile#">
          <cfquery datasource="#application.Orc#" name="GetFileName">  
            Select FILE_NAME from ops$rms.HR_File
            where
            lower(file_name) = lower('#strFile#')
         </cfquery>
        <cfif GetFileName.recordcount neq 0>
          <cfset msg = "This file has been already uploaded. Please upload a different one.">
        <cfelse>
            <cfflush interval="10">
            <cfset CurrFilePath ="#CurrDir##cffile.serverFile#">
            <cffile action = "copy" source="#strFilePath#" destination="#CurrDir#">
            <cffile action="rename" source="#CurrFilePath#" destination="#CurrDir#HrXls.xls">
            <cflock name="xlsloader" timeout="300" type="exclusive">
                  <cfset command = "java RMSHRFileReader C:\Inetpub\wwwroot\RMS\hr_loader\HrXls.xls">
                  <cfset syscmd = createObject("java","au.com.webcode.util.SystemCommand").init()>
                  <cfset result = syscmd.execute(command,"300000")> <!---5 mins, must be a string--->
                  <cfif result.getExitValue() neq 0>
                   <cfset msg = "The uploading process has been partially completed.">
           </cfif>
            </cflock>
            <cfquery datasource="#application.Orc#" name="InsFileName">
              insert into ops$rms.HR_File(file_name, updated_on, updated_by)
              values('#strFile#',SYSDATE,'#session.username#')
            </cfquery>
            <cfset stdout = 1> 
            <cffile action = "delete" file="#CurrDir#HrXls.xls">
        </cfif>
      <script language="Javascript">
          document.getElementById('display_while_running').style.display='none';
        </script>
    </cfif>

    Because ColdFusion code starts executing after the contents of the
    file to be uploaded is received by the server. In other words when
    you're trying to show the progress bar there's no need for a progress
    bar because the upload is at 100%.
    Mack

  • Podcast has no progress bar

    When I play a song or video on my iPhone, I have a progress bar that shows me how long the song/video is and tracks in progress, just as it does in iTunes.
    However, when I play a podcast that I have downloaded, this progress bar is not present, so I cannot tell how long the podcast is, how far I have got through it and I can't backtrack or move forward/backwards through it like I can with a song/video.
    Why is this? How do I get the progress bar on a podcast?
    iPhone 4, iOS v 4.3.5

    Until a few weeks ago, there WAS a progress bar when I played podcasts. But I recently noticed that it's gone. Did you just recently get your iPhone?
    I agree that it makes no sense that there is no easy way to scrub through a podcast or see how much more there is left to play. I have no idea why the progress bar has gone away. There was also a button that, when touched, would immediately backtrack 30 seconds and start playing from there. That button has also disappeared.
    Can anyone please enlighten us?! Is there a setting somewhere (I've looked for one) or did Apple change this in a recent iTunes update?
    Thanks.

  • Progress bar in compressor 4.1.2 not working - Why

    While in the active window compressor is working but does not give me a progrss time or a progress bar - so I have to walk away and wait a couple of hours not knowing the movie is compressed.  Why?

    In the process of doing a screen shot - I discovered that the progress bar and timer work fine if I use  any setting except ProRes 442.  Not sure I know why?

  • Why I cannot see the progress bar whenever I download my apps directly from my App Store ?

    Whenever I install an app, I cannot see the app's icon on the home screen and then when I proceed into the home page, the apps will not be installed unless I stay into the App Store and wait till the circle on the top of the screen stop turning. It is really very inconvenient. I'm using iPhone 4S. Anyone knows the solution? And I'm can't see the progress bar showing whether its downloading. I'm using IOS 6. And I've got another issue. Why whenever I want to reinstall the youtube they would say its free. When I press the 'free' it will go into the 'install' and then when I press the 'install', it would go back to 'free' and because of that I'm unable to download youtube. It's only youtube I'm able to install other apps. But ya, I cannot see the progress bar. Help anyone?

    Actually, the app is there, and it asks to PAY AGAIN, that was the issue, but I have just solved the problem using your first advice, as I tried a few times with different names in my account.
    For example, you told me to use the same ID...
    I have a ONE account, but sometimes I sign in as [email protected] and sometimes I sign in as [email protected] and sometimes I sign in as [email protected] and that made all the difference, as I tried them all and finally with [email protected] worked and gave me the opportunity to download again.
    Thanks a lot for the tip.
    Luiz

  • I have an iphone 4 and I have just upgraded to iOS 5. I have lost my progress bar and song repeat function, how can I get them back?

    I have an iphone 4 and I have just upgraded to iOS 5. Unlike some people, I have not really had any problems but I am really annoyed with the new music feature. I have lost my progress bar abd song repeat function. Does anyone know how I can get them back?

    Glad to hear it all works for you.
    For future reference, if your iPhone misbehaves, always try a Reset. It's painless and often solves the problem.
       Press and hold both the Sleep/Wake button and the Home button for at least ten seconds, until the Apple logo appears (ignore the Slide to Power Off option that shows up first).
    Enjoy.

  • Why is there no progress bar in the iTunes Miniplayer? PLEASE UPDATE THIS! (iTunes 11)

    The progress bar show in the iTunes Miniplayer in previous versions was extremely practical and useful instead of having the entire window open or flipping between spaces, especially when multitasking on one space. Please update this ASAP! I have no idea why or how this was avoided!

    What makes -- that is, made -- the iTunes MiniPlayer truly useful was having a tiny window that's always visible regardless of the application you're using, that allows you to see and control track progress and volume along with the other key useful info and controls.
    Having to open a secondary window -- one that takes up much more screen real estste and doesn't even stay on top, and forces you to click or hover to see the progress bar -- to find one of these missing functions defeats the whole point of the MiniPlayer, which is to be convenient, visible and quick.
    Apple, please fix this. Some of the new functions are pretty cool, but you inadvertently killed the MiniPlayer's key functionality in the process.
    Thanks!
    Message was edited by: Olio

  • Why is my Snow Leopard 10.6.8 suddenly giving me a gray screen and progress bar after I've turned it on? The progress bar takes 4-5 minutes to complete then signing on with my password and all other operations are normal. Solution? Many thanks.

    Why is my Snow Leopard 10.6.8 suddenly giving me a gray screen and progress bar after I've turned it on? The progress bar takes 4-5 minutes to complete then signing on with my password and all other operations are normal. Solution? Many thanks.

    It's starting in safe mode > http://support.apple.com/kb/HT1564
    First of all, do a PRAM reset. If it doesn't help, open Terminal and type:
    sudo nvram boot-args=""

  • Update progress bar from repeater events

    I have a component that uses a repeater to download and set information on a collection of items from the internet.  This can take a while, so I tried to set up a panel with a progress bar to provide some feedback.
    Problem is, when the repeater is executing, it apparently doesn't yield time so the progress bar can update. (?!)
    The end result is that the progressbar doesn't show anything until the repeater is done, at which point it shows the last value the repeater loaded.
    So, is there a way to get around this?  Can the repeater be triggered with timer ticks, instead of blindly looping?
    Scouring the docs, but nothing is showing, yet.  At worst case, I guess I can bag the repeater and just fetch the items in a timer driven loop, rather than use the repeater mechanism.  Would be a drag, but I need the progress bar to update.
    Any thoughts appreciated.
    rickb

    Changing to window made no difference.
    One solution is to show the document being built, now its hidden. Another would be to show the progress in a palette.
    I have never built a palette, is it possible to have a swf-file that triggers javascript?
    Is it possible to add buttons to the palette menu on the top right?
    But solving this would be the easiest...

  • After a reset of settings on IPad2 it turns "on" but i only get to the logo screen with the progress bar under it. so it turns on to logo then to progress bar screen then off. and repeats over and over

    Well as I said in the "question", I did a reset of the settings on my IPad2. however when it powered back on from resetting. it lets the the logo screen with the progress bar under it. The progress bar gets about 1/4 of an inch from the left then stops. After a few mins Ipad shuts off then turns on to the logo screen, then goes to the logo/progress bar screen, does whats said above, then off. That cycle just repeats over and over. Any help with this would be appreciated.

    Recovery Mode Step by Step
    1. Hold Sleep/Wake button down and slide to turn off iPad
    2. Turn on computer and launch iTune (make sure you have the latest version of iTune)
    3. Plug USB cable into computer's USB port
    4. Hold Home button down and plug the other end of cable into docking port. Do not release button until you see picture of iTune and plug.
    5. Release Home button.
    On Computer
    6. iTune has detected iPad in recovery mode. You must restore this iPad before it can be used with iTune.
    7. iPad Recovery Mode on computer screen
    8. Select "Restore iPad"...
    9. Select "Restore and Update"
    10. Extracting Software.
    11. Preparing iPad for restore.
    12. Waiting for iPad.
    13. Verifying iPad restore...
    14.Restoring iPad software.
    15. Verifying iPad software.
    16. Verifying iPad Restore...
    17. Restoring iPad firmware...
    18. Your iPad is restored to factory settings; keep iPad connected to computer
    19. Activate iPad
    20. Enter Apple ID and Password
    21. Continue
    22. Welcome to Your New iPad
    (a) Set up as new iPad   (b) Restore from this backup (select from list of backups)
    23. Restore from this backup
    24. Continue
    25. Restoring iPad from backup
    26. The settings of your iPad have been restore; keep iPad connected to computer
    27. Syncing iPad (Step 1 to 5)
    28. Preparing apps to sync
    29. Copying 1 of 9
    30. Sync apps, movies and music to iPad
    31. Finishing syncing
    32. Eject iPad

  • Why does song progress bar seemingly disappear and reappear at random?

    lately the bar that lets me move back or up within a track (and the buttons immediately below for repeat, shuffle, and genius) will go absent for days or hours at a time, then reappear normally, for no apparent reason. is there a reason for this that i can fix or adjust?
    also - when the progress bar is present, i find it hard to use without the touch thinking i'm pressing the genius button instead - is there a way to disengage the latter totally since i don't use it?
    thanks much!

    No.
    Have you tried basics from the manual?
    Restart.
    Reset.
    Restore.
    http://support.apple.com/manuals/#ipodtouch

  • Repeater, Image, Progress Bar drama.

    Okay so I'm loading images dynamicaly from a database,
    passing the data to an Object variable and then to the repeater. I
    can load my images just fine, no real issue there, but I cannot get
    my progress bars to work. Any ideas?

    You need a way to refresh your code. I'd recommend throwing
    in a setInterval in there.
    funtion myNewFunction() {
    infoLoaded = imageLoader.getBytesLoaded();
    infoTotal = imageLoader.getBytesTotal();
    percentage = Math.floor(infoLoaded/infoTotal*100);
    infoField.text = percentage+"%";
    if (percentage>=100) {
    delete this.onEnterFrame;
    infoField._visible = false;
    setInterval(myNewFunction, 15);
    //something like that.

Maybe you are looking for

  • Printer not printing black even with new ink cartridge

    Responded to pop-up that ink was low.  After installing new black ink cartridge, attempting to print ink status report.  colors show OK but black is not printing at all.  Tried second new cartridge to no success.  Tried turning printer off and restar

  • Contract item as a Maintenance item in M Plan

    Hi PM Gurus, I have 2 questions: We have a requirement where we need to maintain items of Customer Contracts periodically. Hence M Plans need to be used. Q1.In Maintenance plan under the tab Item, subscreen Planning data, there is a field to attach S

  • BPC 7.0 NW Excel Error

    Hi, I am using BPC 7.0 NW version. I get an error message while logging in to the Excel. Whenever I open BPC excel, a message pops up telling macros have been disabled. file path: C:/program files/bpc/Ev4Excel.xla This message has two options: Enable

  • How to put checkbox into sap grid display

    hi,      how to put checkbox into sap grid display ,when i am selecting the check box it should move to second secondary list.       could u plz explain clearly

  • 7303031 patch failed

    hi, im Upgrading from 12.0.6 to 12.1 during patch 7303031 its give error 4 worker failed on FNDGFU anyidea plea update