Stack - User would like to access a folder; Cancel or Allow

Before Leopard, I could navigate a complete hard drive in the dock with ONE click. Now, I get a *window without scroll bars* before a window, with scroll bars. (I'm smelling brown zune)
stacks are ridiculous, please make them go away.

As this is a user to user community, was there a request here for your fellow users? Do you need help using your computer?

Similar Messages

  • Stacks - User would like to access a folder; Cancel or Allow

    Before Leopard, I could navigate a complete hard drive in the dock with ONE click. Now, I get a *window without scroll bars* before a window, with scroll bars. (I'm smelling brown zune)
    stacks are ridiculous, please make them go away.

    Stacks are more useful for folders with a one-level directory. I do find it annoying that I can't go directly to the file that's nested 3 folders deep, but alas.
    Submit some feedback or file an enhancement request. Worth a shot.
    btw, great title

  • I Would Like To Access And Add To My Library. I Am Logging On To Multiple Users And DownLoading The Content, But I Am Unable To View My Complete Library From One User To The Next.

    I Would Like To Access And Add To My Library. I Am Logging On To My Account From Multiple Users On A Computer And Am Not Able To View My Complete Library When I Change Users.

    tHE lIBRARY iS iN yOUR uSER aCOUNT.

  • I would like to access an old Time machine back up from a Core 2 Duo Macbook, but no longer have a Mac. Can I access the backup from a cheaper old ibook, or would I need a Macbook. Is the OS important?

    I would like to access an old Time machine back up from a Core 2 Duo Macbook, but no longer have a Mac. I am going to buy a used machien to acess this. Can I access the backup from a cheaper old ibook, or would I need a Macbook. Is the OS important?

    right click on the folder that shows with the red negative sign, and select to "get info".  In the long skinny window that appears, look in the "sharing and permissions" section.  In the "name" column, you should see your current user name.  Ensure the "privilege" is set to Read and Write.  If your user name is not in the name column, click the + sign, and add it, ensuring the privileges are set to Read and Write

  • CoreServicesUIAgent would like to access your calendar data

    Hi all,
    three days ago, I received a strange Mavericks pop-up: "CoreServicesUIAgent would like to access your calendar data".
    Then I went to the Security PrefPane, and saw CoreServicesUIAgent clicked.
    Strange, so I decided to unclick, although I checked within the CoreServices folder that is was still an App by Apple.
    Apparently no change at all.
    However, everytime I change an event in iCal on a googlemail calendar account, it will not appear in iCal anymore.
    Through Google Calendar webview, I can still see it, but not in iCal anymore.
    And I can still see it on my iPhone.
    So I disabled the calendar in iCal through the Internet Accounts settings, rebooted, clicked back on "CoreServiceUIAgent" in the Security PrefPane, rebooted, enabled the calendar back in iCal.
    No change.
    Some questions now:
    - where could I find the preference file associated to Security (in order to check whether the "CoreServicesUIAgent" listed in the PrefPane is indeed refering to the Apple App inside the CoreServices folder)?
    - why is CoreServiceUIAgent trying to get access to my calendar?
    - why did it suddenly appear and not before?
    - why is iCal such a pain now with Google Calendars?
    Any help would be much appreciated ...

    I have been havig trouble with iCal repeatedly prompting me to add a new event on its own.  Recently to try and fix this I deleted my calendars, preferences and caches.  I then picked up my calendars from iCloud.  Within about an hour of running iCal again, I get this prompt to allow CoreServicesUIAgent.app access to my calendar.  I said yes and almost immediately I get one of these unwanted add new event dialogs again.  Ah hah I think.
    I have been unable to find out what CoreServicesUIAgent.app does and why it needs access to my calendar, but it does seem to be the source of my unwanted automatic adding of new events issue.  I went into the Security and Privacy Setting and disabled CoreServicesUIAgent.app access to my calendar.  I am now waiting to see if I get any more of those unwanted adding new event prompts.  If I can't detect any loss of functionality, I will just not give CoreServicesUIAgent.app access to my calendar. 

  • I am new to ODI and would like to know the folder structure

    I am new to ODI and would like to know the folder structure
    I am assume it is as follows
    Project -
    -- Models
    ---- and everything else under models

    Almost right, but data models are not within Projects, they may be used across Projects. The objects (Interfaces, Packages and Procedures, plus variables, sequences, user functions) are created within the projects. Also Knowledge Modules are loaded into Projects.

  • I would like to access what i believe is a system address. basically i want to access a device at fed9 0000 in hex.

    Hello, I am trying to write a kernal mode driver for windows 8 platform. Basically I have an amd chipset and have determined that I would like to access a register with a certain offset from what amd labels acpimmioaddr base+offset. I have the offset
    and now I believe to have found the base or acpimmioaddr which is fed9 0000 in hex. I have determined I need to write a kernal mode driver to do this. In the driver how would I write and read this address? Also a secondary question how would I export functionality
    to either a user mode driver (dll) and ultimately an api?
    Notes: I am trying to access memory mapped I/O. 
    I believe I have to use hal functions but am not sure if it is hal.dll or sys file. I think I need to map the needed system space to kernal mode virtual memory using MmMapIoSpace(). I believe I have read some wheres that this may have changed in more recent
    versions of windows. If anyone can help I appreciate the time very much, thank you.

    Thank you for responding. Not sure I understand first part about ACPI device. But basically I'm trying to access a gpio that is memory mapped io that will then have a device attatched to it. My understanding so far is that PnP has to detect the device but
    there is no way for it to do that. I am new to windows drivers and so when i realized that installing a driver is in itself comparable to complexity as the driver itself, I decided to try and just install a generic driver that does nothing and has no devices
    just to see that I am in fact installing the driver. Then I had planed to learn how to load the driver and have it's driver entry function called that can fill in it's respective members. Eventually I had planed on creating ioctl's that could be accessed by
    user mode application and mapping physical memory of mmio address to system address. I thought this would allow it to at least work, then I could go back and try and bring it in line with windows methodology. Also there may already be functions already implemented
    by system supplied driver and a filter driver may allow it to be more portable but I had not planned on going into that until after I had got something working specific to my platform.
    Now just to go over where I am thus far, I will summarize what I believe to be necessary so far. A driver needs a device. Devices are found via hardware and it's respective drivers, which are then enumerated and pnp is alerted at kernal mode. pnp or io manager
    finds the driver and only then loads an installed driver or installs and then loads the driver if not installed already. It seems there is no device specific to a amd fusion controller hub gpio pin. Also there is no way for it to no about devices attatched
    with out my driver already loaded. I have started to read about bus drivers. I think a bus driver really doesnt fit PnP in that it is kinda already part of the system and self detection kinda doesnt make sense. So can I or do I have to make my driver a bus
    driver? Or does acpi or some low level firmware still have to say "hey im a bus and this is how i work" to the os? I looked at toaster sample code and it has an enum executable that plugs in or ejects devices based on device id's also a toaster seems
    pretty unorthodox device so could I create my own kind of device fitting to my purpose and then some how make a user mode application which alerts PnP "logically" instead of by hardware? 
    Also I had considered another approach of just using anything to that gets automatically enumerated and using it's device type to call my driver, then my driver does it's things even though they are unrelated to the device detected. I know this isnt how
    it's supposed to work and also would temporarily mess up PnP for that device for it's intended purpose, but would it allow me to at least access physical memory mapped io? 
    Sorry have been racking my head on this for months now and the whole purpose isnt to implement windows methodology but actually completely unrelated, what was originally important is development of new device and for the past 3 months all's I've worked on
    is windows drivers and progress has been little or none it seems.

  • I just bought a new mac book pro. I would like to access all my purchased games for mac that I made on my iMac. How do I do this?

    I just bought a new mac book pro. I would like to access all my purchased games for mac that I made on my iMac. How do I do this?

    Use the Migration Assistant(it'll put the data into a different user account if you've already created one), or drag them and their data through Ethernet, wireless, Target Disk mode, or through an external drive, or reinstall them from the original source.
    (100927)

  • Does Internet Explorer (specifically a version 7 through 9) work on a MAC 10.8.4? I would like to access documents from my work that are only supported on Internet Explorer.

    Does Internet Explorer (specifically a version 7 through 9) work on a MAC 10.8.4? I would like to access documents from my work that are only supported on Internet Explorer.

    Joni2b wrote:
    ...I would like to access documents from my work that are only supported on Internet Explorer.
    I don't know how successfully this will be but you can turn on the Developer menu (Advanced tab in preferences) in Safari and change the User Agent to trick the documents into thinking you're using IE. You can also do that by adding the User Agent Switcher extension to Firefox.
    Otherwise, you need to run Windows in BootCamp, as a Windows Virtual Machine in software such as VMware Fusion, Parallels, or Virtual Box, or the Windows environment of CrossOver Mac, as Niel says.

  • I have a large number of PDFs documents stored on a windows pcthat I would like to access on my iPad mini even when not cBooking referenceonnected to a network.

    i have a large number of PDFs documents stored on a windows pc that I would like to access on my iPad mini even when not connected  to a network. Does anyone know a solution. Eg maybe card reader and a app.

    Those devices have mixed results depending on the application. If the application does not support the device, then you are out of luck. There is no file manager in IOS to allow you to move files between folders because there are no folders that you can access. An app has to specifically support a storage location to access files.
    It's not that bad. The app has to have the ability to accept data from another app.  The latest memory dongles come with an ios app to access the external storage.  You then transfer the pdf from dongle's app to your app.  If your app can accept data from dropbox, it will be able to accept data from the memory dongle app.
    Other solutions:
    == "GoodReaderUSB is a practical and useful application whose main purpose is to help users transfer files and folders from their mobile device to PC effortlessly. It helps them to move and backup important data from their Apple device via a USB cable."
    http://www.softpedia.com/get/IPOD-TOOLS/Multimedia-IPOD-tools/GoodReaderUSB.shtm l
    == "iExplorer's disk mounting features allow you to use your iPhone, iPod or iPad like a USB flash drive."
    http://www.macroplant.com/iexplorer/

  • "CoreServicesUIAgent.app" would like to access your calendar. What do I do with THAT?

    This morning I see a pop-up that says, "CoreServicesUIAgent.app" would like to access your calendar" with choices of "Don't Allow" or "OK." I have no idea how to choose since I don't know what that is and where it came from. Now I feel forced to leave it on my screen until I find out, since I can't find the solution in any forum discussions search here. If it's really from Apple, then they should probably at LEAST give us a hint as to the meaning and validity of this obscure thing in their  software. Not intuitive at all.

    Thanks, I'd done that before coming to Apple and didn't receive any additional information about whether it's safe to choose "Don't Allow" or "OK". I don't know what I'm in for if I choose either one. Can't afford to lose that calendar. I depend on it too much.

  • I would like to create a folder so my email can be moved

    I would like to create a folder so I can send my email to another location.  HOw do I move it and create this folder

    If you have an IMAP email account you create the folder on your computer and then sync to your iPad.

  • Hi, I am bringing my verizon iPad air to Brazil later this month and would like to access cellular data. How do I do that? Thanks in advance.

    Hi I am bringing my verizon iPad air to Brazil later this month and would like to access cellular data. How do I do that? I understand there is something about swapping or disabling sim cards, but I am a little unclear and verizon was no help. Thanks for your help in advance.

    You must have Verizon unlock the device from their service. In Brazil you will have to find a compatible provider and use their SIM in place of Verizon's SIM

  • I use yahoo for my email. I would like to make a folder for an email.  How do I do this.

    I use yahoo for my emails.  I would like to make a folder for an email.  How do I do this?

    If you go to your email account in the Mail app and look at the window where your inbox, trash folder and sent folder are - if there is an Edit button at the top of the window - tap that and then tap Add Mailbox at the bottom.
    If the Edit button is not there - you cannot create folders on the iPad. Your email account is not IMAP. Only IMAP email accounts can create folders on the iPad. Any folders that you would already have in an IMAP account would sync to the device as well.

  • Just purchased a MacBook Air and would like to access the LR5 that is installed on my iMac desktop

    I just purchased a MacBook Air and would like to access the LR5 that is installed on my iMac desktop.  How do I do tha

    Since you have another Mac, you could share it's DVD drive in System Preferences > Sharing.
    Then use Remote Disc found on the MBair's finder's sidebar.  This will mount the DVD in your old Mac to the MBair. 
    http://support.apple.com/kb/HT1777
    Regards,
    Captfred

Maybe you are looking for

  • How can I download the English version of Firefox? I'm in Sweden and I only get the Swedish version offered.

    I want to install Firefox 8.0 on my computer. I'm located in Sweden and I only get the Swedish version offered when I follow the download link. I've tried to search for other language versions, but I can't find any links to alternative downloads.

  • How i can fix?????

    many issues since updating ios 6.every time the screen goes black and sends me to the main screen everytime i use an app (whatsapp, calculator , safari...)

  • Multiple Delimiters from a Text File

    I am having an issue trying to figure out how to seperate this text file into 4 columns so I can use the data, S, 0, { }, {a, d} a, 7, {S}, b, 5, {a}, {c, h} c, 2, {b, d}, {f} d, 10, {S}, {c, e} e, 1, {d}, {f} f, 3, {c, e, h}, {g} g, 4, {f}, {F} h, 4

  • Best File Manager For Really Large Folders

    I have a folder with 397GB of music. None of the music players like it much. Rhythmbox and Banshee either wont run or are so slow they're not useable. I have been using Xmms to play, which is great. Nautilus is way to slow and MC doesn't quite have t

  • ABAP OOP method in Workflow task 6.20

    Hello all! In the following blog /people/jocelyn.dart/blog/2006/07/25/using-abap-oo-methods-in-workflow-tasks it is mentionned that to enable OOP methods for workflow tasks on 6.20 one needs to run report SWF_CATID. I'm currently on a customer system