At 16:49 Uhr -0400 23.05.2007, Aparajita Fishman wrote:
 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(...)

ooops. Now I see... Thanks!

If I might suggest something: a little example code line for each command (in the manual) would be a great help.
--


Greetings,
Peter

_______________________________________________
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