I want to be able to drag/drop to my iPhone

Hi there. I have a 2G original iPhone with 3.1.3 and the latest version of iTunes.
Currently I am synced only to my Macbook. I want to be able to drag/drop music and videos right to my iPhone instead of going through my iTunes library but I can't do it because all the music in my iPhone is gray.
Here is an image of what happens - http://regmedia.co.uk/2007/07/09/iphone3.jpg
Thanks

You can transfer music and videos via the iTunes sync process, or manually manage music and videos with an iTunes library on a single computer only. You can do one or the other, not both at the same time. If you want to manually manage music and videos, this is selected under the Summary tab for your iPhone sync preferences with iTunes. If this content was transferred to your iPhone via the iTunes sync process previously, switching to manually manage music and videos will erase all iTunes content from your iPhone first. You cannot manually manage music and videos with an iTunes library on multiple computers as is possible with an iPod that supports disk mode.

Similar Messages

  • Able to drag drop items of combobox but want to disable 1st item

    Hello Sir,
    I am able to drag drop elements of the combobox.
    Here is my code...
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" xmlns:local="*" xmlns:utils="adobe.utils.*" xmlns:controls="qs.controls.*" initialize="init()">
    <mx:Script>
    <![CDATA[
    import mx.events.DragEvent;
    import mx.events.ListEvent;
    import mx.controls.dataGridClasses.DataGridColumn;
    import mx.controls.ComboBox;
    import mx.controls.Alert;
    [Bindable]
    public var str:String = "";
    public var comboLength:int;
    public function init():void
    var xml:XML = <test>
    <col>
    <col1>one</col1>
    </col>
    <col>
    <col1>two</col1>
    </col>
    <col>
    <col1>three</col1>
    </col>
    <col>
    <col1>four</col1>
    </col>
    <col>
    <col1>five</col1>
    </col>
    <col>
    <col1>six</col1>
    </col>
    <col>
    <col1>seven</col1>
    </col>
      </test>;
      cb1.dataProvider = xml;
      comboLength = xml.col.length();
      cb1.rowCount = comboLength;
      str = (xml.col[0].col1.toString());
      cb1.prompt = str;
    public function closeHandler(event:Event):void
    if(MouseEvent.DOUBLE_CLICK)
    // Alert.show("Click Event");
    public function changeHandler(event:ListEvent):void
    // Alert.show("Single Click Event");
    public function doubleClickEvent(event:MouseEvent):void
    Alert.show(event.currentTarget.toString());
    Alert.show(event.target.toString(),"Double Click");
    public function dragEnterFunction(event:DragEvent):void
    Alert.show(event.target.parent.toString());
    ]]>
    </mx:Script>
    <mx:ComboBox id="cb1" prompt="prashant" doubleClickEnabled="true" doubleClick="doubleClickEvent(event)"
    close="closeHandler(event)" dragEnter="dragEnterFunction(event)" >
    <mx:itemRenderer>
    <mx:Component>
    <mx:DataGrid itemClick="outerDocument.cb1.text = this.selectedItem.col1.toString();itemSelected(event)"
    dragEnabled="true" dropEnabled="true" dragDrop="draDropHandler(event)" dragMoveEnabled="true" headerHeight="0" showHeaders="false"
    creationComplete="init()" click="clickable()"
    itemDoubleClick="doubleClickEvent(event)">
    <mx:columns>
    <mx:DataGridColumn dataField="col1" headerText="" id="da" disabledColor="white"  />
    </mx:columns>
    <mx:Script>
    <![CDATA[
    import mx.controls.DataGrid;
    import mx.events.DropdownEvent;
    import mx.events.ListEvent;
    import mx.events.DragEvent;
    import mx.controls.Label;
    import mx.controls.Alert;
    public function clickable():void
    //Alert.show("clickable");
    public function itemSelected(event:ListEvent):void
    Alert.show(event.itemRenderer.data.col1,"Single Click");
         public function draDropHandler(event:Event):void
    Alert.show(event.target.parent.toString());
    public function dragEnterFunction(event:DragEvent):void
    Alert.show(event.target.parent);
    override public function set data( value:Object ) : void
    this.dataProvider = value.col;
    //outerDocument.cb1.text = this.selectedItem.col1.toString()
    //myList.addEventListener(ListEvent.ITEM_DOUBLE_CLICK, onItemDoubleClick,
    public function doubleClickEvent(event:ListEvent):void
    Alert.show(event.itemRenderer.data.col1,"Double Click");
    ]]>
    </mx:Script>
    </mx:DataGrid>
    </mx:Component>
    </mx:itemRenderer>
    </mx:ComboBox>
    </mx:Application>
    But now i want to disable drag drop of the 1st item and the last item.
    And also add double click of each item.
    Can someone please help me out.
    Awaiting your reply.
    Thanks in advance.

    Hello Sir,
    Thanks a lot for your reply.
    I have implemented some thing can you please help me out with this?
    In this can you help me out with the double click event????
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical"
    xmlns:local="" xmlns:utils="adobe.utils." xmlns:controls="qs.controls.*"
    initialize="init()">
    <mx:Script>
    <![CDATA[
    import mx.events.DragEvent;
    import mx.events.ListEvent;
    import mx.controls.dataGridClasses.DataGridColumn;
    import mx.controls.ComboBox;
    import mx.controls.Alert;
    import mx.controls.listClasses.ListBase;
    import mx.core.UIComponent;
    public var str:String = "";
    public var comboLength:int;
    public function init():void
    var xml:XML =
    </mx:Application

  • I used to be able to copy or drag and drop links from the address window. Now with the update, only the address is copied or dragged not the link. (Says something about not giving site information). I want to be able to drag and drop or copy links.

    Question
    I used to be able to copy or drag and drop links from the address window. Now with the update, only the address is copied or dragged not the link. (Says something about not giving site information). I want to be able to drag and drop or copy links.

    To be more precise, you can setup a JComponent or JPanel on top of your JavaFX nodes that has a TransferHandler that can convert the (AWT/Swing) images dragged to the app to JavaFX image and then insert it into the underlying node.
    As for the file chooser itselft: ListView and the JavaFX composer can allow you to create one quite easily. TreeView can aslso be used to a lesser extend (still a big buggy). For both of these, there are small bugs in the Cell API that may (or may not) prevent from displaying a proper thumbnail in the cells.
    You can also use a regular JFileChooser if you do not mind the dialog box having a different LnF from the rest of your application.

  • No longer able to drag & drop to desktop..

    I was hoping someone here could help me.
    My son thought he (we) would like to try a new finder type app.
    I told him (after 2 days) that he could do this on "his computer" not mine.
    Once he removed the application and put everything back in order.........
    I no longer can drag & drop images to the desktop?!?
    He has no clue and I am praying that someone with smarter skills than me can help me out.
    Thanks in advance

    Move the com.apple.finder.plist file out of your users /Library/Preferences/ folder to the Desktop, OPTION-click & hold the Finder's Dock icon, select Relaunch, and see if that fixes the problem. If so, delete the moved file and reset your other Finder preferences. If you don't remember how you had things, check the Finder's preferences via Finder->Preferences. If this doesn't fix the issue, create a new admin user account, log into it, and see if the problem persists there.
    Once you resolve the issue, ban your son from your computer.

  • CAN'T DRAG & DROP SONGS TO IPHONE

    I just bought a new iPhone and I can't drag and drop any of my songs. However, i'm able to drag and drop songs with my 30 gb iPod. Help!!!!

    Hi jasondechert!
    First, make sure that iTunes sees the device. When you click on the device it'll bring you to the device summary tab where it lists basic information about your device. You should see other tabs, one of which is entitled "Music."
    Click on the Music tab and you'll presented with the following options:
    1. Sync Music (with a checkbox)
    2. All songs and playlists (with a radio box)
    3. Selected playlists (with a radio box)
    4. A listing of the playlists in iTunes (each with a checkbox)
    5. Include music videos (with a checkbox)
    Keep in mind that everything will be grayed out if you don't have the first checkbox (Sync music) checked. Once you check that first box you can then choose to sync all of your music (the entire library) or specific playlists. If you select "selected playlists" it will then allow you to choose the specific playlists you want to sync.
    This URL should also help-
    http://docs.info.apple.com/article.html?artnum=305741

  • No drag & drop function? (iphone photos to mac desktop)

    Trying to just backup my photos that i take on my iPhone..... why can't I drag & drop them to my desktop (like i do from my camera memory cards)? Do I have to use iTunes - because it's very time consuming... more than that, it's hard to keep track of what you've backup up...

    That is not possible. You cannot drag photos from the computer back to the camera roll. You have no access to the camera roll in that direction, only from the camera roll to the computer. To put pictures back on the phone from the comptuer requires iTunes and the sync process. You can select the photos you want in iTunes once the iPhone is connected, then select the photo tab, select the photos and perform a sync.
    You cannot do it without iTunes.

  • Drag/Drop Pictures from iPhone to MackBook

    I'm having a heck of a time figuring out how to get pictures off my iPhone. (I've never used the camera before, so I know almost nothing about the workflow).
    I tethered my iPhone to my MacBook. I then opened iPhoto on my MacBook. Once opened, it showed the 20 or so pictures that were taken on the iPhone. I pressed COMMAND+A (Select All), and then dragged the pictures to the destination folder on the MacBook. I'm fairly certain OSX picks up the action since there's a small badge by the cursor with the picture count as I drag around the screen.
    Lo and behold, nothing gets transferred. I'm absolutely befuddled at the hardships the world's most advanced operating system is creating for such a simple operation.
    Does anyone know how to put pictures where I want them?
    Thanks in advance.

    So I found I could Drag and Drop using iImage Capture.
    Unfortuantely, I cannot delete the no-longer-needed photos using either iImage Capture or iPhoto.
    How the **** does somebody delete the photos on the iPhone? Why the **** is Apple making this **** so difficult?

  • Drag-drop video into iphone not working

    All my music and video all of a sudden disappeared off my iphone (the video podcast still were there though). I was updating and poking around, but I really don't think I delete them accidentally. I've always just dragged and dropped videos from the finder directly onto the iPhone via iTunes and never had problems before. Now after the mysterious missing music and video, I can't drag and drop any more. These are h.264 video files that have worked in the past. If I re-compress the videos in QT pro using Export>Movie to iPhone I can drag and drop. If I choose Export>movie to Quicktime Movie I can't (even though it's worked before and the settings fall within spec... h.264, etc ). ARRRG!
    The only thing I haven't done yet is restore the iPhone. I was worried that my camera roll would disappear. Any thoughts? Help!

    Copied from my previous post.
    Photos in your iPhone's Camera Roll are included with your iPhone's backup, which is updated if needed as the first step during the sync process - if any of the data on your iPhone that is included with the backup has changed since the last sync. But you shouldn't depend on your iPhone's backup alone for these photos. These photos should be imported by an app on your computer as with any other digital camera.
    If you use iPhoto on your Mac for photo storage, you can use iPhoto for the import. If not, you can use the Image Capture app located in your Applications folder.
    Assuming you are syncing your iPhone with iTunes for other content, your iPhone's backup should be updated as the first step during the sync process if any of the data included with your iPhone's backup has changed since the last sync - which is usually 100% of the time.
    If you restore your iPhone from your iPhone's backup, any photos that were in your iPhone's Camera Roll should be restored with your iPhone's backup, but as already provided, you shouldn't depend on your iPhone's backup alone for these photos. Photos in your iPhone's Camera Roll should be imported by an application on your computer as with any other digital camera. If you use iPhoto for photo storage on your Mac, you can use iPhoto for this. If you don't use iPhoto, you can use the Image Capture application for this.
    I do download the photos to iTunes, so there is that backup as well.
    You don't download any photos to iTunes - not from your iPhone or from anywhere else for that matter. iTunes does not handle the import of photos from the iPhone's Camera Roll or from any digital camera. This must be done with a separate application such as with iPhoto or the Image Capture application on a Mac.
    You can transfer photos from your computer to your iPhone via the iTunes sync process - selected under the Photos tab for your iPhone sync preferences, but iTunes does not have anything to do with photos in your iPhone's Camera Roll except for including these photos along with other data for your iPhone's backup.

  • I want to manually manage my music on my iPhone, but iTunes 11 won't let me!!! Anyone have suggestions? I just want to be able to delete songs on my iPhone from my computer!!!

    Any help would be great. I have checked the Manually Manage Music, but when I click on the music to see what is on my iPhone the only option it gives me is to sync it and I don't want to sync it, I can't hold that much music on my phone. I HATE HATE HATE this new stupid itunes and I wish they would get rid of it!!!

    Of course you can sync music to the device.
    Connect the device to the computer.
    Select the Music tab.
    Select the content desired to be synced.
    Sync.
    This is covered in the User's Guide, it might be a good idea for you to read it.

  • I want to be able to activate my locked, used iPhone 4

    I got a used Iphone 4 which is locked. I have already perchased a Bell micro SIM card but when i tried to unlock it with the card and activate it, It told me that it doesn't support that currier. Do i have to perchase a different SIM card or what do i have to do to unlock the Iphone and then activate it?!
    PLease help

    Ask the person from whom you purchased the iPhone. If they cannot tell you or you cannot contact the seller, you can try calling Apple Support and giving them the serial number of the iPhone and they may be able to tell you the carrier.
    Regards.

  • Drag & drop item within Tree not working

    Hi,
    I want to be able to drag & drop items within a tree but
    items cannot move accross branches
    It can only be moved within its branch.
    For this I have a condition in dragDrop(event) handler.
    When i drag item it does not move accross branches which is
    intended but when i drop within its branch
    on a different location,
    the item does
    not get dropped
    Though i have dragMoveEnabled set to true.
    my code looks like this:
    private function onDragDrop(event:DragEvent):void {
    var dropTarget:Tree = Tree(event.currentTarget);
    var node:XML = myTree.selectedItem as XML;
    var p:*;
    p = node.parent();
    if(node.parent().@label != "sameBranch") {
    return;
    } else {
    // drop target.
    Do i need to do anything else...
    Please advice.
    Thanks
    Lucky

    topping up, still did not find a way to do...
    but i have handled all tree events like dragEnter and
    dragDrop as described in the flex doc.
    Has anyone faced a similar issue...

  • Home Sharing between Mac & PC - Can't drag & drop from one to the other.

    I have a Mac & a PC. I turned on home sharing and it works well, except that I want to copy all of the music on the Mac over to the PC. With Home Sharing active, you should be able to drag & Drop, but I can't. I read the help article and it says that the computer icon of the remote computer that you are sharing from should be in the left pane under Shared in iTunes. I don't see this. I only see my library.
    Any suggestions?

    these reads may be helpful:one and two.
    JGG

  • Cannot Drag & Drop Audio Files from iTunes into Project Timeline

    Hello,
    I have an iMovie (10.0.6) project open. I click the iTunes icon to fetch an audio track and it won't allow me to drag/drop it into the timeline. Yet it allows me to drag/drop other tracks from the same playlist (all from the same CD). All tracks are the same file type and about the same size/length, yet one of them (the one i want) cannot be dragged/dropped into the timeline. This happened with another iMovie project recently (different tracks from a different CD, but same idea: can't drag/drop one track, but i'm able to drag/drop others).
    Your help is appreciated!

    I've having the same issue. Very frustrating. FFS Apple!

  • Can't drag/drop MP4 files in iTunes 10 - Movies

    Recently I have installed the new iTunes 10. Now I am not able to drag and drop MP4 files to load videos in my iPod and iPhone. Earlier I used to drag & drop MP4 files and load my iPod. But with this new version in Windows 7 OS, I am not able to load videos. Became very frustrated. Can you please help me?
    Thanks in advance!
    Prasenjit

    I have the same problem! Is there anyone out there with an answer! I'm so extremely frustrated with this issue. I did everything that others have suggested on this community and others online. I used a converter (which doesn't even make any sense because I used to be able to drag/drop mp4 with ease without converting them before this stupid iOS5 and Itunes update). I renamed the file to m4v. There's tons of stuff I tried and still nothing. What frustrates me is that everyone is suggesting to convert and as I said I never used to do that with MP4's before. Why all of a sudden now?

  • Drag & drop albums not working in iphoto

    I am using iphoto 11 version 9.4.2  I used to be able to drag & drop my albums into a preferred order.  Now when I try to move a particular album within the album section by dragging & dropping, a new folder is created containing the album I was trying to move.  How can I move albums into a particular order.  Why are folders being created when I try to move albums?

    I'm able to sort albums both way, inside folders and those out of folders. The feature exists.  As a test launch iPhoto with the Option key held down and create a new, test library.  Import some photos, create a number of albums and albums in a folder and test to see if the same problem persists. Does it?  I'm running iPhoto 9.4.3 on 10.8.4.
    OT

Maybe you are looking for