Fixing "View Content as Grid" in Dock

I was editing my dock when my dock after restarting my mac, a part of my dock was missing (the right portion) [Click on link to view]
I think i may have deleted a file. If you do know the file can you please send it to me. Thanks
http://i296.photobucket.com/albums/mm189/limsin93/Picture1.png

Looks like a leopard 10.5 dock and this is the Tiger 10.4 forum so you might have better input over there.
http://discussions.apple.com/forum.jspa?forumID=1221
Finder and Dock forum.

Similar Messages

  • How do I view content in Design view once everything is grayed out?

    I was building a web site.   When I switched from horizontal view to vertical view I was no longer able to view content in design view. The entire page was grayed out.  I'm also not able to view content in design view in other web sites too. How do I fix it?

    Well, yes the rest of the phone works, but the sole reason I got it was to able to view these files.  I had a Blackberry and I wanted a bigger screen.  Work allowed me to choose the iPhone or the latest Galaxy phone.  I chose the iPhone because I was told "it just works". 
    I know the Galaxy reads the .txt files because coworkers have it.  If the iPhone wont allow me to read the file then it doesn't matter if "it just works" because it can't do what I need it to do.

  • Unable to view Content in Design View

    Hello Everyone,
    This is my 1st time creating a manual using Robohelp version
    7. For some odd reason, in both of the "Topic List" and "Project
    Manager" pod. I'm unable to view content in a topic that has
    "DHTML" feature in the Design View. I'm able to see perfectly fine
    (all content) when in the preview mode. I noticed this issue after
    I closed out and open the project. Are you experiencing this
    problem at all? Please let me know what's the best way to fix this
    issue.
    Thank in advance for your help.

    Hi Amarelv.
    Two things. Make sure you are not using RH over a network
    drive and load the two patches available
    here.

  • I have a "not authorized to view content" on my Apple TV.

    I have an Apple TV (1st Gen).  All software is up-to-date.  Last spring there was an issue where the Apple TV would not talk to iTunes.  After a week or so, Apple fixed the issue.  I was able to access and view all my movies on my iMac and I synced my Apple TV.  When I went on Apple TV I was able to watch all my movies except one, Les Miserable.  When I purchased the HD version a few months prior, I was able to watch the movie several times with no issues.  When I try to watch "Les Miserable" on Apple TV now, I get a message that says: "not authorized to view content."  I'm not sure if it's a hardware issue or an iTunes issue. 

    What is the difference between HBO GO® and HBO NOW℠?
    HBO GO is HBO's online streaming service, that will remain available at no additional cost to HBO subscribers through their participating television provider.
    HBO NOW is a new, standalone online streaming service that is available to all customers with a high-speed internet connection. HBO NOW℠ subscription prices may vary by participating partners.

  • Running 10.6.8. Trying to open and view contents of a CD (of an MRI) and getting message 'This program cannot be run in DOS mode' Is there a way? Thanks for the help.

    Running 10.6.8. Trying to open and view contents of a CD (of an MRI) and getting message 'This program cannot be run in DOS mode' Is there a way? Thanks for the help.

    Go to the support site for the provider of the MRI software.
    Sounds like it windows/PC. I have ran across that for the CDs that veterinarians provide for digital x-rays.
    I would try on a PC or on yuur Mac with Windows via BootCamp or a virtual machine like VirtualBox

  • My iMac is authorised to play iTunes content, but my Apple TV keeps asking for me to authorise. I am unable to view content from my iTunes Library. How can I convince my Apple TV that I am authorised?

    My iMac is authorised to play iTunes content, but my Apple TV keeps asking for me to authorise and I am unable to view content from my iTunes Library. How can I convince my Apple TV that I am authorised?

    I am not exactly sure what you mean by "authorised", but I am experiencing a similar problem...or the same, in that Apple TV keeps telling me to enable home sharing in my MacBook Pro. It does not seem to recognize that home sharing is already enabled on my Laptop.
    Is home sharing and "authorised" one in the same? It used to work just fine before these recent Apple TV updates.
    Apple TV, Mac OS X (10.7.2)

  • Cannot view content grabber in Illustrator CC

    Hi all,
    I'm very new to Illustrator and finding the learning curve to be quite steep. Two questions - First, is there a kind of "getting started guide" with a brief explanation of the very basics and all features? The little random tutorials they show upon opening the program are helpful, but totally random and I can't find a list of contents even, to go through. I find I'm looking things up one thing at a time, issue by issue. That can't be the best way to learn the basics for a home user.. can it?
    Major question right now as I'm using it.. I'm finding that I often cannot see the content grabber on images that I open (from iPhoto, for example) in Illustrator CC. I'd like to see that brown frame to quickly crop the image but the content grabber never shows up so I can't do that. The only "solution" I've seen is to go to View>Extras>View content grabber. But in this version, there is no "extras" in my view menu.
    I feel like this is so incredibly basic but I'm learning as I go and totally lacking in resources here.
    Thanks in advance.

    You can try the tutorials listed here:
    Illustrator CC tutorials | Learn how to use Illustrator CC

  • How to Print the whole view content from a button on the View Layout

    Dear All,
    Good Morning All
    I am New to WebDynPro.Solution needed Urgently
    How to take print whole view content(lay out) in
    webdynpro application.i.e whatever it may be tablecontent or label or inputfield .
    Could you send the coded part briefly step by step from the beginning itself i.e
    i put the button in the view lay out below the printed parts(label or inputfield) name like show preview .
    Now my Question is what should i write in show preview function to take the print in label fields in the webdynpro view lay out
    B'cos i am new to webdynpro.Help me
    Thx in advance
    Regards
    Dhinakar

    Web Dynpro by default does not provide the option of printing the view content.
    However still you have a round about way of doing it. Create the an html page similar to the Web Dynpro page. Store the code into a String variable.
    String html="<html> ....<scripts>window.print()</scripts></html>";
    bytes[] source=html.getBytes();
    try{
    byte[] b=new byte[1];
    IWDCachedWebResource res=WDWebResource.getWebResource(b,WDWebResourceType.HTML);
    String url=res.getURL();
    }catch (WDURLException e) {
              // TODO: handle exception
    Now open the url in a new window and that would print the content of the html page.
    Regards,
    Noufal

  • How to Print the whole view content  from a button on the view

    Dear All,
    Good Morning All
    I am New to WebDynPro.Solution  needed Urgently
    How to take print whole view content(lay out) in
    webdynpro application.i.e whatever it may be tablecontent or label or inputfield .
    Could you  send the coded part briefly  step by step from the beginning itself i.e
    i put the button in the view lay out below the printed parts(label or inputfield) name like show preview .
    Now my Question is what should i write in show preview function to take the print in label fields in the webdynpro view lay out
    B'cos i am new to webdynpro.Help me
    Thx in advance
    Regards
    Dhinakar

    Web Dynpro by default does not provide the option of printing the view content.
    However still you have a round about way of doing it. Create the an html page similar to the Web Dynpro page. Store the code into a String variable.
    String html="<html> ....<scripts>window.print()</scripts></html>";
    bytes[] source=html.getBytes();
    try{
    byte[] b=new byte[1];
    IWDCachedWebResource res=WDWebResource.getWebResource(b,WDWebResourceType.HTML);
    String url=res.getURL();
    }catch (WDURLException e) {
              // TODO: handle exception
    Now open the url in a new window and that would print the content of the html page.
    Regards,
    Noufal

  • "view content preview in thumbnails" option is not available in view settings for "finder" for one user

    "view content preview in thumbnails" option is not available in view settings for "finder" for one user

    I hope this discussion can be revived. I have the same problem. There seem to be quite a few Japanese sites that don't bother specifying their encoding. Perhaps they are older and from a time when it was not necessary to adhere to standards. Examples: http://www1.plala.or.jp/CUE/cave_yozawa.html, http://chigaku.web.fc2.com/saitama/sanchi/youzawa/youzawa.html. Happy to upload screenshots, but how?
    Is there a way to tell Safari what encoding to use if the web page fails to do that?

  • Hi - just using the new iMovie for the first time - apparently there should be a sidebar containing tools like "Content Library". Not on mine - even in Window view, Content Library features like text etc are all greyed out - obviously it's me - help?

    Hi - just using the new iMovie for the first time - apparently there should be a sidebar containing tools like "Content Library". Not on mine - even in Window view, Content Library features like text etc are all greyed out - obviously it's me - anyone help please?

    Sorry - I should have added that I have imported a Quicktime movie, originally created as an iPhoto slideshow.
    I want to create rolling credits at the movie end and apparently you can only do this using iMovie - can you help please?

  • How to print view contents

    How can I print the whole view content
    from a button on the view.
    I have written a Printable implemented java class
    and calling that from print button on my view, but it is not working

    Hi Kavitha,
    Create a context variable "vaPrintData" type "String". "vaPrintData" is for holding the data to be print.
    Create one "TextView" object (txtViewPrintData) in your text view object's text value map the context variable "vaPrintData".
    On click of the "PRINT" button, in action handler set the data to be displayed to the value attribute "vaPrintData".
    Hope this helps you
    Regards,
    Santhosh.C

  • Will an optical digital audio cable improve the sound when I am viewing content thru Apple TV

    I have a 2nd generation Apple TV.  When I view content via my Apple TV the sound gets "fuzzy" as I increase the volume on my TV.  If i connect Apple TV to my Samsung HDTV with an optical digital audio cable, with the sound quality improve??

    people say that if the atv2 dont have a connection to the tv optical is muted
    I have a atv1 and been using the optical out with my sony stereo system for ages mute the tv so only 1 audio source and on atv1 it play out the optical even with the tv off
    of cause one have to choose the optical input as input source on the receiver

  • Is there anyway I could hook my Apple TV to my (non apple) lap to and essentially use my lap top as my tv. In other words use my computer screen to view content of y Apple TV

    Is there anyway I could hook my Apple TV to my (non apple) lap to and essentially use my lap top as my tv. In other words use my computer screen to view content of y Apple TV

    Nevermind I just installed it to try it and it's awesome, so happy right now, Thanks. All the things I had read about it on third party sites led me to believe it could not do extended desk tops, thanks for your help!

  • Bug - View changes to grid when expanding a collection in the left pane.

    Tried submitting this via the bug report form but got java errors. Sigh...
    This seemed like the best alternative.
    ******BUG******
    Concise problem statement:
    View changes to grid when expanding a collection in the left pane.
    Steps to reproduce bug:
    1. Goto Library Module
    2. Ensure there is a collection with at least one child - if not create one.
    3. Make sure the collection is collapsed (you cant see the child and you see a right pointing triangle to the left of the collection name)
    4. Change to Loupe view
    5. Click the right pointing triangle next to the parent collection you just created to expand it.
    Actual Results:
    View changes to grid
    Expected results:
    View should remain unchanged - in this case Loupe view.

    The first is that I can't view the aperture library anymore directly from iphoto.
    THat is exceeding strange since iPhoto '08 could not open or share an Aperture library - that ability was first introduced in iPhoto '11 - with the latest version of iPhoto and or Aperture you can open the same library with either application - http://support.apple.com/kb/HT5043
    In the current version of iPhoto the photos are sorted by date in the film strip - I've not recently done a calendar so do not remember the specifics -
    LN

Maybe you are looking for