[flex_india:33702] Re: How to remove the controls added in a Panel titleBar in Flex3

2011-05-10 Thread Ravi Mishra
Hi Madhavi, I think, you can run a loop through the children of the panel and then you can keep on removing the children/components you want to remove. HTH, Ravi Mishra http://achieveravi.blogspot.com On May 5, 7:29 pm, madhavi chinni wrote: > Hi, > > I added few controls to the Panel

[flex_india:33372] Re: Error #1090: XML parser failure: element is malformed

2011-03-31 Thread Ravi Mishra
Hi Ratna, try to open your XML in the internet explorer and you will come to know, where the XML is getting malformed. -Ravi http://achieveravi.blogspot.com On Mar 29, 5:51 pm, Santosh wrote: > Hi, > share the xml file that you are parsing i think the problem might be > with incorrect syntax(No

[flex_india:32265] Re: HTTP Post - Dynamic Name/Value pairs

2010-12-07 Thread Ravi Mishra
Hi Nilesh, This is the correct approach. Initally your code was assigning to 'name' property of 'variables', therefore the 'key' always was 'name' in that case. But now it will have different key-value pairs. -Ravi Mishra http://achieveravi.blogspot.com

[flex_india:32264] Re: Selectable Label

2010-12-07 Thread Ravi Mishra
Hi Ravindra, You could use Text in place of Labels. Text component has inbuilt selectable property with it. -Ravi Mishra http://achieveravi.blogspot.com On Dec 3, 2:45 pm, Ravindra Kumar Challagandla wrote: > Hi, Hope someone know the solution for the below problem. > > Throug

[flex_india:31848] Re: Wierd issue facing in Flex 3

2010-10-27 Thread Ravi Mishra
This really sounds weird. Can you pls share your code. -Ravi Mishra http://achieveravi.blogspot.com On Oct 27, 10:15 pm, vishal lad wrote: > Hi Friends, >  I am facing a very wierd issue in Flex 3.I have an Application in which I > have a tabbar.In one of the tab I have text box.The p

[flex_india:31771] Re: issue with using web service "http://www.aswinanand.com/sendsms.php?wsdl"

2010-10-18 Thread Ravi Mishra
Try changing {'9023727824'} {''} To 9023727824 This should work fine. HTH, -Ravi Mishra http://achieveravi.blogspot.com On Oct 18, 9:46 am, nithya flex wrote: > post your web service calling code. > > On Fri, Oct 15, 2010 at 11

[flex_india:31734] Re: issue with using web service "http://www.aswinanand.com/sendsms.php?wsdl"

2010-10-12 Thread Ravi Mishra
If you are getting the response back from webservice to flex then there seems no problem with your flex code. Check on the webservice end. -Ravi Mishra http://achieveravi.blogspot.com On Oct 13, 9:11 am, atul parihar wrote: > When i run this application from flex builder responce is message

[flex_india:31723] Re: the selected cell of datagrid changed to red colour

2010-10-12 Thread Ravi Mishra
Use itemeditors. set background color of itemeditor component to red and set editable=false. Hope this helps. -Ravi On Oct 12, 8:21 am, Sidhu Vijay Sidhu wrote: > go for itemrenderer for particular coloumn... > > On Sun, Oct 10, 2010 at 10:16 AM, amit pathak wrote: > > Hi, > > > I have a dataG

[flex_india:31140] Re: Type casting between object and Value Object is failing

2010-08-15 Thread Ravi Mishra
Hi Madhur, How are you converting the object to valueObject? What is the structure of the object returned from remote service and what is the structure of your value object? Both of them should have same structure, then you can use "alias" meta data to map one to another. -Ravi http://achieveravi

[flex_india:30856] Re: DateField inside combobox

2010-07-26 Thread Ravi Mishra
Hi Malek, I think you could use DateField as an itemrenderer for your combobox items to achieve that. HTH, -Ravi http://achieveravi.blogspot.com On Jul 27, 10:56 am, Malek S wrote: > HI All, > I need your help in writing custom component > > my Requirment is > i have combobox i want to populat

[flex_india:30705] Re: ChangeWatcher.canWatch always returns false

2010-07-12 Thread Ravi Mishra
I executed this code on my machine and it is returning 'true' :-) -Ravi http://achieveravi.blogspot.com On Jul 10, 10:39 am, Pranav Negandhi wrote: > Here's a bare-bones script I've written to understand how ChangeWatcher > works. > > > http://www.adobe.com/2006/mxml"; > creationComplete="this.

[flex_india:30685] Re: swf not updating

2010-07-09 Thread Ravi Mishra
Rebooting your machine should help. -Ravi http://achieveravi.blogspot.com On Jul 9, 3:44 pm, Flexitechy wrote: > Dear All, >       I am in a big problem for the last two days. Problem my swf is > not updating to any changes. I tried clean the solution, IE several > times. Please help me.. > > la

[flex_india:30645] Re: Select All record in Data Grid

