WPF
-
In this post we're wrapping up this mini-series on docking, which is part of a much broader story arc around a "command-line helper" tool, of course. But then we're reaching the end of that, too, I suspect, as the app's just about done. Hopefully it's ready for posting to Autodesk Labs, at least. Last time […]
-
I'm happy to say that the implementation I mentioned in the last post ended up being pretty straightforward. Which is actually great, as I have some important posts to work on for next week. π Today we're going to take a look at the next stage of the "command-line helper" implementation: basic right-click movement of […]
-
During the course of this week we're going to look at extending the command-line helper sample posted last week by allowing our global keywords window to "dock" to the four corners of the drawing window as well as to remain fixed at a custom location somewhere on the screen. I use the term "dock" here […]
-
Today we're going to look at the implementation talked about in the last post: we're going to see how it's possible to use the Application.PreTranslateMessage() method to hack AutoCAD's message-loop and basically convert typed keywords into global ones. This is actually pretty neat (yes, even if I do say so myself π and frankly I'm […]
-
After introducing this project in the last post, now it's time to share some code. The project, as it currently stands, contains three source files: the first one relates to AutoCAD β it implements the various commands we'll use to attach event handlers to tell us when to display (or hide) keywords and the other […]
-
I'm up in the mountains, supposedly on vacation, but as one of our children woke up with a fever, I'm skipping the morning session on the slopes to stay home with him. Which gives me the chance to start writing up a little project I've been working on for our Localization team. Here's the ideaβ¦ […]
-
A few people expressed an interest in understanding how AutoCAD 2015's ability to open HTML pages inside its frame β shown in this recent post β could be extended to work with "native" user interfaces. This post shows how that can be done using WPF β the other supported mechanism for adding new documents to […]
-
After a little fun last Tuesday around a pink theme for AutoCAD β for which I got at least a few "we should totally do that"s from internal folk in response, so watch this space π β today we're going to talk more seriously about what's needed to support the dark theme in your applications. […]
-
As I started on my linear algebra class, some weeks ago, I decided to dust off the Transformer app I'd written a few years ago and make sure it works in AutoCAD 2014. It actually really helped me in creating appropriate transformation matrices for certain parts of the course. Coincidentally, a few days ago, I […]
-
I headed cross to the Zurich area on Tuesday afternoon β which is quite a trek from where I live, around ~2.5 hours by train β to attend the first Zurich .NET Developer meet-up. The event was held in the Microsoft office in Wallisellen: they kindly provided beer and the meeting room, while the session […]