Re: [flexcoders] RemoteObject call results into a bindable var not updating...

2006-06-15 Thread Abdul Qabiz
recordID is untyped, could it be the reason? var recordID:uint = 0;Check if it works ?-abdulOn 6/15/06, Doug Arthur < [EMAIL PROTECTED]> wrote: Hi, I'm trying to call a cfc and put the results into a bindable public var and use that on the page. But the problem is t

[flexcoders] RemoteObject call results into a bindable var not updating...

2006-06-15 Thread Doug Arthur
Hi, I'm trying to call a cfc and put the results into a bindable public var and use that on the page. But the problem is that when I call the method on the cfc, it doesn't put the value into the var immediately as expected... Here's the code, maybe that'll be more helpful:      source="flex