WPF DataGridComboboxColumn selction fails if Drag&Drop is used

I've got a Usercontrol with TabControl including Datagrid for each tabItem. The Datagrid has 3 Columns, one as a combobox column.
Now I've implemented some Drag&Drop function for moving rows using PreviewMouseLeftButtonDown and Drop event. With that the Drag&Drop
is working fine. But I can't select from the combobox any more, the box opens and I can see the content but if I want to select an Item with the mouse it's selecting the datagridrow beneath the selectedItem of dropdown list. With the up/down key from the keyboard
I can select.
private void ConfigurationFileView_PreviewMouseLeftButtonDown(object sender, MouseButtonEventArgs e)
DependencyObject source = e.OriginalSource as DependencyObject;
while (source != null && !(source is System.Windows.Controls.ComboBox))
source = VisualTreeHelper.GetParent(source);
if (source != null)
// don't know what to do here....
else
DataGrid dataGrid = (DataGrid)sender;
rowIndex = GetCurrentRowIndex(dataGrid, e.GetPosition);
if (rowIndex < 0)
return;
dataGrid.SelectedIndex = rowIndex;
ParameterVM selectedEmp = dataGrid.Items[rowIndex] as ParameterVM;
if (selectedEmp == null)
return;
DragDropEffects dragdropeffects = DragDropEffects.Move;
if (DragDrop.DoDragDrop(dataGrid, selectedEmp, dragdropeffects) != DragDropEffects.None)
dataGrid.SelectedItem = selectedEmp;
private void ConfigurationFileView_Drop(object sender, DragEventArgs e)
DataGrid dataGrid = (DataGrid)sender;
int index = this.GetCurrentRowIndex(dataGrid, e.GetPosition);
if (index < 0)
return;
if (rowIndex < 0)
ParameterVM newParameter = e.Data.GetData(typeof(ParameterVM))as ParameterVM;
if (null == newParameter)
return;
ObservableCollection<ParameterVM> parameters = dataGrid.ItemsSource as ObservableCollection<ParameterVM>;
if (!parameters.Any(p => p.Name == newParameter.Name && p.Type == newParameter.Type))
parameters.Insert(index, newParameter);
else
if (index == rowIndex)
return;
if (index == dataGrid.Items.Count - 1)
MessageBox.Show("This row-index cannot be drop");
return;
ObservableCollection<ParameterVM> parameters = dataGrid.ItemsSource as ObservableCollection<ParameterVM>;
ParameterVM changedParameter = parameters[rowIndex];
parameters.Move(rowIndex, index);

Drag and drop within a datagrid is rather an unusual thing to do.
I would suggest your problem lies in choosing to do something which will cause complications.
Hope that helps.
Recent Technet articles: Property List Editing;
Dynamic XAML

