has anybody used “call method”, I am asking here for those that don’t read the ASStudio forum…
I need some help. What can I and can’t I do with it. The documentation suggests that I can make basically any obj-c call I want, but I am having trouble with getting it to call methods for custom classes and creating objects via
set obj to call method “init” of object (call method “alloc” of class “x”)
– id obj = [[x alloc] init]; // ???
anyone…???
If I don’t find any more answers here I’ll email someone at apple and post the answer I receive here.