How to move or swap two GridView items?

Hi, 
am developing a windows store 8.1 app.
I have four GridView items in the GridView like the above figure.
Now i want to swap the GridView Items.
Now i click on 1(GridView Item) and then later i click on 4(Grid View Item)
Then both items has to be swap(4 should be replaced by 1 and 1 should be replaced by 4).
How can i achieve this?
I don't wanna use  CanReorderItems="True" AllowDrop="True" CanDragItems="True" these properties to swap.
Any help please?

<Page
x:Class="GridViewItemSwap.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:GridViewItemSwap"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<GridView x:Name="gridview" IsItemClickEnabled="True" ItemClick="gridview_ItemClick" >
<GridView.ItemTemplate >
<DataTemplate >
<Border Margin="12" Width="100" Height="100" Background="Blue" >
<TextBlock Text="{Binding}"/>
</Border>
</DataTemplate>
</GridView.ItemTemplate>
</GridView>
</Grid>
</Page>
namespace GridViewItemSwap
/// <summary>
/// An empty page that can be used on its own or navigated to within a Frame.
/// </summary>
public sealed partial class MainPage : Page
private int? firstvalue;
private ObservableCollection<Int32> data = new ObservableCollection<int>();
public MainPage()
this.InitializeComponent();
for(int i =0 ; i <4; i++)
data.Add(i);
gridview.ItemsSource = data;
private void gridview_ItemClick(object sender, ItemClickEventArgs e)
if (firstvalue.HasValue )
Int32 secondvalue = (Int32)e.ClickedItem;
var firstindex= data.IndexOf(firstvalue.Value);
var secondindex = data.IndexOf(secondvalue);
data[firstindex] = secondvalue;
data[secondindex] = firstvalue.Value ;
firstvalue = null;
else
firstvalue = (Int32)e.ClickedItem;
在現實生活中,你和誰在一起的確很重要,甚至能改變你的成長軌跡,決定你的人生成敗。 和什麼樣的人在一起,就會有什麼樣的人生。 和勤奮的人在一起,你不會懶惰; 和積極的人在一起,你不會消沈; 與智者同行,你會不同凡響; 與高人為伍,你能登上巔峰。

