Safari 4 - can I change progress bar?

I'm not a novice internet user by any stretch. I love the new browser, and its increased speed is evident. However, I find myself clicking things more than once because there's no progress bar. I really miss the blue progress bar that filled the url box. I know it's got a tiny spinning wheel, but it's still not curbing my click - click - click... oh, I guess it's just taking a long time loading problem from happening. Is there any way to bring it back?

Klaus1: perhaps I've left out a step.
I, too, would love to get the progress bar back.
I closed Safari, copied the text you provided above into a Terminal window, and restarted Safari 4. Repeated, followed by a reboot. No luck using either procedure--no progress bar upon relaunch.
I have admin rights, and in Terminal I'm at the user prompt (~myname$).
Can you tell if I am missing something?
(I did manage to get the Tweaks menu installed , however. Thanks!)
thank you

Similar Messages

  • How can i use Progress bar in IR Report

    Hi ,
    I have created IR Report based on the View so, it's been taking 10-15 mins of time to execute the IR Report. Here user want to see the Progress bar while executing the IR Report. How can i use Progress bar in IR Report.
    Anybody have idea on Progress bar please help me.
    Regards
    Narender B

    Hi ,
    Thanks for your information.
    I am new to the APEX.*i need to show Progress bar while opening the each page* then user can know some process is happening from the backside and i don't know where i need to add and call the below function.could you please provide the steps for the progress bar.
    In my application there are almost 100 pages are there so, i need to show progress bar on each page while opening .could you please provide Global function to call on each page.
    function html_url_Progress(pThis){ 
    $x_Show('AjaxLoading');
    window.setTimeout('$s("AjaxLoading",$x("AjaxLoading").innerHTML)', 100);
    //doSubmit('APPLY_CHANGES');
    redirect(pUrl);
    Regards
    Narender B

  • How can add a progress bar into script?

    Hi,
    I got a script for gen pdf
    I want put a progress bar, and make it working
    but I don't know where I can put the progress bar
    and how
    //=====================================================================
    var doc = app.documents; 
    app.findTextPreferences = null; 
    app.findTextPreferences.underline = true; 
    for(var i=0;i<doc.length;i++) 
            var found = doc[i].findText(); 
            var _pages = []; 
            for(var j=0;j<found.length;j++) 
                    var txfms = found[j].texts[0].parentTextFrames; 
                    for(var k=0;k<txfms.length;k++) 
                            _pages.push(txfms[k].parentPage.name); 
            for(var j=0;j<_pages.length;j++) 
                    if(_pages[j] === _pages[j-1]) 
                            _pages.splice(j,1); 
            if(_pages.length != 0) 
                    app.pdfExportPreferences.pageRange = _pages.toString(); 
                    doc[i].exportFile(ExportFormat.PDF_TYPE, new File(doc[i].fullName.toString().replace(/\.indd$/i,".pdf")), false); 
            _pages = []; 
    //=================================================================== Can I put progress bar in here?
               var counter = new Window("palette");
               counter.prompt = counter.add("statictext",[0,0,80,20]);
               counter.show();
               var cells = app.activeDocument.allCellStyles;
               for(var i = cells.length-1; i > 0; i--){
               counter.prompt.text = String(i);
               cells[i].verticalJustification = VerticalJustification.bottomAlign;
               counter.close();
    //===================================================================
    app.findTextPreferences = null;
    alert("Done.");
    thanks
    Harvey

    Hi Harvey,
    Try this,
    var doc = app.documents;
    app.findTextPreferences = null;
    app.findTextPreferences.underline = true;
    for(var i=0;i<doc.length;i++)
            var found = doc[i].findText();
            var _pages = [];
            for(var j=0;j<found.length;j++)
                    var txfms = found[j].texts[0].parentTextFrames;
                    for(var k=0;k<txfms.length;k++)
                            _pages.push(txfms[k].parentPage.name);
            for(var j=0;j<_pages.length;j++)
                    if(_pages[j] === _pages[j-1])
                            _pages.splice(j,1);
            if(_pages.length != 0)
                    app.pdfExportPreferences.pageRange = _pages.toString();
                    doc[i].exportFile(ExportFormat.PDF_TYPE, new File(doc[i].fullName.toString().replace(/\.indd$/i,".pdf")), false);
            _pages = [];
        var counter = new Window("palette");
        counter.prompt = counter.add("statictext",[0,0,80,20]);
        counter.show();
        var cells = app.activeDocument.allCellStyles;
        var w = new Window('palette');
        w.pbar = w.add('progressbar', undefined, 0, cells.length);
        w.pbar.preferredSize.width = 300;
        w.show();
        w.pbar.value = 0;
        for(var i = cells.length-1; i > 0; i--)
            w.pbar.value += 1;
            counter.prompt.text = String(i);
            cells[i].verticalJustification = VerticalJustification.bottomAlign;
        counter.close();
    app.findTextPreferences = null;
    alert("Done.");
    Regards,
    Chinna

  • Changing progress bar colour in AS3

    I've spent hours trawling through documentation and googling,
    but I can't find any way to change the progress bar colour from a
    script using AS3. In AS2, it was easy, I just used
    myprogbar.setStyle("themeColor", "0xff0000");
    but this no longer seems to work in AS3 and none of the
    styles in the ProgressBar class seems to relate to the bar colour.
    I need to be able to change the colour dynamically, so setting it
    permanently when I create the object is no good. This should be
    easy, am I missing something simple here ?

    All of the apps use shared code for the interface.
    And no, it doesn't bother me.

  • How do I programmatically change progress bar limit?

    Hello all.  I have a custom control and one of the indicators is a progress bar.  The bar is used to show the position of a life test fixture as the fixture moves up and down.  I would like to have the max limit of the bar to be set by the user.  The user enters a number and the bar maximum will be that number.  That way the bar is more indicative of actual fixture movement.  How would I programatically do this?
    I read about using the Range property, but I can't seem to access it.  Is this because the progress bar is part of the cluster?  Would I need to separate the progress bar from the cluster, get the Range property set up, then put the bar back into the cluster?
    My problem here is that since this is a custom control, it is set as a typedef, with my vi using 12 copies of it.  So if I can't get the typedef to accomplish what I want, I guess I'll have to break the link between the typedef and the vi, go into the vi, and edit all 12 custom controls to do it. 

    Hi Dhouston
    please find the ZIP file attached. somehow i can't upload a VI
    Eventhough the cluster is a typdef control, you can still right click the slide inside the cluster and create a property node.
    hope this helps
    RENN
    Kudos always welcome for helpful posts
    Attachments:
    setScaleRangeProgramatically_V2.zip ‏10 KB

  • How can I change the bar color (data series) in a chart on the iPad version?

    The number of different. colors used in a char (line, bar, pie, ...)  appears to be limited to six, quite short for my needs, however, Excel imported charts show up in the original colors (12)...  until I change the chart type (to get a homogenous look with the rest of the content) it gets changed to the 6 basic colors. Any clue on how to modify individual series colors? Note that I am asking about the iOS version.
    Thnx

    Does any one know how you can adjust the font size (point size) for the file
    names.
    Sadly enough you can't chance that, feel free to add a feature request for
    that, the more there ask for the bigger chance it will be realized.
    It would be great if the colors for the image name (background and font color)
    could be changed so the contrast could also be increased so it is also easier
    to read.
    And this the cheerful part, go to Bridge preferences General tap and play
    with the sliders for user interface and Image Backdrop until your satisfied.
    BTW using the slider for thumbnail size bottom right of the Bridge window to
    increase the thumbs does not increase the font but makes it nevertheless a
    little clearer.

  • Can I change title bar content in an application window? [SOLVED]

    I know this isn't Arch-specific, but I thought there might be somebody out there who can help me. I use KDE 3.5.7.
    I use Evolution for my work e-mail and Thunderbird for my personal e-mail. I like to keep these spheres entirely separate. The problem is that the title bar for both e-mail clients starts with "Inbox ..." If I have several apps open simultaneously and want to open Evolution or Thunderbird by clicking on the task bar, it takes me a minute to figure out which "Inbox" I need, especially when there are so many apps open that part of the title bar is covered up.
    Is there a way to change the content of an application's title bar?
    Thanks.
    Last edited by dhave (2007-09-19 16:44:51)

    Allan wrote:For Thunderbird
    https://addons.mozilla.org/en-US/thunderbird/addon/757
    Very promising, but I'm afraid this add-on won't work with current versions of Thunderbird. Is there anyone out there who can (1) update this add-on or (2) help me do so? Thanks.
    I'd prefer to go this route than editing the source, since Thunderbird appears to be entangled with all kinds of Mozilla-ish stuff.

  • Change progress bar gif

    Hi. I have a dynamic event with "Submit page" true action. Settings item "Show processing" is "Yes". Page becomes grey-outed and standard progress .gif appears. Apex dynamically adds <div> element with progress .gif on the page (in "waitPopup" function). I thought I could change .gif by adding new true action after the first one with some JS code like that:
    document.getElementById('img_progress').src = "#APP_IMAGES#new_preloader.gif";
    or
    $('# img_progress ').attr('src',' #APP_IMAGES#new_preloader.gif ');
    But nothing changes. What did I do wrong ? It's likely that I don't understand DOM. What is the simplest way to change this preloader  .gif ?
    APEX v.4.1

    All your property node writes belong inside cases so they only execute if the input value actually changes. No need to write the same properties over and over. (To see if a value has changed, use a feedback node and compare current to previous).
    LabVIEW Champion . Do more with less code and in less time .

  • I just downloaded the update for garageband and I realized that I can no longer find the grid button!  Did Garageband get rid of the grid button???  How can I change the bar to 1/32 and 1/64 or swing 1/32 for better, easier, and precise editing?

    If I can no longer use a grid button, how can I go about making music precisely?  This can be a pain if I have to drag the mouse around left and right to get the right rhythms.  This would defeat the whole purpose of upgrading to the latest Garageband.  I wish I had the older version if the grid button is gone.

    The visible grid is automatic - it will depend on the zoom slider setting and is no longer as versatile as in the previous version.
    And you can set an automatic Time Quantize in the Track Editor.
    Turn the Tracks area grid on or off
    Choose Edit > Snap to Grid.

  • Safari 4 ( release  version 5530.17) but still no progress bar !

    I understand that everyone else running the latest version of Safari 4 sees a progress bar.
    Why do I still have a spinning sprocket ?
    Thanks for your help
    Eic

    I understand that everyone else running the latest version of Safari 4 sees a progress bar.
    Why do I still have a spinning sprocket ?
    Thanks for your help
    Eic

  • No Progress Bar during file transfer

    after installing yosemite recently, when i move a file to and from an external drive, i do not get the transfer bar that shows the progress of the move. any help fixing this? I have tried deleting the "com.apple.finder.plist" from library (& restarted) and repairing permissions. when i go to a different (clean) user account, i can get the progress bar when i move files.

    Hardware Information: ℹ️
      iMac (27-inch, Late 2012) (Verified)
      iMac - model: iMac13,2
      1 3.2 GHz Intel Core i5 CPU: 4-core
      8 GB RAM Upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1600 MHz ok
      BANK 0/DIMM1
      empty empty empty empty
      BANK 1/DIMM1
      empty empty empty empty
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      NVIDIA GeForce GTX 675MX - VRAM: 1024 MB
      iMac 2560 x 1440
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 4 days 0:19:54
    Disk Information: ℹ️
      APPLE HDD ST1000DM003 disk0 : (1 TB)
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) / : 999.35 GB (139.44 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Western Digital My Passport 071A 1 TB
      western digital 1TB (disk2s1) /Volumes/western digital 1TB : 1.00 TB (197.96 GB free)
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Configuration files: ℹ️
      /etc/hosts - Count: 30
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Applications/Toast 11 Titanium/Spin Doctor.app
      [not loaded] com.hzsystems.terminus.driver (4) [Support]
      /Applications/Toast 11 Titanium/Toast Titanium.app
      [not loaded] com.roxio.TDIXController (2.0) [Support]
      /Library/Application Support/Hotspot Shield
      [not loaded] com.anchorfree.tun (1.1.1 - SDK 10.8) [Support]
      /System/Library/Extensions
      [loaded] com.Cycling74.driver.Soundflower (1.6.6 - SDK 10.6) [Support]
      [not loaded] com.Logitech.Control Center.HID Driver (3.4.0 - SDK 10.0) [Support]
      [not loaded] com.Logitech.Unifying.HID Driver (1.2.0 - SDK 10.0) [Support]
      [not loaded] com.aliph.driver.jstub (1.1.2 - SDK 10.7) [Support]
      [not loaded] com.dvdfab.kext.fabio (1) [Support]
      [not loaded] com.elgato.driver.DontMatchAfaTech (1.1) [Support]
      [not loaded] com.elgato.driver.DontMatchCinergy450 (1.1) [Support]
      [not loaded] com.elgato.driver.DontMatchCinergyXS (1.1) [Support]
      [not loaded] com.elgato.driver.DontMatchEmpia (1.1) [Support]
      [not loaded] com.elgato.driver.DontMatchVoyager (1.1) [Support]
      [loaded] com.logmein.driver.LogMeInSoundDriver (4.1.46f67) [Support]
      [not loaded] com.makemkv.kext.daspi (1) [Support]
      [not loaded] com.maudio.usb.fasttrackultra.driver (2.2.1 - SDK 10.6) [Support]
      [not loaded] com.paceap.kext.pacesupport.master (5.9 - SDK 10.6) [Support]
      [loaded] com.rim.driver.BlackBerryUSBDriverInt (0.0.68) [Support]
      [not loaded] com.rim.driver.BlackBerryUSBDriverVSP (0.0.68) [Support]
      [not loaded] com.roxio.BluRaySupport (1.1.6) [Support]
      [not loaded] com.vara.driver.VaraAudio (1.0.2) [Support]
      [not loaded] jp.co.roland.RDUSB00C5Dev (1.0.0 - SDK 10.6) [Support]
      [loaded] net.telestream.driver.TelestreamAudio (1.1.0 - SDK 10.8) [Support]
      [loaded] tc.tctechnologies.driver.OnyxFireWire (3.5.6 11675) [Support]
      /System/Library/Extensions/PACESupportFamily.kext/Contents/PlugIns
      [not loaded] com.paceap.kext.pacesupport.leopard (5.9 - SDK 10.4) [Support]
      [not loaded] com.paceap.kext.pacesupport.panther (5.9 - SDK 10.-1) [Support]
      [loaded] com.paceap.kext.pacesupport.snowleopard (5.9 - SDK 10.6) [Support]
      [not loaded] com.paceap.kext.pacesupport.tiger (5.9 - SDK 10.4) [Support]
    Startup Items: ℹ️
      Jaksta: Path: /Library/StartupItems/Jaksta
      RDUSB00C5Startup: Path: /Library/StartupItems/RDUSB00C5Startup
      Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [failed] com.adobe.CS5ServiceManager.plist [Support]
      [loaded] com.google.keystone.agent.plist [Support]
      [running] com.Logitech.Control Center.Daemon.plist [Support]
      [running] com.logmein.logmeingui.plist [Support]
      [running] com.logmein.logmeinguiagent.plist [Support]
      [not loaded] com.logmein.logmeinguiagentatlogin.plist [Support]
      [running] com.m-audio.fasttrackultra.helper.plist [Support]
      [loaded] com.oracle.java.Java-Updater.plist [Support]
      [running] com.rim.BBAlbumArtCacher.plist [Support]
      [running] com.rim.BBLaunchAgent.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [invalid?] com.adobe.SwitchBoard.plist [Support]
      [loaded] com.anchorfree.ajaxserver.plist [Support]
      [loaded] com.google.keystone.daemon.plist [Support]
      [not loaded] com.gopro.stereomodestatus.plist [Support]
      [running] com.logmein.logmeinserver.plist [Support]
      [invalid?] com.logmein.raupdate.plist [Support]
      [loaded] com.oracle.java.Helper-Tool.plist [Support]
      [loaded] com.oracle.java.JavaUpdateHelper.plist [Support]
      [running] com.paceap.eden.licensed.plist [Support]
      [running] com.rim.BBDaemon.plist [Support]
      [loaded] com.rogueamoeba.hermes.plist [Support]
      [loaded] PACESupport.plist [Support]
      [loaded] tc.tctechnologies.OnyxFireWire.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist [Support]
      [invalid?] com.digitalrebellion.SoftwareUpdateAutoCheck.plist [Support]
      [invalid?] com.divx.agent.postinstall.plist [Support]
      [loaded] com.facebook.videochat.[redacted].plist [Support]
      [loaded] com.Livestation.plist [Support]
      [invalid?] com.nds.pcshow.plist [Support]
      [invalid?] com.nds.pcshow.uninstall.plist [Support]
    User Login Items: ℹ️
      BoxSyncHelper ApplicationHidden (/Library/PreferencePanes/Box Sync.prefPane/Contents/MacOS/BoxSyncHelper.app)
      Dropbox ApplicationHidden (/Applications/Dropbox.app)
      Air Video Server ApplicationHidden (/Applications/Air Video Server.app)
      Air Video Server HD ApplicationHidden (/Applications/Air Video Server HD.app)
      Google Drive ApplicationHidden (/Applications/Google Drive.app)
      BitTorrent Sync ApplicationHidden (/Applications/BitTorrent Sync.app)
    Internet Plug-ins: ℹ️
      o1dbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Support]
      Default Browser: Version: 600 - SDK 10.10
      Flip4Mac WMV Plugin: Version: 3.0.0.126   - SDK 10.8 [Support]
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Support]
      FlashPlayer-10.6: Version: 16.0.0.235 - SDK 10.6 [Support]
      LogMeIn: Version: 1.0.961 - SDK 10.7 [Support]
      Flash Player: Version: 16.0.0.235 - SDK 10.6 [Support]
      iPhotoPhotocast: Version: 7.0
      LogMeInSafari32: Version: 1.0.961 - SDK 10.7 [Support]
      QuickTime Plugin: Version: 7.7.3
      googletalkbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Support]
      JavaAppletPlugin: Version: Java 8 Update 25 Check version
    User internet Plug-ins: ℹ️
      Google Earth Web Plug-in: Version: 7.1 [Support]
    Safari Extensions: ℹ️
      A Cleaner YouTube [Installed]
      ScrollMaps [Installed]
      Add To Amazon Wish List [Installed]
      Facebook Cleaner-1 [Installed]
      The New York Times [Installed]
      Twitter for Safari [Installed]
      Save to Pocket [Installed]
      AdBlock [Installed]
      Searchme [Installed] Adware! [Remove]
    Audio Plug-ins: ℹ️
      DVCPROHDAudio: Version: 1.3.2
    3rd Party Preference Panes: ℹ️
      Box Sync  [Support]
      Flash Player  [Support]
      Flip4Mac WMV  [Support]
      GoPro  [Support]
      Java  [Support]
      M-Audio Fast Track Ultra  [Support]
      MediaLink  [Support]
      MusicManager  [Support]
      Perian  [Support]
      SP-555  [Support]
    Time Machine: ℹ️
      Mobile backups: OFF
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 999.35 GB Disk used: 859.91 GB
      Destinations:
      Data [Network]
      Total size: 2.00 TB
      Total number of backups: 73
      Oldest backup: 2014-02-16 09:10:07 +0000
      Last backup: 2014-12-17 16:21:13 +0000
      Size of backup disk: Too small
      Backup size 2.00 TB < (Disk used 859.91 GB X 3)
    Top Processes by CPU: ℹ️
          7% Safari
          7% WindowServer
          2% uTorrent
          1% launchservicesd
          1% launchd
    Top Processes by Memory: ℹ️
      481 MB iTunes
      412 MB Safari
      407 MB com.apple.WebKit.WebContent
      404 MB com.apple.MediaLibraryService
      223 MB softwareupdated
    Virtual Memory Information: ℹ️
      491 MB Free RAM
      4.00 GB Active RAM
      3.02 GB Inactive RAM
      1.07 GB Wired RAM
      14.11 GB Page-ins
      59 MB Page-outs
    Diagnostics Information: ℹ️
      Nov 17, 2014, 07:19:10 PM Kernel_2014-11-17-191910_[redacted].panic [Details]

  • Problem using a Flash MX 2004 Progress Bar Component within a Movieclip

    I'm try to setup a progress bar to show the percentage loaded
    of a mp3 audio file using the Flash MX 2004 Progress bar component.
    I can get the progress bar to the work normally by the having the
    component on the stage (not in a movie clip) with the component set
    to:
    mode: polled
    source loader
    with the following actionscript on the layer above:
    pBar.setStyle("themeColor", 0xFF0000);
    var loader:Object = new Sound();
    loader.loadSound("http:/www.mywebsite.co.uk/mymp3.mp3",
    true);
    But I won't to put the preloader inside a Movie Clip (the
    movie clip is called 'content_MC') as the website has alot of
    content. When I do this the mp3 file still streams but the Progress
    Bar doesn't work.
    I think I just need to change the action script so that it
    links with the component telling it to calculate the progress of
    the audio streaming file.
    Am I right? Where am I going wrong?

    I found the problem!!
    While exploring the Fireworks MX 2004 folder located under
    "C:\Documents and Settings\USER\Application Data\Macromedia\"
    folder I discovered that this folder was empty. So, I connected the
    old hard drive and investigated the contents of the corresponding
    folder on that drive. Discovering the wide assortment of files and
    folders in that folder, I simply copied the contents of that folder
    to the Fireworks MX 2004 folder and retried running the application
    and IT WORKED!
    Thanks for all your communications and in depth
    troubleshooting steps, I will keep them in may Application
    troubleshooting Tool Tips for future reference. I have included the
    actions used here which brought about the successful resolution of
    this issue so that if you'd like you might include them in any Help
    Desk Methods you may have. It was truly a collaborative effort
    because I would not have thought to explore the Application Data
    folder to resolve this issue without you pointing me in that
    direction.
    Thanks again!

  • Progress bar with background task

    Hi, I am using background agent to upload files. Its taking about 30 min to upload a single image or audio file. Is there any method to reduce the time to launch the background agent in production. I'm using the following line for debug process and its
    working fine and the files are getting uploaded as soon as possible. But when the application is in windows phone store im not able to use this line of code. Please help if there is any solution to reduce the time for background agent launch. Also is there
    any UI changes I can make while the background process is running, so that the user can identify that the file is uploading. Can I use progress bar indicator or anything when the background file is uploading. Thanks.
    ScheduledActionService.LaunchForTest("My periodic task", TimeSpan.FromSeconds(3));
    Nikitha

    Assuming this is a Windows Phone 8.1 XAML Application:
    https://msdn.microsoft.com/en-us/library/windows/apps/xaml/Hh452975(v=win.10).aspx
    The following sample illustrates how to do all of this with progress etc...
    https://code.msdn.microsoft.com/windowsapps/Background-Transfer-Sample-d7833f61
    Bret Bentzinger (MSFT) @awehellyeah

  • How to add progress bar in servlets

    a task running within a program might take a while to complete, then how i can make a progress bar.

    you can't, well not reliably anyway
    that is unless you want to do some crazy ajax thing but i've never heard of anyone going through that much trouble for a progress bar
    just popup a message that says "Processing..."

  • Progress Bar or Progress Monitor for a system command

    Hello,
    I am running a DOS copy command in a Java Swing application. I understand that I
    can implement a Progress Bar or a Progress Monitor if I open the first file, read it,
    and write to a second file. But if I have a need to use the DOS copy command,
    is there a way to implement a Progress Bar or a Progress Monitor for it. If there is,
    could you please point me to some example code?
    Thank you,
    Chris

    Hello Chris,
    you would have to write some native code which peeks or watches the DOS process and its progress. Surely not an easy task. But without that information, how will you set values for the ProgressMonitor?
    What you could do, however, is showing an Indeterminate JProgressBar at DOS process start and make it disappear at process end.