2010-07-06 Thread Ravi Mishra
Hi Amit, It's simple, just set allowMultipleSelection = true in your datagrid. and then pass the array of indices of all the items of your datagrid to selectedIndices property of datagrid. HTH, -Ravi http://achieveravi.blogspot.com On Jul 6, 11:18 pm, amit pathak wrote: > Hi All, > > I am new

[flex_india:30003] Re: is as3 supports Method overloading like java?

2010-05-12 Thread Ravi Mishra
Private constructors dont exist in AS3. -Ravi http://achieveravi.blogspot.com On May 11, 12:58 pm, bhasker chari wrote: > Does a private constructor exists in AS3..? I think it will exist in > AS2...Is it so...? > > On May 10, 10:12 am, "gds.anand85" wrote: > > > > > Hi Kamal, > > > Actually Me

[flex_india:30002] Re: FxDiary a new AIR application

2010-05-12 Thread Ravi Mishra
Great job kishore!!! -Ravi http://achieveravi.blogspot.com On May 11, 12:07 am, veeru rahul wrote: > Reallly cool Kishore. > > App looks too good and useful too. > > Would you mind in sharing the code? > > Thanks, > Veeru > > On Mon, May 10, 2010 at 11:57 PM, kishore.v wrote: > > > > > Hi Guy's

[flex_india:29428] Re: Problem - Cairngorm

2010-03-29 Thread Ravi Mishra
Hi Gaurav, I am not sure why this happens, but if you see it carefully, the flow stops at fault method at the very first time but as you move ahead pressing F6, you will find that flow does not go inside fault method and it just skips the fault method for the first time. So you dont have to worry

[flex_india:28589] Re: Export to excel

2010-02-16 Thread Ravi Mishra
You can use as3xls library and can take advantage of flash player 10 which will allow you to write xls files from Flex. -Ravi http://achieveravi.blogspot.com On Feb 17, 10:33 am, nithya flex wrote: > No in flex web application u cannot write to file, go For Air > > On Tue, Feb 16, 2010 at 3:53 P

[flex_india:28576] Re: Webservice Issue

2010-02-16 Thread Ravi Mishra
Can you share your flex code? -Ravi On Feb 16, 5:41 pm, nd wrote: > Hi All, > I am getting a very weird problem regarding calling a webservice from > Flex. > Here is the problem > >  the call from Flex is not sending all parameters of the request : > > eg: > > >   >       ABC >       ABC >

[flex_india:28550] Re: radio Button renderer problem in datagrid

2010-02-16 Thread Ravi Mishra
> how can i update the dataprovider when i scroll the grid... > > please let me know the solution asap > > Regards, > Pradeep > > On Tue, Feb 16, 2010 at 11:14 AM, Ravi Mishra wrote: > > > Hi Pradeep, > > > You have to update your dataprovider o

[flex_india:28548] Re: radio Button renderer problem in datagrid

2010-02-15 Thread Ravi Mishra
Hi Pradeep, You have to update your dataprovider on the selection of radiobutton. -Ravi http://achieveravi.blogspot.com On Feb 16, 10:17 am, nithya flex wrote: > selection of row change or selection of radio button is changed? > > On Tue, Feb 16, 2010 at 10:18 AM, pradeepflex > wrote: > > > Hi

[flex_india:28525] Re: m now an "Adobe certified expert" :)

2010-02-15 Thread Ravi Mishra
Congratulations gaurav! -Ravi On Feb 15, 10:07 am, Priyanka Rani wrote: > hi gaurav > congracs! > I have just started learning flex through net.can u tell more about ur > certification,importance of flex,books to learn flex,area in which flex can > be more helpful. > with regards > rani -- You

[flex_india:28524] Re: Getting Item Index using Data Field

2010-02-14 Thread Ravi Mishra
Try using ArrayCollections. There is a method called getItemIndex(item:Object), you can use this method. HTH, -Ravi http://achieveravi.blogspot.com On Feb 15, 12:02 pm, "pradeep.pa...@gmail.com" wrote: > Hi > I have a doubt on Arrays. > I have some thing like this: > memberNamesCollection:array

[flex_india:28239] Re: how to access array items when an object is added to it

