User interface
-
I've been spending quite a bit of time working on our "Dasher 360" prototype, recently. Which is, of course, based on the Forge Viewer. A simple – but handy – feature I added today is to add a context menu item to be displayed when objects are selected – and right-clicked – inside the Viewer. […]
-
Regular readers of this blog will have heard mention of Project Dreamcatcher and how Autodesk Research is using it to explore the future of design. It's a generative design technology that goes beyond the current "state of the art" – which means combinations of tools such as Revit + Dynamo or Rhino + Grasshopper – […]
-
I wasn't planning on posting to this blog again, this week – three times per week is enough, I find, so I tend to save any leftovers for the week after – but this question James Maeding asked is very much related to this week's posts, and – in any case – I already have […]
-
In the first post in this series, we saw how to disable AutoCAD's ribbon. In the second post, we saw how to make (with some caveats) AutoCAD's toolbars disappear. In this post we're going to throw all that away and show how to get better results with a single line of code. <sigh> But before […]
-
It turns out that the forum request I attempted to cover in the last post – handily re-interpreted to deal with something I knew how to do 😉 – was in fact about toolbars, rather than the ribbon. In this post we're going to look at how to disable toolbars – and re-enable them – […]
-
I came across this interesting question on the AutoCAD .NET forum, posted by Pete Elliott: When AutoCAD is loading, I see that my toolbars are disabled (grayed-out) until the loading has finished. Our company does some additional data loading after AutoCAD has become idle. But if the user clicks certain custom toolbar buttons while our […]
-
This came up during an internal discussion and I thought it worth sharing here. It's easy enough to use a point monitor in AutoCAD to determine the current cursor location, but how do we make sure it's in the current User Coordinate System (UCS) and that we adjust for object snapping (osnap)? To keep the […]
-
I'm in San Francisco again for the Autodesk X Summit 2015. The event is targeted on User eXperience (UX), but is being attended by a very diverse set of Autodesk employees. It's the first such summit since Maria Giudice joined the company from Facebook, which many of us hope (believe!) will usher in a new […]
-
I needed to run some code from a modeless dialog, the other day, and found it was a bit of a pain to generate something quickly to do so. So I thought it might be a good idea to populate a palette dynamically with buttons that call commands and methods that were somehow tagged in […]
-
In the last post we looked at some simple JavaScript code to automate AutoCAD's UI Finder, locating a sequence of commands in the ribbon. In this post we're going to look at how to generate a more extensive list directly from AutoCAD's documentation. The first step I took was to download and install the offline […]