Patch to add "Insert" method to Facade and other Lists (1 Viewer)

ZealotSix

Portal Pro
August 18, 2008
181
69
Home Country
United States of America United States of America
Please consider this patch for inclusion in Media Portal 1.0.1. The patch will add Insert functionality to GUIFacadeControl, GUIListControl, GUIFilmstripControl, and GUIThumbnailPanel. Currently the only way to insert an item at a specific index is to call the Add method, and repeatedly call MoveItemUp until the desired index is reached. This patch adds a much quicker and more intuitive way of accomplishing the insert.
 

Attachments

  • FacadeInsertFunctionality.patch
    30.7 KB

fforde

Community Plugin Dev
June 7, 2007
2,667
1,702
43
Texas
Home Country
United States of America United States of America
I did a quick review of the changes and this looks very clean and it looks like a low risk patch. Only new methods added, nothing is modified. Good work ZealotSix, hopefully this will get integrated into 1.0.1.
 

Users who are viewing this thread

Top Bottom