There are supposed to be two text boxes. I’ve edited the previous post to remove some extra tabs and spaces in the ‘loadAssembly’ line which probably…
LoneRobot: hi james, with textbox issues i have used the gotfocus and lostfocusevents to call enableaccelerators = true/false depending on the e…
Well, now I’ve run into another blocker. What a hassle. This one seems to be specific to WPF, though, unlike the disappearing controls which Pete ra…
Great minds think alike Pete. Guess I never ran across it before because none of my dotNet tools were dockable. But now I’m working on a new versi…
I’ve added a new blog post describing a redraw issue I came across and how I got around it. Click the blog link below to read it.
Try this: format “( seaSurfcustToolsRollout.btnMat0%.images = #([b]@[/b]”%.jpg”, undefined, 1, 1, 1, 1, 1) )” i locImg to: str
I’m no expert by any means, but I’m finding that I’m able to create new tools much more quickly using WPF than I did when using straight .Net and MaxS…
I don’t know, I kind of like just having individual threads on specific topics. Does anyone even look at the dotNet thread anymore, and trying to fin…
For people working with WPF and Xaml, here are a couple useful debugging tools: XamlPadSnoop
Creating your tool with Visual Studio and compiling a dll that you would then load into the modifier should remove this limitation. Of course, relyin…
Yep, definitely not a blocking issue, but something to be aware of. PEN: Interesting to note that this will work in a rollout? Will it work in…
That works too. The nice thing about using a WPF window is that you can do some pretty cool things with it visually, like completely changing the sha…
Thanks for pointing that out. I was getting an error in 2010 for some reason, and I know that Autodesk updated the .Net version for 2011, which is wh…
Hey Kameleon. I didn’t know about XamlReader. Thanks for pointing that out. I’ll have to look into it some more. But my first concern would be tha…