Category: Technology

Virtual tour: Interesting places to visit in Google Earth

To use the KML files, right click the “Download KML file” link and select “Save Target As”. Windows may try to add an “XML” extension onto the end of the file name. Change the extension back to “KML” if it does.

You must have Google Earth installed to use these files. Double click the KML file and it should open in Google Earth to the correct spot.

St. Peters, Rome

Picture 14.jpeg

Continue reading

How to capture a scrolled window in Snagit

The scrolled window setting is a feature in Snagit that can be used to capture a page or application whose contents are too long or too wide to fit in one window. There is an “auto-scroll” setting which is supposed to scroll the window vertically or horizontally until all the content is captured.

I’ve never been able to get that to work and assumed it was broken on Windows XP. Perhaps it works on Vista. After playing with all the options I did finally manage to find a good workaround, although I still can’t get the default “auto-scroll” setting to work.

Continue reading

AS3: TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::SimpleButton

If you get an error like this in an actionscript 3 Flash file: TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::SimpleButton@61422481 to [symbolname]. at flash.display::Sprite/constructChildren() at flash.display::Sprite() at flash.display::MovieClip() at classname()[/path_to/as/classname.as:34] Check the symbol

Continue reading

CVS error: server reported an error while performing the “cvs add” command. common: cvs server: [filename] added independently by second party.

When trying to replace some old files in my local workspace, then commit the new ones to CVS, I got this error:

    The server reported an error while performing the “cvs commit” command. myproject: cvs server: failed to create lock directory for `/cvsrepositories/path_to/myproject’ (/cvsrepositories/path_to/myproject/subfolder/#cvs.lock): No such file or directory common: cvs server: lock failed – giving up myproject: cvs [server aborted]: lock failed – giving up – did not match any documents.

It turned out that the files had been previously stored in another CVS repository, with a different directory structure. Some of the directories still had CVS folders with pointers to the old repository directories and hostname.

Continue reading