Here's a catalog viewer to see how your uploaded local collection looks
at TEN: 

[image:
http://forums.slimdevices.com/attachment.php?attachmentid=14238&stc=1&d=1358110264]

There are some limitations due to the way the TEN API works: You can't
sort, filter or search in the catalog. ATM, I see no way to fix this,
since I can only fetch 100 entries in one request, and there is no
support to do this on the server side.

For testing, I added this to the main toolbar:

Code:
--------------------
    
  {
  text: 'Catalog',
  disabled: false,
  handler: function() {
  var win;
  win = Ext.create('widget.window', {
  title: 'Catalog',
  closable: true,
  closeAction: 'hide',
  width: 800,
  minWidth: 450,
  height: 600,
  plain: true,
  layout: {
  type: 'border',
  padding: 5
  },
  items: [{
  border: false
  },
  this.initCatalogGrid()
  ]
  });
  win.show();
  }
  
--------------------


If Michael wants to, it could be included in the official distribution.
Note that until this is done, you can't just download it and use it - it
has to be merged into the plugin's javascript code.

Source:
14237

--
Roland


+-------------------------------------------------------------------+
|Filename: theechonest_cv.zip                                       |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=14237|
+-------------------------------------------------------------------+

------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=97668

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to