2010-02-03 Thread Ravi Mishra
Try this: for each(var item:Object in arrTags){ // Your code } Hope this helps -Ravi http://achieveravi.blogspot.com On Feb 3, 3:00 pm, krishna2004 wrote: > hi, > > [Bindable]public var arrTagInfo:ArrayCollection=new ArrayCollection(); > [Bindable]public var arrTags:ArrayCollection=new ArrayC

[flex_india:28194] Re: very urgent ..pls help me

2010-02-02 Thread Ravi Mishra
What difficulty are you facing? -Ravi http://achieveravi.blogspot.com On Feb 2, 4:18 pm, ravi kanth wrote: > I need to develop the application like the attachment. > > so please help me  how to do this. > > thanks, > Ravi > >  Prophecy Exec Report.ppt > 283KViewDownload -- You received this me

[flex_india:26223] Re: binding between two compoents?

2009-10-30 Thread Ravi Mishra
This is because you are assigning value to the string in Canvas in creationComplete event and in panel you are just creating and instance of Canvas component. It will not trigger the creationComplete event of Canvas component. To achieve this, you have to add your canvas component inside the Panel

[flex_india:26220] Re: Building custom components Library

2009-10-30 Thread Ravi Mishra
I agree with Rishi. Create a flex library project and put all your component files in it and then compile it to SWC. -Ravi http://achieveravi.blogspot.com On Oct 30, 1:26 pm, rishi narang wrote: > i think creating a flex library project can be a good idea > > On Fri, Oct 30, 2009 at 1:16 PM, Fl

[flex_india:25878] Re: Successfully passed Adobe Flex 3 and AIR exam (9A0-082)

2009-10-13 Thread Ravi Mishra
Congrats Anand! -Ravi On Oct 14, 7:51 am, "kishore.v" wrote: > Great and Congratulations Anand. :) > > Kishore.V > > On Oct 13, 10:20 am, adi reddy wrote: > > > Congratulation Anand , Good luck. --~--~-~--~~~---~--~~ You received this message because you are

[flex_india:25696] Re: Flex with .Net

2009-10-06 Thread Ravi Mishra
Hi Ram, Check out the link as follows: http://aspexamples.adobe.com/ might help you with Flex and .Net communication. -Ravi http://achieveravi.blogspot.com On Oct 6, 9:34 am, Ramkumar wrote: > Hi All, > We have the application on .Net and we have to replace the asp pages with > flex UI. > I a

[flex_india:25412] Re: hitTest or HitArea example in flex

2009-09-22 Thread Ravi Mishra
Hi Amit, Try the following: http://www.adobe.com/2006/mxml"; layout="absolute" click="hitTestMethod(event)"> HTH, -Ravi http://achieveravi.blogspot.com On Sep 21, 11:58 am, amit doshi wrote: > Hi, > >         I am looking for an example in which if the it

[flex_india:25411] Re: Datagrid Column Click

2009-09-22 Thread Ravi Mishra
operation i have to do. > > Surendra. > > On Tue, Sep 22, 2009 at 4:16 PM, Ravi Mishra wrote: > > > Hi Surendra, > > > I guess I could not understand your problem completely. Are you trying > > to click on the header of column and then listen to this event? > &

[flex_india:25406] Re: Datagrid Column Click

2009-09-22 Thread Ravi Mishra
Hi Surendra, I guess I could not understand your problem completely. Are you trying to click on the header of column and then listen to this event? If yes then the event is HeaderRelease event. If "no" then please elaborate the problem in little more detail. HTH, -Ravi http://achieveravi.blogs

[flex_india:25220] Re: How to attach a file while New post

2009-09-14 Thread Ravi Mishra
I think you have to post that thread using some mail clients such as Gmail, Outlook, etc. It could be one of the several ways, I am also looking for other possible ways :) -Ravi http://achieveravi.blogspot.com On Sep 14, 11:32 am, Ravi wrote: > Hello Friends, > How to attach a file while New po

[flex_india:25217] Re: How to call a function from itemRenderer

2009-09-13 Thread Ravi Mishra
Hi McRain, You can write a custom event setting its bubble value true by default. Then dispatch this event from your itemRenderer and then listen (attach a listener function which will be the function you want to call) the same event on the application or the component where you are using itemRen

[flex_india:25083] Re: Flex Tooltip actions

2009-09-07 Thread Ravi Mishra
Hi Mike, Tooltip will disappear as soon as you move mouse out from that control. For these hyperlink kind of actions you should go for PopUpManager class and create a popup on mouseOver event of that control and remove the popup on MouseOut event of popped up control. HTH, -Ravi http://achiever

[flex_india:25056] Re: problem in Autocompletextinput?

2009-09-06 Thread Ravi Mishra
Hi Mahesh, Your code is working fine with me. Can you pls elaborate your problem in little more detail? -Ravi http://achieveravi.blogspot.com On Sep 6, 6:20 pm, mahesh bab wrote: > Hi > > Here I have attatched code for autocompletetextinput.I have download code > from net. > > It is working fi

[flex_india:24726] Re: flex functions reverse order

2009-08-24 Thread Ravi Mishra
To set your default browser in Flex Builder or Eclipse Click Windows --> Preferences Then type 'Browser' in the filter box at left. You'll find the list of browsers on the right, from which you can set the desired browser as default. HTH, -Ravi http://achieveravi.blogspot.com On Aug 24, 4:51 

[flex_india:24626] Re: Connecting flex to a database

2009-08-19 Thread Ravi Mishra
Hi Dhruv, Flex can not talk to database directly. You would require a middle layer for that purpose which will talk to Flex and Database both. This middle layer could be some server side technology such as Java, PHP, Coldfusion, .Net, etc. HTH, -Ravi http://achieveravi.blogspot.com On Aug 19,

