• Organizing user-created parts

    From Vince Refiti@21:1/5 to All on Mon Feb 24 21:14:36 2020
    When I create my own gui parts, they all get put into 'Misc' in the View Composer 'View Toolbox'.

    How do I create my own container to put my own gui parts into?

    Thanks

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John Aspinall@21:1/5 to Vince Refiti on Tue Feb 25 01:29:14 2020
    Hi Vince,

    To move resources to an existing group you can use drag-and-drop.

    You can move resources to a new group using the View Browser and the Category... menu item from the View menu on the menu bar. There's an equivalent context menu item in both the View Browser and the toolbox ares in the View Composer but it doesn't
    appear to work (a command routing issue I suspect).

    You can also set categories programmatically by adding a category to the owning class, using the special prefix 'MVP-Resources-'. For example:

    Chat includeInCategory: 'MVP-Resources-Examples'.

    ...will add the Chat default view to a new category 'Examples'.

    Cheers,

    John


    On Tuesday, February 25, 2020 at 5:14:37 AM UTC, Vince Refiti wrote:
    When I create my own gui parts, they all get put into 'Misc' in the View Composer 'View Toolbox'.

    How do I create my own container to put my own gui parts into?

    Thanks

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Vince Refiti@21:1/5 to All on Tue Feb 25 22:35:21 2020
    Got it!

    Thanks John

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)