+ Reply to Thread
Results 1 to 7 of 7

Thread: toolbar methods

  1. #1

    toolbar methods

    Hi all,

    I'd like to use, under rhino.python engine, some VB methods such as:

    Rhino.ToolbarCollectionNames
    Rhino.CloseToolbarCollection
    Rhino.OpenToolbarCollection
    Rhino.ToolbarNames
    Rhino.HideToolbar
    Rhino.ShowToolbar

    but I couldn't find them. I assume they have not been ported yet, in which case I'd like to know if they will ever be in order to be able to choose if I shall wait or fall back to VB...

    Besides, I tested the first one, Rhino.ToolbarCollectionNames, under VB under Rhino 5beta but it always returns Null

    Thanks
    Livio

  2. #2
    Senior Member Steve Baer's Avatar
    Join Date
    Apr 2010
    Location
    Seattle
    Posts
    1,472
    Blog Entries
    19
    Hi Livio,
    You are correct that the toolbar functions are not included in python yet. I'm checking with other developers here to try and figure out how this should work with our new tabbed toolbar system and on the Mac.
    Thanks,
    -Steve

  3. #3
    Senior Member Steve Baer's Avatar
    Join Date
    Apr 2010
    Location
    Seattle
    Posts
    1,472
    Blog Entries
    19
    Hi Livio,
    I'm going to hold off on implementing the toolbar functions in python until we have figured out how to get the RhinoScript functions to work with the new tabbed toolbar system in V5.
    -Steve

  4. #4
    Steve,

    thanks. I look forward for it.

    Bye. L

  5. #5
    Senior Member Steve Baer's Avatar
    Join Date
    Apr 2010
    Location
    Seattle
    Posts
    1,472
    Blog Entries
    19
    Hi Livio,
    I know this is a very old post, but I wanted to let you know that the toolbar functions will be available in the next V5 beta. These functions will only work on Windows.
    Thanks,
    -Steve

  6. #6
    Hi Steve,
    actually that's a great news! Will be awesome if you could put an example of using them.
    Thanks
    Dimitry

  7. #7
    Senior Member Steve Baer's Avatar
    Join Date
    Apr 2010
    Location
    Seattle
    Posts
    1,472
    Blog Entries
    19
    All of the functions have small samples that accompany them. Here's an example
    http://www.rhino3d.com/5/ironpython/...howtoolbar.htm

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts