[flex_india:29088] Action Script Programming

2010-03-11 Thread Akshar
i work in mxml currently and have a good command over it. Now i want to start coding in action script. what are the variuos tutorials or some good books that i should follow. i am looking forward to understand how we can create our own components in actionscript and what is the package structure.

[flex_india:29090] Re: BrowserManager setfragment issue

2010-03-11 Thread Akshar
can you share the code you are using. On Mar 11, 2:50 pm, Arindam Dhar arin.d...@gmail.com wrote: Hi, i have been trying to update the application browser url using the browserManager setfragment. It works fine when i run/debug the app from flexbuilder, but when I integrate the file with

[flex_india:29091] Re: Flex Certification Price Info

2010-03-11 Thread riaflexible
Mayur : Thanks for your inputs . Thanks, Satish On Mar 11, 12:03 pm, Mayur mayur.r...@gmail.com wrote: Satish, Price on Adobe site shown are not for India region, they applicable to other some regions, the fees  charged by PearsonVue on basis, from which region(e.g. country) you are going

Re: [flex_india:29092] Re: BrowserManager setfragment issue

2010-03-11 Thread Arindam Dhar
The code is pretty simple, in my Application creation complete i instantiate a class, and then call a method the class. The method has this which is very typical of any browserManager implementation, bm:IBrowserManager; = BrowserManager.getInstance(); bm.init(); var browserObj:Object =

Re: [flex_india:29093] Re: BrowserManager setfragment issue

2010-03-11 Thread Akshar Kaul
when you access from server does the url have # ? setFragment puts the string only after # Akshar Kaul On Thu, Mar 11, 2010 at 16:15, Arindam Dhar arin.d...@gmail.com wrote: The code is pretty simple, in my Application creation complete i instantiate a class, and then call a method the

Re: [flex_india:29094] Re: BrowserManager setfragment issue

2010-03-11 Thread Arindam Dhar
i thought setFragment adds string starting with #. Anyways ,I have forced # after url but still no luck ... On Thu, Mar 11, 2010 at 4:39 PM, Akshar Kaul akshar.k...@gmail.com wrote: when you access from server does the url have # ? setFragment puts the string only after # Akshar Kaul On

Re: [flex_india:29095] Re: BrowserManager setfragment issue

2010-03-11 Thread Akshar Kaul
try bm.init(,); Akshar Kaul On Thu, Mar 11, 2010 at 16:43, Arindam Dhar arin.d...@gmail.com wrote: i thought setFragment adds string starting with #. Anyways ,I have forced # after url but still no luck ... On Thu, Mar 11, 2010 at 4:39 PM, Akshar Kaul akshar.k...@gmail.comwrote: when you

Re: [flex_india:29096] Re: BrowserManager setfragment issue

2010-03-11 Thread Arindam Dhar
No luck :-( On Thu, Mar 11, 2010 at 4:46 PM, Akshar Kaul akshar.k...@gmail.com wrote: try bm.init(,); Akshar Kaul On Thu, Mar 11, 2010 at 16:43, Arindam Dhar arin.d...@gmail.com wrote: i thought setFragment adds string starting with #. Anyways ,I have forced # after url but still no

[flex_india:29097] Request for Sample White papers on Flex 3

2010-03-11 Thread kalavati singh
Hi All, I want to prepare a white paper on Flex 3 ( technology wise). Can any help me by providing samples or links , Regards Kalavati Singh -- 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:29099] Re: Wrap Text in lable

2010-03-11 Thread Surendra Kancherla
Use Text control width,height as 100% and put the Text control in any HBox or VBox container width and height as 100%. so that automatically text get wrapped into multiple lines. thanks, Surendra. On Mar 3, 2:52 pm, yogesh patel mailtoyogeshpa...@gmail.com wrote: Hi,     How to wrap text in

[flex_india:29100] how to change datagrid row color

2010-03-11 Thread flex
hi all, i am showing some data in datagrid using labelfunction. I want to check conditions if value is more than 10 , color of that row or column should be change . how can we do it? thank you. -- You received this message because you are subscribed to the Google Groups Flex India

Re: [flex_india:29101] Re: unvisible word Flex Data Visualization Trial

