[flex_india:29018] convert to XML structure

2010-03-09 Thread reji
Hi all, I need to convert below array into xml strcuture private var masterData:Array = [ { Id: 122, Cid:c001, children:[ [ {slno:1, name:AAA},

[flex_india:29019] right click

2010-03-09 Thread cholid ridwan
Hi all i need right click in my flex can any body give me info? thanks regards -- 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_in...@googlegroups.com. To unsubscribe from this group, send email to

[flex_india:29022] Regarding Sort in Tree

2010-03-09 Thread Manikandan S
Hi, Is any one have know how to sort the tree (which has hierarchical structure) in Flex 3. I have set tree dataprovider as XML. -- Regards, Manikandan.S -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send

Re: [flex_india:29024] right click

2010-03-09 Thread krishna chaitanya kambhampati
Hi Cholid, check *ContextMenu * On Tue, Mar 9, 2010 at 2:52 PM, cholid ridwan choli...@gmail.com wrote: Hi all i need right click in my flex can any body give me info? thanks regards -- You received this message because you are subscribed to the Google Groups Flex India Community

Re: [flex_india:29020] Re: Numeric field validaton

2010-03-09 Thread Fehmina Kanuga
HI all, thank you very much.. that worked for me.. But one more query...cant we have any alert...to guide user that we need only integer values... On Mon, Mar 8, 2010 at 5:54 PM, FlexiSush sushant...@gmail.com wrote: hey no need to use any validator. just use restrict property of TextInput

[flex_india:29025] Uploaded image as background

2010-03-09 Thread sujatha
Hi, I have to apply the uploaded image as background for canvas or any component.I searched in google,but they have provided the solution for flex sdk 4 and flash payer 10. Can any one tell me the solution how to achieve this using flex sdk 3 and flash player 9.I want this very urgent. -- You

[flex_india:29021] Microphone issue

2010-03-09 Thread initpixel
Hi all Is it possible to check if microphone is connected or not in flex ? I have an audio chat application that should not allow the user to start chat unless a microphone is connected. ActivityLevel isnt really helpful since it gets non null values even if a microphone is not connected. any

[flex_india:29023] Need to filter UTF-8 supported characters from string

2010-03-09 Thread vipul aggarwal
Hello All, I have a string of which contains lots of special characters from different standerds. I want to filter the string and want only those characters which are supported by UTF-8. Does anyone have any idea for this? My sample string is-

[flex_india:29026] Re: right click

2010-03-09 Thread reji
Hi cholid ridwan, Actualy i worked out right click option on top of data grid using ContextMenuItem . But i dnkw ur requirement. On Mar 9, 2:22 pm, cholid ridwan choli...@gmail.com wrote: Hi all i need right click in my flex can any body give me info? thanks regards -- You received

Re: [flex_india:29027] Wrap Text in lable

2010-03-09 Thread Fehmina Kanuga
HI yogesh, its not possible to wrap text in label or text input filed as they dont suport multiline property. even if u will add more text , your label will appear elliptical in shape. Better go for textinput.. and use wordWrap = true hope this helps On Wed, Mar 3, 2010 at 3:22 PM, yogesh patel

[flex_india:29028] how can i install air app on android

2010-03-09 Thread krishna chaitanya kambhampati
Hi All, how can i install air app on android -- Thanks Regards, K. Krishna Chaitanya ARIJASOFT - HYD www.arijasoft.com -- 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_in...@googlegroups.com.

Re: [flex_india:29029] Re: Numeric field validaton

2010-03-09 Thread Fehmina Kanuga
hi all, when i m not entering any data and hittting the remote object on flex side i m getting exception... however if i m entering digits its working fine... On Tue, Mar 9, 2010 at 2:24 PM, Fehmina Kanuga whitepearl.fehm...@gmail.com wrote: HI all, thank you very much.. that worked for

[flex_india:29037] Re: Remove horizontal scroll bar in a datagrid row

2010-03-09 Thread Akshar
use horizontalscrollpolicy = off On Mar 9, 8:10 pm, pradeepflex pradeepflex.gr...@gmail.com wrote: Hello Friends, Please help me out this one i have crossed all the possibilities with this datagrid I have used one custom item renderer like this ?xml version=1.0 encoding=utf-8?

[flex_india:29038] Re: Remove horizontal scroll bar in a datagrid row

2010-03-09 Thread Akshar
hbox horizontalscrollpolicy=off / On Mar 9, 8:16 pm, Akshar akshar.k...@gmail.com wrote: use horizontalscrollpolicy = off On Mar 9, 8:10 pm, pradeepflex pradeepflex.gr...@gmail.com wrote: Hello Friends, Please help me out this one i have crossed all the possibilities with this datagrid

Re: [flex_india:29032] Need help to install Flex 3.0

2010-03-09 Thread Kiran Kumar Vasireddy
You can download flex builder trail version , it takes care of every thing http://www.adobe.com/products/flex/features/flex_builder/ On Tue, Mar 9, 2010 at 6:56 AM, Iyer Anuradha iyeranuradh...@gmail.comwrote: Hi All, Dear friends can you please guide me how to install Adobe Flex 3.0.

Re: [flex_india:29035] Need help to install Flex 3.0

2010-03-09 Thread dileep singh
What problem you are facing while installing? Regards Dileep On Tue, Mar 9, 2010 at 5:26 PM, Iyer Anuradha iyeranuradh...@gmail.comwrote: Hi All, Dear friends can you please guide me how to install Adobe Flex 3.0. and all configurations related to it. its very urgent. Thanks Anuradha

Re: [flex_india:29034] Wrap Text in lable

2010-03-09 Thread krishna chaitanya kambhampati
There is not wrap text property for label *Use Text* control *or* use *truncateToFit *property for Label to display the label On Tue, Mar 9, 2010 at 5:29 PM, Iyer Anuradha iyeranuradh...@gmail.comwrote: in properties we have an option wraptext = true/false make it true. i hope it will work

Re: [flex_india:29031] Wrap Text in lable

2010-03-09 Thread Iyer Anuradha
in properties we have an option wraptext = true/false make it true. i hope it will work On Wed, Mar 3, 2010 at 2:22 PM, yogesh patel mailtoyogeshpa...@gmail.comwrote: Hi, How to wrap text in lable? -- Thanks Regards, Yogesh Patel -- You received this message because you are

Re: [flex_india:29033] reset all the components in the viewstack

2010-03-09 Thread pradeep gorijavolu
i have not defined in test1,but i thought reload is the some default method which will refresh the components, If not I define that i need to call all my components manually or any other alternative for reloading the view stack components? Regards, Pradeep On Tue, Mar 9, 2010 at 10:25 AM,

[flex_india:29036] Remove horizontal scroll bar in a datagrid row

2010-03-09 Thread pradeepflex
Hello Friends, Please help me out this one i have crossed all the possibilities with this datagrid I have used one custom item renderer like this ?xml version=1.0 encoding=utf-8? mx:HBox xmlns:mx=http://www.adobe.com/2006/mxml; width=100% paddingTop=7 implements=mx.core.IFactory mx:Script

[flex_india:29039] Re: Numeric field validaton

2010-03-09 Thread FlexiSush
Hi, can u plz elaborate what kind of exception u r getting?? Regards, http://flexphpworld.wordpress.com/ On Mar 9, 2:34 pm, Fehmina Kanuga whitepearl.fehm...@gmail.com wrote: hi all, when i m not entering any data and hittting the remote object on flex side i m getting exception...

[flex_india:29040] Re: Need help to install Flex 3.0

2010-03-09 Thread FlexiSush
Hi, R u trying to install flex builder?? If so then download trial version of it from Adobe website or if u have professional version of it then double click on setup which will take u to user friendly installation screen. Choose proper drive for installation. Once done enter serial key. If u

[flex_india:29041] Re: reset all the components in the viewstack

2010-03-09 Thread FlexiSush
hi, Your code is: if(event.newIndex==1) { var obj:test1 = VS1.getChildByName(“test1″) as test1; obj.reload(); } Comment: This code will give the compile time error told by u bcoz the class ‘test1′ doesn’t have reload() method defined. Make sure that u have reload() method defined in class ‘test1′.

[flex_india:29042] Re: reset all the components in the viewstack

2010-03-09 Thread FlexiSush
Hi, reload() is not the default method. It is a user defined method. It will not refresh all the components of ViewStack. U need to call the components manually.. Regards, http://flexphpworld.wordpress.com/ On Mar 9, 7:29 pm, pradeep gorijavolu pradeepflex.gr...@gmail.com wrote: i have not

Re: [flex_india:29043] Re: reset all the components in the viewstack

2010-03-09 Thread Vaibhav Seth
I also think so, there is no built in feature that you can use to rest all the children components of the viewstack or any view at once. try using the function : http://groups.google.com/group/flex_india/browse_thread/thread/e58a46afef9d927e/91fd053f52f1ee67?hl=enq=#91fd053f52f1ee67 It will

[flex_india:29044] How do build flex3 in Eclipse

2010-03-09 Thread Jeyaraman R
Hi buddy, i have installed flexbuilder3 in my system. right now i want build a FB3 in eclipse. how do build that in eclipse otherwise give the flex plugin to build in eclipse. anyone can help me to do tat. Thanks, Jeyaraman -- You received this message because you are subscribed to the

[flex_india:29045] Re: Numeric field validaton

2010-03-09 Thread NIRMAL SINGH
For guiding user through alert to enter proper value use invalid event of NumberValidator as shown in code below. = ?xml version=1.0 encoding=utf-8? mx:Application

Re: [flex_india:29046] Re: Remove horizontal scroll bar in a datagrid row

2010-03-09 Thread pradeep gorijavolu
Thanks for the answer it is fine for me now, But the actual requirement is i need to set the width based on the data present in the data grid.. If you know about this please let me know Regards, Pradeep On Tue, Mar 9, 2010 at 8:47 PM, Akshar akshar.k...@gmail.com wrote: hbox

Re: [flex_india:29047] Re: Numeric field validaton

2010-03-09 Thread Fehmina Kanuga
HI, i am getting ADDRFPDES as NULL and on backend which is MYsql i m getting sqlRecoverable exception... On Wed, Mar 10, 2010 at 12:19 AM, FlexiSush sushant...@gmail.com wrote: Hi, can u plz elaborate what kind of exception u r getting?? Regards, http://flexphpworld.wordpress.com/ On Mar

Re: [flex_india:29048] Data Visualization

2010-03-09 Thread Fehmina Kanuga
HI, the question that was asked to me are : 1.I have data grid populated with Data,how can i make it availabe for chart... 2.How can u provide tree like navigation in ADG a -b_c like that 3. Difference between Olap data grid and ADG..(They gave me some scnario) cannot recollect it now... On Fri,

[flex_india:29051] Re: Wrap Text in lable

2010-03-09 Thread Hari Narayanan
Label doesn't support multilne property. To use a multiline label extend the label control . Override the function createChildren(), create a UITextField to display the label and set multiline property to true. Sample Code /

Re: [flex_india:29050] Re: Numeric field validaton

2010-03-09 Thread Fehmina Kanuga
Hi, let me explain in detail. I have one MXML... with overallRFP value as one field(this fied is not required) but if at all user is entering data, then he should enter only numeric fields. Using restrict property for textinput...its not allowing me enter any non-numeric data(that working fine)

[flex_india:29053] right click (view source)

2010-03-09 Thread cholid ridwan
HI all any one know where is script right click to view source in flex? and how to unactive it, and how to add more thanks regards -- 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:29054] Re: Numeric field validaton

2010-03-09 Thread Akshar
i think this is due to some problem with the database logic, not on the flex side. check if you have set the corresponding database column as not null. On Mar 10, 8:21 am, Fehmina Kanuga whitepearl.fehm...@gmail.com wrote: Hi, let me explain in detail. I have one MXML... with overallRFP value