[flex_india:24623] Re: Using ExcelSheet datas for Flex Chart

2009-08-19 Thread Ravi Mishra
Hi Prasad, You can read excel sheets, but you would require any server side component such as PHP, Java, etc. which will convert excel data to XML or list of objects. -Ravi http://achieveravi.blogspot.com On Aug 19, 6:27 pm, prasad wrote: > Hi Folks, > >       Using excel sheet data (rows & co

[flex_india:24622] Re: using third party componants

2009-08-19 Thread Ravi Mishra
Hi Krishna, Can you share your code with us? -Ravi http://achieveravi.blogspot.com On Aug 19, 6:24 pm, krishna shinde wrote: > Hi u can refer that effect from tour de flex in which other > componants->efflex designer->flippapervision effect > > On Wed, Aug 19, 2009 at 6:42 PM, Preetham Hegde

[flex_india:24617] Re: how to save data from text file(.txt) without server side Langu. and shared Object

2009-08-19 Thread Ravi Mishra
Hi, It is not possible if you talk about Flex or Flash because there are some sandbox security restrictions that does not allow you to access any local file from browser. In AIR you can do this successfully. HTH, -Ravi http://achieveravi.blogspot.com On Aug 19, 6:13 pm, ManInAction wrote: >

[flex_india:24586] Re: Java with Flex

2009-08-18 Thread Ravi Mishra
Instead of MyObject, use Object only. HTH, -Ravi http://achieveravi.blogspot.com On Aug 18, 3:51 pm, karima aissaoui wrote: > i tried like you told me, but i have an error in : > > var o:MyObject=event.result; > > i tried like that : >  var o:MyObject=event.result as MyObject > > nameText.text

[flex_india:24585] Re: Length of the Empty DataGrid

2009-08-18 Thread Ravi Mishra
Hi Ramya, You can check null values for the dataprovider while calculating the length of it. You can write it as if(dg.dataprovider != null){ RecLength = dg.dataprovider.length; } else{ RecLength = 0; } Where RecLength is the length of datagrid. HTH, -Ravi http://achieveravi.blogspot.com On

[flex_india:24582] Re: Complex rows in datagrid

2009-08-18 Thread Ravi Mishra
t can be done in some > other way. Even without using datagrid. > If any idea is coming to your mind, please share. > > Regards, > Anoop > > On Aug 18, 4:05 pm, Preetham Hegde wrote: > > > Hi Anoop, > > > there is a attribute called *showHeaders* for dat

[flex_india:24573] Re: Complex rows in datagrid

2009-08-18 Thread Ravi Mishra
Hi Anoop, Can you pls share your code snippet with us? So that we can have a better picture. -Ravi http://achieveravi.blogspot.com On Aug 18, 2:44 pm, Anoop Max wrote: > Hi All, > > I am working on one datagrid in which am facing one difficulty. > In the data grid, after each row, it needs to

[flex_india:24572] Re: dynamic datagrid searching and filtering.

2009-08-18 Thread Ravi Mishra
Hi, Read about filterFunction in ArrayCollection. You will get to know about how to filter things in collections. -Ravi http://achieveravi.blogspot.com On Aug 18, 8:14 am, itonflex team wrote: > Hi friends, this is kishore ! >         I have a dynamic datagrid, i need to do the searching and >

[flex_india:24570] Re: TypeError: Error #1034: Type Coercion failed: cannot convert mx.charts::linech...@583c5c1 to mx.charts.ColumnChart.

2009-08-18 Thread Ravi Mishra
Hi Kalavati, What do you mean by replacing labelFunction with labelPosition="outside" & labelField="id"? These are not the same things. And I hope this is not a bug but there is some error in your code which is assigning a variable of type LineChart to a variable of type ColumnChart. HTH, -Rav

[flex_india:24553] Re: Adobe Certified Professional - Flex with AIR

2009-08-17 Thread Ravi Mishra
Congratulations Dude! -Ravi On Aug 18, 8:01 am, satishas wrote: > Hi Durairaj, > >      Congrats man, Wish you all the very best. > > Regards, > Satish. > ---http://satish-as.blogspot.com/http://www.linkedin.com/in/satishas > -

[flex_india:24524] Re: Want tab focus inside advancedDataGrid

2009-08-17 Thread Ravi Mishra
Try setting editable="false" for your datagrid and check if it solves the problem. -Ravi http://achieveravi.blogspot.com On Aug 14, 6:36 pm, manish sankhe wrote: > see u can get focus on row of advanced datagrid aw well as on whole > component which you have rendered inside the datagrid but not

[flex_india:24522] Re: simple RSS reader can't read with one item

