Friday, December 25, 2009

CarrotSticks a great way to train math skills for kids

I love math and knows the importance and value of it. I can definitely recommend this for your kids. You can play CarrotSticks here and try it out first without even registering. Kids can practice and play for themselves or compete with peers and learn the fun of math.
CarrotSticks
Via Saraapril in Club Penguin’s post CarrotSticks a Brand NEW Game :)

Tuesday, December 22, 2009

Run-time error '429': ActiveX component can't create object solution for VBA 64-bit

Code like this will result in error in AutoCAD Architecture 2010 64-bit:
Set SchedApp = New AecScheduleApplication

Or this in AutoCAD 2010 64-bit:
Set SSM = New AcSmSheetSetMgr

One method that seems to work is to move the code from within a sub to the declaration like this:
Private SchedApp As New AecScheduleApplication

Another method is to replace it using GetInterfaceObject like this:
Set SchedApp = ThisDrawing.Application.GetInterfaceObject("AecX.AecScheduleApplication.6.0")

The reason is that VBA runs as an out-of-process client in 64-bit applications.

Unfortunately this also means that Sheet Set Manager API cannot be used in 64-bit applications because it is a COM server that cannot be called from another process as opposed to an ActiveX server.

Another 64-bit related problem is in AutoCAD Architecture 2009/2010 and AutoCAD MEP 2009/2010. In Tools>References the AutoCAD tlb shows up but not for the verticals. The same problem is also in .NET if you look at the COM tab when adding references.

The solution for this is a fix in the registry that look like this:

[HKEY_CLASSES_ROOT\TypeLib\{E8BCE300-BF69-431B-9153-1FF0DEF8F613}\6.0\0\win32]
@="C:\\Program Files\\Common Files\\Autodesk Shared\\AecXBase60.tlb"

It needs to be done for each tlb you want to use. There is a win64 key but the win32 key is missing so it needs to be added.

Here is also a Microsoft KB describing similar problems with Office.

Saturday, December 19, 2009

Speed up Windows 7 logon with 30 seconds

Consider the following scenario:

  • You have a computer that is running windows 7 or Windows Server 2008 R2.
  • You set a solid color as the desktop background.
  • The Desktop Window Manager Session Manager service is running.
  • You log on to the computer locally.
In this scenario, the Welcome screen is displayed for 30 seconds during the logon process.

See details in this hotfix or just change the background to using a picture that can be a solid color.

Friday, December 18, 2009

Decode FlexNet/FLEXlm license files

Everyone having a reason to look at a FlexNet license file knows that it can be pretty cryptic as well as to know what all Feature Codes are.

The License File Parser site Autodesk has put up allows you to easily convert the contents of your Autodesk license file into an easy to read report. Among other pieces of useful information, the report contains the full name of the licensed product, the serial numbers, and the number of seats.

Simply go to www.licenseparser.com, click the "Browse" button, locate your license file and then click the "Submit License File" button.

Here is what the result might look like:

If you also want reports for license usage either historically or for the moment take a look at JTB FlexReport where you for example can produce an HTML report like this.

Thursday, December 17, 2009

AutoCAD Exchange 9 months later

AutoCAD Exchange, Autodesk’s online community for AutoCAD users, has received nearly 300,000 unique visitors from more than 200 countries around the world since March 2009 according to the press release.

If you haven’t checked it out already take a look and see what you like about it.

Update: Via twitter came this info from @Binrock @jtbworld Did you know that #AUGI had 4 times as many during the same period? 1.2 million absolute unique visits

I wonder what autodesk.com/discussion stats is?

Monday, December 14, 2009

Distributed File System (DFS) Problems in AutoCAD 2010

DFS have never been officially supported even though I my experience have not had any problems. But now there is issues if you use an AutoCAD 2010 product.

Knowledge Base document: Distributed File System (DFS) Problems in AutoCAD 2010

Issue
You are experiencing problems with AutoCAD 2010 (or a vertical product based on AutoCAD 2010) not working with DFS.
Solution

Although Autodesk does not officially support using the Windows Distributed File System with AutoCAD and AutoCAD-based vertical products, it has been known to work properly in the past and many customers use DFS with our products.  We have recently identified two separate issues that can affect DFS usage.

The first problem is the inability to open a DFS folder from the File Navigation dialog in AutoCAD 2010.  This problem has been corrected in Update 1 for AutoCAD 2010.  If you are using AutoCAD LT 2010, or a vertical product, you should apply the Update for that product that includes Update 1 from AutoCAD.  For most vertical products, that will also be Update 1 however, for AutoCAD Civil 3D, that will be Update 2.

The second problem is the inability to open folders on a DFS share by double-clicking.  This is mostly seen on Vista SP2 and Windows 7 and is due to changes Microsoft made in those operating systems to change a folder to a link.  For file folders that won’t open using double-click, the recommended work-around is to pick the Open button instead.

Link pasted with this Autodesk KB plugin for Live Writer.

SmartPurger update available

