[flexcoders] wait for service call to end

2008-11-21 Thread saltzmanjoelh
I am trying to make a formatter for a column. So i call my format method. format method should call my service to get the category from the DB return the category name then, the category service sets the category var on results If i try this it doesnt wait for the categoryService thread to fini

RE: [flexcoders] wait for service call to end

2008-11-22 Thread Tracy Spratt
invoke send. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of saltzmanjoelh Sent: Friday, November 21, 2008 1:35 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] wait for service call to end I am trying to make a