Newbie- pls help with photo features

I cannot view my pictures on new 30gb IPOD. When I connect to PC to transfer pictures, it syncs OK. However, the only option I see under photos when I want to view from IPOD are slideshow settings. Please provide your ideas. Thanks.

Hi Reddog!
Are you sure you have iTunes set up to sync your pictures to your iPod? Sync your iPod. Then click on the "Photos" tab on the top pane. Then click on your photos syncing option in that section. I have mine set up to sync just pictures from certain folders in "my pictures" on my computer.
Hope this helps.
Jeff
Gateway Desktop   Windows XP   5.5G 30GB iPod Video. iTunes & XPlay2.3. Kensington FM Transmitter. 2100 songs.

Similar Messages

  • HT201299 HOW TO INSERT MICRO SIM IN I PAD MODEL- A1416? Pls help with a picture...

    HOW TO INSERT MICRO SIM IN I PAD MODEL- A1416? Pls help with a picture...

    My Ipad doesnt have the space to pin out the sim card tray...?
    I think i have been gifted the Ipad which doesnt support sim card. Is it so?
    My model no is- A1416....?

  • Pls Help with this

    Hi,
    I need a help to resolve my problem.Actually i have a JSP page with a list box. When i select some value in the list box, appropriate values must list out according to the selected value.And i have a submit button to process that jsp page.
    I wrote a validation as all the fields must be entered to submit a page.
    But when i tried with the following code,it's just moving to processing page when i select a values from the list box.This is happening when i cheked the validation.
    Pls help with this code.This is very urgent.
    Code is as follows
    "Example1.jsp"
    <%
    String str1 = request.getParameter("Modem");
    %>
    <html>
    <head>
    <script language = "JavaScript">
    function Validate()
    if(document.UpdateFiosAccounts.Modem.value == "Select One")
    alert("Please select the value")
    document.UpdateFiosAccounts.Modem.focus()
    return false
    if(document.UpdateFiosAccounts.text1.value == "")
    alert("Please type some text")
    document.UpdateFiosAccounts.text1.focus()
    return false
    return true
    </script>
    </head>
    <body>
    <form name = "UpdateFiosAccounts" action="./Example1.jsp" method ="post" onSubmit= "return Validate()">
    Pls select One:<select name="Modem" size="1" onChange="document.UpdateFiosAccounts.submit()">
    <%
    if(str1 == null)
    %>
         <option value="Select One">Select One</option>
         <option value="One">One</option>
         <option value="Two">Two</option>
         <option value="Three">Three</option>
         <option value="Four">Four</option>
    <%
    else
    %>
         <option value="<%=str1%>"><%=str1%></option>
    <%
    %>
    </select><br>
    Pls type something: <input type ="text" name="text1">
    <input type ="submit" value="submit" onClick="document.UpdateFiosAccounts.action='./Accounts.jsp'">
    </form>
    </body>
    </html>

    Hi! The reason is that in the onChange property you are doing the submit, so, when you select something, it goes automatically and never pases through your validation function. So, remove that onChange. Next, the button is a submit buton, so, no matter what your validation does, the page will go. You need to change the submit type of the button to just button (<input type="button" onclick="function to validate">) and then you will get what you want. By the way, this is NOT a Java question, is more JavaScript question.
    Hope this helps.

  • Need help with Photo Stream

    I am having issues with Photo Stream and iPhoto when the iPhoto library is stored on a Drobo NAS. When I access the library stored on the NAS I see Photo Stream on the menu and when I access the library I get a  message that tells me I need to switch Photo Stream to this Library. I did select to switch Photo Stream over to this NAS library and I did get a big blue button that is suppose to start Photo Stream but when I push it nothing happens.
    I have contacted Apple support and they said that this is the way Photo Stream works and recommended that I submit a request to have this feature added at Apple\Feedback, if it is something I would like to have. They said if enough people request this feature they will add it but that Photo Stream does not currently support an iPhoto library stored on a remote NAS or shared network drive.
    My question is has anyone found a work around for this?  If you would like to have this feature added to Photo Stream can you please submit your request to Apple so they will add it, perhaps a little sooner than later?

    I checked today and this issue has been solved with the latest iPhoto update from Apple. I am running iPhoto 9.2.3 on my Snow Leopard Server which is sharing a Drobo NAS. I am also running iPhoto 9.2.3 on my MBP running Lion and I can now open my iPhoto Library and Photostream will work with the library and even automatically create events and move all my Photostream pictures into these events within the Library. I can then close the Library on my MBP and open the same Library from my Snow Leopard server and the new Events are there and I can move them around with no problem. Thank you Apple for this fix.   Even though I cannot deal with Photostream directly from the Snow Leopard server this is a very eligant work around.

  • Help with Photo Gallery

    I found this cool photo gallery tutorial
    http://www.kirupa.com/developer/mx2004/xml_flash_photogallery.htm
    but I'm having problem to put it together onto my flash web. I wold
    like to make portfolio and I want to have several categories. Each
    category will have its own photo gallery with animated buttons
    loading in each gallery separately onto same area. something
    similar to this
    http://www.flashmint.com/show-template-1920.html
    but where its loading text onto animated banners I want to load my
    photo gallery. Any ideas how to put it together? I'm beginner with
    action script . I use flash 8 proffesional

    rest of the code here:
            <div id="previews">
                <div id="controls">
                    <ul id="transport">
                        <li><a href="#" class="previousBtn" title="Previous">Previous</a></li>
                        <li><a href="#" class="playBtn" title="Play/Pause" id="playLabel"><span class="playLabel">Play</span><span class="pauseLabel">Pause</span></a></li>
                        <li><a href="#" class="nextBtn" title="Next">Next</a></li>
                    </ul>
                </div>
                <div id="thumbnails" spry:region="dsPhotos" class="SpryHiddenRegion">
                    <div class="thumbnail" spry:repeat="dsPhotos"><a href="{path}"><img alt="" src="{thumbpath}"/></a><br /></div>
                    <p class="ClearAll"></p>
                </div>
            </div>
            <div id="picture">
                <div id="mainImageOutline"><img id="mainImage" alt="main image" src=""/><br /> Caption:  {pcaption}</div>
            </div>
            <p class="clear"></p>
        </div>
    Any help with getting the caption to display would be greatly appreciated.  The Caption {pcaption} does not work,

  • Help with Photo Gallery using XML file

    I am creating a photo gallery using Spry.  I used the Photo Gallery Demo (Photo Gallery Version 2) on the labs.adobe.com website.  I was successful in creating my site, and having the layout I want.  However I would like to display a caption with each photo that is in the large view.
    As this example uses XML, I updated my file to look like this:
    <photos id="images">
                <photo path="aff2010_01.jpg" width="263" height="350" thumbpath="aff2010_01.jpg" thumbwidth="56"
                   thumbheight="75" pcaption="CaptionHere01"></photo>
                <photo path="aff2010_02.jpg" width="350" height="263" thumbpath="aff2010_02.jpg" thumbwidth="75"
                   thumbheight="56" pcaption="CaptionHere02"></photo>
                <photo path="aff2010_03.jpg" width="350" height="263" thumbpath="aff2010_03.jpg" thumbwidth="75"
                   thumbheight="56" pcaption="CaptionHere03"></photo>
    </photos>
    The images when read into the main file (index.asp) show the images in the thumbnail area and display the correct image in the picture pain.  Since I added the pcaption field to the XML file, how do I get it to display?  The code in my index.html file looks like this:

    rest of the code here:
            <div id="previews">
                <div id="controls">
                    <ul id="transport">
                        <li><a href="#" class="previousBtn" title="Previous">Previous</a></li>
                        <li><a href="#" class="playBtn" title="Play/Pause" id="playLabel"><span class="playLabel">Play</span><span class="pauseLabel">Pause</span></a></li>
                        <li><a href="#" class="nextBtn" title="Next">Next</a></li>
                    </ul>
                </div>
                <div id="thumbnails" spry:region="dsPhotos" class="SpryHiddenRegion">
                    <div class="thumbnail" spry:repeat="dsPhotos"><a href="{path}"><img alt="" src="{thumbpath}"/></a><br /></div>
                    <p class="ClearAll"></p>
                </div>
            </div>
            <div id="picture">
                <div id="mainImageOutline"><img id="mainImage" alt="main image" src=""/><br /> Caption:  {pcaption}</div>
            </div>
            <p class="clear"></p>
        </div>
    Any help with getting the caption to display would be greatly appreciated.  The Caption {pcaption} does not work,

  • Help with photo albums Please

    Hi, i really need some help with my pictures, I've only got a very basic understanding of how my phone works and have somehow put a load of albums on my phone when i plugged it into the computer-I want to delete some of them off the phone but cannot work out how to do it, when i plug my phone in i can find the photo tab but cannot actually see the pictures and can't see any delete button!!! Please can someone help me, basic explanations would be gratefully recieved xxxx

    The photo sync is one way: computer to phone. To remove photos, synced to your phone, remove the check marks next to the albums/folders under the photos tab in itunes & hit the apply/sync button. They will be removed from your phone. You cannot delete photos that were synced to your phone, directly on your phone. The easiest way to manage photos synced to your phone is to create albums or folders on your computer. Move whatever photos you want on your phone into these albums/folders & then select them under the photos tab in itunes to sync to your phone. You can then remove or add photos to these various albums/folders on your computer & the itunes sync process will update your phone every time you sync.

  • Pls help with a program

    I'm making a quiz, and i store the questions in a textfile. The user can choose from 3 quizes, either Plate Tectonics, Rivers or Rocks. I managed to call the questions from Java. Each quiz has a set of 10 questions. In the code below i only included the answers to the Plate Tectonics Quiz, which i stored in an array. What i'm having problem with is, that its not working correctly, since it is displaying, after answering all the questions correctly that i have answered 0 questions from 1 question. First of all it should say out of 10 questions because i have 10 questions, and its not really working because even if i answer them all corrctly it still says 0 out of 1 question. Can someone pls help me find the error? Thanks a lot.
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    import java.io.*;
    import java.util.Scanner;
    import java.util.Arrays;
    public class GeographyQuiz extends JFrame implements ActionListener {
      private static final int FRAME_WIDTH = 140;
      private static final int FRAME_HEIGHT = 160;
      private static final int FRAME_X_ORIGIN = 70;
      private static final int FRAME_Y_ORIGIN = 50;
       AnswerStore answerStore = new AnswerStore();
      public static void main (String[] args) {
        JFrame jFrame;
        jFrame = new JFrame();
        JOptionPane.showMessageDialog(jFrame, "This is a Geography Quiz");
        JOptionPane.showMessageDialog(null, "Good Luck");
        char choice;
        int i, choice1, Password;
        String yourChoice, passString;
        passString = JOptionPane.showInputDialog("Enter the Password");
        //Password = passString.nextInt();
        Password = Integer.parseInt(passString);
        if (Password == 123) {
         JOptionPane.showMessageDialog(null, "Valid. You typed the right password. Now choose from the following menu");
         GeographyQuiz frame = new GeographyQuiz();
          frame.setVisible(true);
        } else {
          JOptionPane.showMessageDialog(null, "Invalid Password. Try Again");
      public GeographyQuiz() {
        Container contentPane;
        JButton button1, button2, button3, button4, button5;
        setSize (FRAME_WIDTH, FRAME_HEIGHT);
        setTitle("Geography Quiz");
        setLocation(FRAME_X_ORIGIN, FRAME_Y_ORIGIN);
        contentPane = getContentPane();
        contentPane.setBackground(Color.pink);
        contentPane.setLayout(new FlowLayout());
        button1 = new JButton("Plate Tectonics");
        button2 = new JButton("Rivers");
        button3 = new JButton("Rocks");
        button4 = new JButton("Quit");
        contentPane.add(button1);
        contentPane.add(button2);
        contentPane.add(button3);
        contentPane.add(button4);
        button1.addActionListener(this);
        button1.setActionCommand("b1");
        button2.addActionListener(this);
        button2.setActionCommand("b2");
        button3.addActionListener(this);
        button3.setActionCommand("b3");
        button4.addActionListener(this);
        button4.setActionCommand("b4");
        setDefaultCloseOperation(EXIT_ON_CLOSE);
       public void actionPerformed(ActionEvent e) {
    String ac = e.getActionCommand();
            String[] questions = null;
             try {
            if (ac.equals("b1")) {
                questions = readFile("plate_tectonics.txt");
            } else if(ac.equals("b2")) {
                questions = readFile("rivers.txt");
            } else if(ac.equals("b3")) {
                questions = readFile("rocks.txt");
            } else if (ac.equals("b4")) {
                System.exit(0);
            askQuestions(questions);
         catch (java.io.FileNotFoundException f)
            JOptionPane.showMessageDialog(null, "File not found.");
        private String[] readFile(String path)throws FileNotFoundException {
            Scanner s = null;
            StringBuilder sb = new StringBuilder();
            String separator = "\n";
            try {
                s = new Scanner(new BufferedReader(new FileReader(path)));
                s.useDelimiter(",\\s*");
                while (s.hasNext()) {
                   JOptionPane.showInputDialog(null,s.nextLine());
            finally {
                if (s != null)
                    s.close();
            return sb.toString().split("\\s");
        private void askQuestions(String[] questions) {
            int count = 0;
            for(int j = 10; j < questions.length; j++) {
                 String input = JOptionPane.showInputDialog(null, questions[j]);
                 // Use reference to AnswerStore instance to access data in it.
                 if(answerStore.answer[j].equals(input))
                 count++;
            JOptionPane.showMessageDialog(null, "You answered " + count +
                                          " out of " + questions.length +
                                          " questions correctly.");
    class AnswerStore  {
    String[] answer = {
            "Hellenic", "constructive", "100km", "Italy", "Wegner",
            "constructive", "100km", "Italy", "destroyed", "Meditteranean"
    }Edited by: saytri on Dec 23, 2007 2:07 AM
    Edited by: saytri on Dec 23, 2007 2:29 AM

    stripped to bare bones, it works OK for me
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    class GeographyQuiz extends JFrame implements ActionListener {
      AnswerStore answerStore = new AnswerStore();
      public static void main (String[] args) {
        JOptionPane.showMessageDialog(null, "This is a Geography Quiz\n\nGood Luck");
        char choice;
        int i, choice1, Password;
        String yourChoice;
        GeographyQuiz frame = new GeographyQuiz();
        frame.setVisible(true);
      public GeographyQuiz() {
        Container contentPane;
        JButton button1;
        setSize (140, 160);
        setTitle("Geography Quiz");
        setLocationRelativeTo(null);
        contentPane = getContentPane();
        contentPane.setBackground(Color.pink);
        contentPane.setLayout(new FlowLayout());
        button1 = new JButton("Plate Tectonics");
        contentPane.add(button1);
        button1.addActionListener(this);
        button1.setActionCommand("b1");
        setDefaultCloseOperation(EXIT_ON_CLOSE);
      public void actionPerformed(ActionEvent e) {
        String ac = e.getActionCommand();
        String[] questions = null;
        if (ac.equals("b1")) {
          questions = new String[]{"what is 1+1","what is 2+2"};
          askQuestions(questions);
      private void askQuestions(String[] questions) {
          int count = 0;
          for(int j = 0; j < questions.length; j++) {
            String input = JOptionPane.showInputDialog(null, questions[j]);
            if(answerStore.answer[j].equals(input)) count++;
          JOptionPane.showMessageDialog(null, "You answered " + count +
                                        " out of " + questions.length +
                                        " questions correctly.");
    class AnswerStore  {
    String[] answer = {"2", "4"};
    }either the problem is in the file, or the posted code is not what you're using

  • GPS - Help with "Heading" Feature

    I need help understanding this feature better or possibly I have an issue with my Iphone 4s. 
    To begin I have  a Verizon 4S with 5.1.1 installed.
    When I am in a mapping application I use the GPS ... when you hit the arrow icon once it locates you.  That works fine.  If you hit it a second time it shows a flashlight looking beam at what I think should be the direction you are heading.  The snapshot below shows one of my Marine Navigation Apps (navionic) .  I am moving 35MPH along that red line to the northeasr as that screen shot.   As you can see, the heading is not showing that.   What am I missing here ?  It doesnt have any problems locking me to roads and such.  Its just the heading is never pointed at the actual direction I am moving.   The maps application behaves the same way.. 
    Or is this thing really like a compass and will change as you rotate the phone in your hand? 

    Try clearing the cache for google maps and for navigation, and if it offers the ability to, revert your installation to the original stock installation then re-update to the latest version (I'm not sure if the latest maps app was included in the software upgrade or not)

  • Can anybody help with UCCE feature "Work Mode on Outgoing" in Agent Desk Settings

    Hi,
    my customer wants to have a wrapup time till the agents change their state to "ready" by
    themself.
    So I have configured the maximum for wrapup time 7200 sec in Agent Desk Settings.
    But I have a problem with the feature "Work  Mode on Outgoing" in agent desk settings in
    ICM 7.5.5.
    I think I  recognized the function of this feature. It works like that:
    - if  an agent gets a call via ICM or directly on his phone he will be set  into work mode
    - if he make a call and the called number answer  that call the agent is still on work
    mode after he hung up
    - but  if the called number doesn't answer that call and the agent hangs up his  phone he
    is in ready/not ready state and that isn't the expected state.
    (  you can also rebuild this when you go off hook and then on hook again)
    The  problem is when the agent in state "ready" gets a call via ICM and  after he hung up
    his phone he is in state "work Ready". Now he makes an  outgoing call but this call will
    not be answered and if he hangs up his  phone he directly gets a new call from ICM because
    he was in "ready"  state.
    Is it possible to set a registry key or do another  configuration for that feature "work
    mode on outgoing" that it works for  every new call even if the call will not be answered?
    Cheers,
    Tobias

    ed_umansky wrote:The proper way to make outbound calls is to first go Not Ready then make a call using the desktop software.
    Agreed. In fact, with CAD and CTIOS you cannot make an outbound call when Ready.
    Regards,
    Geoff

  • Pls help with extracting dates

    I wish to produce the output in table customer1 based on the customer table DOP field.
    The values in DOP (0030500) indicates wed and fri, (0000007) indicates sunday.
    how can i extract all the dates for wed and fri (0030500) between the period ST_DT and ED_DT (23/02/2005) to (20/03/2005).
    SQL> select * from customer;
    CUSTOMER_ID ST_DT ED_DT DOP
    429100 23/02/2005 20/03/2005 0030500
    428950 14/03/2005 02/04/2005 0000007
    SQL> select * from customer1;
    CUSTOMER_ID ST_DT ED_DT DOP DT
    429100 23/02/2005 20/03/2005 0030500 23/02/2005
    429100 23/02/2005 20/03/2005 0030500 25/02/2005
    429100 23/02/2005 20/03/2005 0030500 02/03/2005
    429100 23/02/2005 20/03/2005 0030500 04/03/2005
    429100 23/02/2005 20/03/2005 0030500 09/03/2005
    429100 23/02/2005 20/03/2005 0030500 11/03/2005
    429100 23/02/2005 20/03/2005 0030500 16/03/2005
    429100 23/02/2005 20/03/2005 0030500 18/03/2005
    428950 14/03/2005 02/04/2005 0000007 20/03/2005
    428950 14/03/2005 02/04/2005 0000007 27/03/2005
    pls help, thanks.

    SQL> select * from customer;
    CUSTOMER_ID ST_DT     END_DT    DOP
         429100 23-FEB-05 20-MAR-05 0030500
         428950 14-MAR-05 02-APR-05 0000007
    SQL> select a.customer_id,a.st_dt,a.end_dt,a.dop,a.st_dt+b.tita
      2  from customer a,(select rownum-1 tita from user_objects) b
      3  where a.st_dt+b.tita <= a.end_dt
      4  and instr(a.dop,decode(to_char(a.st_dt+b.tita,'d')-1,0,7,to_char(a.st_dt+b.tita,'d')-1))>0
      5  order by a.customer_id,a.st_dt+b.tita;
    CUSTOMER_ID ST_DT     END_DT    DOP     A.ST_DT+B
         428950 14-MAR-05 02-APR-05 0000007 20-MAR-05
         428950 14-MAR-05 02-APR-05 0000007 27-MAR-05
         429100 23-FEB-05 20-MAR-05 0030500 23-FEB-05
         429100 23-FEB-05 20-MAR-05 0030500 25-FEB-05
         429100 23-FEB-05 20-MAR-05 0030500 02-MAR-05
         429100 23-FEB-05 20-MAR-05 0030500 04-MAR-05
         429100 23-FEB-05 20-MAR-05 0030500 09-MAR-05
         429100 23-FEB-05 20-MAR-05 0030500 11-MAR-05
         429100 23-FEB-05 20-MAR-05 0030500 16-MAR-05
         429100 23-FEB-05 20-MAR-05 0030500 18-MAR-05
    10 rows selected.
    SQL> Assuming the date range does not exceed the number of user objects :-)

  • Someone with two macs pls help with spinning beach ball

    Sometimes I download pictures to my MacBook from my camera and then transfer them to my main library on my G5 using photo sharing in iPhoto.
    If "look for shared photos" is enabled on the MacBook and "share my photos" is enabled on the G5, I get a long hang and a spinning beach-ball in when I launch iPhoto on the MacBook The hang seems subsequently affects the G5. They both hang for a good 15-30 seconds.
    While this is happening the Application Monitor shows a root process called "mds" using 99% of the MacBook CPU. Once the hang is over the mds process goes away. The G5 while still hanging simply shows iPhoto as not responding, no mds process.
    I've wiped the MacBook clean, set up new accounts. Nothing seems to fix it. The question is; am I alone? Can someone else go through the steps and get iPhoto to launch with iPhoto already running on another networked mac with photo sharing enabled and not get a spinning beach-ball.
    This was also a problem in iPhoto 06'. I was really hoping Apple got my feedback and fixed in 08' Maybe something is wrong with my MacBook.

    Hi.
    mds is the indexing process, usually run by Spotlight when looking for files, folders, servers, etc.
    that's the reason why you get the delay when seeking your images using the sharing function. Your mac is searching for the requested service (your photo sharing "server"...your other mac), and it cannot find it because of the firewall that's built in to the mac. Whether you're doing this via a wireless or an Ethernet connection, you'll need to assure that your firewalls on
    both computers are open to allow that type of sharing to take place.
    Take a look in your System Prefs, under the Sharing icon. Click on the "Firewall" button and, after authenticating with your password, scroll down and select the option for "iPhoto Bonjour Sharing". You'll need to do this on BOTH machines, as the port is used by each for communication.
    That should solve the problem..
    Cheers,
    Charlie

  • Help with Photo booth

    IS there a way that I can turn off the flash that happens when i take pictures with photo booth?
    I was also wondering if the camera records video?
    Thank you!

    Hello Sarah CMac
    To disable Photo Booth flash, hold shift while you click.
    BTW, holding option disables the seconds countdown. You can use both at once if desired.
    Photo Booth 2 that comes with Leopard adds video recording with "effects" and sound. If you do not want to upgrade to Leopard, you can use WebcamTweaker for "effects" videos or any of the apps that can record video or movie clips from this list of Some Applications You Can Use With iSight for video without Photo Booth's "effects."
    EZ Jim
    PowerBook 1.67 GHz w/Mac OS X (10.4.11) G5 DP 1.8 w/Mac OS X (10.5.1)  External iSight

  • MSI P67A-C45 (B3) Newb needs Help with connections..

    Hi all..
    First time posting here, but have been in the shadows for quite a while..   
    Anyway, i decided to finally take the plunge, and build my own PC, and now i'm beginning to hit a few bumps.
    I have a couple of questions that i would like some help with, if possible to reassure myself i may be in the right direction..
    I bought THIS PSU and was hoping someone could tell me where the Blue connectors (one labelled CP and one labelled U1) Connect to?
    Is it into JPWR2? And does it/do they only connect in the correct way? (Do i remove the plastic cap and attach both?
    and i bought THIS VIDEO/GRAPHICS CARD and i'm guessing the RED "PCI express" and "SLI ready" connect to that somehow (Haven't opened box yet for card)
    Again, wondering is there a certain way for them to connect.
    Also, from my chassis, the "AC '97" and "HDA" connectors go to JAUD (I guess), does it matter which one? (I currently have "HDA" connected)
    I have i5 2500k already on board. (If that makes a difference).

    Quote from: Ben_Cartwright on 26-May-11, 22:05:35
    Do the Audio plugs go into JAUD? and does it matter which one?
    Yep, connect the front panel audio to the JAUD. If you need the pin layout, it says in the manual. I would say the HDA connector is the one to connect.
    Quote from: Ben_Cartwright on 26-May-11, 22:05:35
    Any recommendations for testing it all, before i plug it in, and press the power?
    Should i (Can i) test individual parts first?
    Thanks again.
    Check all power connections, seating of the RAM and add-on cards, check the HSF is plugged into the fan header, and obvious things like that.
    As for testing, enter the BIOS and make sure the CPU isn't running too hot. Set up the RAM with the required timings and voltage, and test with >>Memtest86<< for several hours. No point starting the Windows installation if say your RAM has errors, since it will corrupt files during the install, if it installs at all.

  • Help with photo slideshow feature

    Hi there
    I'm currently going through a redesign of my site from the antique-word to th enew iweb version. I'm still on a free server so when any page loads up, an advert will load up at the top of each page. Not a problem on the homepage, but its has a consequence on the slideshow feature when opening up an enlarged image. Take a look at my site:
    http://www.turboboost.netfirms.com/mac/index2.html
    .....going to the silverstone page and click on any of the images. You'll notice that the enlarge image loads up, but I can't scroll down to get to the buttons at the bottom.
    Any help, thanks
    Sarfraz

    Did exactly what you said. Opened up a new script
    editor, pasted the line in. Pressed the run button it
    came back saying this:
    File path:to:non Mac SS Enhancement.app: wasn't
    found.
    That because you didn't replace path:to the actual path of non Mac SS Enhancement.app (where you put it)
    It was in my previous post.
    Thought that was odd, so I renamed the app file, and
    did the same with your script and still did the same
    thing. Shoulr it matter where the app file is located
    on my drive.
    The original script stops at the the third line
    down:
    if (bkgnd_style as string) contains "on run" then
    You lost me here, how did you get to there?
    --> if (bkgnd_style as string) contains "on run" then
    did you run non Mac SS Enhancement.app from Script Editor?
    that won't work, the app has to be launched by itself or from another script, and not from Script Editor.

Maybe you are looking for

  • How to create a button on a form that automatically creates a new page or form with pre-filled field

    I'm trying to create an advanced workorder for my company.  In short, I need to have a summary page that includes pertinent contact and matter information but then have the users have the ability to essentially click a button and have it auto-generat

  • Getting contacts in my Skype account that I didn't...

    I use the Skype app on my Windows 8 Laptop. For the past 2 months, random contacts have been appearing in my Skype contact list. I never added these contacts nor did I received a request to be added. These contacts were just added without my consent

  • D40x .NEF to DNG conversion fail

    I recently got interested in taking HDR photos with my D40x and have taken a few RAW formatted photos that I was going to use.  Excited as I was when I tried opening them in PS CS2 I was equally disappointed when I realized I couldn't get them to ope

  • Import text messages from the previous carrier?

    I'd like to see old text messages, stored on the sim card of my old phone with the previous carrier (tmobile), to be imported on the iPhone. Any ideas? Thanks.

  • Extraction of actual cost in the project

    hello all, Kindly suggest if any function module is available to extract actual cost incurred in the project? The actual cost includes the cost of material consumption, activity confirmation, Fi posting. The intention is to get the total actual cost