Re: [flexcoders] Best Practice when using IViewCursor?

2006-12-27 Thread Carlos Rovira
Thanks Dmitry, I'm already using those methods. The problem is that I want to use a Button and set a binding in the "enabled" property something like enabled="{myCursor.beforeFirst}" But this is useless since I must go outside the collection to make the button enalbed or not. I want the "previ

Re: [flexcoders] Best Practice when using IViewCursor?

2006-12-27 Thread Dmitry Kochetov
Carlos Rovira wrote: > Hi, > > I'm trying to find the best practice to use with IViewCursor interface > and a pair of buttons to walk the collection ( "previous" and "next" > buttons). > I want these buttons to enable/disable through binding but I only > found two properties "afterLast" and "bef

[flexcoders] Best Practice when using IViewCursor?

2006-12-27 Thread Carlos Rovira
Hi, I'm trying to find the best practice to use with IViewCursor interface and a pair of buttons to walk the collection ( "previous" and "next" buttons). I want these buttons to enable/disable through binding but I only found two properties "afterLast" and "beforeFirst" that doesn't do what I wan