Slideshow buttons move when re-open project

I have a window with 10 slideshow buttons. Each button has the text removed and is of the square type selected from the palette of buttons available. All the buttons have the 'free positioning' property set and I have aligned them across the screen in a grid formation. Everything looks fine until I close the project and re-open it. When I re-open the project, some of the buttons have moved to the centre of the screen, and all my work to painstakingly align then neatly has gone to waste.
Is there a property or setting I have missed?
Any ideas appreciated.
intel imac   Mac OS X (10.4.7)  

Hi,
Thanks for the advice - it seems to work find if I only have 6 buttons on a window, but this really limits what I can do. Perhaps I am going about things the wrong way. I have some video and about 80 pictures that I want to present in a menu so that the user can click on the thumbnail and then see the picture full screen. I am doing this by creating a slideshow button with just one slide. The user clicks the buttons and sees the picture for 10 seconds, not nice, but the only way I could see of displaying a still image. Is there any other way to do it?
Thanks
Frank

Similar Messages

  • A PIXMA MP170. Power & Alarm lights flash. Ink doesn't move when cover opened. Error on print (XP).

    I have a PIXMA MP170. The Power & Alarm lights flash. Ink cartridges don't move when cover opened. Service Error 6500 on print from computer (XP).

    Hello danlee58.
    If possible, please document the error pattern that appears on the LED display of the printer.  A letter and one or two numbers should be alternating.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • AP Divs (layers) move when I open my website on different window size.

    First of all, this is my first time trying to make a website.
    I'm doing an assignment for my class and i found it difficult for me to fix. I have spend 4-5 hours researching online but nothing work for me.
    Well,the problem is the AP Divs (layers) move when I open my website on different window size(iphone,ipad).
    The website only look right on 1366 x 786 resolution. Please take a look at my 2 pics below:
    And I don't know how to make the website to fit on the iphone and ipad so that I don't have to scroll down or sroll to the right to view the whole thing.
    Please someone help me!
    The code:
    <!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" />
        <meta name="viewport" content="width=device-width" />
    <title>Boston Green Community College</title>
    <style type="text/css">
    <!--
    body {
        background-color: #3f7244;
        padding: 0;
        color: #8d0101;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        line-height: 1.4;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color: #003702;
        text-decoration: NONE; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
        color: #028b66;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
    /* ~~ this fixed width container surrounds the other divs ~~ */
    .container {
        width: 960px;
        background-color: #FFF;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
        background-color: #ADB96E;
    /* ~~ This is the layout information. ~~
    1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    .content {
        padding: 0px 0;
    /* ~~ The footer ~~ */
    .footer {
        padding: 10px 0;
        background-color: #CCC49F;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    #apDiv1 {
        position: absolute;
        width: 251px;
        height: 101px;
        z-index: 1;
        left: 871px;
        top: 10px;
    #apDiv2 {
        position: absolute;
        width: 228px;
        height: 60px;
        z-index: 2;
        left: 9px;
        top: 1397px;
    #apDiv3 {
        position: absolute;
        width: 273px;
        height: 198px;
        z-index: 2;
        left: 851px;
        top: 383px;
    #apDiv4 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 3;
        left: 242px;
        top: 120px;
    #apDiv5 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 4;
        left: 902px;
        top: 178px;
    #apDiv6 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 4;
        left: 857px;
        top: 171px;
    #apDiv7 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 4;
        left: 455px;
        top: 547px;
    #apDiv8 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 4;
        left: 853px;
        top: 113px;
    #apDiv9 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 5;
        left: 853px;
        top: 246px;
    #apDiv10 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 6;
        left: 513px;
        top: 121px;
    #apDiv11 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 6;
        left: 511px;
        top: 123px;
    -->
    </style></head>
    <body>
    <div class="container">
      <div class="header"><a href="#"><img src="Pictures/34d-1.png" alt="Insert Logo Here" name="Insert_logo" width="619" height="90" id="Insert_logo" style="background-color: #C6D580; display:block;" />
        <div id="apDiv11"><font color="#f4f1f1">
    <script type="text/javascript">
    var d=new Date()
    var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
    var monthname=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
    document.write(weekday[d.getDay()] + " ")
    document.write(d.getDate() + ". ")
    document.write(monthname[d.getMonth()] + " ")
    document.write(d.getFullYear())
    </script></font>
    </div>
        <div id="apDiv1">
      <!-- Use of this code assumes agreement with the Google Custom Search Terms of Service. -->
      <!-- The terms of service are available at http://www.google.com/cse/docs/tos.html -->
      <form name="cse" id="searchbox_demo" action="http://www.google.com/cse">
      <input type="hidden" name="cref" value="" />
      <input type="hidden" name="ie" value="utf-8" />
      <input type="hidden" name="hl" value="" />
      <input name="q" type="text" size="40" />
      <input type="submit" name="sa" value="Search" />
    </form>
    <script type="text/javascript" src="http://www.google.com/cse/tools/onthefly?form=searchbox_demo&lang="></script>
                                  </div>
                                    </div>
      <div class="content">
        <center><img src="Pictures/DFDF11.png" width="959" height="556" longdesc="Pictures/junior-2-960x.jpg" /></h1></center>
      <!-- end .content --></div>
      <div class="footer">
         <img src="Pictures/RRR1.png" width="202" height="70" />
         <div id="apDiv3">
           <p> </p>
           <p><a href="Job.html">Jobs</a>         </p>
           <p><a href="Art Gallery.html">Art Gallery</a>         </p>
           <p><a href="Contact us.html">Contact Us </a></p>
        </div>
        <div id="apDiv4"><center>
    <P>About</P>
    <a href="visiting.html">visiting</a> | <a href="Map.html">maps </a>| <P><a href="About.html">about BGCC</a></P>
    <P>Academic</P>
    <P><a href="Courses.html">schools+courses</a></P>
    <P>Admissions  </P>
    <P><a href="cost & aid basics.html">cost & aid basics </a>| <a href="Apply now.html">join BGCC</a>
    <P>Studen Life</P>
    <P><a href="Athletics.html">Athletics</a></P>
    <P>Greenforce Education</P>
    <P><a href="Career.html">career center</a></P>
    </center> </div>
         <p><font size="2" color="black">BGCC | 99 GreenField | Boston, MA 02199 |617-0101-1000| TTY 617-0202-9944|</font></p>
        <div id="apDiv9"><a href="Donate.html" target="_blank"><a href="Donate.html"><img src="Pictures/three-green-logo.jpg" width="218" height="99" longdesc="Pictures/three-green-logo.jpg" /></div>
        <div id="apDiv8"><a href="Apply now.html" target="_blank"><a href="Apply now.html">
    <img border="0" src="Pictures/cxgvxdvxgd.jpg" alt="Apply Now" width="218" height="99"></a></div>
      <!-- end .footer --></div>
      <!-- end .container --></div>
    </body>
    </html>

    That's what APDivs do.  This is the single most common problem new people have with web page layouts.  DO NOT use positioning.  You don't need it.  Start over.  Learn to use CSS floats, margins and padding to align elements. 
    Below is a basic HTML5 Layout.  View source in browser to see the code.
    http://www.alt-web.com/sandbox/HTML5-BasicLayout.html
    Nancy O.

  • Auto play quicktime movies when you open website

    hi everyone, i have been trying to make autoplay quictime movies in to my websites, i dont want people to click on the play button in order to watch them, the next ones are some emails that i have with a great guy using iweb but i dont really understand how to do it, please help
    "Hello Ray how can i set up a movie on QT to automatically play when open and it work on my hard drive, but when place that video on iweb, does not work , it is possible to make that video to autoplay after upload?"
    "unfortunately you have to edit your movie page outside of iWeb. You could publish your site to your disk and edit your movie page by looking for code with your movie name. Code will look something like below. Just add autoplay="true" and save it. Upload it to your hostserver."
    "wooohhh i dont understand !!!! LOL how can i look for the code Ray?
    let me send you the link of the website to show you what i need i just want those three slides to start automatically thank you for your help!
    http://web.mac.com/cac71/iWeb/Cardin%20Studios%20Specials/Cardin%20Studios%20Spe cials.html"
    "When you open up your browser to your start page look at the source code by Apple menu > View > View source. Go down to the end and last line is your code for movie. As you can see it is currently set autoplay = "false", you need to change it to true. Since you have .Mac account you need to go to your idisk/web/iWeb/ and change your start page code that you previously saw. Follow as I mentioned in earlier message and use idisk upload button to replace the file. use text editor change the code."
    "Ray, im sending you a shot of my idisk / iweb / cardin specials folder (i opened from apple menu / go / idisk / my idisk) wich one of those pages is my start up page and also after i opened that page should i do the menu/view/view source and change the 3 movies to true? and after that where is the upload button to replace the file?
    im sorry to bother you but im not that good doing web sites as you can tell
    thak you"
    i think he got tired and i never got a answer from the above email!!!!
    iMac 2.0 GHz intel 20"   Mac OS X (10.4.4)   2.0 RAM

    ok i got to work for autoplay FINALLY!!!!, but now is not working the loop and before i got it to work, here is th elink for the web and the info from text edit
    thanks guys....
    http://web.mac.com/cac71/iWeb/Cardin%20Studios%20Specials/Cardin%20Studios%20Spe cials.html
    <object id="id12" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="207" height="171" style="height: 171px; left: 246px; position: absolute; top: 207px; width: 207px; z-index: 1; "><param name="src" value="Cardin%20Studios%20Specials_files/wedding-4.mov" /><param name="controller" value="true" /><param name="autoplay" value="true" /><param name="scale" value="tofit" /><param name="volume" value="100" /><param name="loop" value="true" /><embed pluginspage="http://www.apple.com/quicktime/download/" type="video/quicktime" class="mov" width="207" height="171" src="Cardin%20Studios%20Specials_files/wedding-4.mov" controller="true" autoplay="true" scale="tofit" volume="100" loop="true"></embed></object><object id="id13" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="213" height="176" style="height: 176px; left: 86px; position: absolute; top: 459px; width: 213px; z-index: 1; "><param name="src" value="Cardin%20Studios%20Specials_files/portraits-2.mov" /><param name="controller" value="true" /><param name="autoplay" value="true" /><param name="scale" value="tofit" /><param name="volume" value="100" /><param name="loop" value="true" /><embed pluginspage="http://www.apple.com/quicktime/download/" type="video/quicktime" class="mov" width="213" height="176" src="Cardin%20Studios%20Specials_files/portraits-2.mov" controller="true" autoplay="true" scale="tofit" volume="100" loop="true"></embed></object><object id="id14" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="213" height="176" style="height: 176px; left: 390px; position: absolute; top: 459px; width: 213px; z-index: 1; "><param name="src" value="Cardin%20Studios%20Specials_files/mitz-2.mov" /><param name="controller" value="true" /><param name="autoplay" value="true" /><param name="scale" value="tofit" /><param name="volume" value="100" /><param name="loop" value="true" /><embed pluginspage="http://www.apple.com/quicktime/download/" type="video/quicktime" class="mov" width="213" height="176" src="Cardin%20Studios%20Specials_files/mitz-2.mov" controller="true" autoplay="true" scale="tofit" volume="100" loop="true"></embed></object>
    </body>
    </html>

  • When I open project in timeline sound lost

    Hi everyone,
    everytime when I open my project (HDV 25p) the sound on the timetable is lost. I can recover it, but did I something wrong posting the project in HDV 25p50i?   I use Windows 7.
    I copied the project in HDV 25p only and it doesn't function. What can I do?
    Thanks for helping answers
    Lisa

    Thanks Hunt,
    I found the error. I copied my  project instead of importing it. Your
    hint is also very useful.
    Have a nice weekend
    Lisa
    Am 21.08.2010 20:35, schrieb Bill Hunt:
    Lisa,
    When this has bitten, most users have had success by using the Match function. To invoke this, Select your Clip on the Timeline, and move the CTI over it. In CS3, and later, hit the M-key. In PrPro 2.0 and earlier, it is the T-key. This should "Match" up your Audio.
    Good luck,
    Hunt
    >

  • Why does text box move when I open pages doc on my friend's mac?

    Hi Everyone,
      So I have this very vexing problem with pages. I have been trying to collaborate with a friend of mine and everytime the pages document moves from one computer to the other the text boxes move terribly out of place. So for example, I will make a document and format it perfectly on my computer. Then I will email it to her (or put it up on dropbox or yousendit or zip it and email it) and without fail when she opens it on her computer the text boxes have moved and the document looks horrible, all my design work is totally wasted. The same thing happens if she starts a document on her end and then gives it to me.
    Does anyone have any experience with this? Any suggestions?
    Oh and by the way we are both running OS 10.8.2 and Pages 4.3
    Thanks in advance!

    Hi Swati,
    That was a shot in the dark. I remember that the now obsolete MacDraw would reset its margins to suit different printers. I had the thought that because Pages page layout seems similar to MacDraw, it was doing the same. I don't have a printer, so my print settings don't tell me much. Maybe Page Setup or the Print dialogue?
    Let's hope that someone else has more ideas.
    Regards,
    Ian.

  • Play movie when QuickTime opens

    Hello everyone,
    I know this may seem like a silly question, but I haven't been able to find the answer anywhere.
    I just upgraded to SL and I now have QuickTime 10.
    When I open movie files they won't play like they used to, I have to press play. Then, when I want to jump to somewhere else in the movie while it is playing by dragging the status/timeline bar, I'll have to click play if I want it to keep on playing.
    Where can I change this preference?
    Thanks!

    There's a preference pane you can use for those settings:
    http://megabytecomp.com/apps.aspx
    If you are familiar with terminal, you can use this command to enable it:
    defaults write com.apple.QuickTimePlayerX MGPlayMovieOnOpen 1
    Replace the 1 with a 0 to disable it.

  • Audio goes out of sync when i open project on diff macs

    i have an iMovie project created on an iMac saved to an external.
    I go to open the project up on my macbook and the audio is out of sync.
    I go back to my iMac with the same project and it works just fine.
    I'm a bit confused because both macs use Mac OS X 10.6.4 and iMovie 8.0.6
    what other differences might there be?
    any input is appreciated as I'd love to work on projects while out in the field!

    Try exporting the iMovie project as a single full quality dv format quicktime file.
    I use iMovie6 HD and this is my usual procedure that works well.
    Make the movie in iMovie, will involve many separate clips. When finished, export (share) as a single full quality dv format quick time file. When I have an hours worth of smaller projects, I create a new iMovie project and import all of the quicktime .dv files for each separate short project. I add chapter markers in this project, then share with iDVD. I then burn an hours worth of stuff at best quality and distribute to family and friends.
    iDVD seems to work better with iMovie source that has fewer clips.
    BTW: Are you having problems with standard def or hi def iMovie source. Another part of my procedure is that I take the raw tapes and download the entire thing into one iMovie project. I don't edit or change the footage at all, just want to archive to DVD for posterity. In this case, I want to share the iMovie project with iDVD directly. This has worked OK for standard def projects, but my first hi def project (1080i) that I tried, the sound was out of sync. To fix this, I had to create a regular DV widescreen iMovie project, and drag all the clips into it from the HD project. It took over an hour for my humble mac mini to convert the files, but I was then able to share with iDVD and the finished DVD worked ok.
    Hope this helps.

  • Error com/sun/faces/config/ConfigureListener  when creating/opening project

    Hi
    I have installed creator and everything was working fine. I was able to develop some projects and deployed fine. I have closed my creator and reopened it again. From then it startted giving this problem.
    I am unable to create a new project. When I click on Create New Project button on welcome page, it asks me the project name and the directory. Once I enter the name for the project and click on OK there, nothing comes up and the welcome screen remains there. Now there is a red cross mark at the bottm left that shows com/sun/faces/config/ConfigureListener. It behaves the same even if I try to open an existing project.
    I believe this problem started after I upgraded my patch to 112785-43. But even after I removed this patch nothing happens. Reinstalled few times but still it shows same com/sun/faces/config/ConfigureListener at bottom left corner.
    Any ideas ?
    Thanks
    SR

    Got it finally .. The user settings directory is created as[b] //.Creator/1_0 instead of /.Creator/1_0. I know that I need to remove the folder .Creator/1_0 but could not find in the root directory. Went in to // and found the .Creator folder there. Deleted the folder and reinstalled it..
    -Srinivas

  • Adobe Premiere Elements 9 Trial crash when creating/opening project

    I've just installed Premiere Elements 9 Trial for testing
    Installation went with no problems
    When i try to create/open a project Premiere crashes with message like:
    Sorry, a serious error has occurred that requires Adobe Premier Elements to shut down. We will attempt to save your current project.
    [OK]
    Im running on PC as follows:
    Computer:
          Operating System                                  Microsoft Windows XP Professional
          OS Service Pack                                   Service Pack 3
          Internet Explorer                                 8.0.6001.18702
    Motherboard:
          CPU Type                                          Intel(R) Core(TM)2 Duo CPU E8500 @ 3.16GHz,3166 MHz (7 x 452)
          Motherboard Name                                  FOXCONN G33M03
          Motherboard Chipset                               Unknown
          System Memory                                     3062 MB
          BIOS Type                                         AMI (08/07/08)
          Communication Port                                Communications Port (COM1)
          Communication Port                                Communications Port (COM2)
          Communication Port                                Printer Port (LPT1)
        Display:
          Video Adapter                                     Intel(R) G33/G31 Express Chipset Family  (256 MB)
        Multimedia:
          Audio Adapter                                     Creative SB Live! Sound Card
        Storage:
          Disk Drive                                        Disk drive
          Disk Drive                                        Disk drive
          Optical Drive                                     CD-ROM Drive
        Partitions:
          C: (NTFS)                                         29996 MB (1688 MB free)
          D: (NTFS)                                         238472 MB (6593 MB free)
          E: (NTFS)                                         653864 MB (391952 MB free)
    --------[ Processes ]---------------------------------------------------------------------------------------- -----------
        aida32.bin               E:\download\tools\AIDA32\aida32.bin                                             14424 KB    15460 KB
        BrstsWnd.exe             C:\Program Files\Brownie\BrstsWnd.exe                                            5120 KB     1968 KB
        cfp.exe                  C:\Program Files\COMODO\COMODO Internet Security\cfp.exe                         7304 KB    18004 KB
        cmdagent.exe             C:\Program Files\COMODO\COMODO Internet Security\cmdagent.exe                    5616 KB    83976 KB
        ctfmon.exe               C:\WINDOWS\system32\ctfmon.exe                                                   4008 KB     1816 KB
        cvpnd.exe                C:\Program Files\Cisco Systems\VPN Client\cvpnd.exe                              7328 KB     4320 KB
        devldr32.exe             C:\WINDOWS\system32\devldr32.exe                                                 4164 KB     2420 KB
        Explorer.EXE             C:\WINDOWS\Explorer.EXE                                                         15260 KB    18768 KB
        fdhost.exe               C:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\Binn\fdhost.exe     6260 KB     6148 KB
        hkcmd.exe                C:\WINDOWS\system32\hkcmd.exe                                                    4448 KB     2336 KB
        iexplore.exe             C:\Program Files\Internet Explorer\iexplore.exe                                 19984 KB    10392 KB
        iexplore.exe             C:\Program Files\Internet Explorer\iexplore.exe                                 54752 KB    46392 KB
        igfxpers.exe             C:\WINDOWS\system32\igfxpers.exe                                                 3740 KB     1952 KB
        igfxsrvc.exe             C:\WINDOWS\system32\igfxsrvc.exe                                                 4040 KB     2280 KB
        igfxtray.exe             C:\WINDOWS\system32\igfxtray.exe                                                 7624 KB     2336 KB
        jqs.exe                  C:\Program Files\Java\jre6\bin\jqs.exe                                           1472 KB     2732 KB
        lsass.exe                C:\WINDOWS\system32\lsass.exe                                                    1612 KB     5980 KB
        opera.exe                C:\Program Files\Opera\opera.exe                                                  251 MB      436 MB
        PhotoshopElementsFileAgent.exe  E:\Program Files\Adobe\Elements 9 Organizer\PhotoshopElementsFileAgent.exe        748 KB     1556 KB
        services.exe             C:\WINDOWS\system32\services.exe                                                 4544 KB     3948 KB
        Skype.exe                C:\Program Files\Skype\Phone\Skype.exe                                          27880 KB    17680 KB
        SkypePM.exe              C:\Program Files\Skype\Plugin Manager\SkypePM.exe                               14660 KB     8772 KB
        smss.exe                 C:\WINDOWS\System32\smss.exe                                                      428 KB      176 KB
        spoolsv.exe              C:\WINDOWS\system32\spoolsv.exe                                                  7504 KB     5300 KB
        sqlwriter.exe            C:\Program Files\Microsoft SQL Server\90\Shared\sqlwriter.exe                    4156 KB     2096 KB
        svchost.exe              C:\WINDOWS\system32\svchost.exe                                                  5084 KB     3812 KB
        svchost.exe              C:\WINDOWS\system32\svchost.exe                                                  6228 KB     4508 KB
        svchost.exe              C:\WINDOWS\system32\svchost.exe                                                 37828 KB    22812 KB
        svchost.exe              C:\WINDOWS\System32\svchost.exe                                                 13724 KB    11160 KB
        tlen.exe                 C:\Program Files\Tlen.pl\tlen.exe                                               34092 KB    26880 KB
        winlogon.exe             C:\WINDOWS\system32\winlogon.exe                                                 5340 KB     9580 KB
        wuauclt.exe              C:\WINDOWS\system32\wuauclt.exe                                                  5564 KB     3952 KB
    I will appreciate any sugestion.
    Konrad

    Welcome to the forum.
    As your system setup will likely be much different from that of Konrad's, I would start a new thread, and in it, list the full system in detail, as Konrad did. This ARTICLE will give you tips on the info that would be very useful.
    In Konrad's case, the C:\ was filled to about capacity, so could well have been a contributing factor. That is why full I/O specs. will be very, very useful.
    Good luck,
    Hunt

  • DVDSP3: Subtitle-fonts and size changes when re-opening project

    Hi,
    got problems with subtitles: When specifying a subtitle for helvetica 24pt, then closing the project,working with - lets say - photoshop, the font-type changes in this subtitles to the last used font in photoshop.
    What is this behavior?
    I specified the type of font for the subtitle in the Text-Menu from DVDSP.
    thanks in advance,
    thommes

    And a thread here, too: Project opens random sequences

  • Workspace changes when re-opening project

    I am using the latest build of Premiere Pro CC 2014, and lately my projects default to showing different sequences whenever I re-open a project. I am working on a project with a LOT of sequences, and every time I re-open the project, I have to sift through sequences to find the one I was last working on. This also happens whenever I switch between the editing and color correction workspaces. I have tried resetting workspaces, but it doesn't help.
    There is a thread about this issue on Creative Cow (http://forums.creativecow.net/thread/3/957081#957081)
    This is eating up a bit of my time, and I'm hoping there is be a solution for this.

    And a thread here, too: Project opens random sequences

  • Adobe captivate crash when closing open project

    Hi there each time i try to close an open captivate document
    it crash ... if i open captivate without a project and close it no
    issue but if i open any dosument and try to close the captivate it
    crash i press close and then i get access violation ........
    i check on adobe for update.... nothing ....
    any idea ?
    Thnaks

    Hi there
    You have replied to a pretty old thread. This really should be a thread of its own.
    Have you reported this to Adobe as a bug?
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • My iPad is completely frozen, stuck on a app, the only button I can click is the sleep button but when I open it back up it goes straight back into the app how can I unfreeze my ipad

    My iPad is completely frozen up, and I don't know what happened, or how to unfreeze it
    I can click the home and sleep button, but the home button does nothing, and the sleep button works but when I touch it again, it goes straight back to the app I was in,
    Can someone please help me?

    A reset should help. Tap and hold the Home button and the On/Off buttons for approximately 10-15 seconds, until the Apple logo reappears. When the logo appears, release both buttons.
    No content is affected by this procedure.

  • Downloaded Pr CC 2014, when i open projects only 1 sequence is showing. How can i reload my exsiting sequences

    my old version of Pr CC was crashing all the time so i updated it.
    now when i access my projects only one sequence appears. can i still access my previous sequences and how?
    thanks a lot

    my old version of Pr CC was crashing all the time so i updated it.
    now when i access my projects only one sequence appears. can i still access my previous sequences and how?
    thanks a lot

Maybe you are looking for

  • To know the Finish Good or FInish Product name

    i am developing an Batch wise consumption report, in that i want to know the finish product name, is there any FM or a table where we can find the name of the Finish Goods or Product name,,, Regards Mukesh Kumar M

  • Settings for information broadcasting

    Hello,   Can someone tell me where I can go and delete information broadcasting settings to stop emailing.  I created a few test queries and also scheduled information broadcasting for those queries.  Those queries were deleted without deleting infor

  • Flex 3.5 downloadable documentation

    Hello Adobe, where could I download the 3.5 language reference as a zip file please? Thanks Tom

  • Getting Safari document title/location via Scripting Bridge fails

    I'm trying to get the URL and document title from the topmost Safari document/tab. I have an AppleScript and an objective-c version using the Scripting Bridge framework. Both versions work fine for most web pages, however when I open a Youtube video

  • Using conditions with SELECT

    I am trying to gather conditional data from a table based on data from another as shown below : SELECT NEW_ITEM.CD, CLIENT_DISCOUNT.SHOPPER_ID, If CLIENT_DISCOUNT.DISCOUNT<=NEW_ITEM.MAX_DISC then NEW_ITEM.BASE_PRICE*((100-CLIENT_DISCOUNT.DISCOUNT])/1