sketchucation logo sketchucation
    • Login
    1. Home
    2. david.
    3. Topics
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    D
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 163
    • Groups 1

    Topics

    • D

      Win32API or DL library usage?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      7
      0 Votes
      7 Posts
      970 Views
      Dan RathbunD
      Ruby (v1.8.6-p287) Windows One-Click Installer (offsite) Helper script: Ruby LOAD PATHs script (Win32) : ver 3.0.1 Topic: Win32API vs DL lib Files: Win32API and Win32OLE so files
    • D

      SketchupExtension path question

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      4
      0 Votes
      4 Posts
      218 Views
      D
      OK, thanks. Good to know.
    • D

      How long for SU Pro 8 upgrade license/authorization?

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      4
      0 Votes
      4 Posts
      230 Views
      D
      RESOLVED! I received my licensing info only after contacting Google SU via the licensing issues link on the SU website. But, I never got the automated version (wasn't in my spam folder, either).
    • D

      Accessing Menu Objects from Submenu's

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      4
      0 Votes
      4 Posts
      276 Views
      Dan RathbunD
      @david. said: Yes, I realized that. I thought there might be a way through the SU UI similar to accessing toolbars that have been created. Apparently, not. Not a big issue. Actually the API lacks a Toolbars collection, which we have wanted. Now with the name method (just added, we can create one, 'on the fly'.) module SuchandSuch Toolbars={} ObjectSpace.each_object(UI;;Toolbar) {|tb| Toolbars[tb.name]=tb } end You refer to the just added method each which accesses the buttons ( UI::Command objects,) on a given toolbar. But ... the Sketchup::Menu class has not yet been updated with Enumerable methods (which should include each_item and each_submenu iterator methods;) nor any name, parent, etc getter methods. We'll have to cross our fingers for the next MR.
    • 1 / 1