Re:[flexcoders] Re: remoting problem

2011-08-26 Thread valdhor
So, did you try defining a variable in the top application of that type? You don't have to use it in the top application. --- In flexcoders@yahoogroups.com, j2me_soul wrote: > > I try to use strongly type to cast my varaible. > But I don't have this type of the varaible in the top application.

Re:[flexcoders] Re: remoting problem

2011-08-25 Thread j2me_soul
I try to use strongly type to cast my varaible. But I don't have this type of the varaible in the top application. I use them in the itemrenderer. eztDoctor = data as EztDoctor; if( eztDoctor != null ){// here is always null docName = eztDoctor.DName; price = eztDoctor