RE: [flexcoders] Unable to detect changes to variable

2006-01-30 Thread Deepa Subramaniam
. From: flexcoders@yahoogroups.com on behalf of Joan Tan Sent: Mon 1/30/2006 5:58 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Unable to detect changes to variable You need to make the variable bindable. Try this: // variables [Bindable] public var perPage:Number = 6; [Bindable

RE: [flexcoders] Unable to detect changes to variable

2006-01-30 Thread Joan Tan
You need to make the variable bindable. Try this:   // variables [Bindable] public var perPage:Number = 6;   [Bindable] public var page:Number = 1;   Joan   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Albert Sent: Monday, January 30,