RE: [flexcoders] Re: Explain override public function

2009-01-25 Thread Alex Harui
If your override is exactly as you posted: override public function set data(value:Object):void { } then the override never passed the value to the base class implementation so the value wasn't stored and the debugger will read from the get data() function and show you a null. In the base

Re: [flexcoders] Repeater Selected Index

2009-01-25 Thread Haykel BEN JEMIA
If tab2 is selected then you should see the content of tab2. If you are seeing the content of tab1, then it seems like after refresh you are putting the data of tab1 in tab2. What happens when you select the other tabs when you are in this situation after refresh? Are the tabs displaying the

[flexcoders] Maintaining Login Data in Flex

2009-01-25 Thread stinasius
Hi guys i came across a very nice post on Maintaining Login Data in Flex and since i was working on a project that required authentication using a coldfusion backend and a database, this post caught my eye. how do use the following class to maintain login data and access it from anywhere in my