[fixed] Filter by system makes client Crash (1 Viewer)

Smeulf

Retired Team Member
  • Premium Supporter
  • October 27, 2010
    672
    454
    France
    Home Country
    France France
    Seems due to restore UI state implementation :

    When clicking on "Filter by system" on any media library, the client crash.

    In ListViewItemGenerator, line 195/197,

    Code:
        public FrameworkElement GetOrCreateItem(int index, FrameworkElement visualParent, out bool newCreated)
        {
          FrameworkElement result = _materializedItems[index];

    index = 1 and _materializedItems.Count = 1, so index should be 0 to have it working.

    But I can't find for now how to correct this. Albert, can you check ?

    Cheers.
     

    Albert

    MP2 Developer
  • Premium Supporter
  • February 18, 2008
    1,297
    1,130
    47
    Freiburg im Breisgau, Germany
    Home Country
    Germany Germany
    AW: Filter by system makes client Crash

    There were some problems in the code to restore the UI state. Now, I fixed them and I made improvements to make it able for multiple screens being saved in the same workflow state. That's the case in the media library navigation; here, each filter view is shown in the same workflow state. Now, you can see each filter screen being correctly restored, even in the same workflow state.
     

    Users who are viewing this thread

    Top Bottom