[flexcoders] Repeater within a Repeater(Nested Repeaters) Issue

2009-01-16 Thread shakeb_sikander
Hi All
I spend Hours today but fail to find what exactly wrong with inner 
Repeater not binding any data and I could see only Outer repeater's 
data. I am attachig code for reference
Both repeater's dataprovider are arraycollection.

mx:Repeater id=rptCatagory 
dataProvider={Application.application.Catagory} 
mx:Label 
text={rptCatagory.currentItem.Name} 
data={rptCatagory.currentItem.Id} 
 
/
 
mx:Repeater 
id=rptItems dataProvider={myCollection} 

mx:Label text={rptItems.currentItem.Name} styleName=sectionHeader 
data={rptItems.currentItem.Id} /

/mx:Repeater
/mx:Repeater
Any Help on this is highly appretiable.

Thanks in Advance
SAS



[flexcoders] Re: Issue while opening a flex store project

2009-01-16 Thread shakeb_sikander
ThankYou Very Much :)
I did the same thing what you said and Got the FlexStore Dancing.

Thanks again, Great Help.

Bye

--- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote:

 Yes, this is not obvious.
 
 This is how I got the sample running...
 
 - Unzip the file to a directory of your choice.
 - Create a new Project in Flex Builder (I called it FlexStore).
 - Copy the assets, data, productsView and samples directories into 
the
 src directory of your Flex Builder Project.
 - Copy the beige.css, blue.css, HomeView.mxml, main.css,
 ProductsView.mxml and SupportView.mxml files into the src directory 
of
 your Flex Builder Project (Overwrite any files with the same name).
 - In Flex Builder right click on the beige.css file and in the
 contextual menu select Compile CSS to SWF. Do the same for 
blue.css
 and main.css.
 - Run the project.
 
 
 --- In flexcoders@yahoogroups.com, shakeb_sikander
 shakeb_sikander@ wrote:
 
  
  HI All, 
  My first Post here. I am new to Flex Hardly 10 days old. I want to 
  open the flexstore project in flex builder 3 and could not able to 
do 
  so.
  What I did: file-import- got the error msg as The folder 
does 
  not contain a valid Flex Builder Project.
  also tried file-import-general-. same error msg.
  I need your Help guys
  I downloaded the sample project from
  
http://examples.adobe.com/flex2/inproduct/sdk/flexstore/srcview/index.
  html
  
  Thanks in Advance
  SAS
 




[flexcoders] Issue while opening a flex store project

2009-01-15 Thread shakeb_sikander

HI All, 
My first Post here. I am new to Flex Hardly 10 days old. I want to 
open the flexstore project in flex builder 3 and could not able to do 
so.
What I did: file-import- got the error msg as The folder does 
not contain a valid Flex Builder Project.
also tried file-import-general-. same error msg.
I need your Help guys
I downloaded the sample project from
http://examples.adobe.com/flex2/inproduct/sdk/flexstore/srcview/index.
html

Thanks in Advance
SAS