[flex_india:29541] random xy placement of assets(images of different sizes) in canvas

2010-04-03 Thread Tajinder sandhu
Please anybody help me,random xy placement of assets in canvas I have an arraycollection of images(each having different size) that I would like to randomly place on the canvas which I've figured out,So i need a script that can maintain horizontal and vertical gap properly and use maximunm availa

[flex_india:29540] Insert a Table

2010-04-03 Thread vasanth
Hi, I have a requirement to insert a table in flex. Can we create a table in flex 3 and display it?? If anyone worked on this please let me now -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to

[flex_india:29538] Repeater Refresh

2010-04-03 Thread Shreyas
Hi, I am using a Repeater whose data provider is an Array Collection [static and bindable]. When I edit / delete the items of the Array Collection in another component (the reason the AC is static), how can I refresh the Repeater to show the modified values? -- You received this message because

[flex_india:29539] CheckBox label text not wrapping

2010-04-03 Thread prashant waykar
Hello Friends, can someone please help me out with the checkbox component as it is not wrapping the label text and there is no multi line property for it. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this

Re: [flex_india:29537] Re: Initializing Values for Components to be shown in a Popup

2010-04-03 Thread shalu popli jain
I think if you want to initialize it, then first create an object of the component, set the properties and then create popup using the instance of component. On Fri, Apr 2, 2010 at 10:29 PM, Shreyas wrote: > Well, I could solve it using a static variable. > > Are there any better ways? > > On Ap

Re: [flex_india:29536] Re: Initializing Values for Components to be shown in a Popup

2010-04-03 Thread Gaurav Srivastava
Even i do. Make bindable getter and setter for the property you want to update. Seeing the error which you have mentioned - are you passing reference of this component somewhere in your application? Seems some incompatible data-type is throwing this error. - Gaurav. On Sat, Apr 3, 2010 at 3:13 A