Hey everyone, I'm trying to add some custom commands to the toolbar,
like the redo/undo/delete commands. So far, I've extended the
sharedwhiteboard and canvas, as well as added a class called
RCGlowShapes extending WBCommandBase. In my custom canvas, I've added a
function as well, which creates a new instance of the RCGlowShapes
command and adds it to the command manager. My question is this: when I
add a custom command to the toolbar like this: var
glowTool:WBShapeToolBarDescriptor = new
WBShap...