TBC Macros and Extensions

 View Only

Welcome to the TBC Macros and Extensions Community!

Search for the latest macro and extension content, ask a question, see answers, or start a discussion. This is your community, a place to engage your colleagues using beta macros to share your wisdom. For additional helpful resources, visit the TBC Knowledge Center.

Expand All
Collapse All

Managing your TMLs

Status is a TML written by Rockpile Solutions to manage registered TMLs from within Trimble Business Center. 
TMLStatus displays the registered TMLs and makes the installation and/or updating into a simple button click

Click Download TMLStatusto download the TMLStatus installation program. The installation package removes the burden of having to manually download, navigate, install, and unblock the files needed to run TMLStatus and other registered TMLs.

Legal Notice

Trimble is not responsible for any damage caused by running either macros/extensions installed by Trimble Business Center or those that you install from other developers. For more information, please see:
See more in the Library...

Announcements List

  • TBC 2024.10 Macros Release

    Macro Developers

    Macros SDK release for 2024.10 is available. Find the download link below.

    https://tbcrelease.blob.core.windows.net/download/trimble_macros_sdk_v2040.10.msi

    The Visual Studio 2019 Project Template (TbcMacros) has been fixed for generating new Projects.  

  • TBC 2024.00 Macros Release

    Macro Developers

    Macros SDK release for 2024.00 is available. Find the download link below or in the "Software Development Kit (SDK)" dropdown

    https://downloads.trimblegeospatial.com/tbc/macrossdk/trimble_macros_sdk_v2024.00.msi

    The Visual Studio 2019 Project Template (TbcMacros) should also be updated with the latest changes. 

Latest Discussions List

  • @David Brubacher Sorry for the delay in responding. I was traveling. You are correct that process is what I use with my .dll plugins or .exe programs I write with C# and .Net. I am calling modal or modeless dialogs with that. My apologies. I am still ...

  • I think the difference between what you and I are doing is I am creating a StackPanel that plugs into the Command Pane, and you are opening a modal dialog box. I have to rely on wpf.LoadComponent() in python to interpret my XAML and you can simply open ...

  • Thanks for the fast response, David I tried the second - preferable - way already, both as the simple way I posted and as the fully qualified 'pack' style you have. The issue is, I get an exception on Source in the ResourceDictionary regardless of where ...

  • I have had this issue in the past and now include the following in all my WPF project. 1.) Create a helper class: using System.Windows; using System.Reflection; using System.Windows.Media; using System.Windows.Media.Imaging; namespace CEDC3DDLPI.Models.Helpers { ...

  • I can create styles in the <StackPanel.Resources /> section and use the styles on my controls - easy! But with lots of macros and UIs I want a consistent look and feel. Normally I would build a resource dictionary and refer to those in my UI by doing ...

Recent Shared Files List

  • Introduction Over the past few years, the TBC Team has been building the BIM/IFC features out to ...