This is Stephen Preston's TypePad Profile.
Join TypePad and start following Stephen Preston's activity
Stephen Preston
California, USA
Global Manager, Developer Technical Services, Autodesk
Recent Activity
AutoCAD OEM Support for AutoLISP/LISP
by Fenton Webb AutoCAD OEM does support LISP, but there are a few restrictions: LISP applications must be compiled into .fas, raw .lsp files are not supported. You must compile your LISP applications using the inbuilt “AutoCAD OEM” (aoem.exe) application that is installed with the AutoCAD OEM CD. The ActiveX... Continue reading
Posted 39 minutes ago at AutoCAD DevBlog
Comment
0
I should be able to post a link within the next couple of days - just waiting for the file to be uploaded to the Autodesk file server.
Webinar announcement
By Stephen Preston Register and mark your calendars now for this upcoming webcast on making the most of the Autodesk Exchange Apps store ... "How developers can ride and profit from the adoption wave of Autodesk Exchange Apps" The Autodesk Exchange Apps stores (currently there are 15 stores) are...
Should be available soon - takes a few days to get it uploaded to the Autodesk file server.
Webinar announcement
By Stephen Preston Register and mark your calendars now for this upcoming webcast on making the most of the Autodesk Exchange Apps store ... "How developers can ride and profit from the adoption wave of Autodesk Exchange Apps" The Autodesk Exchange Apps stores (currently there are 15 stores) are...
That's a relief. I was wondering how I'd managed to write a blog comment without knowing it, and while sitting on a plane. :-)
Autodesk Autoloader White Paper
by Fenton Webb Here’s a draft White Paper for the Autodesk Autoloader, please feel free to comment but before you do please consider these points: 1) The Autoloader is designed to simplify 90% of all Autodesk application deployments and is built on-top-of any existing plugin architectures. if th...
Hey BlackBox,
no worries - anytime.
Obviously, there are workarounds for everything. You can even turn off your Virus checker if you really want to! My point is, by default, it's not liked.
About the Chained Deployments, simply create a Network Deployment, then, look for the Add Extensions section and add all of your Exchange App Installers. Easy. Obviously, be sure to pay a new license to the developer for each machine you deploy to.
Autodesk Autoloader White Paper
by Fenton Webb Here’s a draft White Paper for the Autodesk Autoloader, please feel free to comment but before you do please consider these points: 1) The Autoloader is designed to simplify 90% of all Autodesk application deployments and is built on-top-of any existing plugin architectures. if th...
Hi Scott,
Assuming there are no technical problems, I expect to post a recording on this blog.
Cheers,
Stephen
Webinar announcement
By Stephen Preston Register and mark your calendars now for this upcoming webcast on making the most of the Autodesk Exchange Apps store ... "How developers can ride and profit from the adoption wave of Autodesk Exchange Apps" The Autodesk Exchange Apps stores (currently there are 15 stores) are...
WPF Databinding to the CommandLine Colors
by Fenton Webb Using WPF databinding, you can actually bind your WPF colors to the CommandLine color settings. This can be achieved using the Autodesk.AutoCAD.Windows.Data.DataBindings.ColorSettings ObserveableCollection. The possible color settings property names are: CommandLineForeground CommandLineBackground CommandLineHistoryForeground CommandLineHistoryBackground CommandLineTempPromptForeground CommandLineTempPromptBackground CommandLineKeywordHighlight CommandLineKeywordBackground CommandLineKeywordHover If you want a good example of how... Continue reading
Posted May 29, 2013 at AutoCAD DevBlog
Comment
2
Webinar announcement
By Stephen Preston Register and mark your calendars now for this upcoming webcast on making the most of the Autodesk Exchange Apps store ... "How developers can ride and profit from the adoption wave of Autodesk Exchange Apps" The Autodesk Exchange Apps stores (currently there are 15 stores) are a... Continue reading
Posted May 29, 2013 at AutoCAD DevBlog
Comment
5
Linking from one off-page connector to the other in Plant3d P&ID
by Fenton Webb If you want to obtain an id or reference to an off-page connector that is linked to a given off-page connector using the API then… For the 2013 Plant3d SDK Use the DataLinksManager.GetRelatedAcPpObjectIds(), GetRelatedRowIds() using “ConnectorsRelationship” as the relationship name and “Connector1”, “Connector2” as the role names.... Continue reading
Posted May 29, 2013 at AutoCAD DevBlog
Comment
0
AutoCAD Developer Portal Update
by Fenton Webb In an effort to further improve the experience our users and developers have with the AutoCAD developer documentation, an update to the AutoCAD Developer Center has been made to make it easier for people to locate the various developer documentation that is available to them. This action... Continue reading
Posted May 28, 2013 at AutoCAD DevBlog
Comment
0
Refresh the Plant3d Project Manager Window using .NET
by Fenton Webb The best way to force a refresh of the Plant3d Project Manager window is to invoke the command _.REFRESHPMESW You can invoke this command synchronously using the notes found here http://adndevblog.typepad.com/autocad/2012/04/synchronously-send-and-wait-for-commands-in-autocad-using-c-net.html Continue reading
Posted May 22, 2013 at AutoCAD DevBlog
Comment
0
Obtain the RGB color value from an AcDbEntity using ObjectARX and RealDWG
by Fenton Webb Here’s how to obtain the RGB value from an already AcDb::kOpenForRead AcDbEntity. static COLORREF GetRGBFromEntity( AcDbEntity *ent ) { COLORREF colorRef = RGB(255, 255, 255); AcCmColor Color = ent->color(); AcCmEntityColor::ColorMethod ColorMethod = Color.colorMethod(); switch(ColorMethod) { case AcCmEntityColor::kByACI: { long acirgb, r,g,b; acirgb = AcCmEntityColor::lookUpRGB(Color.colorIndex()); b = (... Continue reading
Posted May 17, 2013 at AutoCAD DevBlog
Comment
0
How to display my custom web page in AutoCAD Help Dialog while pressing F1 during command
Posted May 16, 2013 at AutoCAD DevBlog
Comment
2
Possibly. But more likely YouTube.
API webcast archive
By Stephen Preston As part of our ADN Open work to move our API content to more accessible (search-engine-findable) locations, I'm posting our webcast archive to DevBlog. Some of these recordings are old now, but still contain useful information. And, being recordings of live webcasts, they are...
Change the background mask property of AcDbMText object programmatically using ObjectARX
by Fenton Webb Issue I need to create (or set) an AcDbMText object with the background mask turned on. How can I do so programmatically? Solution We can do this both in ObjectARX and LISP. In ObjectARX, we can use setBackgroundFill() member function of class AcDbMText to do the job.... Continue reading
Posted May 14, 2013 at AutoCAD DevBlog
Comment
1
Hi Khoa,
You certainly have a chance. And we're always keen to give new presenters a chance at AU. Your class proposal will be evaluated on its merits against all the other proposals - so make sure you take care with your class description and supporting information. (We normally get about three times as many 'Developer' class proposals as we have space for, so some good proposals always end up not making the cut).
Cheers,
Stephen
AU Call for Proposals closes soon
By Stephen Preston A quick reminder that the AU Call for Proposals closes on May 19th, so you don't have much time if you want to be considered as a presenter this year. We're keen to continue our theme from the last two years of scheduling a significant number of classes about general programm...
Setting your AutoCAD OEM Default Graphics window Color
by Fenton Webb You might need to set the AutoCAD Drawing Window color (Model Space Background) to a different color via your installer. To do so is pretty easy – simply set your OEM registry key .\Profiles\<<Unnamed Profile>>\Drawing Window\Background setting to the desired DWORD value. Continue reading
Posted May 13, 2013 at AutoCAD DevBlog
Comment
0
AU Call for Proposals closes soon
By Stephen Preston A quick reminder that the AU Call for Proposals closes on May 19th, so you don't have much time if you want to be considered as a presenter this year. We're keen to continue our theme from the last two years of scheduling a significant number of... Continue reading
Posted May 13, 2013 at AutoCAD DevBlog
Comment
4
Thank you for your kind words Oleg. I'm now going to embarrass Balaji by emailing your praise for him to the entire ADN team :-).
API webcast archive
By Stephen Preston As part of our ADN Open work to move our API content to more accessible (search-engine-findable) locations, I'm posting our webcast archive to DevBlog. Some of these recordings are old now, but still contain useful information. And, being recordings of live webcasts, they are...
AutoCAD Map 3D API Training content: Part-6
Posted May 9, 2013 at Infrastructure Modeling DevBlog
Comment
0
API webcast archive
By Stephen Preston As part of our ADN Open work to move our API content to more accessible (search-engine-findable) locations, I'm posting our webcast archive to DevBlog. Some of these recordings are old now, but still contain useful information. And, being recordings of live webcasts, they are not as polished... Continue reading
Posted May 9, 2013 at Infrastructure Modeling DevBlog
Comment
0
API webcast archive
By Stephen Preston As part of our ADN Open work to move our API content to more accessible (search-engine-findable) locations, I'm posting our webcast archive to DevBlog. Some of these recordings are old now, but still contain useful information. And, being recordings of live webcasts, they are not as polished... Continue reading
Posted May 9, 2013 at AutoCAD DevBlog
Comment
5
AutoCAD Map 3D API Training content: Part-5
Posted May 8, 2013 at Infrastructure Modeling DevBlog
Comment
0
Snoop Civil 3D 2014 Database (.bundle format)
By Augusto Goncalves Following some suggestions on my previous post, here is a new version of the Snoop Civil 3D Database that is packed with the .bundle format. Just extract it under C:\Users\<your login>\AppData\Roaming\Autodesk\ApplicationPlugins folder and it will autoload on Civil 3D 2012, 2013 and 2014. Download the tool with... Continue reading
Posted May 6, 2013 at Infrastructure Modeling DevBlog
Comment
0
Autoloader and localization
Posted May 3, 2013 at AutoCAD DevBlog
Comment
2
More...
Subscribe to Stephen Preston’s Recent Activity
