Hi All, Actually m migrating my application from flex1.5 to flex 2 : In Flex 1.5 the code was somewat like this: generated\service\BulkCrudService.mxml(56): Warning: variable '__call' has no type declaration. var __call /*: PendingCall*/ ; This variable we are using in service files,just to store how many pending calls are there.
In flex 2 ,this code is giving me a warning as now variable should have its type. So as per the code in flex 1.5 the class mx.remoting.PendingCall; is nto there in flex 2 ,so what should i use instead of PendingCall class. If anyone has any idea ,plz reply. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