Maybe you are looking for

  • Re: Satellite L500 - Crackling noise when audio is being reproduced

    Hi all, I bought a L500 a few weeks ago (Windows 7 64bit). Everything goes fine except for the sound. 1h or so after turning on the computer, the speakers start to produce a "crackling", "metallic" noise when audio is being reproduced, irrespective o

  • Podcasts not automatically downloading

    Hi, I am subscribed to the This American Life podcast, and have it set to download new episodes when they are available. However, each week they release a new TAL but the new episode does not download, or even appear, in my podcast library. I have tr

  • Integration SAP with Documentum

    Hi! We use Documentum SAP Archive Services 6.7SP2 to store content data of some SAP documents in Documentum repository. We configured this service in Documentum WebAdmin's node "ArchiveLink - Archive". So, content of some SAP documents becomes object

  • Macbook air, top of the screen flickers occasionally.

    Hi, I have a 11-inch macbook air, mid-2012 according to my "About this Mac" and it works like a breeze except for a single issue. Every so often, completely unpredictably, the top of the screen will be flickering when I open the computer up. It goes

  • Multiple Dictionary Help Request

    Hello, I am a university student, and I use my iPad to type my notes in class. I find this keeps me more organized. The issue I am hoping you might assist me with today is I am taking a French class, and when I enter French text into my iPad it eithe