DRAG AND DROP - Where are my files?

I open My Music and highlight a few songs - drag and drop into Itune Library. It looks fine I can play the songs.
But.. but.. my files are not liested in My Music anymore.
I run a search and could not find anywhere but still in Itunes.
I like to play my songs with Windows Media Player(10 years a head in quality and perfomance than Itunes) and I can't find it.( I use Itunes just because I have Ipod )

Download the 'Forms and Reports Feature/Benefit Demos' from the Sample code page. It is contained in there.
http://technet.oracle.com/sample_code/products/forms/content.html

Similar Messages

  • Drag and drop just to extract file path

    I'm writing a Cocoa GUI app to facilitate working with a command-line program. The scenario is quite similar to what I see in the Apple FileMerge.app. I'd have a NSView (or a drop pocket of whichever class appropriate) into which I can drag the file icons just in order to retrieve file's path, one by one, no visualization, no checking for file types, just for assembling a list of files to eventually be passed to the data crunching program as command line arguments. I've come across CocoaDragAndDrop sample program, which does great work in displaying dragged picture tiff and pdf files. Probably 90% of the code there is beyond what I need, but the semantics are so unlike anything I've ever come across (I'm miles away from image processing). I can't even figure where to start since everything seems so interconnected. Is there a simplest case example of Drag and drop which only serves file path extraction? From the aforementioned sample code I'm struggling to figure out what is the part which is absolutely needed only to retrieve the path? Do I have to init a [NSImage canInitWIthPasteboard: ... ...] if a file is a plain text file, or a raw data file? The app doesn't need to know what the file is, since passing the absolute path as text argument cannot do any harm in this case - the number crunching command line program takes care of the content. Do I need coders? Do I need a sourceOperationMaskForDragingContext? Does Drag and Drop even cover such trivial demands?
    Thanks in advance!
    Regards, UU

    Thanks for your kind replay. Please let's stay on-topic: my question shouldn't have pointed at if "Apple works like this or like that".
    IMHO, it's quit opposite: many things are cut-and-paste compatible, yet I'm missing few basic explanations.
    The following code can be derived from the API reference:
    #import "DragTView.h"
    #import "AppDelegate.h"
    @implementation DragTView
    - (id)initWithFrame:(NSRect)frame{
        self = [super initWithFrame:frame];
        if (self) [self registerForDraggedTypes:[NSArray arrayWithObject:NSFilenamesPboardType]];
        return self;
    - (NSDragOperation)draggingEntered:(id <NSDraggingInfo>)sender{
        highlight=YES;
        [self setNeedsDisplay: YES];
        return NSDragOperationGeneric;
    - (void)draggingExited:(id <NSDraggingInfo>)sender{
        highlight=NO;
        [self setNeedsDisplay: YES];
    - (void)drawRect:(NSRect)rect
        [super drawRect:rect];
        if ( highlight ) {
            [[NSColor grayColor] set];
            [NSBezierPath setDefaultLineWidth: 5];
            [NSBezierPath strokeRect: rect];
    - (BOOL)prepareForDragOperation:(id <NSDraggingInfo>)sender {
        highlight=NO;
        [self setNeedsDisplay: YES];
        return YES;
    - (BOOL)performDragOperation:(id < NSDraggingInfo >)sender {
        NSArray *draggedFilenames = [[sender draggingPasteboard] propertyListForType:NSFilenamesPboardType];
        NSURL* fileURL;
        NSTextField* pathField = [(AppDelegate*)[[NSApplication sharedApplication] delegate] pathField];
        if (([[[draggedFilenames objectAtIndex:0] pathExtension] isEqual:@"txt"]){
            fileURL=[NSURL URLFromPasteboard: [sender draggingPasteboard]];
            [pathField setStringValue:  [fileURL path] ];
            return YES;
        } else return NO;
    - (void)concludeDragOperation:(id <NSDraggingInfo>)sender{
    @end
    It reveals the file path, yet, it boils down to fifty meaningless lines of code, since the pathField object (of class NSTextField) would itself reveal a dropped file's path without a single extra line of drag-and-drop code. What I find confusing is the following:
    How should a drag operation be set up, so a text file can be dragged to the DragTView object (declared as @interface DragView: NSImageView <NSDraggingSource, NSDraggingDestination>), which would than show the image of file's icon (without dragged file itself being an image file)? This is rather unclear in the documentation, with all due respect to Apple.
    Thanks in advance.

  • An mp3 file on my computer will not import to itunes by either the drag-and-drop or the Add File to Library method.  Can't figure out what I'm doing wrong.  My OS is Windows 7.

    I purchased an mp3 from a private website on my laptop.  The itunes library i sync ipod to is on my desktop, so i copied the mp3 onto a flash drive and then into my desktop in the Downloads folder and Desktop folder as well as the itunes music folder, 3 places.  I opened itunes on the desktop and read the instructions for importing music that's already in my computer.  Neither the drag-and-drop or the Add File to Library method works.  I've tried both ways over and over.  Cannot figure out what the problem is.  I do note that the name of the mp3 file doesn't show the .mp3 extension, it appears as simply it's title, Eating Healthy, without any extension at all.  Could the filename be the problem, or do you have any other idea what I'm doing wrong?  My OS is Windows 7, using IE9.  Thanks.
    ADDENDUM AFTER READING ANOTHER DISCUSSION HERE:  I have now tried right clicking the song in Windows Explorer and choosing Open With, clicking itunes.  The mp3 plays in itunes but does not add to the library.

    I don't have a Recently Added playlist.  However, I discovered that the file I had named Eating Healthy was given the name You Can Enjoy Eating Healthy when it copied to iTunes.  I'm guessing iTunes pulled the full name of the piece from the internet.  Upshot--the mp3 did transfer to iTunes on all 3 tries, but I was looking in my alphabetized list under E, not Y, so I didn't see it there.  Thanks for your help. 

  • How do I stop a copy of backup files? Time Machine filled my extern HD, I bought a 2TB, drag and drop the old backup files and now my iMac has been stuck in "preparing copy" mode all night.

    My 235 MB external HD was full, I bought a new 2TB and dragged and dropped the old backup files to it. Now my iMac is frozen in "preparing copy" mode.  How can I 'unfreeze' it? How should I move the backup files from one external HD to the other?

    This has been answered here so may times (especially by pondini, e.g. in this thread Time Machine stuck in repeating "preparing files" cycle), so please search this forum the next time before asking such a question.

  • Drag and Drop an Attached AutoCad File in a PDF Portfolio to and Open Drawing in AutoCad

    I currently Printed all my Details to PDF and combined them all into a catalog to view them. I them attached all the AutoCad files to the PDF. I can open the AutoCad file in the pdf, but it will open it as a new drawing int AutoCad. I would like to Drag and drop from the PDF file to a drawing that is already opened in AutoCad. Any suggestions?
    Thanks

    Hello,
    I think you posted this question in the wrong forum: this is one of the Captivate forums and I do not see a relation to it, but can be wrong.
    Lilybiri

  • Drag-and-drop tree list from files/folder

    Hello all. I'm new to Flex and I'm looking for some help or
    for someone to point me in the right direction. I want to write a
    simple AIR application to accept a multiple text files (or a folder
    full of text files) when the files/folder is dragged into a tree
    list. The file/folder name will be the node name. When selected,
    the contents of the file will be displayed in a text area. The text
    file will contain a 4 x 4 number matrix with each column separated
    by a tab and each row separated by a return. (I plan on plotting
    the numbers in the matrix in the future).
    What I'm most confused about is how to go about
    dragging-and-dropping files into a tree list and creating item
    names based on the file/folder name? And does the file content need
    to go into an array collection?
    Maybe I'm going about this in a difficult way. If there is an
    easier way, I'd appreciate it if someone could share. Thank you
    all.

    I have the same problema and I´m not able to find the reason.
    The solution to get the event raised has been to copy configurations from wd standard appl FPM_TEST_DND_FORM and use my own Z feeder class : all  seems to work perfectly , but , if I try to do it from scratch the event  FPM_DROP_COMPLETED it´s not raised .
    I´ve compared both configurations/class ( the one that I´ve done from scratch  that it doesn´t raise the event and the one that I´ve adapted copying from standard that it raises perfectly  the event) and I haven´t  seen any difference (maybe I haven´t found) .

  • Drag and drop operation resulted in files gone missing

    I would really appreciate some help as I have lost about 80 files. Here's what happened: I had a big folder of several hundred files and I was moving those files– photographs – into subfolders.I selected the photo in bridge and then used a drag and drop method to move it. It all went well except in two instances. One group of photos I dragged it to the wrong folder but when I searched I found them. Another group has gone missing. I have searched the whole computer for names of some of the photos in the missing group.it is as if they vanished into thin air. What could have possibly happened?
    Thanks in advance!

    I selected the photo in bridge and then used a drag and drop method to move it. It all went well except in two instances.
    I always use the drag and drop method and if it goes wrong I usually are to fast and don't wait for Bridge to have completed or I did not point to the correct folder.
    Without knowing what system you are on and what version of bridge you are using I agree with Curt that the files must be somewhere on your system (also check the Bin) and you better use a dedicated system search for it.
    And what is "group.it"? If I do a google search it stops without result and group.it also has not understandable  or related results?

  • Drag and drop iPhotos are not appearing in photo stream??

    Hello,
    I am trying to drag and drop pics from iPhotos in to photo stream however they are not appearing in the stream?
    Although when taken with my iphone they do appear?
    A little confused, help would be appreciated
    H

    Remember: we cannot see your machine. There are 9 different versions of iPhoto and they run on 8 different versions of the Operating System. The tricks and tips for dealing with issues vary depending on the version of iPhoto and the version of the OS.  So to get help you need to give as much information as you can. Basic things like :
    - What version of iPhoto.
    - What version of the Operating System.
    - Details. As full a description of the problem as you can. For instance: 'iPhoto won't export' is best explained by describing how you are trying to export, and so on.
    - History: Is this going on long? Has anything been installed or deleted?
    - Are there error messages?
    - What steps have you tried already to solve the issue.
    - Anything unusual about your set up? Or how you use iPhoto?
    Anything else you can think of that might help someone understand the problem you have.

  • Can't drag and drop or import into files

    I moved my audio files from "c" drive to another drive and had a bear of a time getting itunes to recognize it...but after reinstalling finally it seems to be working okay... Except when I copy and paste my audio files into itunes nothing happens. When I import (or add a new file) I can't put them in a specific file. So all of my audio files are just in the big "my music" file which is a very big jumbled up file to sort through. Any ideas?
    Thanks in advance.
    Sandra

    Now I believe that there was something wrong with the install. I uninstalled iTunes and reinstalled the same package. It works just fine now.
    It probably comes down to Windows disallowing a part of the install.
    After I reinstalled, I was able to right click on my iPod icon and choose restore from backup so I could get my iPod back to the way it was. It doesn't seem to restore your "Folders", but it does get all your music and stuff back into your iPod's RAM.
    I hope this solves your problem too. Take care!

  • Drag and drop, like magic the files just vanish!

    Ever since upgrading my mid 2009 MacBook Pro to Lion, I have been having trouble copying or moving files by dragging them. I especially seem to have trouble dragging files to the desktop...  I drag them there, but they just vanish without a trace.  I also don't seem to be able to option-drag a file to make a copy of it... I drag it to a new location and it just vanishes completely.  This is driving me mad.  Anyone else having this issue?
    I've run a permission repair a few times, but it's made no difference.  Any ideas?

    I pasted this in answer to another thread but will post again here:
    Yes I have had this problem on both my iMac and MBA. It was driving me mad! Can import files to applications like Lightroom and export but trying to copy files to another location through Finder and the files disappeared after appearing to copy.
    Solution is to Force Quit Finder and Relaunch. I then rebooted and all is now fine.
    Another solution I read is to paste this in Terminal:
    killall Finder && open /System/Library/CoreServices/Finder.app
    Hope this helps others.

  • Drag and drop image from local files site list to page.

    Not working on all my documents. Must be some setting. Any ideas what is wrong?

    To be honest, I never drag & drop in DW.  I always use Insert > Image, Select image source...
    Nancy O.

  • Cannot drag and drop from music to file - why??

    I have just set up on itunes but having downloaded music from a CD, I can't then move it from 'music' to a new folder (or any other folder for that matter). Why might this be - is there something I might not have done or something needs disabling?
    Any help greatly appreciated.. Thanks!

    Welcome to AD!
    You can move tracks to a playlist, and create Playlist Folders. But you can't just drag songs into a folder.
    You can only drag playlists into a Playlist Folder.

  • HT1535 My iphone shows up in the upper right.  there is no devices list on the left with the newest version.  How can I update playlist?  I cant drag and drop where it is appearing

    The newest versions do not post a devices list on the left anymore.  My iphone appears in the upper right.  You can't drag the playlists to the phone.  Cannot figure out how I am suppossed to add content to phone from the computer.

    I think it's edit - view - show left sidebar.

  • How do I drag and drop files in iTunes 12?  I don't see my other computers in the side bar only playlist?

    I upgraded to Itunes 12 and now cannot drag and drop my movies & music files between my shared computers?  The side bar option, which only appears under the Playlist tab does not show my other shared devices where I used to simply drag files over and drop them on them to transfer.  I have 2 IMACs and a macbook pro that i like to keep hard copies of my music and video libraries on.  Anyone know how I can get my shared computer to show up on the side bar so I can drag and drop like I've been doing for the last 5 years?

    Thank you Peter.  Mine is more about creating playlist on my iMac and then wanting to drop it it on to my macbook pro for tailgating and family events, instead of recreating.  That doesn't seem like something that should bother apple as I already have the music and I am not going to go purchase it again off iTunes if this is what they are thinking.  I think this is about limiting our ability to share music and movies.   

  • Drag and Drop - Incomplete Wireless Copying of Files

    Ever since I upgraded to 10.6.4, I have a problem doing the "drag and drop" method of copying files wirelessly from my Mac to the HP MediaSmart server connected to my Apple AirPort N Base station.
    I used to be able to simply copy files without problems from my FireWire CF card reader to the server fast and with no problems. After the upgrade, the wireless copying has become slow and the transfer is incomplete. For example today I tried to drag and drop 97 photo files and it only copied 30 of those files in random order. So I repeat the process over and over again (without replacing the already copied files) until all 97 files are copied. If I re-copy everything from scratch by over-writing existing copied files, it will only successfully copy a few files again.
    If I copy direct from the card reader to the hard drive in my computer, the copying is lightning fast and with no problem.
    If I copy from the computer hard drive to the server connected to the AirPort, the same inconsistent copying occurs.
    So it's somewhere in the wireless link that has a problem.
    The solution is to use the "Image Capture" app so that it will successfully copy all files from the card reader to the server. But as I mentioned the process is slow.
    I have installed the latest Apple updates at the time they come out. I am at 10.6.5 and have the latest AirPort update that was recently released. I still have the same problem.
    Anyone know about this problem? How do I report issues like this directly to Apple?
    Thanks for any assistance and feedback.

    I am having the same problem. I just bought a USB Hard-drive and was copying a 2.7 M folder from one HD to the USB and it leaves out like 15 files. I tried copying to the desktop and it does the same thing. I can open the folder, cmd-A, cmd-c, then paste and it took all the files. Very strange.

Maybe you are looking for

  • Screen fuzzy when touch is connected to TV

    I purchased the apple cable to be able to watch my movies and such on my TV. When I connected it the sound comes through perfectly, but the pictures is very distorted and fuzzy. You cannot see the movie. What am I doing wrong, or what is wrong with m

  • Is it possible to transfer files for MacBook Pro to MacBook Air?

    Earlier I have used the file transfer program with firewire cable to transfer a complete setup from one mac to another. Is that possible with MacBook Air with no firewire port?

  • How to rotate a whole table

    Hi, In a page layout document, I have a table that was created to be read 90°. Now, I need to bring the table in a normal orientation. I know how to rotate de text inside the cell but I need to rotate the whole table. So the header that is actualy th

  • :0battery completely flat plugged ipod in pc doesnt do any thing help plz

    ipod run completly flat wouldnt turn on. Plugged my 60gb video ipod into mp pc and hasnt done any thing no display on nothing plz help any adv.

  • Error when synchronizing using HTTPS in NW Mobile Client

    Hi all, we are required to have secure communication during synchronization of data between the PDA handheld and the DOE. Therefore, we are using the HTTPS synchronization you can select in the NW Mobile Client under Connection Settings (just set the