Re: custom component not getting initialized

2012-04-16 Thread sebb
On 16 April 2012 21:09, Rob Schroder wrote: > Hi, > > I've written a simple custom visualizer that gets initialized and works > properly when I run in GUI mode.  But, when I run the script from the > command-line in non-GUI mode, it never gets initialized and run.  Anybody > know what I'm faili

custom component not getting initialized

2012-04-16 Thread Rob Schroder
Hi, I've written a simple custom visualizer that gets initialized and works properly when I run in GUI mode. But, when I run the script from the command-line in non-GUI mode, it never gets initialized and run. Anybody know what I'm failing to do properly here? Code Snippet Below