Process Plugin Public Void Start() (1 Viewer)

Flipit

Portal Pro
February 19, 2005
100
0
Hi,

Don't know if this is bug or somehting I've done, but my process plugin Start() method doesn't get called. The Class initiates and the contructor variables get set I tested them with break points in debug. All other process plugins get there Start() method called OK.

Any suggestions...

Thanks
 

mPod

Portal Pro
January 26, 2005
2,084
3
Berlin
Home Country
Germany Germany
The plugin has to be enabled, otherwise Start() doesn't get called, of course.

Anyway, I just compiled your code, set a breakpoint in Start() and debugged it. As expected it stopped there, so it gets called. All is working as it should, as it seems.
 

Flipit

Portal Pro
February 19, 2005
100
0
WHAT !

I must have tried that a million times...

Plugin was enabled .. set break point to start () no deal.. oh well, works for you.. I'll tidy it up a bit and release to the hoards, it anyone wants it that is...

thanks for you help.

Flipit
 

Users who are viewing this thread

Top Bottom