Set text of layer problem (escaping ' and " in javascript)

Hi all
I am using the Dreamweaver behaviour "set text of layer" and
I am having problems with escaping
single AND double quotes in the javascript.
Because the text I want to set the Layer with contains some
javascript.
So the text of my layer contains both single and double
quotes.
I can escape the single quotes like this:
But I can't escape the double quotes the same way for some
reason.
even if I use \" javascript thinks it's the end of the
javascript function.
So I have tried using " in the javascript of the
text to set, but strangely, although it works
in Safari, it does not work in FireFox and IE.
When I mouse over my javascript link set in the layer, the
browser status bar shows the right thing
in Safari, but in IE and FireFox, it shows extra double
quotes...
onClick="MM_setTextOfLayer('list','','<a
href=&quot;javascript:;&quot;
onClick=&quot;MM_showHideLayers(\'options\',\'\',\'show\')&quot;>designers</a>')"
Anybody knows the answer to this one?
seb ( [email protected])
http://webtrans1.com | high-end web
design
Downloads: Slide Show, Directory Browser, Mailing List

What about using the &#34; entity? That *should* work.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"(_seb_)" <[email protected]> wrote in message
news:[email protected]...
> doubling the quotes did not work.
> But I solved the problem by removing the quotes all
together:
>
> onClick="MM_setTextOfLayer('list','','<a
href=javascript: ...
>
> that does it!
>
> Randy Edmunds wrote:
>> Try doubling the quotes to escape them, for example:
>>
>> onClick="MM_setTextOfLayer('list','','<a
href=""javascript:"" ...
>>
>> HTH,
>> Randy
>>
>>
>>> I am using the Dreamweaver behaviour "set text
of layer" and I am having
>>> problems with escaping single AND double quotes
in the javascript.
>>>
>>> Because the text I want to set the Layer with
contains some javascript.
>>>
>>> So the text of my layer contains both single and
double quotes.
>>>
>>> I can escape the single quotes like this:
>>> \'
>>> But I can't escape the double quotes the same
way for some reason.
>>> even if I use \" javascript thinks it's the end
of the javascript
>>> function.
>>>
>>> So I have tried using &quot; in the
javascript of the text to set, but
>>> strangely, although it works in Safari, it does
not work in FireFox and
>>> IE.
>>> When I mouse over my javascript link set in the
layer, the browser
>>> status bar shows the right thing in Safari, but
in IE and FireFox, it
>>> shows extra double quotes...
>>>
>>> onClick="MM_setTextOfLayer('list','','<a
href=&quot;javascript:;&quot;
>>>
onClick=&quot;MM_showHideLayers(\'options\',\'\',\'show\')&quot;>designers</a>')"
>>> Anybody knows the answer to this one?
>
>
> --
> seb ( [email protected])
>
http://webtrans1.com | high-end web
design
> Downloads: Slide Show, Directory Browser, Mailing List

Similar Messages

  • Set Text of Layer Question

    A Very Easy Question.
    I attempt to "set text of layer." I click on the plus sign on
    the behaviors window, and set text to layer. A cute little box pops
    up. In the Layer drop down box is a host of "unnamed
    <span>"s. None of my divs are listed. In the body of this
    page are Plenty of ID'd divs. I have named layers out the wazoo.
    Why Are My Named Layers Not Listed In the Layer Drop Down
    Box?

    > seen it done many times over in rss readers, although
    when I look at the
    > page
    > source I secretly hope that it's not as complicated as
    it appears.
    It would depend entirely on your level of HTML expertise.
    One way to solve the problem would be to use an IFrame to
    contain the
    external content on the page, but a frame is a frame is a
    frame. By that I
    mean that IFrames usually provide all the user problems that
    frames do.
    > With the accordion widget I'm using as the main visual
    feature of the site
    > I'm
    > creating, I find it unnacceptable to think I'll have to
    reload the entire
    > page
    > every time a user wants click on something to view
    information; I thought
    > programming like that was a thing of the past.
    Linking from one page to another is how static HTML pages
    work. Having a
    single page to display multiple content elements as loaded
    from a database
    requires that the page return to the server to fetch new
    content from the
    database on each click. Either method requires a page
    refresh.
    Linking to content that is placed within an IFrame doesn't
    require this page
    refresh, but carries other disadvantages as mentioned above.
    Does that help at all?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "iiinsomniiiac" <[email protected]> wrote in
    message
    news:[email protected]...
    > Well, my apologies for not knowing exactly what you mean
    by
    > "round-trip"ing -
    > but - I suppose I'm simply looking for the easiest way
    to do just what I
    > explained: an onclick event that loads an html file into
    a div or td.
    > I've
    > seen it done many times over in rss readers, although
    when I look at the
    > page
    > source I secretly hope that it's not as complicated as
    it appears.
    >
    > With the accordion widget I'm using as the main visual
    feature of the site
    > I'm
    > creating, I find it unnacceptable to think I'll have to
    reload the entire
    > page
    > every time a user wants click on something to view
    information; I thought
    > programming like that was a thing of the past.
    >

  • Set Text of Layer Blowup?

    Hi all,
    Here is the page in question:
    http://globalvisiondesigns.com/graphics.html
    The box of cd's to the lower left is contained in two divs
    with the set text of layer behavior. In FF and Safari in Mac it
    works great. On the other hand, IE in Mac, it blows the bottom of
    the page up, adding about 300-400 pixels of white space below the
    footer. Usually when I notice something disastrous happening in IE
    in Mac, it's worse in PC. Could someone please have a look at this
    page in IE on a PC/Window XP etc. Perhaps I will get lucky this
    time out, and it will be fine on that platform.
    I have to admit, I copied the code and divs from a layout
    that I did using tables. I don't think that is the problem though,
    because this might have been happening in the tables layout as
    well, just not as bad.
    Thanks for any help!

    Looks fine to me in IE/WXPPro, and FF 1.5.0.6.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "engmix" <[email protected]> wrote in
    message
    news:ec148p$4m0$[email protected]..
    > Hi all,
    > Here is the page in question:
    http://globalvisiondesigns.com/graphics.html
    >
    > The box of cd's to the lower left is contained in two
    divs with the set
    > text
    > of layer behavior. In FF and Safari in Mac it works
    great. On the other
    > hand,
    > IE in Mac, it blows the bottom of the page up, adding
    about 300-400 pixels
    > of
    > white space below the footer. Usually when I notice
    something disastrous
    > happening in IE in Mac, it's worse in PC. Could someone
    please have a look
    > at
    > this page in IE on a PC/Window XP etc. Perhaps I will
    get lucky this time
    > out,
    > and it will be fine on that platform.
    >
    > I have to admit, I copied the code and divs from a
    layout that I did
    > using
    > tables. I don't think that is the problem though,
    because this might have
    > been
    > happening in the tables layout as well, just not as bad.
    >
    > Thanks for any help!
    >

  • Setting Text of Layer Conflicts

    Hello everyone. Thank you for taking the time to check this
    out!-)
    Attempting to accomplish:
    In a single parent browser window, I have a layer containing
    an image (that is viewable because it has already been initiated by
    a "set text of layer" behavior), and a second layer containing a
    text link that I would like to coordinate multiple behaviors.
    Behavior 1: On Mouse over, set text of layer (PHOTOLAYER) to
    JPEG2
    Behavior 2: On Mouse Out, set text of layer (PHOTOLAYER) to
    JPEG1
    Behavior 3: On Click, Set text of layer to JPEG2
    Behavior 4: On Click, Open new browser window containing new
    html page (SECONDWINDOW.html)
    Code:
    <a href="slideShows/SECONDWINDOW.html" target="TARGET"
    onclick="MM_openBrWindow('slideShows/SECONDWINDOW.html','TARGET','width=886,height=750');M M_setTextOfLayer('PHOTOLAYER','','&lt;img
    src=&quot;assets/JPEG2.jpg&quot;
    width=&quot;944&quot;
    height=&quot;403&quot;&gt;')"
    onmouseover="MM_setTextOfLayer('PHOTOLAYER','','&lt;img
    src=&quot;assets/JPEG2.jpg&quot;
    width=&quot;944&quot;
    height=&quot;403&quot;&gt;')"
    onmouseout="MM_setTextOfLayer('PHOTOLAYER','','&lt;img
    src=&quot;assets/JPEG1.jpg&quot;
    width=&quot;944&quot;
    height=&quot;403&quot;&gt;')">LINKNAME</a>
    Further explanation:
    When I test this, noted Behaviors 1, 2 and 4 work fine.
    However, I'm not getting the JPEG2 on click.
    Any ideas as to why this isn't working? Or, is there a
    simpler way of coding this whole thing? Any help is appreciated.
    Thank you in advance!

    Change this -
    MM_setTextOfLayer('PHOTOLAYER','','<img
    src='assets/JPEG2.jpg' width='944'
    height='403'>')"
    to this -
    MM_setTextOfLayer('PHOTOLAYER','','<img
    src=&#39;assets/JPEG2.jpg&#39;
    width=&#39;944&#39;
    height=&#39;403&#39;>')"
    and this -
    onmouseover="MM_setTextOfLayer('PHOTOLAYER','','<img
    src='assets/JPEG2.jpg'
    width='944' height='403'>')"
    to this -
    onmouseover="MM_setTextOfLayer('PHOTOLAYER','','<img
    src==&#39;assets/JPEG2.jpg=&#39;
    width==&#39;944=&#39;
    height==&#39;403=&#39;>')"
    and this -
    onmouseout="MM_setTextOfLayer('PHOTOLAYER','','<img
    src='assets/JPEG1.jpg'
    width='944' height='403'>')">LINKNAME</a>
    to this -
    onmouseout="MM_setTextOfLayer('PHOTOLAYER','','<img
    src==&#39;assets/JPEG1.jpg=&#39;
    width==&#39;944=&#39;
    height==&#39;403=&#39;>')">LINKNAME</a>
    It's the improperly nested quotes that is killing you.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Muskieman5000" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello everyone. Thank you for taking the time to check
    this out!-)
    >
    > Attempting to accomplish:
    > In a single parent browser window, I have a layer
    containing an image
    > (that is
    > viewable because it has already been initiated by a "set
    text of layer"
    > behavior), and a second layer containing a text link
    that I would like to
    > coordinate multiple behaviors.
    >
    > Behavior 1: On Mouse over, set text of layer
    (PHOTOLAYER) to JPEG2
    >
    > Behavior 2: On Mouse Out, set text of layer (PHOTOLAYER)
    to JPEG1
    >
    > Behavior 3: On Click, Set text of layer to JPEG2
    >
    > Behavior 4: On Click, Open new browser window containing
    new html page
    > (SECONDWINDOW.html)
    >
    > Code:
    > <a href="slideShows/SECONDWINDOW.html"
    target="TARGET"
    >
    >
    >
    onclick="MM_openBrWindow('slideShows/SECONDWINDOW.html','TARGET','width=886,heig
    > ht=750');MM_setTextOfLayer('PHOTOLAYER','','<img
    src='assets/JPEG2.jpg'
    > width='944' height='403'>')"
    >
    > onmouseover="MM_setTextOfLayer('PHOTOLAYER','','<img
    > src='assets/JPEG2.jpg'
    > width='944' height='403'>')"
    >
    > onmouseout="MM_setTextOfLayer('PHOTOLAYER','','<img
    src='assets/JPEG1.jpg'
    > width='944' height='403'>')">LINKNAME</a>
    >
    > Further explanation:
    > When I test this, noted Behaviors 1, 2 and 4 work fine.
    However, I'm not
    > getting the JPEG2 on click.
    >
    > Any ideas as to why this isn't working? Or, is there a
    simpler way of
    > coding
    > this whole thing? Any help is appreciated. Thank you in
    advance!
    >

  • Set text of layer...again

    hi everybody
    any ideas as to why when i use the set text of layer
    behaviour i'm losing the hand cursor when you mouseover the link?
    the behaviour works fine, but i'm getting the text cursor, so it
    doesn't look like a link when you view the page, although it
    works...i've tried changing the cursor option in the css, but that
    still doesn't seem to make any difference...thanks in advance
    sara

    It would have nothing to do with the STOL behavior, but
    rather what you are
    pasting into it.
    Any event handler directly on an <img> tag will fail to
    produce the pointer.
    You need to make sure that when applying behaviors directly
    to <img> tags,
    you always use the <A> onMouse event. Try that....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "sara-jane.s" <[email protected]> wrote in
    message
    news:e7j97s$7co$[email protected]..
    > hi everybody
    >
    > any ideas as to why when i use the set text of layer
    behaviour i'm losing
    > the
    > hand cursor when you mouseover the link? the behaviour
    works fine, but
    > i'm
    > getting the text cursor, so it doesn't look like a link
    when you view the
    > page,
    > although it works...i've tried changing the cursor
    option in the css, but
    > that
    > still doesn't seem to make any difference...thanks in
    advance
    >
    > sara
    >

  • Illustrator CS 5.1 text sub layer problems

    Some issues happening with text sub layers, any insight into correcting would be great.
    1) The show/hide eye icon for the sub layers has no effect - text always shows.
    Show/hide works for the full layer and for object sub layers, but not for any sub layer with text.
    2) Text can NOT be selected on art board, it is behaving as if locked if you try to select on the art board, but is not.
    Can select the text sub layer in the layers panel. Can select all on the layer in art board, but not text items individually. Can select objects individually on art board.
    3) Many of mentioned text sub layers, but not all, also show a solid dot in right hand layers column indicating that they have appearance attributes applied. However no attribures are actually applied and remove attributes is grayed out.
    I'm thinking that I hit some strange quick key combo by mistake that has done some wacky lock thing, but I can't find any indication of such.
    Tried ungrouping all, unlocking all for the layer and the whole file with no change.
    Any thoughts?
    - Alice

    There's a weird bug/issue with appearances applied at the layer state. Once they are applied, they can't be removed. That may be why your'e seeing the meatball to the right of the layer name. As far as I know the only way to remove that Appearance indicator is to copy/paste to a new layer.
    I can't seem to configure a file which shows your issues other than what I've posted above. I'm thinking perhaps there's a clipping mask in place?
    Any change you could provide a link to a sample file with the issue?
    Have you tried basic trouble-shooting of removing the AI prefs?

  • Set Text Of Layer

    Below is the code I added to the behavior for a graphic image
    to show in the layer. It works perfectly on my computer. But not
    working after uploading page. It seems that the image is not
    loading from my server? The image is in my httpdocs/images folder.
    Could someone please show me what the correct url should look like
    in the html below?
    <img src=./images/lcdcover1.jpg width="260"
    height="260">
    link to page in question:
    http://globalvisiondesigns.com/graphics.html
    Thanks

    you need 2 dots
    ../images
    not
    ./images
    and the URL needs to be enclosed in parentheses, which it is
    not.

  • DW - set text of layer behaviour

    I selected a small image, and applied the SetTextofLayer
    behaviour, making sure the layer was the chosen layer. Then typed
    <img src=/images/image1.jpg width="350" height="480"> as per
    the instructions from the resources page. The error came up that
    there already was an image. According to the instructions, you can
    apply the SetTextofLayer behaviour to an image. What do I need to
    do to have the larger image appear in the layer when you mouse over
    the smaller image. It does work with the show/hide behaviour, but
    was told doing it that way would make the page too big.
    Thanks!

    Share the Irish, because I'm seeing quite a few double posts
    across the
    forum... (trying to catch up).
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.csstemplates.com.au
    - CSS Templates | Free Templates
    http://www.DreamweaverResources.com
    - Dropdown Menu Templates|Tutorials
    http://www.macromedia.com/devnet/dreamweaver/css.html
    - CSS Tutorials
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:e2jcfe$esj$[email protected]..
    > Is everybody seeing doubles of these posts, or do I need
    a little more
    > Irish in my coffee?
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > ==================
    >
    >
    > "projectinfo" <[email protected]> wrote
    in message
    > news:e2jbfu$dk2$[email protected]..
    >>I typed the information into the behaviour box, then
    I checked the code
    >>because
    >> it didn't work. There were symbols instead of the
    < and > , also for the
    >> ".
    >> This is what it looks like: td><img
    src="/images/thumbnails/pic1t.jpg"
    >> width="35" height="35"
    onMouseOver="MM_setTextOfLayer('layer1','','%3Cimg
    >> src=/images/pics/pics1.jpg width=%22300%22
    height=%22300%22%3E')"> I
    >> changed
    >> the symbols to how I had typed it in the behaviour
    box to see if that
    >> helped
    >> but it didn't.
    >>
    >
    >

  • Text of Layer Restore

    Manually creating image menu that will use Set Text of Layer
    onMouseOver. How do I set the Text of Layer back to default layer?
    In other words, onMouseOut executes like Swap Image Restore, only
    for text layer.

    Disregard - I got it.

  • Having problems setting text to a JLabel!!

    HI *.*,
    i'm having problems setting text to a JLabel.
    i have a JFrame with a JPanels and on the JPanel i have a JLabel.
    I have a text field wihich is used to input text.
    So, i'm using textField.getText() to read the text of the text field and setText() to write it to the Label.
    but setText() isn't displaying the text on the label.
    I'm using NetBeans as an ide
    Does anyone have any ideas??

    Here is some code
    public class AddClass extends JFrame implements ActionListener{
        public AddClass() {
            initComponents();
        }//end of 1st constructor with initComp
        //initComponents
        private void initComponents() {
            getContentPane().setLayout(new java.awt.GridLayout(3, 1));
            setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
            prodPanel.setLayout(new java.awt.GridLayout(1, 3));
            prodPanel.setBackground(new java.awt.Color(255, 255, 255));
            prodPanel.setBorder(javax.swing.BorderFactory.createTitledBorder(javax.swing.BorderFactory.createEtchedBorder(), "Production", javax.swing.border.TitledBorder.DEFAULT_JUSTIFICATION, javax.swing.border.TitledBorder.DEFAULT_POSITION, new java.awt.Font("Arial", 1, 12)));
            westPanel.setLayout(new java.awt.GridLayout(6, 0));
            westPanel.setBackground(new java.awt.Color(255, 255, 255));
            westPanel.add(westLab1);
            westLab2.setBackground(new java.awt.Color(255, 255, 255));
            westLab2.setFont(new java.awt.Font("Arial", 1, 36));
            westLab2.setForeground(new java.awt.Color(0, 204, 0));
            westLab2.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);
            westLab2.setIcon(new javax.swing.ImageIcon("C:\\icontexto-webdev-bullet-048x048.png"));
            westLab2.setText("MQ 35");
            westLab2.setHorizontalTextPosition(javax.swing.SwingConstants.LEFT);
            westLab2.setIconTextGap(10);
            westLab2.setInheritsPopupMenu(false);
            westPanel.add(westLab2);
            westPanel.add(westLab3);
            westPanel.add(westLab4);
            westPanel.add(westLab5);
            prodPanel.add(westPanel);
            setJMenuBar(menuBar);
            setTitle("Broker Monitor");
            this.setSize(700, 700);
            BrokerWindowCloser brkWindowCloser = new BrokerWindowCloser();
            this.addWindowListener(brkWindowCloser);
            pack();
            //       setVisible(true);
        }//end of initComponents
        public AddClass(String st) {
            initComponents();
            westLab6.setVisible(true);
    //        System.out.println("in broker  " + st); 
            westLab6.setText(st);
            System.out.println(st);
            westLab6.setBackground(new java.awt.Color(255, 255, 255));
            westLab6.setFont(new java.awt.Font("Arial", 1, 36));
            westLab6.setForeground(new java.awt.Color(0, 204, 0));
            westLab6.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);
            westLab6.setIcon(new javax.swing.ImageIcon("C:\\PNG\\icontexto-webdev-bullet-048x048.png"));
            westLab6.setEnabled(true);
            westLab6.setHorizontalTextPosition(javax.swing.SwingConstants.LEFT);
            westLab6.setIconTextGap(15);
            westLab6.setInheritsPopupMenu(false);
            westPanel.add(westLab6);
    //       this.validate();
            westPanel.repaint();
        public void actionPerformed(ActionEvent ae) {
            Object source = ae.getSource();
            if(source == exitMI) {
                System.exit(0);
            }//end of if exitMI
            if(source == addMI){
                new AddMQ_1_1();
            if(source == removeMI){
                new RemoveMQ_1();
        }//end of actionPerformed
        class BrokerWindowCloser extends WindowAdapter {
            public void windowClosing(WindowEvent we) {
        }//end of windowcloserclass
        public static void main(String args[]) {
            java.awt.EventQueue.invokeLater(new Runnable() {
                public void run() {
                    new AddClass().setVisible(true);
        }//end of main
    }// End of variables declaration
       public void addButtonActionPerformed(java.awt.event.ActionEvent evt) {
    // TODO add your handling code here:
            Object source = evt.getSource();
            if(source == addButton){
                System.out.println("here");
                String st = mqNameJTF.getText();
                Broker1 br = new Broker1(st);
                AddClass adc = new AddClass(st);
                this.repaint();
    this.dispose();
            }//end of if addButton
        }//end addButtonActionPerformed

  • HT204053 I want to use the same apple id for iTunes and iCloud...but I have both set up..my problem is I want to use the one that I use for iTunes for both

    I want to use the same apple id for iTunes and iCloud...but I have both set up..my problem is I want to use the one that I use for iTunes for both

    iForgot.com

  • I'm having problems (1)selecting onscreen text, (2) having problems resizing menu boxes and selecting menues with the cursor. I'm not able to select menus and move them. I'm not sure how to correct this.

    I'm having problems (1) selecting onscreen text, (2) resizing menu boxes and selecting menues with the cursor. I'm not able to select menus and move them. I'm not sure how to correct this.

    1) This is because of software version 1.1. See this
    thread for some options as to how to go back to 1.0,
    which will correct the problem...
    http://discussions.apple.com/thread.jspa?threadID=3754
    59&tstart=0
    2) This tends to happen after videos. Give the iPod a
    minute or two to readjust. It should now be more
    accurate.
    3) This?
    iPod shows a folder icon with exclamation
    point
    4) Restore the iPod
    5) Try these...
    iPod Only Shows An Apple Logo and Will Not Start
    Up
    iPod Only Shows An Apple Logo
    I think 3,4, and 5 are related. Try the options I
    posted for each one.
    btabz
    I just noticed that one of the restore methods you posted was to put it into Disk Mode First rather than just use the resstore straight off, I Have tried that and seems to have solved the problem, If it has thank you. previously I have only tried just restoring it skipping this extra step. Hope my iPod stays healthy, if it doesnt its a warrenty job me thinks any way thanks again

  • CS2 Need to set text bounding box to snap to exact measurement, not em size and without leading

    I am currently using CS2 working in a sign shop designing signs, banners and vehicle lettering.
    When working with text I need to know the exact letter height, not the em and without the leading. I need it exactly the way it would measure if converting the text to outlines. The reason I need this information is that when I output the lettering to a cutter/plotter to cut vinyl media I need to know the exact measurement so I can nest my lettering on my media size. The media is typically 24" wide which gives me 22.5" of available space once the pinch rollers on the machine are considered. Pinch rollers are rollers that engage a knurled driving wheel and "pinches" the media between them and thus guides the media through the plotter. Of course, when using any media one must make the best use of it to avoid making scrap or using more than is needed for the job at hand. Converting text to outlines gives me that measurement.
    One time awhile back I did a google search on this and found a one or two button fix that made the bounding box snap to the exact "ruler" height of the text. It worked great. But I got away from design work for a short period. When I returned I'd forgotten the process. Back when I did find it I never bookmarked or made a text file explaining the process and I'm ost in finding it again.
    I don't know exactly how I worded the google search but the answer I was looking for came up on the first page. That's probably why I didn't feel the need to bookmark it or write it down. Now, I've googled dozens of different wordings for my question and get nothing. It's likely a nomenclature/jargon issue and I've yet to stumble on it again.
    If anyone could help out I would so greatly appreciate it. As it is, when I get to the point that I need to know the exact ruler height of my lettering I convert my text to outlines. But then, as sometimes happens, I'll desire to change the font or try someting different but the text is not live so I'll have to start over with that line of lettering.
    I sincerely hope my explanation of my questions makes sense to anyone who might be reading this.

    Jacob Bugge, you are a blessing. This effect not only saves me time but avoids a lot of frustration when a client wants to change some copy or I commit a spelling error or have some other brain malfunction. Not to mention the sometimes hundreds of single words or number groups I must fit onto an artboard set to my available media space.
    Option 2 is exactly what I was looking for and I'll remember it forever now as I've spent parts of the past week searching that answer only to hear over and over again, "You can't do that in Illustrator".
    Thank you so much for your quick response!

  • I have iCloud set up fine on Windows 8 and it pulls shared photo streaming great, The problem is that in My Photo Stream folder the photos doesn't charge automatically and is empty, how can I do?

    I have iCloud set up fine on Windows 8 and it pulls shared photo streaming great, The problem is that in My Photo Stream folder the photos doesn't charge automatically and is empty, how can I do?

    Hey appleIC!
    Here is an article that will help you troubleshoot this issue:
    iCloud: My Photo Stream troubleshooting
    http://support.apple.com/kb/ts3989
    Take care, and thanks for visiting the Apple Support Communities.
    Cheers,
    Braden

  • I just bought something via my debit card but since i set my payment menthod to none and now i cant set my payment information back ...Its declined my card how i can solve this problem thankyou

    I just bought something via my debit card but since i set my payment menthod to none and now i cant set my payment information back ...Its declined my card how i can solve this problem thankyou

    I think the problem lays with Last.fm. I had the same exact problem as you. In your processes screen, end the task "lastfmhelper.exe" Last.fm still scrobbles. The tracks don't skip, although I notice there is still a bit of a lag in the first part of the song - but if you can deal with that, no skipping. I think you will have to end that task everytime you boot up your computer, or uninstall last.fm completely until they fix it; it is a bug in their software, as opposed to iTunes.

Maybe you are looking for

  • Can I transfer my music from my ipad2 to my iphone4 wirelessly

    Can I share my music from my iPad2 and put it on my iPhone4 wirelessly.

  • Is oracle 9i for Sun is free

    Hi, Is oracle 9i for Sun is free, or it is just free for limited amount of time. I have heard that actually Oracle product is free, but only the support is the actual licence. Thanks. Sincerely, Viji

  • File Associations are whacked

    I've got system and a user on that system where all his file associations are whacked. Even if I right click on a file to associate it with a program the file association doesn't stick. Is there a way to reset all his file associations? For the most

  • Cannot find mavericks 10.9

    I am running macbook pro mid 2012, with osx 10.8.5. I would like to install mavericks. Presumably I have to start with 10.9 and then do all the upgrades. But I cannot find 10.9. Is it still available? Do not want to use yoesmite yet, as am heavy Logi

  • Problem ordering 64 bit Windows 7

    I recently bought an HP dv6 with Vista Home Premium 64-bit and am eligible for the upgrade to Windows 7. However, when I go to the ordering page I am unable to change the "Existing Vista Windows OS Installed" to 64-bit. The option is frozen on 32-bit