After the posting SmartPurger 3.0 for AutoCAD scripting now with 64-bit support there is now available an update of SmartPurger with version number 3.0.4 that fixes some of the regression bugs from 3.0. Update is available free for existing customers.

Thursday, December 10, 2009

Retrofits game by Autodesk for Greener Buildings

Autodesk wants to raise awareness about the benefits of greener, more sustainable buildings and of course to sell some software (nothing wrong with that though).

Buildings are the leading cause of green house gas emissions so it makes sense to “Don't Just Stand There. Make Buildings Better” as the slogan is.

Follow on Twitter at http://twitter.com/Retrofits09 and
visit www.autodesk.com/retrofits to play the game. You won’t see me make it to the leader board as I’m not that good.

Monday, December 7, 2009

Is Google Public DNS useful for me?

Google has released Google Public DNS recently so I decided to give it a try and here is my review and result.

I wondered if I should switch to it or not in case it would speed up my Internet browsing experience. Are my DNS nameservers impeding my Internet experience?

To the rescue comes the Domain Name Speed Benchmark that was an excellent tool and that actually informed me that my local ISP provider were much quicker. At least right now and here. I also had “Obtain DNS server addresses” selected but the tool found in the conclusion that the second in the list was quite quicker than the first one so I decided to add them manually in the best order and hopefully things will runs smoother now than before.

DNS Benchmark

Wednesday, December 2, 2009

Check out AU 2009 LIVE! at Cadopolis

Just as I was about to start seeing another Industry Keynote on Autodesk University Virtual I got told by Erik at Cadopolis.com that they’ve setup up a site aggregating Flickr, Twitter, Facebook and MSN all in one at www.cadopolis.com/au. Check it out!

Tuesday, December 1, 2009

Autodesk University Virtual

I won’t be at AU 2009 in person but virtually. See you there.

Good thing too that Autodesk invited all ADN members to AU Virtual at no charge.

http://au.autodesk.com

PS. I noticed that the date on the banner is showing only December 1-3 while it should be December 1-4.

AU 2009

Sunday, November 22, 2009

Microsoft Office 2010 beta and Outlook 2010 review

Office 2010
I had hopes for Outlook 2010 and its conversation view to improves the tracking of e-mail conversations. The problem is that it is just based on the email subject and I often have multiple different conversations but with the same subject. I really hope Microsoft makes this works better before the final release or this feature will be a big fail.
Who replied to who? Outlook 2010 makes it even easier to tell who replied to who inside of a conversation. Click on any individual message inside of a conversation to see a dotted line that shows which messages it replies to. This can be useful when a reply comes into a conversation that actually responded directly to an earlier message in the conversation.
Reply and Reply All are smarter too, and will always reply to the latest message in the conversation. If you happen to open an older message in the conversation and hit Reply – say a flagged mail from the ToDo Bar, for example – Outlook 2010 has you covered with a new clickable warning will appear that allows you to instantly jump to the latest message in the conversation.
The new Clean Up feature seems to be disabled but if it works it will be great. “enable you to save valuable inbox space by turning dozens of e-mails into just a few conversations using the Clean Up feature”
It just need to be smart enough to handle that many make inline comments on previous emails in the history.
One good thing is that I can now make a custom follow up flag if I select multiple emails.
Search has been improved! This is big for me as it fails too often to find correctly in Outlook 2007. I also see that performance is much better.
Final and official release of Office 2010 is slated for the first half of 2010.
Download for Office 2010 Beta.

Friday, November 20, 2009

FLEXnet Licensing Side-by-Side Hotfix for Autodesk products

This hotfix repairs a problem that occurs during the side-by-side installation of two different licensing products. During the installation of stand-alone licensing products with previously installed network licensing products, the following error occurs indicating that the installation failed: 1: 5 2: Failed to load FNP_ACT_Installer.dll. 3: 126

Knowledge Base document: FLEXnet Licensing Side-by-Side Hotfix

This applies to most all Autodesk 2010 products from AutoCAD 2010 to Revit Architecture 2010.

Monday, November 16, 2009

SmartPurger 3.0 for AutoCAD scripting now with 64-bit support

Finally SmartPurger 3.0 is released with a refreshed look and available as 32-bit and 64-bit application making it possible to use together with AutoCAD 32-bit and 64-bit on both Windows 32-bit and 64-bit operating systems.

Many customer uses SmartPurger because of its ease to purge different objects within drawings/DWG files to make them smaller.

Others uses SmartPurger to process scripts (SCR or LSP) on thousands of drawings unattended over night or weekend as it does not halt for dialog boxes or corrupted drawings.

The free trial without license file is fully functional except that you can only batch process 3 drawings per session to give you the chance to confirm that the program works as expected. When you purchase you can use SmartPurger with no limitations.

Contact us for a license to activate the time limited fully functional version for free.

Some of the latest blog posts

Subscribe to RSS headline updates from:
Powered by FeedBurner

Contact Us | About JTB World | Website General Terms of Use | Privacy Policy
^ Top of page

© 2004- JTB World. All rights reserved.