2010-03-11 Thread Fehmina Kanuga
HI, Professional version supportes Data visulization,but u need to purchase Flex builder professional edition cost is $25 per month On Wed, Mar 10, 2010 at 11:30 PM, FlexiSush sushant...@gmail.com wrote: Hi, use professional version of flex builder.. Regards,

[flex_india:29104] Re: RegExp help with syntax.

2010-03-11 Thread jemo
Well, Yes as I stated before this line is where my error was at. Looks like inverted the function; Line: if (token = regMetar.test()) should really have been: if (regMetar.test(token)) Got this from a referenced code on the wiki app that is in the Adobe site. I just read it wrong and I was

Re: [flex_india:29106] Flex Certification Price Info

2010-03-11 Thread Iyer Anuradha
Sorry its guidance for Adobe Flex 3.0 Certification. Thanks Anuradha On Thu, Mar 11, 2010 at 11:25 AM, riaflexible riaflexi...@gmail.com wrote: Hi Friends , I am planning to take the Flex 3 with Air certification , I was checking the price , it is confusing when checked in the Adobe site

Re: [flex_india:29103] Re: Loading large xml File

2010-03-11 Thread krishna chaitanya kambhampati
Hi Mossman, The XML is generated dynamically, I don't have control on it. On Thu, Mar 11, 2010 at 9:44 AM, mossman tawnkra...@gmail.com wrote: Hi, I recently had to solve something similar. For me the XML file was a lot larger ( 200+MB). The approach I took was to separate the xml file

Re: [flex_india:29105] Flex Certification Price Info

2010-03-11 Thread krishna chaitanya kambhampati
HI Riaflexible check the below link http://partners.adobe.com/public/ace/main.html On Thu, Mar 11, 2010 at 11:25 AM, riaflexible riaflexi...@gmail.com wrote: Hi Friends , I am planning to take the Flex 3 with Air certification , I was checking the price , it is confusing when checked in

[flex_india:29107] http POST with XML payload

2010-03-11 Thread Fredrick Roberts
Has anybody used Polldadday APIs with Flex , I have been trying to connect without success ? Any Ideas. http://polldaddy.pbworks.com/XML+API+Documentation -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send

[flex_india:29108] How to develop progress bar like youtube

2010-03-11 Thread krishna chaitanya kambhampati
Hi All I am developing video player. How I can develop a progress bar like YouTube (*which shows downloaded status and current player head position*) Thanks in advance. -- Thanks Regards, K. Krishna Chaitanya ARIJASOFT - HYD www.arijasoft.com -- You received this message because you are

[flex_india:29109] Doubt regarding the validators behaviour

2010-03-11 Thread Fehmina Kanuga
HI all, I have two fileds Name and Email. I have used string validator and email validator respectively.. its working fine for me :) current behaviour of validators is such that, if user has not entered name field. and he clicks on tab, so it goes to email filed... then red box is appearing on

Re: [flex_india:29110] Flex Certification Price Info

2010-03-11 Thread Iyer Anuradha
Hi Friends, can you please provide me guidance for the preparation of Adobe Flex 3.0 Thanks Anuradha On Thu, Mar 11, 2010 at 11:25 AM, riaflexible riaflexi...@gmail.com wrote: Hi Friends , I am planning to take the Flex 3 with Air certification , I was checking the price , it is confusing

Re: [flex_india:29112] Re: BrowserManager setfragment issue

