dispatch usage versus send

2013-07-26 Thread Thomas McGrath III
I am trying to figure out the 'correct' use of dispatch: I first set up a lot of details in an iOS app on launch. I load some text files and populate some custom props for use throughout the app. After that I want to load the appropriate fields and other aspects of the app from those custom

Re: dispatch usage versus send

2013-07-26 Thread Mark Wieder
Thomas McGrath III mcgrath3@... writes: I am using this code now: on openstack loadCustomPropsFromFile dispatch loadAllUsers to card Users of this stack if it is handled then dispatch loadCurrentUser to card Users of this stack if it is handled then