bumptop

WinQual: Why would WER not accept code-signing certificates?

In 2005 i tried to establish a WinQual account with Microsoft, so i could pick up our (if any) crash dump files submitted automatically through Windows Error Reporting (WER). i was not allowed to have my crash dumps, because i don't have a Verisign certificate. Instead i have a cheaper one, generated by a Verisign subsidiary: Thawte. ...

Developing for bumptop

Does anybody have experience interacting programmatically with bumptop desktop ? Something like adding widgets on the walls, or moving/resizing the icons ? is there an API for that ? ...

Need some help completing a bumptop-ish selection tool.

Hi: I'm in the midst of creating a Bumptop styled selection tool. Right now I got as far as creating the tool itself (which actually works pretty good) and spreading some random square items on the stage. This is the class that creates the selection tool : package com.reyco1.medusa.selectiontool { import flash.display.Sprite; i...