2010-03-11 Thread Akshar Kaul
You said it was working from flex builder. Try copying the main html file from flex builder to your server. Maybe it has got something to do with your html file. On Thu, Mar 11, 2010 at 16:51, Arindam Dhar arin.d...@gmail.com wrote: No luck :-( On Thu, Mar 11, 2010 at 4:46 PM, Akshar Kaul

Re: [flex_india:29114] Doubt regarding the validators behaviour

2010-03-11 Thread Akshar Kaul
try using validator name.validate() in the creationComplete handler. Akshar Kaul On Thu, Mar 11, 2010 at 11:15, Fehmina Kanuga whitepearl.fehm...@gmail.comwrote: HI all, I have two fileds Name and Email. I have used string validator and email validator respectively.. its working fine for

Re: [flex_india:29116] Request for Sample White papers on Flex 3

2010-03-11 Thread krishna chaitanya kambhampati
Hi Kalavati, Here are some white papers links http://www.adobe.com/uk/products/flex/whitepapers/ http://www.deitel.com/ResourceCenters/Programming/AdobeFlex/AdobeFlexWhitePapers/tabid/1698/Default.aspx

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

2010-03-11 Thread pradeep gorijavolu
Hello Vaibhav, I have done wht you told like.. I inovked this method getDocumentChildrens(mainVbox,VBox); and i got all the childrens in the array now i want iterate them and apply new operator for that like this i m doing for each(obj in arrChilds){ var new_obj = obj;

Re: [flex_india:29119] how to change datagrid row color

2010-03-11 Thread Venkat
hi, we have to put alternatingItemColors=[#cc,#ff] in the datagrid. I think this may help you mx:DataGrid dataProvider={mydata} alternatingItemColors=[#cc,#ff] thanks and Regards, venkat.R On Thu, Mar 11, 2010 at 1:05 PM, flex flexg...@gmail.com wrote: hi all, i am

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

2010-03-11 Thread Vaibhav Seth
Hi, You dont need to make a new object. You have the references in the array. Just filter the controls you want, for eg. if(arrChilds[i] is TextInput) arrChilds[i].text = ; if(arrChilds[i] is ComboBox) arrChild[i].selectedIndex = 0; Like this just filter the controls and reset their

Re: [flex_india:29121] Action Script Programming

2010-03-11 Thread Tino Dai
http://livedocs.adobe.com/flex/*3*/progAS_flex3.*pdf* -Tino On Thu, Mar 11, 2010 at 4:24 AM, Akshar akshar.k...@gmail.com wrote: i work in mxml currently and have a good command over it. Now i want to start coding in action script. what are the variuos tutorials or some good books that i

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

2010-03-11 Thread Khalid Chaudhary
Hello Dileep, Try this link : http://flexpaper.devaldi.com/docs.html Regards Khalid On Thu, Mar 11, 2010 at 2:28 PM, dilu discover.dile...@gmail.com wrote: Hi All, I want to load PDF content in web application not in AIR. On the livedocs documentation is available for AIR not for

[flex_india:29123] Re: Help needed in formatting Date

2010-03-11 Thread FlexiSush
Hi friends, Thanks alot for the inputs given by u. It is working fine for me now.. I could convert 25-Mar-2010 to Date object. I didnt use parseFunction. I didnt split the string either. I used a combination of DateFormatter and DateField to achieve this. Thanks once again for your

[flex_india:29124] Re: Flex Certification Price Info

2010-03-11 Thread FlexiSush
hi Anuradha, u can refer http://www.adobe.com/devnet/flex/articles/flex_certification.html regards, http://flexphpworld.wordpress.com/ On Mar 11, 11:05 am, Iyer Anuradha iyeranuradh...@gmail.com wrote: Hi Friends, can you please provide me guidance for the preparation of Adobe

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

2010-03-11 Thread dileep singh
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 sometimes not. Regards Dileep On Thu, Mar 11, 2010 at 10:52 PM, Khalid Chaudhary chaudhary.kha...@gmail.com wrote: Hello Dileep, Try this link :

[flex_india:29129] Re: Error in AdvancedDataGrid

2010-03-11 Thread Akshar
check that your dataprovider is properly formatted for the datagrid. On Mar 11, 11:45 pm, mohneesh mohnee...@gmail.com wrote: Hi Everyone, I am exploring AdvancedDataGrid's Grouping Collection and has been experiencing a problem which is very inconsistent. This problem occurs when I change

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

2010-03-11 Thread deepa
Hi, I have been using flex builder for 2 yrs now. Today i had to setup a new project. After setting up the project when I try creating a new MXML component in my existing project, flex builder does not compile this particular component. I tried creating the MXML components in other projects in

[flex_india:29131] Re: how to change datagrid row color

2010-03-11 Thread NIRMAL SINGH
Hi, We can achieve it using itemrender in below mentioned way not sure about labelfunction. == Renderclass ColorLable.mxml

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

2010-03-11 Thread bo tang
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, dileep singh discover.dile...@gmail.comwrote: Thanks Khalid.But is there any other way apart from this?I got one example

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

2010-03-11 Thread Akshar Kaul
you must use this component for it to be compiled. Akshar Kaul On Fri, Mar 12, 2010 at 10:36, deepa sriann...@gmail.com wrote: Hi, I have been using flex builder for 2 yrs now. Today i had to setup a new project. After setting up the project when I try creating a new MXML component in my