Similar Messages

  • I can import my first clip to the video library, but not the second clip. I tried dragging-dropping and using the "E" key, but only the first clip will show up in the library. I use IMovie 9.0.9 and OSX 10.8.5. with no problems until yesterday.

    I can drag my first clip from the New Event window into the Project Library, but not the second. I can highlight the second clip in the New Event window, but it won't "drag". The "E" key works for the first clip, but not the second.I've been using IMovie daily and the problem just appeared. No upgrades to the computer and no new software installed.  IMovie 9.0.9 and OSX 10.8.5

    Thanks victoryhat.  I learned some new things from this very clear tutorial.  But it didn't answer my question about why the titles don't stay with the video when I export it.
    He did mention something that might be a clue however.  When he talked about importing a title he created as an image, he noted that he was careful to make the image the same size as the video he was adding it to: 1280 x 720.  Since I took the video with an iPhone in the vertical position, my video image isn't the same size and orientation as the titles.
    Maybe there is a way I should be setting the screen for this size???  I'll go back and play around.  Meanwhile thanks for alerting me to Gary Rosenzweig's MacMost tutorials.  Very clear.  I'll look for more.

  • Windows Storage Server 2008 - unzip with drag & drop from Windows 7 client fails

    Hello.
    As i asked this question in German and got no answer so i try it in English now.
    I have the following problem:
    We have a Windows SBS 2008, where we store our files. If somebody opens a ZIP-file on a network share from a Windows 7 Client (64 Bit) it is possible to drag & drop the content (multiple files) to a directory. So far everything works as expected.
    We now have an additional Windows Storage Server 2008 integrated in our domain (Buffalo Tera Station WS-QV8/R5), where we also store files. If somebody opens the same ZIP-file on a network share of this server from a Windows 7 Client and tries to drag &
    drop the content the following happens:
    1. only one file is extracted and to display the file a refresh of the explorer view is needed.
    2. when the drag & drop action is repeated a second file is extracted
    Not alle files are extracted and there is no error message or indication why this happens.
    The behaviour is reproducible from another Windows 7 Client (32 Bit).
    If we try to drag & drop the files from the ZIP-file on the Windows Storage Server network sahre to a directory on the SBS network share all files are extracted correctly.
    On the Windows Storage Server itself all files are extracted without problmems. Therefore it must be a problem with the combination of Windows Storage Server und Windows 7 Client accessing the files via network shares.
    Are there any ideas where this problem could be located? Has anybody the same phenomenon and maybe a solution for it?
    Thanks in advance
    Michael Pruss

    Hi Michael,
    Thank you for clarifying the issue for us.
    I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Thank you for your understanding and support.
    Regards
    Kevin
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback
    on our support quality, please send your feedback here.
     

  • No "Ringtones" tab and can't drag & drop ringtones into iTunes

    I have an iPhone4 running OS4.3, using iTunes 10.2 on a Windows Vista PC. I used an iPhone app to create custom ringtones, and have followed the app's instructions to save the ringtones to my PC and then copy into iTunes. Two problems:
    1) The instructions say to drag & drop the .m4r files into iTunes. I've seen this mentioned in other posts on this topic. When I try to do this, the files won't "drop". I see the "no" symbol (circle with line) when I hover over my music library.
    2) The instructions say to click on my iPhone in iTunes, and then on the "Ringtones" tab along the top of the screen. I don't have a Ringtones tab. There's also no reference to Ringtones in the left navigation pane.
    How do I correct this?
    Thanks

    !!! JUST DOWNGRADE YOUR ITUNES VERSION, AND USE THE OLDER ONE - THAT'S ALL. SORRY FOR ALL-CAPITAL LETTERS AND EXCLAMATION MARKS, - IT IS JUST OUT OF EXCITEMENT, AFTER HOURS OF SEARCHING AND THINKING ABOUT A SOLUTION !!!
    Shalom all,
    Our frustration and pain is over, for sure… With some help and hints from this forum I’ve found a precise solution to the above mentioned can’t-get-the-goddamned-ringtones-tab-to-appear-in-my-iTunes problem.
    Now let me try and get up to the point:
    The 10.5.2 version of iTune is worthless (at least, it’s 64-bit modification, which I’ve been using up to this point). By reading a few comments on your forum, I’ve quickly decided to try and downgrade to 10.4.1.10 version (seems to me, 64-bit), which can be downloaded from apple.com site with just a little extra-search.
    By the way, I do have Windows 7 64-bit OS on my PC, and “Apple” warns that one MUST use 64-bit installation in my case…
    One must uninstall previously installed 10.5.2 (if there used to be one, of course). In such a case, please, also uninstall a “Bonjour” program by “Apple” (don’t know what’s that, but you will not be able proceed any further with, as it was said in my case, higher version of “Bonjour” left behind).
    After uninstalling those two abovementioned things, I have installed iTunes 10.4.1.10 , even without being asked for reboot by the end of the installation. But, alas, when I tried running iTunes, it failed with the complain about a “iTunes Library.itl” file (found in C:\Users\<My_User>\Music\iTunes). I’ve just renamed the file (could’ve been removed as well, of course) and restarted the iTunes. This time everything went smooth.
    The rest of the story, I assume, you can imagine much better than me. Go to Edit->Preferences and tick “Ringtones”. After connecting the iPhone (well, probably one more iTunes restart will be required in this case, - not sure about that), we will get the “Ringtones” tab set also under the iPhone definition (see “DEVICES” in iTunes).
    Next, create an .m4a file out of your favorite ringtone, move it to the Desktop, change the extension to a4r, add it back (drug-and-drop) to “Ringtones” tab at the iTunes LIBRARY. Then make some blessing, take a deep breath and… that’s pretty much done. One important thing not to forget before sync: click on your phone (under iTune’s DEVICES), and click on “Ringtones”, located right under the gorgeous :-) apple picture in the top middle of the iTunes window. Mark “Sync Ringtones” and “All Ringtones” (?) there, of course…
    BTW, no need whatsoever to register your phone, - you can just postpone the registration...
    Phew… Let’s hope I haven’t forget anything. Anyhow, the idea was to get rid of iTunes 10.5.2 as soon as possible, uninstall it together with “Bonjour” (say good bye to “Bonjour”  ), then install a good old iTunes 10.4.1.10, get over few problems and… The rest of the procedure - you know it by heart, by far better than me…
    I’ve been struggling with the problem for less than a day (thanks to all of you, pals), but I can imagine there are still some poor pal chaps around…
    Let us help them… Very unfortunately, English is not my mother tongue, as you can see… I wish, it would be different, but G-d decided other way… Please, (1) make some corrections and clarifications to this notes (I could've made it better, but in a crunch now, really), and also, (2) try spreading it among as many guys as possible… If you can pass this solution to “Apple” tech support, - it should be taken to consideration...
    And I'll be waiting now for a generous job offer from that great company... :-)
    Let me just wish you all a very Happy New Year...
    Thank you all, dear friends, and do enjoy the best of your own FREE ringtones……
    P.S.: iTunes 10.4.1 (64-bit) can be found here http://support.apple.com/kb/DL1427 , at the bottom of the page...
    Message was edited by: leonidr321

  • How do I unlock folders for drag/drop messages?

    Team:
    I have 2 folders in Thunderbird that will not allow me to drag/drop messages into it. I was able to do this up to about a week ago and now I can't drag/drop.
    I have restarted in safe mode but it didn't release the folders for drag/drop. I've checked the properties and it doesn't give me any options to 'unlock the folders' for drag/drop or 'copy into' or 'move into' functionality.

    Repair only rebuilds the index of the folder. That Thunderbird can not build an index is something of a worry. Normally I would point the finger at corruption. But this time I don't think so.
    Best to go back to basics here I think.
    Have you rebooted your computer?
    Tried windows safe mode with networking?
    My guess is something is locking the physical file that contains the folder mail. A reboot my release whatever it is if your not in the practice of regular cold starts.
    Either way failing that Windows safe mode with networking should see the file freed up if you start Thunderbird while in safe mode.

  • Drag & drop to ext drive for backup; "insufficient privileges" error

    I tried this in the Time Machine forum but I think this is a better forum.
    I backup monthly to an external drive by dragging my Home folder to the ext drive & overwriting the prior month's data. About every other time, after it reads the # of files to copy over, I get a window that says:
    The operation cannot be completed because you do not have sufficient privileges for some of the items.
    I'm the Administrator and I'm backing up the main/admin home folder. When I dig deeper to troubleshoot the problem "items", it's always the same. It starts backing up the subfolders in Library, then when it gets to "MIDI Drivers" (which is empty on the original Home folder), it stops and doesn't copy anything after it. The next subfolder is "Plugins", which has three more subfolders inside, all of which are also always empty.
    Why does it keep hanging up on these subfolders? When I narrow it down and copy them over one by one, they copy with no problem, but for some reason it always hangs on these subfolders.
    Incidentally, I don't add much data in the course of a month so the monthly backup is fine; my ext drive is noisy so I don't like to keep it on 24/7; it's a hassle to plug & unplug the drive from the Macbook whenever I want to move around the house; and if it wasn't for the error message, the drag & drop is about as simple as it can get for me.
    Any ideas?

    If this isn't happening with a specific application, then you might try the following:
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger and Leopard.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.

  • Doing drag drop with HandPointers

    As first seen on this thread:
    http://social.msdn.microsoft.com/Forums/en-US/6b8d6251-c59a-46c7-9da8-b912cb16dfab/kinectregionaddhandpointerhandler?forum=kinectv2sdk
    Take a look at http://1drv.ms/VQxR00
    I've zipped up a DragDropElement implementation and a DragDropSample page.
    You can place those 3 files in ControlsBasics-WPF in the Pages folder. Then add the following to the SampleDataSource -- put it near the KinectPointerPointSample reference in SampleDataSource.cs:
                group1.Items.Add(
                         new SampleDataItem(
                             "Group-1-Item-6",
                             "Drag Drop",
                             string.Empty,
                             SampleDataSource.lightGrayImage,
                             "Shows how to implement a DragDropElement",
                             itemContent,
                             group1,
                             typeof(DragDropSample)));
    Would love feedback about this.
    Thanks, Rob
    Rob Relyea [MSFT] http://twitter.com/rrelyea
    Rob Relyea [MSFT] http://twitter.com/rrelyea

    This is a nice example of how to move a rectangle around a Canvas in Kinect...
    But how can it interact with other objects? In my case ones that have AllowDrop="True"?
    For example: If I put your DragDropElement around an Image then shift it up to a Canvas that is subscribed to the Drop event nothing is fired upon letting go.
    The mouse equivalent of:
    private void ImagePreview_MouseDown(object sender, MouseButtonEventArgs e)
    DragDrop.DoDragDrop((DependencyObject)sender, ((Image)sender).Source, DragDropEffects.Copy);
    private void Canvas_Drop(object sender, DragEventArgs e)
    foreach (var format in e.Data.GetFormats())
    ImageSource imageSource = e.Data.GetData(format) as ImageSource;
    if (imageSource != null)
    // Do something...
    Thanks,
    Brad

  • ADG drag&drop issue

    Hey all,
    A strange problem i came across:
    I have a ADG which gets its data from an XML of 3 levels
    (<root><node><childnode/></node></root>)
    All works great but i have this strange issue:
    Once a drag&drop action is completed the first row of the
    ADG is automaticly selected.
    I tried using the dragComplete event and set the
    myADG.selectedIndex to null, or -1 but it doesnt do anything (the
    first row is still auto selected),
    I did find that if i use myADG.expandall() in the
    dragComplete event it does work, but it doesnt help me...
    So my question is: how can i make the ADG not to select any
    row after drag&drop action?
    Thanks

    onDragEnter(event) {
    if (fail) {
    event.preventDefault();
    DragManager.showFeedback(DM.NONE);
    return;
    }

  • How i can do a drag drop between container (grid)?

    I am trying to work out a task with Drag and Drop(WPF ,C#)to include in a demo ,i will explain easy showing an example of code in XAML 
    <Grid x:Name="LayoutRoot">
    <Grid.RowDefinitions>
    <RowDefinition Height="*"/>
    <RowDefinition Height="*"/>
    <RowDefinition Height="*"/>
    </Grid.RowDefinitions>
    <Grid x:Name="container1" Grid.Row="0" >
    <Grid Name="grid1" Background="Aqua" Margin="15"></Grid>
    </Grid>
    <Grid x:Name="container2" Grid.Row="1" >
    <Grid Name="grid2" Background="blue" Margin="15"></Grid>
    </Grid>
    <Grid x:Name="container3" Grid.Row="2" >
    <Grid Name="grid3" Background="green" Margin="15"></Grid>
    </Grid>
    </Grid>
    My purpose is when the user drag the
    grid1 in the
    container2 automatically the grid2 will go to place in the
    container1 (basically I want to swap the grids) then this process will be used every time need to drag a grid in a container. with a code that i wrote down i can do a simple drag&drop  i can drag the "grid1"
    to the "container2" but cannot send back automatically the grid2 to container1.
    Kindly i ask if you have any advise or tips to make successful this task.
    Thank you so much for your attention
    Cheers!!!
    *********EDIT*********                                                                  
                                     Using this code as follow i can do the drag&drop but what really i need is the grid "container "is fix and never move just the
    "grid" should move between the "container "                                 
    <StackPanel Name="sp" AllowDrop="True" Background="SkyBlue" PreviewMouseLeftButtonDown="sp_PreviewMouseLeftButtonDown" PreviewMouseLeftButtonUp="sp_PreviewMouseLeftButtonUp" PreviewMouseMove="sp_PreviewMouseMove"
    DragEnter="sp_DragEnter" Drop="sp_Drop">
    <Grid Name="grid1" Background="Aqua" Height="120" Width="500"></Grid>
    <Grid Name="grid2" Background="Blue" Height="120" Width="500"></Grid>
    <Grid Name="grid3" Background="Red" Height="120" Width="500"></Grid>
    </StackPanel>
    private bool _isDown;
    private bool _isDragging;
    private Point _startPoint;
    private UIElement _realDragSource;
    private UIElement _dummyDragSource = new UIElement();
    public MainWindow()
    InitializeComponent();
    private void sp_PreviewMouseLeftButtonDown(object sender, MouseButtonEventArgs e)
    if (e.Source == this.sp)
    else
    _isDown = true;
    _startPoint = e.GetPosition(this.sp);
    private void sp_PreviewMouseLeftButtonUp(object sender, MouseButtonEventArgs e)
    _isDown = false;
    _isDragging = false;
    _realDragSource.ReleaseMouseCapture();
    private void sp_PreviewMouseMove(object sender, MouseEventArgs e)
    if (_isDown)
    if ((_isDragging == false) && ((Math.Abs(e.GetPosition(this.sp).X - _startPoint.X) > SystemParameters.MinimumHorizontalDragDistance) ||
    (Math.Abs(e.GetPosition(this.sp).Y - _startPoint.Y) > SystemParameters.MinimumVerticalDragDistance)))
    _isDragging = true;
    _realDragSource = e.Source as UIElement;
    _realDragSource.CaptureMouse();
    DragDrop.DoDragDrop(_dummyDragSource, new DataObject("UIElement", e.Source, true), DragDropEffects.Move);
    private void sp_DragEnter(object sender, DragEventArgs e)
    if (e.Data.GetDataPresent("UIElement"))
    e.Effects = DragDropEffects.Move;
    private void sp_Drop(object sender, DragEventArgs e)
    if (e.Data.GetDataPresent("UIElement"))
    UIElement droptarget = e.Source as UIElement;
    int droptargetIndex=-1, i =0;
    foreach (UIElement element in this.sp.Children)
    if (element.Equals(droptarget))
    droptargetIndex = i;
    break;
    i++;
    if (droptargetIndex != -1)
    this.sp.Children.Remove(_realDragSource);
    this.sp.Children.Insert(droptargetIndex, _realDragSource);
    _isDown = false;
    _isDragging = false;
    _realDragSource.ReleaseMouseCapture();
    Thanks :)

    Hello Jonny,
    Currently I do not have a sample and I have reviewed this post and find another way which seems more reasonable. Have you cosidered use a ListView instead of common grid. It seems we can do what you want with two common grid however we need to hardcoded
    all the things.
    If we use ListView, for example, you can see this thread:
    http://stackoverflow.com/questions/20573063/creating-icon-view-mode-for-listview-wpf
    and this thread:
    http://stackoverflow.com/questions/9443695/how-do-i-drag-drop-items-in-the-same-listview
    We can drag and drop items instead of grid, which will make this programming much easier than hard code to switch your control's location.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.
    Dear Barry Wang thank you so much for your kind support ,just open me a way to do it ,you can see in this post https://social.msdn.microsoft.com/Forums/vstudio/en-US/55873851-e86c-4a20-9b00-de3419054ba8/get-stuck-to-dragdrop-in-this-case?forum=wpf .
    Wish you a Happy New Year .
    Sincerley

  • RMX drag & drop

    Hello to All
    I'm uable to drag & drop the midi file function in the RMX. This is what Spectrasonics had to say:
    If you are unable to drag and drop MIDI files from RMX into Logic in Mac OSX please go to:
    <user>/Library/Application Support/Spectrasonics and get information on the Spectrasonics folder by highlighting the Spectrasonics folder, holding the Apple key and pressing I. Under Ownership and Permissions, please make sure that the Spectrasonics folder has Read and Write access.
    If Logic crashes while you are using drag and drop, this is often caused by a bug within the OSX CoreMIDI system when Audio/MIDI setup is using more than 10 MIDI devices. This CoreMIDI bug in OSX is something that Apple is aware of, but there is currently no fix or workaround to the problemÉ.other than using less MIDI devices. Please contact Apple for further information.
    NOW WHAT? 300.00 thrown to the wind? Why am I not surprized.
    G 5 Dual 2.0, Dual G4 1.0, G4 450 ,G3 b/w Mac OS X (10.4.4)
    G 5 Dual 2.0, Dual G4 1.0, G4 450 ,G3 b/w   Mac OS X (10.4.4)  
    G 5 Dual 2.0, Dual G4 1.0, G4 450 ,G3 b/w   Mac OS X (10.4.4)  

    NOW WHAT?
    Does that mean you performed both the two solutions they told you, and it didn't fix the problem, or do you mean that you don't know how to perform the indicated procedures?
    There isn't a general problem with Logic & RMX as loads of people use them together. I suspect it's proably a permissions issue (the first solution) and that should sort you out.
    Failing that, do you have more than 10 devices in the AMS? Can you remove any?

  • ITunes crashes when try to add songs to library both drag-drop and Add folder/file option

    I got the old iTunes updated, it crashed when open. Then I uninstall and download the newest iTunes. Restart my laptop.
    I even start iTunes in safe mode but it keep crashing.
    I try Add folder first, then Add file, then drag and drop. None of them work and I only have 700MB total of songs, no vids
    There were no pop up for error code or anything, iTune just crash when I try one of those add options.
    If anyone can help I would really appreciate

    after I got offline yesterday, I tried drag-drop again, it worked.

  • I deleted the "desktop" in tiger, can't "alias", "copy" or "drag & drop" anything to it now, I get a message that "desktop can not be changed"

    I was trying to make an alias of "SAFARI" icon to have on the desktop & in the dock as well, I managed to make the safari icon appear on the desktop, but when I wanted to switch from firefox to safari it wouldn't open / start safari, so OK, no big deal, I moved it the trash, ( by rt. click,>move to trash>click ) the horror starts here, everything on the desktop disappeared into the trash !!!!! ......
      So I have tried to "drag & drop", "alias", "copy", "duplicate" to get things back out of the trash, but every attempt is met with a message "the desktop con not be changed",   and whatever I try to bring anything out of the trash window, it gets a "minus - sign" added to it when it crosses over the edge of the trash window, and of course it jumps right back into the trash when the mouse button is released.
    I think (barely) I will need the do a "clean install", or a "restore" from the install DVD to restore / get the desktop back.
    And while the only thing on the desktop now is the HDD icon, clicking it open does not show the desktop in the Lf. column of the window where it should be, or any OS X folders when clicking on anything, but the OS is is running for this post and yahoo, etc., and there is a upward facing arrow next to the "network" name in the left column, that doesn't go away, like after installing some software, this is weird !!
    Any solid ideas welcomed, and Thanks for reading my driveling post,  .....  wayne146  .........
    this is happening on my back-up machine, a G4 400mhz PCI, OS X TIGER 10.4.11 & 9.2.2 in classic ( all the 9.2.2 stuff does still show in the hdd when clicked )
    I am having bigger troubles with my QS 800 dp, so I need this one to stay online, Please help !!!

    to safari it wouldn't open / start safari, so OK, no big deal, I moved it the trash, ( by rt. click,>move to trash>click ) the horror starts here, everything on the desktop disappeared into the trash !!!!!
    I am confused by what you did.
    open / start safari
    What did you do?  This looks like a terminal command.
    Or, did you click on the safari icon then right click on the safari icon then click on open? 
    I do not understand how you that moving to the trash would be helpful.
    I suspect disk corruptions.
    I run disk utility verify the file system on your starup disk.  See below.
    verify & repair your startup drive
    To verify & repair you file system on the startup drive, you will need to run disk utility from you installation DVD.
    This article  will tell you how to get to disk utility.  Once in a disk utility, you can go and attempt to recover the disk.
    http://support.apple.com/kb/TS1417
    To repair your startup drive, you will need to run disk utility from your startup DVD.
    Mac OS X 10.4: About the utilities available on the Mac OS X 10.4 Install DVD
    http://support.apple.com/kb/HT2055
    How to run disk utility from your startup DVD.
    Insert your  startup DVD  into your reader.  Power down your machine.  Hold down to the c key.  Power on your machine.  This will bootup your startup DVD.
    This will bring you to a panel asking you for your language.  Pick your language.
    You you come to the Install Mac OS panel.  Do not install.
    Click on Utilities menu item.  This will give you a pulldown list of utilities.
    Click on the disk utility.
    You are now in disk utility.  Pick your disk.  Click on repair it should be on the lower right of the panel.
    Once the repair completes successfully, you should update your permissions.
    Verify a disk
    As an alternative, you can verify that the filesystem on the disk is correct. You will not be able to repair the file system.
    I suggest that you use disk utility to verify that your startup disk is OK.  Macintosh-HD -> Applications -> Utilities -> Disk Utility  Start up disk utility.  On the left pane view, you will see a list of all your disks.   click on your startup disk.  Click on the First Aid  Tab.  Click on verify.   Hopefully your disk will verify.  If not, you have to boot from your installation DVD and run Disk First Aid from there to attempt to repair your file-system.

  • Can open Topics by drag & drop, but not by double-clicking in the DITA map

    Hi,
    evidently I made an error somewhere in my structure app, the result is that I cannot open DITA topics by double clicking them in the DITA map anymore (Framemaker does simpy nothing). I can, however, open them by dragging the xml files onto the Framemaker window.  If I use the standard DITA 1.2 application everything works fine so I guess the problem is in my mapping.
    Here is what I tried to achieve:
    We need certain variations of the normal 'topic' type topic. The DTD should be identical, however different structures should be auto-inserted when creating a topic and the topic should have certain attribute values predefined.
    The idea is that the author can select one of these topic types when creating a topic, but when opening an existing topic simply edit it with the standard topic temple.
    Here is what I did:
    I duplicated the topic.template.fm, renaming it say "topic_a.template.fm", "topic_b.template.fm" etc. (just an example).
    I made adjustments to the EDD of these templates, changing the auto-insertions and the default values of some attributes.
    In the structapps.fm file I added XML applications for these new topic types, mapping each application to one of the new templates, but to the original topic DTD and r/w rules. E.g. the application "DITA_1.2_topic_a" is mapped to the "topic_a.template.fm" template, and to the original "topic.dtd" and "topic.rules.txt" files.
    In Framemaker I then created corresponding application mappings in the DITA options. E.g. the topic type "A" (which defines the visible text in the "New topic" menu) is maped to the XML application "DITA_1.2_topic_a".
    The result:
    It works as intended in every way when creating topics. The topics are saved with the standard doctype 'topic'. However for when I try to open topics from the DTD by double-clicking then nothing happens. Opening topics by drag & drop works fine though and they are opened with the normal (general) "topic.template.fm" template as desired.
    Any ideas? Was this confusing or am I completely off somewhere?
    Robert

    Hi Robert...
    When you say that you need "variations" from the normal topic type .. are those structural variations or just formatting? FM associates structure apps with XML files based on the doctype (root element). If your files all have the same root element, then they will all open with the same structure application (unless you specify a different one when opening the file or by importing a new EDD). It sounds like you really should be creating a specialization for each alternate topic type. If you don't, you'll end up getting the wrong "model" assigned to the wrong file.
    Multiple EDDs (structure apps) can share the same DTD, and one EDD (structure app) can support multiple models. This is how the "ditabase" app works. There are lots of ways to set this up, but I think what you've done is probably not quite right.
    The default structure app setup in FM11 and FM12 is very complicated to work with. I recommend creating a single app that supports many models. This isn't always possible, but it sounds like in your case it should be. I've set up one app that supports 13 different specialized topic models and it works fine.
    Note that even though you've added structure apps for each model, if you end up opening the files using the default template, you are no longer using those modified models.
    Sorry, but this is a bit more than can be dealt with appropriately in a forum post. If you'd like more help with this, feel free to contact me off list.
    Cheers,
    …scott
    Scott Prentice
    Leximation, Inc.
    www.leximation.com

  • Unable to double-click or drag/drop files to open.

    I'm running Photoshop CC 64 on a Windows 7 64 machine and am only able to open files in Photoshop by going to File->Open. Double-clicking from Explorer doesn't work and i can not drag/drop files into the open application window or taskbar icon. Right clicking on files and selecting "Open with" also doesn't work.
    I checked file associations and made sure to choose CC 64. If I right click on the shortcut and choose "Run As Administrator" which I have to do in order to get files to open between Lightroom and Photoshop (both need to be Run As Administrator), I'm still unable to open from Windows Explorer. However, if I check the box to "Run this program as administrator" in the shortcut's Compatibility tab, I can double-click to open from Explorer but am prompted with a UAC warning every time. Dragging/dropping into the open app still doesn't work.
    Opening between Bridge and PS works as expected so long as both programs are "Run As Administrator"
    Been searching the forums here and seen suggestions of similar but not the same issue, at least not that I've found.
    Anyone else experiencing? Suggested remedies?

    This is an OS permission problem.  Make sure you have ownership of the HD.  Do a web search on how to check.  External HD can be a problem for permission.

  • Reinstalling CS2, and dragging/dropping files does not work

    I have Photoshop CS2. Or at least I
    had it. I had updated my operating system to Tiger, and it just caused a bunch of files to change, nothing really bad. It gave me an error message upon opening photoshop that "files necessary for running Photoshop were missing from the Application Support folder"
    So I read the advice on this FAQ:
    Scott Weichert, "Double-click/Drag-&-drop Photoshop files opens application but not file or I get a message saying that some files in Application Support are missing and I have to reinstall. (Photoshop CS/CS2/CS3)" #, 29 Dec 2003 2:45 pm
    And did what it said. I trashed the CS2 folder, and now when I try to re-install it my serial number won't work. Is my $400 serial number now permanently registered on a nonexistent platform?
    As an active photographer and graphic artist, I need Photoshop constantly. So any advice would be greatly appreciated as soon as possible. Thank you.

    The problem you got into is a known problem after updating to Tiger. It is a small 4K file that gets trashed with the update. It is called the Adobe Unit Types. Both Photoshop and Photoshop Elements need this file to function.
    One way to get it back is to reinstall Photoshop, the other is to add this file again.
    You can get the file from here http://www.dd.se/Tips/bildbehandling/downloads/AdobeUnitTypes.zip
    It is only 3,7 KB big.
    You put the file you download here:
    [hard disk] /Library/ScriptingAdditions. If you don't have a Scripting Additions folder, you create it.
    As you trashed Photoshop, you need to completely deinstall it to be able to reinstall it.

Maybe you are looking for

  • Problem in BDC with ( MM01-Dynamic views )

    HI I am working with BDC on material Mater(mm01). Now while Creating Material,there is option of selecting different views based on MaterialType. But while recording a BDC i can record it for a particular Material Type.and can select view associated

  • Stick with Tiger!

    I updated 2 weeks ago to a genuine Leopard OS from the Apple store. The Docks now disappeared - wont come back on Windows wont minimise. System keeps 'sticking' - the whole thing pauses now and again. All the Fkeys are shot Spaces has been disabled a

  • How can I apply 2 billing plan in a contract?

    Please suggest I have a new requirment software trading Details 1. service material 2. Contract--> billing 3. Charge heads , Instlation charges (One time) Royelty chargess (Yearly) Usage charges per person (Monthly) My Question : How can I assign two

  • Uploading updated files

    I have a site up with a pdf resume link. I update the resume from time to time but do not change it's location or name. When I re-publish the site (I delete everything on the server and re-publish anew) the old version of the pdf file is what gets up

  • Applying SP's error

    I am applying SP and while I was trying to upload form frontend I came across the following error " An error occurred while transferring file from the frontend computer" Error Message TN726. It says try again and if more errors occurs install latest