Circular Helix Array

 From:  Michael Gibson
1519.47 In reply to 1519.46 
Hi Brian, no problem.

But I just had a good idea on how to improve it.

I've attached here what I think is the best one (PluginGallery3.zip) - follow the same instructions as above to install it, except for the shortcut key command use this instead:
code:
script:moi.ui.createDialog( 'moi://ui/PluginGallery3.htm', 'resizeable,defaultWidth:1000,defaultHeight:1000' );

That should also cause the dialog to be opened to a larger size by default.

This version (PluginGallery3.htm) is a thumbnail type view to have more things on the screen at once, but still maintains an easier to edit structure without needing to put in <tr> or <td> (table rows or table cells) type things in it, you can add in a new button more easily on this one by just copy/pasting the last button entry in the list.

Also this one is more adaptive than the previous thumbnail one, it fits as many as will display on the screen at once instead of a fixed number across.


So if you really wanted to build a plugin gallery, this one should be the best one to base it on.

- Michael
Attachments: