Does this alow scrubing to find edit point?

needed to edit wave form. best way to zero in on what I want is to scrub.
I dont see any function for scrubing to find an edit point.
am I just missing something?
you have to be able to scrub back and forth to find a criticle edit point.
cheers&aloha
matt

oh well.
chalk up another "looser point" for the wonderfull folks at apple.
apple ......are you listening?
M
p.s.
thanx for the info hang time
cheers&aloha

Similar Messages

  • Why does this error occur in Digital Editions?

    I am working in a contact centre and have a customer who is giving the following complaint:
    ""    It’s still the same scenario.
    I just reinstalled ADE 3.0 and downloaded the first book again. It can’t be read like it’s supposed to.
    I enter the pub.
    Go one page down (Can see the page counter is counting up)
    The page doesn’t shift
    Exit the pub into library
    The page that couldn’t be shown before is now visible
    Go one page down
    The page doesn’t shift
    These epub’s have no value for us because we can't work like that.Therefor we want you to remove the DRM of these publications or cancel the trade. I will ofc verify all publications have been deleted from my computer if you won’t remove the DRM. ""
    Please help me understand the issue that is happening here, as it is the first time I have heard of this kind of failure. as for the DRM - I have no control over this, being only the publisher and not the DRM owner.
    Thanks community!
    Lee

    I simply referred him to 1.7.3
    It works perfectly for my customer.
    If anybody cares to explain why 3.0 does this - go right ahead - if not, I will just keep referring my customers to the older version :/
    --Ewok

  • Why does this happen when I insert editable region?

    Hi ppl... I got a small problem here. When I insert editing region into the ORANGEBOX div, for some unknown reason which I can't figure out, my spry menu bar shifts to the left. But in preview, it looks fine. What's the reason for this and how can I avoid it? The shifted spry menu bar in the workspace is disturbing me.. haha.. I have attached screenshots of the 2 states below (Before inserting editable region and after inserting editable region)
    Before inserting editable region into the ORANGE BOX
    After inserting editable region into the ORANGEBOX
    Here's the code BEFORE inserting editable region.. If you are free, do try to insert an editable region into the ORANGEBOX, and kindly tell me why it's happening! =) Thanks!
    <!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" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    body {
        background-color: #666;
        margin: 0px;
        padding: 0px;
        margin: 0px;
        padding: 0px;
    #wrapper {
        padding: 0px;
        width: 900px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 0px;
        overflow: hidden;
    #navigation {
        height: 122px;
    #mainContent {
        background-color: #FFF;
        overflow: hidden;
    #header {
        background-color: #033;
        height: 248px;
    #navigationlinks {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #000;
        height: 42px;
        background-color: #0C0;
    #footer {
        height: 100px;
        background-color: #F39;
    #orangebox {
        height: 100px;
        width: auto;
        background-color: #F60;
    -->
    </style>
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="wrapper">
      <div id="header"></div>
      <div id="navigationlinks">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="#">Home</a>      </li>
          <li><a href="#">Audio Lectures</a></li>
          <li><a class="MenuBarItemSubmenu" href="#">Video Lectures</a>
            <ul>
              <li><a href="aqeedah1.htm">Aqeedah</a></li>
              <li><a href="fundamentals1.shtml">Tawheed</a></li>
    <li><a href="#">Friday Bayans</a></li>
    <li><a href="#">Other Topics</a></li>
            </ul>
          </li>
          <li><a href="#">Books</a></li>
        </ul>
      </div>
      <div id="mainContent">
        <p> </p>
        <p>mainContent</p>
        <p> </p>
        <div id="orangebox">
          <p>ORANGE BOX    </p>
          <p> </p>
        </div>
    <p> </p>
        <p>mainContent</p>
        <p> </p>
        <p> </p>
      </div>
      <div id="footer">
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p>FOOTER </p>
        <p> </p>
        <p> </p>
        <p> </p>
      </div>
      <p> </p>
      <p> </p>
    </div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>

    Here's the SpryMenuBarHorizontal.css
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 9em;
        float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 9em;
        position: absolute;
        left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 9em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        color: #333;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        padding-top: 1.1em;
        padding-right: 0.75em;
        padding-bottom: 1.1em;
        padding-left: 0.75em;
        text-align: center;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        color: #FFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarDown.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
        display: inline;
        f\loat: left;

  • HT201272 Some songs are greyed out while others are black. What does this mean and how can I change it? I'm tired of only 2 or 3 songs from an album repeating while the others disappear off the "Up next".

    Please help....I hate iTunes to begin with. Especially the latest they have come up with. Layout drives me crazy. And now....I find maybe a couple of songs in an album as "black" and the other titles are greyed out. What does this mean? I find it very frustrating as the black titles will repeat but the others seem to just disappear off the "play next" list. How can I fix this? And no...downloading from iCloud hasn't helped any.

    This sounds like you have some unchecked tracks. These are skipped during track to track playback. The track names are slightly greyed out in the album view. You can normally see the check boxes from the Songs view or you can change the status via the rght-click context menu.
    tt2

  • When I try to download itunes, quicktime and icloud i get an invalid siganture message. what does this mean

    when i try to download itunes, quicktime and icloud i get an invalid signature message. what does this mean

    Moved to Adobe Digital Editions forum.
    Neil

  • I have a purple arrow in right hand corner by battery what does this mean

    I have a purple arrow in right hand corner by battery what does this mean

    Which way is the arrow pointing?
    Try looking at page 16 of the Users Guide:
    iPod touch User Guide (For iOS 4.3 Software)

  • What does this message mean on my PC " the procedure entry point sqlite3_wal_checkpoint could not be located in dynamic link library SQlite3.dll.

    Why does this message pop up on my PC after i start up " (AppleSyncNotifier.exe-Entry Point Not Found ) the procedure entry point sqlite3_wal_checkpoint could not be located in dynamic link library SQlite3.dll. ? What can I do to fix this problem ?

    Found this several months ago when I updated ITunes. I don't know why they still haven't fixed this, but I had to do this again yesterday 10/13/2011 when I updated.
    With Windows Explorer, navigate to your C:\Program Files\Common Files\Apple\Apple Application Support folder.
    Copy the SQLite3.dll that you should find there, navigate to the nearby Mobile Device Support folder, and Paste it in there also.
    Reboot and see if all is well
    In case that your OS is Windows 7 (64 bit)
    1. Open windows explorer, go to location C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    2. Copy file "SQLite3.dll"
    3. Open new windows explorer, to to location C:\Program Files (x86)\Common Files\Apple\Mobile Device Support
    4. Paste file "SQLite3.dll" to the location.
    5. Reboot your computer, it should not display that message, it should be clear.

  • When I try to upload the lates version of iTunes, it tells me to enter an alternate path to a folder containing the installation package iTunes.msi. What does this mean as I can't seem to find any such folder and now I cannot uninstall Itunes either

    when I try to upload the latest version of iTunes, it tells me to enter an alternate path to a folder containing the installation package iTunes.msi. What does this mean as I can't seem to find any such folder and now I cannot uninstall Itunes either

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it, which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • When I try to upload the lates version of iTunes, it tells me to enter an alternate path to a folder containing the installation package iTunes.msi. What does this mean as I can't seem to find any such fold

    when I try to upload the latest version of iTunes, it tells me to enter an alternate path to a folder containing the installation package iTunes64.msi. What does this mean as I can't seem to find any such folder.

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • Unable to find??? What does this mean?

    First off I will explain what I was doing before I encountered trouble. I was attempting to print a USPS shipping label and I believe it had something to do with Adobe. I had early printed a sample label without any trouble. But when I went to print a real label it was giving me issues. Then everything(even simple Microsoft works documents, it was telling me to save the file. It was giving me a save as and the file was .xps I attempted to do a system restore to another point and that didn't fix it. Somewhere I think I deleted a file or something. I understand computers pretty well, but shows what happens someone who doesn't have a clue gets themselves into trouble.
    But anyways now when I turn on my computer and it loads up I get this message
    Unable to find C:\ProgramData\AdobePDF\Settings\*.joboptions"
    And it says I must be an adminstrator to load these files or something.
    If anyone can help me I appreciate it very much. I have since uninstalled Adobe Reader and Re-installed it and I still get this message. So how do I solve this trouble?  Computer was working fine until this incident.

    can you try uninstall, reboot and run the cleaner form
    http://support.microsoft.com/kb/290301, reboot
    again using admin power ID look if you still have traces of acrobat reader in the application folder of  all users, admin, your own ID
    if needed manual remove them all after full backup,
    also do
    reg query "hklm\software\adobe\Acrobat Reader"
    reg query "hkcu\software\adobe\Acrobat Reader" form your regular ID
    be sure there is not any
    if there are, you best do a backup before deleting anything.
    if all fails. do windows repair
    Hopefully you have access to the owner id , admin ID, or
    windows install disk/restore image along wiht all software install source

  • "itunes.exe - Entry Point Not Found" "The procedure entry point_dispatch_queue_attr_concurrent could not be located in the dynamic link library libdispatch.dll."???? What does this mean?

    I simply wanted to update my itunes and this is now the error message I get and can't access or even log into itunes or itunes store.
    "itunes.exe - Entry Point Not Found" "The procedure entry point_dispatch_queue_attr_concurrent could not be located in the dynamic link library libdispatch.dll."???? What does this mean?
    Anyone have a solution?

    This error has the same pattern as those discussed in the first and third boxes of the user tip Troubleshooting issues with iTunes for Windows updates, suggesting that you've got an outdated .dll file that needs replacing. You should find libdispatch.dll in the one of the following folders:
         C:\Program Files\Common Files\Apple\Apple Application Support
         C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    Delete it and then repair Apple Application Support from the control panel. If that doesn't work go for the full tear down and rebuild as outlined in the second box.
    tt2

  • HT4145 Does this article apply to OS X Lion and Airport Utility 6.0?  Reason: Airport Utility cannot find my Airport Extreme (4th generation) wirelessly on my Time Capsule configured network even although the firmware in both units is up to date.

    Does this article apply to OS X Lion and Airport Utility 6.0?
    Reason: Airport Utility cannot find my Airport Extreme (4th generation) wirelessly on my Time Capsule configured network even although the firmware in both units is up to date.

    I thought you were trying to Extend the network with an Express as the article mentions you pointed to...
    You can't find the Airport Extreme then...
    I woudl suggest doing a Factory reset....
    http://support.apple.com/kb/HT3728
    Then you should be able to set it up just as you did when it was new....
    Factory default reset (using reset button)
    If the AirPort Base Station or Time Capsule isn't accessible from AirPort Utility, the Factory Default reset can be accomplished by using the reset button.
    Unplug the AirPort Base Station or Time Capsule from power.
    Press and hold the reset button with a pen or pencil, then plug the AirPort Base Station or Time Capsule back in while continuing to hold the button until you see the light (LED) flash rapidly. This should happen after a few seconds.
    Release the button. This will factory default reset the AirPort Base Station or Time Capsule.

  • I am new with iMac and I am trying to copy some file from my external HDD but it does not let me also I can't delete anything from this HDD using the finder. Can somebody help me , please?

    I am new with iMac and I am trying to copy some file from my external HDD that a used with my PC but it does not let me also I can't delete anything from this HDD using the finder. Can somebody help me , please?

    No, unfortunately, when you format a drive, it will erase all the contents. So you will need to find a temporary "storage" place to put the stuff using a PC so you have access to it. Then reformat using Disk Utility (Applications > Utilities). If only using with mac, format Mac OS Extended (Journaled) and use GUID Partition scheme under Partitions/Options. After formatting, you can drag the files back.

  • I'm currently signed onto my home network and want to go on with another computer but don't remember my password for my network.  Does anyone know where to find this?  It's a password that I set myself, not the one that came with my router.

    I'm currently signed onto my home network and want to go on with another computer but don't remember my password for my network.  Does anyone know where to find this?  It's a password that I set myself, not the one that came with my router.

    It's in your Keychain on the computer you usually use to connect to your network - the "kind" will be "AirPort Network Password".
    Your Keychain can be opened by using the Keychain Access program. It is in your Utilities Folder.
    Open Keychain Access, and type airport in the search field. You will see a number of entries. Choose the one with the name of your wireless network, open it, and check the box next to "show password". Before it reveals itself you will be asked for your login password - the one you use to log in to your MacBook.
    The network password will appear in the box.
    Quit Keychain Access.

  • I move folders from my internal hard drive twice to an external hard drive.  Now I believe Lr does not know how to find my photos.  What can I do to get this cleared up.

    I move folders from my internal hard drive twice to an external hard drive.  Now I believe Lr does not know how to find my photos.  What can I do to get this cleared up. 

    Jim has a very good suggestion. There are many factors at work here:
    1) How are you connecting the external drive to the computer?
    2) How big are files (329 x 1MB is not the same as 329 x 25MB)?
    3) What is your computer specification?
    4) Do you have any power saving settings on (in particular something that would send the computer/hard drives to sleep)?

Maybe you are looking for

  • Difference between logical and physical SQL

    Hi all, I created a dashboard prompt and added some columns from the dimensions and one column from the fact table. When I run the report in the dashboard and filters using the prompts,I see in the logical sql that all the filters have been applied t

  • Iphone 3.0 sdk download query?

    Is the iPhone 3.0 SDK download available for everyone or only for those who enroll from either of the programs?

  • Free 3 of 9 (Font 39) family for Barcode in SSRS

    Hi All, I have created a Barcode report in SSRS 2008 R2 and it is working fine in Report Builder but failing to render exactly in web page and PDF export. I have tried with all the available bar code fonts but no luck.. Looking forward for your help.

  • WCS Upgrade

    I i want to upgrade from à version 4.1.83.0 to à version 4.2.110.0 can you tell me if the step are : stop the server, backup the data base with dbadmin abd install the new version and restore the database.

  • Best volume/compression settings for AUDIO for Rock concert DVD ???

    I am putting the finishing touches to a 2 hour rock concert DVD..... I am converting the wav/and 5.1 to Dolby 5.1 and 2.0 files .... They are sounding really quiet compared to the original waves...??? I can see that there are some dolalogue/audio com