maybe I should get some more coffee, but I don't see my mistake her:

$Batch->getDefaults($outSize;$outMinSize;$outOverlap;$outMaxBatches; $outPrevious;$outSeparator;$outNext;$outCurBatchTag;$outStartParam)

throws an error "missing or improper 'self' command". $Batch is valid.

getDefaults is a library method, not an "object" method ($self is not the first argument). Try:

Batch.getDefaults(...)

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoylibrary.com


_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to