2009-08-16 Thread Ravi Mishra
Hi Vivian, When there is only one record coming as a result of any service call then flex internally considers as an object. So you can do it as follows: private function userUpdateMyplate(event:ResultEvent):void { var tempAC:ArrayCollection = new ArrayCollection(); tempAC.addItem(event.

[flex_india:24521] Re: customevents

2009-08-16 Thread Ravi Mishra
Hi Sathish, Can you please explain your query in little more detail? For working with custom events, read the following: http://flexblog.faratasystems.com/?p=170 -Ravi http://achieveravi.blogspot.com On Aug 15, 5:34 pm, sathish kumar wrote: > hi this is sathishkumar >   i have a one loginmxml

[flex_india:24438] Re: Auto-scroll to clickedItem in AdvancedDatagrid

2009-08-12 Thread Ravi Mishra
Use scrollToIndex property. -Ravi http://achieveravi.blogspot.com On Aug 12, 11:33 am, flex_oink wrote: > Hi all, > > I am new to Flex. I have an AdvancedDatagrid with nodes as items. Each node > is having some chart. Now the requirement is when I click on the node, after > its expansion the ve

[flex_india:24432] Re: Requirement on Flex Developer of 2+ years Exp.

2009-08-11 Thread Ravi Mishra
Hi Group, I think people don't bother to read the notice on the top of groups home page. http://groups.google.com/group/flex_india/browse_thread/thread/e862d47aa1f0d1f1 Please read this and follow the protocol. Don't reply to the thread related to job opportunities rather reply on the personal m

[flex_india:24362] Re: flex with dll function call

2009-08-07 Thread Ravi Mishra
Hi Dhileepen, I think you can not call dll directly using Flex. You have to use server side components such as Java Remote Objects or .Net Remote Objects (using webOrb). From flex you can call those server side objects/methods and they in turn can interact with dlls HTH, -Ravi On Aug 7, 5:05 p

[flex_india:24360] Re: Flex Hyperlink component

2009-08-07 Thread Ravi Mishra
Dont forget to remove underline on mouseOut event. mouseOut="setStyle('textDecoration','normal')" -Ravi On Aug 7, 3:44 pm, Ravi Mishra wrote: > Try this: > > color="#FF" mouseOver="setStyle('textDecoration','underline&

[flex_india:24359] Re: Flex Hyperlink component

2009-08-07 Thread Ravi Mishra
Try this: http://www.google.com"; /> HTH, -Ravi On Aug 7, 3:09 pm, Mike learner wrote: > Hi Vishal, > > We will get the hand icon, when we move the mouse over. But, what I want is > , along with hand icon , underlining of text should be there. > > Thanks, > Mohan > > On Fri, Aug 7, 2009 at 12

[flex_india:24308] Re: Flex Monkey Unit testing Tool

2009-08-06 Thread Ravi Mishra
Check this out http://www.adobe.com/devnet/flex/articles/flexmonkey.html This discusses flexmonkey in detail and there are examples to download. -Ravi On Aug 5, 10:34 pm, prasad wrote: > Hi , > >        Any idea about Flex monkey unit testing tool. Any one have any > samples or links, Please d

[flex_india:24305] Re: Count the number of tags in a XML document

2009-08-06 Thread Ravi Mishra
6, 2:53 pm, Preetham Hegde wrote: > Hi Ravi, > > did u check the result. Its 0! > Which length does this xmlStr.descendants.length() must give? > > > > On Thu, Aug 6, 2009 at 3:05 PM, Ravi Mishra wrote: > > > Try this: > > var xmlStr:XML = new XML(str); &g

[flex_india:24302] Re: Count the number of tags in a XML document

2009-08-06 Thread Ravi Mishra
Try this: var xmlStr:XML = new XML(str); Alert.show(xmlStr.descendants.length().toString()); HTH, -Ravi On Aug 6, 2:18 pm, Preetham Hegde wrote: > Hi Adrian, > > Say for a given xml we can find the count using its inbuilt method *length() > * > > Find a example, may help u.. > > > http://www.

[flex_india:24260] Re: Help object java in xml file

2009-08-04 Thread Ravi Mishra
Hi Karima, Create an alias class of MyClass in actionscript using 'alias' keyword. This alias class will have to contain all the properties there in its java counter part. [RemoteClass(alias="MyClass")] public class MyClassVO{ public var property1:type; . . . } Then you can bind your form pro

[flex_india:24175] Re: How to handle HTTP Request

2009-07-31 Thread Ravi Mishra
erverConnection(); >    db.getServerConnection(); >    } >    rs = db.getResultSet(query); >    try{ > >        while(rs.next()){ > >         >       <%=rs.getDouble(2) %> >       <%=rs.getDouble(3) %> >       >         <% >        } >

[flex_india:24173] Re: How to handle HTTP Request

2009-07-31 Thread Ravi Mishra
Gerald, Can you send the snippet which is working? Because i think the format of the XML you have sent is not correct. (I have removed all those asterisks '*') -Ravi On Jul 31, 12:55 pm, Gerald Anto Fernando wrote: > Hello friend, > i have tried some ways but didnt get a result > > my xml node

[flex_india:24123] Re: 3000 + members

2009-07-30 Thread Ravi Mishra
Its really a proud moment. Flex-India and Flex in India Rock!! -Ravi On Jul 30, 11:23 am, "hsivaramakrish...@gmail.com" wrote: > This is fantastic! a very proud moment for the flex india community > indeed. > > Harish > > On Jul 30, 10:37 am, Anish Kumar wrote: > > > Its exciting to see congr

[flex_india:24066] Re: dispatch event explicitly

2009-07-29 Thread Ravi Mishra
Try using collectionChange event of the dataprovider of first list. It could help. -Ravi On Jul 29, 4:18 pm, HISSAM wrote: > Its not the question of creation complete > what when my dataprovider of left list changes?? > no creation event is gonna trigger > Also at creation complete how do i acc

[flex_india:23882] Re: Passing value between two different mxml file

2009-07-21 Thread Ravi Mishra
t; > other B.mxml file. so that I can use that > > data to do work on it. > > > On Jul 20, 12:10 pm, Ravi Mishra wrote: > > > Hi Vipin, > > > > Few questions before I answer your query > > > > 1. Are these two different Mxml files are diffe

[flex_india:23881] Re: which way takes more size(mx:script or static class)

2009-07-21 Thread Ravi Mishra
Hi, I think you are right (I am not sure though). Because when you refer it from mx:script code then it just includes that file there itself (it doesn't reference the file to that location). Therefore in that way you are writing all those methods again and again in every file where you have embed

[flex_india:23868] Re: Flex Resources required in Capgemini, Pune

2009-07-21 Thread Ravi Mishra
its there on the post. -Ravi On Jul 21, 9:41 am, hari wrote: > hi, > pls can u give me ur mail id.. > > On Jul 20, 8:27 am, Ravi Mishra wrote: > > > Hi, > > > There are a few candidates required who have work experience in Flex > > and Java, in C

[flex_india:23825] Re: Passing value between two different mxml file

2009-07-20 Thread Ravi Mishra
Hi Vipin, Few questions before I answer your query 1. Are these two different Mxml files are different applications also? 2. Are these two files from same project and one/both of them are components? If option 1 is correct in your case then you should read about localConnection object. If opti

[flex_india:23818] Flex Resources required in Capgemini, Pune

2009-07-19 Thread Ravi Mishra
, Ravi Mishra --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group, send email to

[flex_india:23788] Re: Convert swf to mxml

2009-07-17 Thread Ravi Mishra
Hi, I don't think you can decompile MXML from AS. As deveraj said, everything gets converted to actionscript before getting compiled to swf. So for AVM its actionscript only, no matter if you have written your code in MXML or AS. Max what you can get back is AS only. HTH, -Ravi On Jul 16, 7:04

[flex_india:23749] Re: How to chenge the Advnced datagrid Back ground clour

2009-07-15 Thread Ravi Mishra
Hi Sreedhar, What do you mean by the background Color of ADG? And I was unable to figure out about the second query. Could you pls explain it in a little more detail? -Ravi On Jul 15, 6:32 am, sreedhar wrote: > Hi gys i want chenge the Advnced datagrid  Back ground clour >  plese tell me and n

[flex_india:23748] Re: Control the verticalScrollBar in Advanced Data Grid

2009-07-15 Thread Ravi Mishra
Its scrollToIndex. -Ravi On Jul 14, 11:50 pm, Ansh wrote: > Hi Jagdish, > ADG has a property - which scrolls down to the selected item. > I am not sure of the exact name. > pls refer the lang reference for adg. > > Regards, > Ansh > > On Jul 14, 11:31 am, Jagdish wrote: > > > Hi All, > > > I h

[flex_india:23707] Re: Problem with Itemrenderer

2009-07-13 Thread Ravi Mishra
One more thing you can try is: While you are checking correct and wrong answers in itemRenderer then handle both if and else parts i.e. override public function set data(value:Object):void{ if(value.correct){ //color equals black } else{ //color equals red } } HTH, -Ravi On Jul 13, 5:14 pm, HI

[flex_india:23702] Re: Flex and JSP switch

2009-07-13 Thread Ravi Mishra
You can embed your flex SWF file in JSP, then it will be as good as a JSP. On Jul 13, 4:29 pm, Narendra wrote: > Hi.. > > i have two applications previously both in jsp running in tomcat. > Previously users have an ability to switch between one application > from another ( as i used to maintain

[flex_india:23699] Re: xml retrieving to show in combobox

2009-07-13 Thread Ravi Mishra
Hi Chandra, Instead of taking results as ArrayCollection, take them in XMLList or XML. There you can distinguish nodes on the basis of their attributes. if(myx...@name == 'science' ) //myXML will be holding the sections. { // another XML to assign subsections } Read about XMLs in livedocs. You'

[flex_india:23692] Re: Access of Undefined Property

2009-07-13 Thread Ravi Mishra
Hi Jagadish, All these properties might not be available with SuperPanel. Check out the superPanel class. -Ravi On Jul 13, 1:15 pm, Jagadish M wrote: > Hi guys, > > can any body give the information regarding the following error attached to > the mail.. > > -- > Regards > Jagan Mady's > >  unt

[flex_india:23473] Re: Testing Flex Application With QTP

2009-07-03 Thread Ravi Mishra
Hi, There are some libraries available in \frameworks\libs folder of your Flex installation directory which you are required to import. These files are as follow: 1.Automation.swc 2. Automation_agent.swc 3. Automantion_dmv.swc 4. QTP.swc I hope Importing these files will solve your problem. -R

[flex_india:23469] Re: Remove Items from combo Box

2009-07-03 Thread Ravi Mishra
16 am, Krishna wrote: > thanks Ravi. > > But i could not find remove at option for combo box or datagrid in > flex 3. There is onky selecteditemindex whih is a read only property. > Can you please quote and example. > > Krishna > > On Jul 3, 6:21 am, Ravi Mishra wrote: &g

[flex_india:23456] Re: string to xml conversion

2009-07-02 Thread Ravi Mishra
Try using new XML('your string'); or send the details of error. -Ravi On Jul 2, 6:31 pm, itonflex team wrote: > Hi friends i have a requirement that, i have datagrid and charts. > Based on the datagrid click i got some values and passed them to a > string like > . > [Bindable] >              

[flex_india:23455] Re: Remove Items from combo Box

2009-07-02 Thread Ravi Mishra
Yes you can remove the items from specific location using removeItemAt (); method in collection data types. HTH, -Ravi On Jul 2, 8:28 pm, Krishna wrote: > Hello, > > I have a list of id's and when I send the id's to the server, I get > results in the form of JSON String. I populate the results

[flex_india:23447] Re: Getting Session Information & User credentials using FlexContext

2009-07-02 Thread Ravi Mishra
You can store those credentials in sharedObject which resides in the clients machine. And you can use those sharedObjects for session information. HTH, -Ravi On Jul 2, 4:50 pm, Deepa wrote: > Hi, > > I am working with sessions and authentication for the first time. > I need assistance with usi

[flex_india:23435] Re: Problem with CheckBox as item renderer for DaraGrid

2009-07-01 Thread Ravi Mishra
Hi Andrey, You can write a custom itemRenderer extending the checkBox and in the set data() you can handle with the values coming from dataProvider. Refer the following code. package com.Renderers{ public class myRenderer extends CheckBox{ override public function set data(value:Object):void{ s

[flex_india:23424] Re: Flex Project: Twitter feed

2009-07-01 Thread Ravi Mishra
sonal things over mail itself. Anyways it was nice talking to you couple of days back. -Ravi On Jul 1, 8:15 pm, Pattanayak Babu wrote: > Hi maishra bhai ,Apana kouthu,Bhala hela group re gote odiya bhai mili gala. > > -09703175076 > > On Wed, Jul 1, 2009 at 6:11 PM, Ravi Mishra wr

[flex_india:23412] Re: eventlistner should not work for the item click and header click

2009-07-01 Thread Ravi Mishra
Hi, Look for preventDefault method. Also can you pls tell what exactly is the requirement? -Ravi On Jul 1, 4:34 pm, itonflex team wrote: > Hi, friends i have problem that i have to deactivate the event listner > when clicked on column header for the firsr row first column of a > datagrid , and

[flex_india:23413] Re: Flex Project: Twitter feed

2009-07-01 Thread Ravi Mishra
Check out aasim's blog http://aasimmomin.blogspot.com/2008/04/setting-label-as-hyperlink.html Hope this is what you are looking for. -Ravi On Jul 1, 2:03 pm, nono wrote: > I am developing an app which uses a twitter feed. > my question is how do i get a text area to show a link functionality.

[flex_india:23401] Re: AIR certification best or flex 3 developer certification best ?? to get more oppurtunities

2009-06-30 Thread Ravi Mishra
Flex 3 certification comes with AIR, therefore no choice...you have to go for both ;) -Ravi On Jun 30, 6:28 pm, lakshmi narayna wrote: > which is the best flex air certification ? or flex 3 developer cert?ie > ..get more job oppurtunities... > plz help me > thanks & regards > Lakshmi naraya

[flex_india:23379] Re: Adding textArea

2009-06-29 Thread Ravi Mishra
Neelima, Create a global flag and check its value while clicking on Text. private var uniqueFlag:Boolean = false; private function clickHandler():void{ if(!uniqueFlag){ var TA:TextArea = new TextArea(); TA.text = dp[0].no; vbxx1.addChild(TA); } uniqueFlag = true; } HTH, -Ravi On Jun 30, 9:

[flex_india:23363] Re: Application UI is not rendered properly

2009-06-29 Thread Ravi Mishra
Hi Vishal, Are you providing the height and width of controls in percent? Can you share your code? -Ravi On Jun 27, 2:37 pm, vishal lad wrote: > Hi,I am facing a strange problem in m application.When I run my application > if the browser opens in minimized state(i.e if browser window size is

[flex_india:23362] Re: Adding textArea

2009-06-29 Thread Ravi Mishra
Hi Neelu, Try adding it in actionscript. On the click event of Text you should execute following lines: var TA:TextArea = new TextArea(); TA.text = dp[0].no; vbxx1.addChild(TA); Hope this helps! -Ravi On Jun 29, 1:28 pm, neelu wrote: > Hi all, > >   >     > > >     My problem is on clic

[flex_india:23343] Re: flex integration with jsp

2009-06-29 Thread Ravi Mishra
Hi Sarma, Can you please elaborate your problem in little detail? -Ravi On Jun 29, 10:24 am, Sarma wrote: > Hi friend's i am working on flex with java server page. May need some > help to connect the on flex application to another flex application > throw the j2ee server. Help to me --~--~

[flex_india:23333] Re: Using Call Responders

2009-06-28 Thread Ravi Mishra
Hi Shreyas, What Sankar means is, when you call your service from the function 'clickHandler' then the call goes to server(which doesn't halt the clickHandler method till the result is coming back from service) and the next steps in the clickHandler get executed. If you want to get hold of the r

[flex_india:23278] Re: about itemrenderer?

2009-06-26 Thread Ravi Mishra
> dataField="name" "name" coming to myrenderer > > how to find which data is coimng into renderer > > any idea > > -- > Karthik.k > Mobile - +91-9894991640 > > On Fri, Jun 26, 2009 at 4:40 PM, Ravi Mishra wrote: > > > Karthik, > >

[flex_india:23275] Re: ActionScript class as Combobox renderer in DataGrid

2009-06-26 Thread Ravi Mishra
Can you share your itemRenderer code with us? -Ravi On Jun 25, 1:57 pm, Pankaj wrote: > Hi, > > I have a combobox renderer and using it as one of the columns in the > datagrid. > If I change the datagrid size/do sorting on the column the values in > the combobox changes hapazardly. > > Pl give

[flex_india:23273] Re: about itemrenderer?

2009-06-26 Thread Ravi Mishra
Karthik, You need to check at the point where you are creating columns, that when name is coming and when address is coming. If its not name then dont apply itemrenderer to that column. HTH, -Ravi On Jun 26, 3:22 pm, Karthik K wrote: > Hi Dinesh > > thank you > > how to find my column data be

[flex_india:23230] Re: How to Focus to particular field in a form

2009-06-24 Thread Ravi Mishra
Hi Surendra, Call setFocus() method of that field on the creationComplete event of the Form. i.e. firstField.setFocus(); HTH, -Ravi On Jun 24, 7:32 pm, surendra wrote: > Hi friends, > > I have form with so many fields with scroll bar,through this i can > view,add and update the details. > bu

[flex_india:23219] Re: passing one variable to another one webpage

2009-06-24 Thread Ravi Mishra
another component" > > On Jun 24, 6:45 pm, Ravi Mishra wrote: > > > Geeta, > > > Check out the very recent thread: > > >http://groups.google.com/group/flex_india/browse_thread/thread/3a6cb5... > > > -Ravi > > On Jun 24, 6:40 pm, geetha wrote: >

[flex_india:23217] Re: passing one variable to another one webpage

2009-06-24 Thread Ravi Mishra
Geeta, Check out the very recent thread: http://groups.google.com/group/flex_india/browse_thread/thread/3a6cb554b748fb31 -Ravi On Jun 24, 6:40 pm, geetha wrote: > Friends , > > I have one problem in my project.I had tried in some ways but not > solved. > Will u please guide me? > > Problem: >

[flex_india:23214] Re: Passing variable value from one component to another component?

2009-06-24 Thread Ravi Mishra
Hi, Data binding could also be your point of interest. Read the following: http://www.harrisfamily.net.nz/devblog/index.cfm/2007/12/15/Binding-of-properties-between-sub-components HTH, -Ravi On Jun 24, 1:03 pm, Puneet Mishra wrote: > just try to create the instance of the component in which

[flex_india:23213] Re: Regarding choosing technology.

2009-06-24 Thread Ravi Mishra
Hi Jess, I think you should use any of them which you think you are most comfortable with. Each of them has their own advantages as middle layer. I would have gone with Flex+J2EE because then I could take benefit from BlazeDS, where I could use java Remote Objects. RemoteObjects will make all th

[flex_india:23210] Re: Showing colors in TileList

2009-06-24 Thread Ravi Mishra
            arr[6] = "#7B68EE"; >             arr[7] = "#8470FF"; >             arr[8] = "#CD"; >             arr[9] = "#4169E1"; >            arr1=new ArrayCollection(arr); >            // mainContainerColors.dataProvider=arr1; >        

[flex_india:23208] Re: Showing colors in TileList

2009-06-24 Thread Ravi Mishra
gt; > But it is not showing that color. > > > On Jun 24, 12:44 pm, Ravi Mishra wrote: > > > > Sheetal, > > > > Have you checked what is coming in 'data' under the itemRenderer? I > > > doubt the value of data is becoming zero in every cas

  1   2   3   4   >