If I use callLater(myfunction()); Flex complains. callLater(myfunction); works OK.
So, if I wish to use callLater() with a function which requires parameters to be passed to it, what is the correct syntax please? best, Graham
If I use callLater(myfunction()); Flex complains. callLater(myfunction); works OK.
So, if I wish to use callLater() with a function which requires parameters to be passed to it, what is the correct syntax please? best, Graham