Similar Messages

  • How to move to the next Selected Item in a list.

    *Edited*
    I was just wondering how I could make a button which would move the currently selected item to the next in the array loaded into a List component. I would think to do it through AS or an event, but I'm not sure what I would reference in accordance to that component. The help would be appreciated, thank you.

    You can set the selectedIndex. When next button is clicked increment the selectedIndex.
    If( list.selectedIndex < list.dataProvider.length - 1 )
         list.selectedIndex++;

  • How to move data between two similar tables?

    Hi All,
    I have two tables with almost the same columns. Table A has 50 columns, Table B has 51 columns, which are defined exactly the same except one more column as LOAD_TIME.
    Is there any easy way for me to move the data from Table A to B? the Extra column LOAD_TIME will be set as current system time. All I want is to avoid list all 50 column names. The following SQL has error ORA-00923 error.
    INSERT INTO TB_B
    SELECT *, sysdate from TB_A;
    Thanks,

    939569 wrote:
    Hi All,
    I have two tables with almost the same columns. Table A has 50 columns, Table B has 51 columns, which are defined exactly the same except one more column as LOAD_TIME.
    Is there any easy way for me to move the data from Table A to B? the Extra column LOAD_TIME will be set as current system time. All I want is to avoid list all 50 column names. The following SQL has error ORA-00923 error.
    INSERT INTO TB_B
    SELECT *, sysdate from TB_A;
    Thanks,You could create a view based on TB_A.
    However i don't understand why you feel the need to avoid specifying the columns. That's a better way to code.
    Granted, i also don't understand why you'd have 2 copies of the same data, the only differentiation being when you copied the data from the source to the redundant table.
    Cheers,

  • How to move values to two different structured field symbols

    Hi All,
                I have to push my data from one field symbols to another both having different structure, but same data type
    with regards,
    Thambe

    try moving the data with write statement. SAP says write statement dose the type cast for different data types.
    Hope this helps.
    FY

  • How swap two objects into a UILoader

    Hi.
    I'm taking a snapshot from a webcam and adding a frame around this snapshot.
    I add the snapshot before to load the frame from a file. How can I swap between those objects? because the frame appears at last and the snapshot appears infront. I wanna swap those in the way that the snapshot appears at last and then the frame.

    A UILoader (or any loader) can only hold/load one object, so I don't know how that fits into swapping two things into it.  If the frame is a movieclip, just use addChild(frameName) to have the frame move out front.

  • I've set up two music libraries.  How do I move between the two?

    I've created two music libraries on my MacBook but I don't know how to move between the two.  Please help?

    Judygirl48 wrote:
    I've created two music libraries on my MacBook
    Why?
    If you are syncing separate iDevices, you can use the same library and sync different content
    I don't know how to move between the two.  Please help?
    Same way you created two library.
    Hold Option. laucn iTunes but instead of selecting Create library..., select Choose library...

  • How to i move or swap page in page thumbnail

    How to move or swap page in page thumbnail???

    Just one of over 90+ features removed by Apple in Pages 5.
    Pages '09 should still be in your Applications/iWork folder.
    Trash/archive Pages 5 after Exporting all your files back to Pages '09, then rate review it in the App Store.
    Peter

  • Swap between two different item categories in sales orders for sub-contracting

    Dear gurus,
    my requirement is to have the ability to swap between two different item categories for sales orders for sub-contracting.
    This should be controlled by a combination of the material and a value maintained the Usage field in the Customer Material Info Record (for example by entering a ‘V’).  A combination of Sales Doc Type, Item Cat Group and Usage should result in the creation of a purchase requisition.
    In the event that a process order is required instead of a purchase requisition (i.e. the product is to be manufactured in-house instead of sub-contracted) the user must have the ability to change the Item Category within the sales order to produce a process order.
    The user would just change the item category within the sales order, and the system would automatically remove the purchase requisition assigned to the SO, and create a process order and assign it to the SO.
    Can you suggest any possible solution?
    Thank you in advance.

    Hi Majlo,
    In my system, I checked.  First created sales order with third party line item and then changed item category to normal item category.
    Till Purchase order not created, I can change Item category of my sales order line item.
    In this case SAP inform by log and once save delete purchase requisition of that line item .
    For this you need to assign another item category as an manual item category in SPRO Item category assignment.
    After this user can manually change item category to other one manually, if PO do not exist.
    Please let me know if your query is different.
    Regards

  • How to achieve same start date for two ATO Items- req to built together

    We have two ATO Items and these to be built & shipped together which have different leadtimes, How we can have achieve same start date when we release from ASCP.
    E.g: ATO_Model1*24234 SO Line 1, the rolled up LT=10Days
    ATO_Model2*325325, the rolled up LT=3
    So, under normal scenario ASCP will suggest two different release dates based on LT. So, I would like to start both Job togther considering the max leadtime.
    Hoping for your expert advice.
    Thanks

    Hi,
    Please check Vendor Master data: FK02 ->company code data -> Payment transaction accounting: unflag 'individual payment'.
    Make a test and let me know if it's okay.
    regards

  • How do you swap two variables A and B without using a 3rd variable?  No fun

    How do you swap two variables A and B without using a 3rd variable? No function or method allowed.
    For example:
    Given:
    A = 35
    B = 10
    Result
    A = 10
    B = 35

    How do you swap two variables A and B without using a
    3rd variable? No function or method allowed.
    For example:
    Given:
    A = 35
    B = 10
    Result
    A = 10
    B = 35
    A = A + B  (A = 35 + 10 = 45)
    B = A - B (B = 45 - 10 = 35)
    A = A - B (A = 45 - 35 = 10)

  • How do you swap two variables A and B without using a 3rd variable?

    How do you swap two variables A and B without using a 3rd variable? No function or method allowed.
    For example:
    Given:
    A = 35
    B = 10
    Result
    A = 10
    B = 35

    How do you swap two variables A and B without using a
    3rd variable? No function or method allowed.
    For example:
    Given:
    A = 35
    B = 10
    Result
    A = 10
    B = 35
    A = A + B  (A = 10 + 35 = 45)
    B = A - B (B = 45 - 35 = 10)
    A = A - B (A = 45 - 10 = 35)

  • How to swap two primitive dataelements using swap function??

    How to write a swap function that can swap two integer..??

    Now we are getting somewhere. Next time you post code, use the code tags!! See Formatting Tips or just select the code and click the Code button.
    you cant swap i,j using the above code...You're right. You can't do that.
    so how to do that??The ints must be within some object, like I showed you
    You cannot swap the values of two arguments to a method and expect the caller's variables be swapped because Java passes arguments by value not reference. There is no such thing as a pointer to a variable in Java as there is in C/C++.

  • How to swap two string variables without using a 3rd variable?

    How to swap two string variables without using a 3rd variable?
    ex.
    A = "aa"
    B = "bb"
    Result required
    A = "bb"
    B = "aa"
    Thanks

    How to swap two string variables without using a 3rd
    variable?
    Something like this.
    Append A with B (so A equals "aabb")
    Set B equal to a substring of A starting with the first character and ending at A's length minus B's length. (So B equals "aa")
    Set A equal to a substring of A starting from B's length and ending at the end of A. (So A equals "bb")

  • How to swap two numbers in java

    i have an idea in c but i don't know in java..somenoe like to share their idea i appreciate a lot...
    here is a sample code in c...hope u can help me in java.....thanks a lot ....
    #include<stdio.h>
    void swap(int x, int y)
    int temp;
    temp=x;
    x=y;
    y=temp;
      void main(void)
        int x=10,y=20;
          clrscr();
    printf("Before swap:x=%d,y-%d", x,y);
        swap(x,y);
    printf("\n After swap:x=%d,y=%d",x,y);
       getch();
    #include<stdio.h>
    void swap(int* x, int* y)
    int temp;
    temp=*x;
    *x=*y;
    *y=temp;
    void main(void)
    int x=10,y=20;
    clrscr();
    printf("Before swap:x=%d,y-%d", x,y);
    swap(&x,&y);
    printf("\n After swap:x=%d,y=%d",x,y);
    getch();
    }My aim of this program is to make one java file and 2 class files in java and display the output . The first output would be the number before swapping and the number after swapping.....

    There are several ways to achieve the results. You can use an array or a custom "Swaper" class to swap two values. Here is an example using generics for better code reuse.
    public class Swapper<T> {
       private T first;
       private T second;
       public Swapper(T first, T second) {
          this.first = first;
          this.second = second;
       public void swap() {
          T temp = first;
          first = second;
          second = temp;
       public <T> Swapper<T> swap(T first, T second) {
          return new Swapper<T>(second, first);
       public T getFirst() {return first;}
       public T getSecond() {return second;}
       private static void swap(int[] num) {
          if (num.length != 2) {
             throw new IllegalArgumentException("num array must be of length 2");
          int temp = num[0];
          num[0] = num[1];
          num[1] = temp;
       public static void main(String[] args) {
          // method 1: use array
          int[] num = {1, 2};
          System.out.printf("Before swap:first=%d,second=%d\n", num[0], num[1]);
          Swapper.swap(num);
          System.out.printf("After swap:first=%d,second=%d\n", num[0], num[1]);
          // method 2: use a custom "Swapper" class
          Swapper<Integer> swapper = new Swapper<Integer>(3, 4);
          System.out.printf("Before swap:first=%d,second=%d\n", swapper.getFirst(), swapper.getSecond());
          swapper.swap();
          System.out.printf("After swap:first=%d,second=%d\n", swapper.getFirst(), swapper.getSecond());
          // method 2: using another data type
          Swapper<String> stringSwapper = new Swapper<String>("C#", "Java");
          System.out.printf("Before swap:first=%s,second=%s\n", stringSwapper.getFirst(), stringSwapper.getSecond());
          stringSwapper.swap();
          System.out.printf("After swap:first=%s,second=%s\n", stringSwapper.getFirst(), stringSwapper.getSecond());
          /*    --- OUTPUT ---
           * Before swap:first=1,second=2
           * After swap:first=2,second=1
           * Before swap:first=3,second=4
           * After swap:first=4,second=3
           * Before swap:first=C#,second=Java
           * After swap:first=Java,second=C#
    }

  • Concerns ALL Time Machine Users. HOW TO MOVE Time Machine backups. Help !

    Concerns ALL Time Machine Users :
    MOVE (or COPY) Time Machine backups from a "x"To Disk to an "y"To greater disk.
    Hello and thank you all for reading me,
    First, excuse me if I make language errors (I'm French).
    Secundo, I don't know if you'll find something interesting for you
    in what I write about Time Machine and my own problems,
    but there's a possibility also that YOU could perhaps help me.
    I'm talking about Time Machine and his **** Backups.backupdb folder,
    containing "*Name of your Mac*" folder,
    this folder containing Time Machine backups, format : YYYY-MM-DD-HHMMSS
    Time Machine doesn't recognize the backups it made *IF YOU MOVE THEM*.
    I have perhaps a solution in this message.
    You'll see below what kind of problem I (and you could) have.
    Since 12/01/10, an Apple Adviser Level Two (and me)
    are trying to understand how to move backups from TM1To Disk to, let's say, a bigger one.
    My case is TM1,5To.
    *Purpose :* Move 19 backups from Time Machine X disk to Time Machine Y disk.
    Delete TMX disk Time Machine backups after that.
    Make TMY disk the current used Time Machine Disk.
    I don't remember exactly what we did before
    (we even created a "root" account with password (dangerous to do),
    but it didn't solve the problem),
    but we finally copied :
    TM1To > Backups.backupdb > *MacBook Pro* folder (containing 19 backups) into :
    TM1,5To > Backups.backupdb folder.
    The Copy application announced *16 hours !* (without antivirus, to remove absolutely).
    So I said goodbye and thank you to my Apple Adviser. After *8 hours*, Copy failed.
    BUT it had succeeded to copy *4 backups ONLY* (why ?) in TM1,5To.
    I immediately verified and checked each of these with Get Info.
    They had EXACTLY the same size (Byte to Byte) as in TM1To.
    ➔ BUT HERE IS MY OBSERVATION :
    After designing TM1,5To as Time Machine Disk, I ordered it to Backup (now).
    And what did Time Machine do in TM1,5To > Backups.backupdb ?
    It created a *NEW folder*, named *MacBook Pro 2* !
    ➔ *I HAVE NO ACCESS* to TM1,5To > Backups.backupdb > *MacBook Pro* (4 backups copied from TM1To, remember) ;
    ➔ while I still *HAVE ACCESS* to TM1To > Backups.backupdb > *MacBook Pro* (19 backups) ;
    ➔ *AND I HAVE ACCESS* to TM1,5To > Backups.backupdb > *MacBook Pro 2*,
    where Time Machine makes actually his backups.
    *NOTE :* If you *change the name* of your computer,
    Time Machine *changes automatically the name* of the folder who is in Backups.backupdb folder.
    ➔ ① I have *never seen* such protections (Sharing and Permissions).
    You are not allowed to do anything. I've tried to change permissions,
    first : "R+W", after that : "Make (Me) the owner", I can tell you : DON'T DO IT !
    ➔ ② It's impossible to install an OS on a Time Machine disk
    (I thought it would allow better permissions).
    OS Installer detects the existence of a Backups.backupdb folder
    and refuses to install on this disk or partition.
    I have now the bad intent to install minimal OS X
    1) after deleting (how ?) this folder (but not its contents, how to move it ?)
    and 2) declare *after that* the disk as Time Machine disk.
    ➔ ③ Time Machine doesn't backup OTHER Time Machine backups
    (who are in an ancient-not-choosed-for-backups Time Machine disk) NOR backups this disk
    (detects, once again, the existence of a Backups.backupdb folder).
    AND you can't *absolutely not remove backups from the folder the're in*
    (for me, *MacBook Pro* or *MacBook Pro 2*).
    ➔ ④ I didn't have time to do it, but I think there would perhaps be a solution
    in restoring backups in partitions specially created to receive them (having the same name,
    that sort of thing) and then re-backup these partitions (vicious and complicated).
    There is a function on Mac OS X Install DVD : start with it, and then (do not install)
    choose "*restore from Time Machine backup*" from the menu bar (it's called "Utilities", I believe).
    ➔ ⑤ I *absolutely don't understand* what follows :
    — If I add (in my TM1To disk) the bytes of the 19 backups
    in Backups.backupdb > *MacBook Pro* folder, I obtain about *1,8 To*.
    — It's impossible (and not french).
    — When I check the size used with Disk Utility (NOT with Get Info),
    I find a correct (?) size : *about 750 Go*.
    — What are Time Machine backups made of ?
    It can't be aliases (because of their size, and because *aliases suppose originals,
    and where could they be ?*), or am I wrong and becoming crazy ?
    ➔ ⑥ If you refer to the numbers shown at the end of this text (*4 backups*),
    you'll see I could *delete duplicate elements* inside these 4 backups,
    to win space (but *what kind* of space *if I delete aliases* ?).
    Back-In-Time (see below) says he does it.
    BUT is it really the OLDEST items I have to destroy (see ⑤),
    when I don't know with what kind of ARTEFACT I'm acting ?
    What does Time Machine delete to create more backup space ?
    Is it REALLY the OLDEST backups it treats, or duplicates, OR ?
    *What you can do :*
    Find and go to Tri-Edre.fr or Tri-Edre.com/fr site (it's a french company
    that creates small Mac applications since fifteen years at least,
    I think I already bought them several programs in 1990) ;
    Their program *Back-In-Time 1.4.4* is free (Trial) and complete to download (with PDF docs too).
    It is *ENTIRELY DEDICATED* to Time Machine and *things you can't do* with.
    Price is about 30 €, I think it's worth.
    The TRIAL version you will obtain can only work on the LAST Time Machine backup,
    but you will see what's featured *AND :*
    You will ACCESS to ANY Time Machine backup you want
    (It has to be the last of a serie of backups, but the serie you want.
    I've bought the application and own an activation key, but you understand I can't give it to you
    (it would not be ethic) and anyway you would be obliged to disconnect AirPort, Ethernet etc.
    •➔ I have bought the application because I thought (it's said in PDF FAQs) I could IN THE END move Time Machine backup files, but it cannot, (I'm afraid).
    *BUT ANY ACCESS PROBLEM IS SOLVED.*
    •➔ Back-In-Time 1.4.4 can *delete :* duplicate backups, complete backups,
    or duplicate items inside one or several Time Machine backups,
    things that I believe impossible with Time Machine itself
    (I've seen it offers to delete ALL occurences of an item) ;
    •➔ The application can also restore anything you want, where you want
    (but I think Time Machine does it too ?)
    •➔ Believe it or not, but since I've bought it on 15/01,
    I've only worked about 2 hours (no, much more) on it
    and didn't make sufficient progresses (enhancements ?)
    to talk of it with sufficient experience (I'm a bad guy, don't you think ?)
    •➔ Tri-Edre offers on-line support, e-mail support (and so on),
    and I EVEN didn't manage to join them, because I did many other things,
    and also somewhat have been disgusted *not to be able to move* or copy
    *(accessible by Time Machine after that)* backups,
    and I also didn't succeed (*another Time Machine inconvenient*) to DESTROY an ".inProgress"
    Time Machine (package) which doesn't work anymore (several interruptions while active),
    date (and name) 2010-01-27-164345.inProgress, but is used (*with failure results*)
    by Time Machine (it's turned off till I find how to destroy its **** ".inProgress" package.
    •➔ I've asked my Apple Adviser Level 2 to wait for news from me
    before working himself on the problem, and I think I will send him this message
    to prove I haven't forgotten him.
    •➔ I'll send it to Tri-Edre too, in the same move.
    I hope those remarks to be useful for somebody, tell me if it has helped.
    I will also publish this in any Time Machine topics I find here, and in MacRumors site too.
    As you can see, I need help too … Does anybody have an idea ?
    Perhaps if I used a specific Copy software, it could work ?
    You'll see below an example of some time I've spent to study my problem
    (you will think I'm crazy).
    With my kind regards, and good luck if you have other Time Machine problems !
    Olivier Herrbach
    <Edited by Host>
    Le but du jeu est de transférer toutes les sauvegardes Time Machine
    d'un volume/partition que nous appelerons "1 To"
    sur un volume/partition que nous appelerons "1,5 To".
    *Je rappelle que les 4 sauvegardes effectuées par Time Machine sur le 1 To
    n'ont pas été reconnues comme siennes par Time Machine sur le 1,5 To,
    bien que strictement identiques en taille après leur copie.
    J'ai remarqué dans Back-In-Time des fichiers invisibles (tels que "TimeMachine.log"
    ou quelque chose de genre), et je soupçonne fort qu'ils n'ont pas été copiés et que Time Machine,
    ne les trouvant pas dans le 1,5 To, a ignoré à cause de leur absence les 4 sauvegardes décrites ici.*
    *Sauvegardes effectuées par Time Machine sur 1 To :*
    Path : MacBook Pro > Volumes > 1 To > Backups.backupdb > MacBook Pro
    MacBook Pro contient 19 items (dont un alias appelé "Latest") :
    1°) 2010-01-02-045758 Size : 913.207 B for 41.888 items comprenant :
    • Hitachi 1 To Size : 907.664 B for 41.887 items 7 folders
    Différence avec 1°) = - 5.543 B - 1 item (1 folder)
    2°) 2010-01-03-001957 Size : 982.211.325 B for 67.490 items comprenant :
    • Hitachi 1 To Size : 901.516 B for 41.886 items 6 folders
    Différence avec 1°) = - 6.148 B - 1 item - 1 folder
    • Samsung 500 Go Size : 981.302.510 B for 25.602 items 4 folders
    Total • + • = Size : 982.204.026 B for 67.488 items
    Différence avec 2°) = -7.209 B - 2 items (2 folders)
    — *Supprimer • Hitachi 1 To* dans 2010-01-03-001957. Comparer les dossiers.
    3°) 2010-01-04-222709 Size : 5.241.032.819 B for 26.509 items comprenant :
    • Samsung 500 Go Size : 5.187.330.874 B for 19.392 items 8 folders
    Différence avec 2°) = + 4.206.028.364 B - 6.210 items + 4 folders
    • StartUp Disk Size : 53.692.703 B for 7.115 items 4 folders
    Total • + • = Size : 5.241.023.577 B for 26.507 items
    Différence avec 3°) = - 9.242 B - 2 items (2 folders)
    — *Supprimer Samsung 500 Go* dans 2010-01-03-001957. Comparer les dossiers.
    4°) 2010-01-05-125449 Size : 9.428.705.396 B for 204.915 items comprenant :
    • HD 250 Go Size : 9.374.308.265 B for 181.575 items 7 folders
    • Samsung 500 Go Size : 692.898 B for 16.222 items 8 folders
    Différence avec 3°) = - 5.186.637.976 B - 3.170 items
    • StartUp Disk Size : 53.692.703 B for 7.115 items 4 folders
    Total • + • + • = Size : 9.428.693.866 B 204.912 items
    Différence avec 4°) = - 11.530 B - 3 items (3 folders)
    — Supprimer • StartUp Disk dans 2010-01-04-222709. IDENTIQUE.

    Dear James Pond,
    Thank you once again, and, don't be afraid, I will be as short as possible,
    but I need to use your last reply (I've cut all what was already said).
    JP ➔ You can copy an entire set of backups, but you cannot copy part of it successfully. See #18 etc.
    JP ➔ Read this from the first paragraph: "you cannot copy only selected backups,
    or merge two (or more) sets of backups." The structure of the backups simply will not allow it.
    I've read it, and found it regrettable. And I've also read, after that, what were the solutions under Leopard and Snow Leopard, and my conclusion is that it's a *dead end* for me. In short,
    — I can't move (by drag and drop) the 1To's Backups.backupdb folder (containing MacBook Pro, 19 backups, access) to 1,5To, because there exists already the Backups.backupdb folder created by copy on 12/01 with Apple Assistance (containing [MacBook Pro, 4 backups of 19, no access] and [MacBook Pro 2, 15 backups, access]). I don't even know if it could be deleted by the copy (and I don't wanna do that anyway) ;
    — I can't rename (and what for, I already forgot it) any Backups.backupdb folder nor delete it ;
    — I can't copy any Computer'sName folder (entire set containing backups), being in a Backups.backup.db folder, into another Backups.backupdb folder ;
    — I can't copy any (or all of an entire set) YYYY-MM-DD-HHMMSS backup(s), being in a Computer'sName folder, into another Computer'sName folder (even if it would be empty).
    — Saying NONE in Time Machine Preferences and putting it to OFF is simply no use.
    All is said. What I can try to do is :
    — Delete (not with Finder, but with Back-In-Time) all duplicate things I find in all backups and also entire duplicate backups (I have full access to all with the software) ;
    — Restore each of the reduced-to-minimum backups obtained in specially right-sized partitions wearing the YYYY-MM-DD-HHMMSS name of each restored backup. Time Machine doesn't backup his backups, but will backup these partitions.
    I'm afraid to be actually completely running out of the target, when I read what I write … It's time to go to bed !
    Reminder (OH) : Where did you find these amazing informations ?
    JP➔ Some of it is detailed here: http://www.appleinsider.com/articles/07/10/12/roadto_maco[]sx_leopard_timemachine.html
    ➤ Thank you ;
    JP➔ and here:
    http://arstechnica.com/apple/reviews/2007/10/mac-os-x-10-5.ars/14
    ➤ Thank you too ;
    JP➔ You have to understand the structure. When TM does the first backup, yes, it copies everything.
    On subsequent backups, it copies what's new or changed, but also makes "hard links" (sort of like aliases) to the copies of the things that didn't change. That's how it can only back up a few things each time, but show you a complete "snapshot" of the way your entire system looked at the time of every backup.
    ➤ I'll do my best to understand.
    JP➔ Time Machine deletes backups under two conditions. See the first part of #12 in the Frequently Asked Questions User Tip, also at the top of this forum.
    Under normal circumstances, you should not have to delete any backups. See the rest of #12.
    ➤ I understood why Time Machine didn't delete oldest backups : they were not weeklies ones.
    Reminder (OH) : How can I destroy the (corrupted ?) not working "2010-01-27-164345.inProgress" in 1,5 To, which causes Time Machine to abort any backup of any size I ask ?
    JP➔ Why do you think it's corrupted? TM is designed to "recover" a partial backup.
    ➤ I'll verify that with the little Tools/Apps I discovered in your FAQ User Tip document and downloaded immediately.
    Why didn't Apple tell me anything ? It's my fault, I'm perhaps not clear and not demanding enough more from them.
    JP➔ You cannot install OSX on a disk containing TM backups. That's because they need to be on separate disks.
    Technically, you could put them on separate partitions of the same disk, but that would not be a good idea.
    ➤ I never told you that (there would be no interest at all). I talked about the same location, to see if it would allow me more permissions, but if all works without doing it, it's really no use.
    JP➔ Sorry, I don't know what that means.
    ➤ I'm sorry, I didn't explain : "but if all works" meant : Copy Backups.backupdb, "without doing it" meant : Install OSX.
    ➤ If I install an OSX BEFORE, Time Machine will REFUSE completely to backup on it, it's understood.
    JP➔ Correct. The partition you're running from will not be an option in TM Preferences > Select Disk. That prevents TM from backing-up it's own backups!
    ➤ Would it be so absurd ? Maybe it could resolve my actual problem ?
    I think you are right, but I don't know why. I trust you.
    Reminder (OH) : "I will not bore you again except if I don't find a specific answer to an unknown-never-seen-incredible malfuction."
    JP➔ Don't worry about that -- thats what this forum is for, especially if you're still having problems.
    ➤ It's seems in fact that there is no possible solution, except what I said above and is certainly crazy/out of subject.
    Just try to be as clear and concise as you can.
    And please don't post the same things repeatedly -- it wastes your time and ours, and can confuse other folks.
    ➤ You're absolutely right and I tried to do so this time, and I'm sorry because I see it's still (far) not enough (short).
    Thank you once more. I wish you a good evening and week-end. Here it's 01:40 AM.
    With my kind regards
    Olivier Herrbach
    [email protected]

Maybe you are looking for

  • SALE ORDER COMPLETION DATE

    Hi all,            We are create one sale order in va01N after completion of all process we make a delivery entry in VL01N.We are creat morethan five deliveries.       Any standard report to see the sale orders completed date ie order closed date wis

  • I'm trying to upgrade to IOS5 but I get an error 0xE8000067 and I can't update. What do I do?

    Like I said above, I am trying to update to iOS5 but I have a problem. When I try to update it says that it is backing up. But after about 5 minutes I get a 0xE8000067 error. I found someone saying to transfer purchases and if there is one app that k

  • Using OCI from Oracle 12 to connect to an Oracle 10 server instance

    Can I use the newest Instant Client of Oracle 12 to connect to an Oracle 10.2.0.5 server instance?

  • IOS 5.1.1 Call Bug

    Vid of incoming call/lockscreen bug: http://www.youtube.com/watch?v=DN6NgQEbH4s To reproduce the bug you will need: 1) Wait for incoming call 2) Wait for the screen to turn off 3) Press a volume button (+ or -) 4) Slide to unlock

  • Find my friends temporary sharing issue?

    Hi All, I am having trouble with temporary sharing in the Find My Friends app.  I can no longer create an event for longer than 24 hours.  Is this something new?