[flex_india:29134] Adding image to Flex Tree selected leaf node???

2010-03-12 Thread sundar
Hi All, I am working with flex tree component in which i have to add an arrow image for the selected leaf node. I tried to do this using itemclick event but cant make it. can you help me out in doing this??? -- You received this message because you are subscribed to the Google

Re: [flex_india:29135] How to display PDF in Web Application?

2010-03-12 Thread Khalid Chaudhary
For now I know only this, If I get anything else, I will let you know. On Thu, Mar 11, 2010 at 11:28 PM, dileep singh discover.dile...@gmail.comwrote: Thanks Khalid.But is there any other way apart from this?I got one example using IFrame. But that is little but confusing.Sometimes its works

Re: [flex_india:29136] my flex builder suddenly stopped compiling new mxml components

2010-03-12 Thread abhishek jain
Hi, There is one .actionscriptproperties file which need to be updated with new mxml file. Please check your mxml file entry is present in that file or not. Or, manually you can add mxml file from project-properties-flex modules I think this would help you. Thanks, Abhishek Jain On Thu, Mar 11,

Re: [flex_india:29137] How to display PDF in Web Application?

2010-03-12 Thread dileep singh
But how we can use AIR for web application? On Fri, Mar 12, 2010 at 10:03 AM, bo tang ttblmtang...@gmail.com wrote: PDF is AIR future ,Not Flash Player futures . so if you want load PDf content on the web , I think you should use the AIR instead FP On Fri, Mar 12, 2010 at 1:58 AM,

Re: [flex_india:29138] How to display PDF in Web Application?

2010-03-12 Thread dileep singh
Thanks Khalid On Fri, Mar 12, 2010 at 1:06 PM, Khalid Chaudhary chaudhary.kha...@gmail.com wrote: For now I know only this, If I get anything else, I will let you know. On Thu, Mar 11, 2010 at 11:28 PM, dileep singh discover.dile...@gmail.com wrote: Thanks Khalid.But is there any

[flex_india:29139] tabnavigator wrap label

2010-03-12 Thread Varun Bajaj
Dear All Greeting for the day, I am working with tabnavigator where i need to show some label which are quite long to show so i want to wrap them. Is there any way to wrap tab navigator label. Image attached for reference. Thank you. Varun Bajaj -- You received this message because you are

[flex_india:29140] Using Numeric validator urgent

2010-03-12 Thread Fehmina Kanuga
HI all, I have userId field... that filed should contain only number and its should be neither less than 6 and not more than 6 only 6 number digit should be there.. how do i achive it mx:NumberValidator id=eventTypeTxt required=true source={employeeid} property=text maxValue=6

[flex_india:29141] Re: Using Numeric validator urgent

2010-03-12 Thread FlexiSush
Hi, As u told u need it urgently i thought of putting some light into it. First thing is dont use NumberValidator in ur case. Instead use StringValidator; Ur code can be re-written as follows. mx:StringValidator maxLength=6 minLength=6 id=eventTypeTxt required=true source={employeeid}

[flex_india:29142] set tab focus dynamically

2010-03-12 Thread neethu n
Hi All, I have a form in which nearly 20 text Inputs and Radio Buttons are generated dynamically by getting the collection from the database n iterating it (i.e by reading from the database for the required fields). My problem is I'm not get the focus on all these components. I'm able to

Re: [flex_india:29143] Re: Using Numeric validator urgent

2010-03-12 Thread Fehmina Kanuga
Hey thanks for looking into it.. yes that worked On Fri, Mar 12, 2010 at 5:46 PM, FlexiSush sushant...@gmail.com wrote: Hi, As u told u need it urgently i thought of putting some light into it. First thing is dont use NumberValidator in ur case. Instead use StringValidator; Ur code

Re: [flex_india:29144] How to display PDF in Web Application?

2010-03-12 Thread bo tang
We can seting AIR app can be browser invoinvoke, but I do not it is enough for you ? On Fri, Mar 12, 2010 at 2:59 PM, dileep singh discover.dile...@gmail.comwrote: But how we can use AIR for web application? On Fri, Mar 12, 2010 at 10:03 AM, bo tang ttblmtang...@gmail.com wrote: PDF

[flex_india:29145] Advanced Data Grid(Tree Grid)

2010-03-12 Thread Srividhya
I have implemented TreeGrid Control. I need the column values to be edited (Text Area). Could anyone please help in this?I need which property/method to override to achieve this .. Please help me .. -- You received this message because you are subscribed to the Google Groups Flex India

Re: [flex_india:29146] set tab focus dynamically

2010-03-12 Thread Akshar Kaul
set the tab index property of the components in the order in which you want to navigate through them. Akshar Kaul On Fri, Mar 12, 2010 at 18:07, neethu n neethun...@gmail.com wrote: Hi All, I have a form in which nearly 20 text Inputs and Radio Buttons are generated dynamically by

Re: [flex_india:29147] Re: Flex Certification Price Info

2010-03-12 Thread Saurabh Narula
Hi, The cost of the exam (Adobe Flex 3 with AIR) in India is 50$. Thank you. Saurabh On Fri, Mar 12, 2010 at 1:02 AM, FlexiSush sushant...@gmail.com wrote: hi Anuradha, u can refer http://www.adobe.com/devnet/flex/articles/flex_certification.html regards,

[flex_india:29148] Re: Error in AdvancedDataGrid

2010-03-12 Thread VN
Hi, I think you are seeing a bug in groupingcollection class. If you have null vaues in grouping column you'll get this error. You have to use a custom groupingFunction. try this private function groupByGroupingFunction(data:Object,field:GroupingField):String { var

Re: [flex_india:29149] interview questions aditya birla anyone plZ discuss

2010-03-12 Thread Praveen Kumar Domma Raju
Hi, As I know, stages of flex component is :: preInitiliase() initiliase() createComplete() Correct me if am wrong !! Flex Experts, please give answer to above all qns , as I started reading flex fundamentals.. FYI :: working for adobe LC ES2 Thanks Praveen. -- You