User interface
-
Just a quick update to let you know that – as a result of the steps we took to prepare and submit the application for consideration – TransTips is now live on the Apps tab of Autodesk Exchange, which means it can now be loaded more easily into AutoCAD 2012: This application was first posted […]
-
In the last post, we saw a great little sample for adding a textbox to AutoCAD's ribbon which notifies your application of the "commands" entered into it (however you choose to interpret them in your code). In this post, we'll take that further and have that textbox expand vertically as text gets entered, wrapping the […]
-
This is a really cool little sample put together by Philippe Leefsma, from our DevTech team in Europe, with the help of George Varghese from the AutoCAD Engineering team. Thanks, Philippe and George! 🙂 This question came up, recently: an ADN member wanted to be able to add an editable textbox to the ribbon inside […]
-
Regular readers of this blog may have followed the development of this plugin, but I've written this post is to announce its availability more officially (in addition to Scott's post from last week). TransTips uses the Bing Translator web service to translate tooltips into one of 36 languages on-the-fly, as they are displayed by AutoCAD, Inventor, […]
-
After adding Revit and then Inventor support to the original AutoCAD application, it made sense to go ahead and include support for 3ds Max. Here's a solution supporting these four products (and their verticals). And I can now confirm that a version of this application will be September's Plugin of the Month on Autodesk Labs. […]
-
In this previous post we introduced a technique for automatically translating AutoCAD's tooltips into one of 35 different languages via an online translation service. To improve the process at various levels – rendering it more efficient and enabling the possibility of local editing and crowdsourced localization – this post introduces caching of the translation results […]
-
One of the great benefits I have from working in our Neuchâtel office is my proximity to a great many talented members of Autodesk's Worldwide Localization team, who are responsible for translating most of our products into various languages. Over the last few months, I've been working even more closely than usual with that team, […]
-
To continue on the theme established in the last post, today we're going to go ahead and modify AutoCAD tooltips, prefixing them with a fixed string. This is the next step on the path to modifying them in a more meaningful way (to translate them into a different language, for instance). Here's some C# code […]
-
I'm working on an internal project that seems to be worth sharing externally. I'm looking at the potential for run-time modification (thinking mainly about translation) of tooltips displayed by AutoCAD. The first step towards realising this is clearly to determine when tooltips are going to be displayed and to establish the content of these tooltips. […]
-
Another Friday, another installment of Wayne Brill's AutoCAD .NET training DevTV series (to complement those sessions from previous weeks). Today's session is focused user-interface elements such as the .NET attributes for exposing commands and optimizing loading, adding your own tab to the options dialog and implementing drag & drop. This series of DevTV sessions is […]