[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 itonflext...@gmail.com 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:23401] Re: AIR certification best or flex 3 developer certification best ?? to get more oppurtunities

2009-07-01 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 vindanara...@gmail.com wrote: which is the best flex air certification ? or flex 3 developer cert?ie ..get more job oppurtunities... plz help me thanks

[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 nigelinsouthamer...@gmail.com wrote: I am developing an app which uses a twitter feed. my question is how do i get a text area

[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 itonflext...@gmail.com 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

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

2009-07-01 Thread Ravi Mishra
things over mail itself. Anyways it was nice talking to you couple of days back. -Ravi On Jul 1, 8:15 pm, Pattanayak Babu titupattana...@gmail.com 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

[flex_india:23388] Resize the container from corner

2009-06-30 Thread Ravi
Hello Friends, How to resize the container from corner?like we use Divided Box for resizing container horizontally/vertically..like dat i want to resize from corner. can anybody please help me in this regards ravi --~--~-~--~~~---~--~~ You received this message

[flex_india:23333] Re: Using Call Responders

2009-06-29 Thread Ravi Mishra
the data for correct person or not. HTH, -Ravi On Jun 28, 12:01 pm, Shreyas shreyasto...@gmail.com wrote: What exactly is the 'token' doing in the responder? What I am trying to achieve is that once a login is successful, there is a change of state, so the login button click handler should

[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 ramasarma...@gmail.com 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

[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 neelima.f...@gmail.com wrote: Hi all, mx:HBox width=100% id

[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 vish...@gmail.com 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

[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:23297] Execute some function till mouse down

2009-06-27 Thread Ravi
Hello frnds, I want to rotate an image after mouse down,and image should be rotate continuously till mouse down, but when i pressed mouse down it rotate only once.. can anyone plz help me in this.. thanks ravi --~--~-~--~~~---~--~~ You received this message

[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 cse.k.kart...@gmail.com wrote: Hi Dinesh thank you how

[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 pkmon...@gmail.com 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

[flex_india:23278] Re: about itemrenderer?

2009-06-26 Thread Ravi Mishra
Hi Karthik, Use this.data[(listData as DataGridListData).dataField] in the 'set data' of your itemRenderer. This will automatically have the dataField value which you will be passing from column. HTH, -Ravi On Jun 26, 4:13 pm, Karthik K cse.k.kart...@gmail.com wrote: hi Ravi Thank you

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

2009-06-25 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 surendrachowdary.m...@gmail.com wrote: Hi friends, I have form with so many fields with scroll bar,through this i can view,add

[flex_india:23202] Re: Showing colors in TileList

2009-06-24 Thread Ravi Mishra
Sheetal, Have you checked what is coming in 'data' under the itemRenderer? I doubt the value of data is becoming zero in every case...that is why you are getting black color for every item. HTH, -Ravi On Jun 24, 11:38 am, sheetal sheetalnilw...@gmail.com wrote: This one is for using colors

[flex_india:23208] Re: Showing colors in TileList

2009-06-24 Thread Ravi Mishra
Sheetal, Try converting the color string in UINT. Let me know if it helps. -Ravi On Jun 24, 2:04 pm, sheetal sheetalnilw...@gmail.com wrote: @Ravi Hey bang on.i checked the value of backgroundColor on click.it shows '0'.Thanks for pointing that out.But i still dont know how to resolve

[flex_india:23210] Re: Showing colors in TileList

2009-06-24 Thread Ravi Mishra
you to use external itemRenderer instead of inline itemRenderer. That really provides you more flexibility. -Ravi On Jun 24, 2:56 pm, sheetal sheetalnilw...@gmail.com wrote: Tried it.Not working.I have noticed the value of data is fluctuating between null and color code.I dont c any reason

[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 geethu1...@gmail.com wrote: Friends , I have one problem in my project.I had tried in some ways but not solved. Will u please guide me

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

2009-06-24 Thread Ravi Mishra
You can use localConnection object for that. Search for localConnection in Livedocs. -Ravi On Jun 24, 7:00 pm, geetha geethu1...@gmail.com wrote: Thanks for the reply misra,but what my ques is passing data from one mxml application to another mxml application not the one component

[flex_india:23187] Re: getting list property value

2009-06-23 Thread Ravi Mishra
Hi Jackie, You can try 'for each' for each(var item:Object in aColl){ trace(item.isSelected); } Let me know if it works for you. -Ravi On Jun 23, 6:41 am, jackie yuubo...@gmail.com wrote: Hello Ravi, Thanks! that really helps. How about iterating to object List? I tried the following

[flex_india:23103] Re: xml doubt?

2009-06-19 Thread Ravi Mishra
What do you actually want to show in datagrid? For some other record the value of datas will change then how would you keep it as headertext. I am getting confused. -Ravi On Jun 19, 3:38 pm, Karthik K cse.k.kart...@gmail.com wrote: hi Ravi i have one doubt i have an xml root data time

[flex_india:23107] Re: How to read attributes as header text?

2009-06-19 Thread Ravi Mishra
Hi Karthik, Hold the complete result in a variable(XML most probably) and then bind the value of datas (myResult..datas) from that variable to headerText of datagrid and the dataprovider of datagrid should be the following xmlList (myResult..second). Try that out and then let me know. -Ravi

[flex_india:23079] Re: mx:Object

2009-06-18 Thread Ravi Mishra
Read about itemrenderers. -Ravi On Jun 18, 1:24 am, edwin.vgw...@gmail.com wrote: How can I make an object from a list clickable and Links? such as mx:dataProvider                 mx:Array id=Pics                     mx:Object label=Backpack icon=@Embed('assets/essentials_itunes20070611

[flex_india:23049] Re: Flying text or passing text??

2009-06-17 Thread Ravi Mishra
Hi Vivian, That is commonly known as 'Ticker' but in technical language or atleast in html that is known as marquee. I think you should check the following link for creating a marquee text in flex. http://butterfliesandbugs.wordpress.com/2007/09/06/marquee-component/ HTH, -Ravi On Jun 17, 10

[flex_india:23026] Re: Tool Tip

2009-06-16 Thread Ravi Mishra
try setting this.toolTip = ; in the set data. HTH, -Ravi On Jun 16, 1:41 pm, Akhil Agrawal akhil06.i...@gmail.com wrote: Hi all, I have created a graph. and trying to show a tooltip for axislabel it works but problem is that it is displayin two tooltip instead of one. here is the code

[flex_india:/] Re: Adding buttons to the sides of a panel

2009-06-16 Thread Ravi Mishra
Hi Ganaraj, You will have to override the updateDisplayList method also. There you can define the position of children components. -Ravi On Jun 16, 3:26 pm, ganaraj p r ganara...@gmail.com wrote: Hi, I would like to achieve something as in www.dabbleboard.com/draw Please notice

[flex_india:22998] Re: Connection error: HTTP request error

2009-06-15 Thread Ravi Mishra
Hi Edwin, Can you share your code? This error comes up when there is some kind of mismatch in the request parameters. -Ravi On Jun 15, 3:09 am, edwin.vgw...@gmail.com wrote: 'm trying to connect to a local apache server and access the MSQL database but I get this error message. Can anyone

[flex_india:23011] Re: getting list property value

2009-06-15 Thread Ravi Mishra
Hi Jackie, (dataProvider as ArrayCollection).getItemAt(i).id and (dataProvider as ArrayCollection).getItemAt(i).name will give you the desired result. HTH, -Ravi On Jun 15, 3:31 pm, jackie yuubo...@gmail.com wrote: I have a list, that renders a checkBox Component. and that list dataProvider

[flex_india:23012] Re: Flickr

2009-06-15 Thread Ravi Mishra
. -Ravi On Jun 15, 2:50 pm, srinivas chinni srinivas.ja...@gmail.com wrote: Good Afternoon to all the people,I dont know about the Flickr,please any onr tell about that one and how to use and provide any material(easilly understanded)on that one. Thanking You, Srinivas

[flex_india:22926] Re: blazeds?

2009-06-12 Thread Ravi Mishra
Hi Karthik, Is this what you are looking for: http://www.adobe.com/devnet/livecycle/articles/blazeds_gettingstarted_04.html -Ravi On Jun 12, 11:40 am, Karthik K cse.k.kart...@gmail.com wrote: hi guys any start up tutorials for blazeds application how to put java class and run any

[flex_india:22931] Re: Label a Button just like Flex Builder helps

2009-06-12 Thread Ravi Mishra
Hi JC, What is the problem with JC? You can pass the instance of TextInput as a parameter to removeChild method and it will remove the TextInput. Can you share your code with us, so that we can have a clearer picture? -Ravi On Jun 12, 11:38 am, jc jseeku...@gmail.com wrote: In my application

[flex_india:22936] Re: How to navigate between MXML screens

2009-06-12 Thread Ravi Mishra
is a singleton class. HTH, -Ravi On Jun 12, 2:38 pm, santosh stormshadow2...@gmail.com wrote: Hi,  Try viewstack or state,, On 6/12/09, adi sonadi...@gmail.com wrote: How can I call one MXML from the other. as usually I want to move from one screen to other one. At the same time I do

[flex_india:22937] Re: Call component from another component

2009-06-12 Thread Ravi Mishra
Hi Prajakta, What do you mean by calling a component from another component? Is this a method of another component which you want to call? Or you want to add the other component on the screen on the click of linkButton? Can you plz mention it in a little more detail? -Ravi On Jun 12, 2:19 pm

[flex_india:22905] Re: Run in Flex

2009-06-11 Thread Ravi Mishra
Hi Ganesh, Read the following article be Matt Chotin.this could be really helpful to you. http://weblogs.macromedia.com/mchotin/archives/2004/03/large_data_sets.html -Ravi On Jun 11, 11:16 am, ganesh kumar kumarganes...@gmail.com wrote: hi all very good morning, i want to run

[flex_india:22906] Re: How to speedup the RemoteObject - transfer

2009-06-11 Thread Ravi Mishra
Hi Syed, Read the following article by Matt Chotin. this could be really helpful to you. http://weblogs.macromedia.com/mchotin/archives/2004/03/large_data_sets.html -Ravi On Jun 11, 10:24 am, syed diwan syeddi...@gmail.com wrote: Hai :- currently we transfer large amount of data using

[flex_india:22910] Re: mx:Label or mx:Text output like hidden behavior

2009-06-11 Thread Ravi Mishra
hi Jackie, Setting includeInLayout property as false will give you the required result. -Ravi On Jun 11, 1:19 pm, jackie yuubo...@gmail.com wrote: using mx:Label / mx:Text and setting the visible=false, occupy space in the page. Is there anyway I could disable viewing the space so

[flex_india:22882] Re: Problem in resetting the check box after server side operation

2009-06-10 Thread Ravi Mishra
. HTH, -Ravi On Jun 10, 11:55 am, adi sonadi...@gmail.com wrote: Problem: I have a check box being displayed as an inline component in one of the columns of a datagrid. I select the check box and then do the server side operations based on the selected ones. Once it comes back to the Flex

[flex_india:22898] Re: Problem in resetting the check box after server side operation

2009-06-10 Thread Ravi Mishra
Adi, Please try to call the following the moment you get the call back from server after the delete operation completes. (yourDatagrid.dataprovider as ArrayCollection).refresh(); I think this should work, and if it doesn't... can u pls share ur code snippet? -Ravi On Jun 10, 4:23 pm, adi

[flex_india:22845] Re: Scroll bar problem in Data Grid

2009-06-09 Thread Ravi Mishra
then the itemRenderers which went off the screen while scroll down get refreshed again as per the dataProvider values when the come on the screen again. All you are required to do is to update the dataProvider on the change of TextBox values. HTH, -Ravi On Jun 9, 9:39 am, Reshma Shetty

[flex_india:22847] Re: using action script to create a datagrid

2009-06-09 Thread Ravi Mishra
Hi, you can create the datagrid by creating a instance of it and then adding it on the parent using addChild method. var dg:Datagrid = new Datagrid(); this.addChild(dg); HTH, -Ravi On Jun 9, 11:02 am, Kamalakannan R kamalust...@gmail.com wrote: Hai           How to create a datagrid using

[flex_india:22853] Re: Handling fault event

2009-06-09 Thread Ravi Mishra
In your faultHandler method just write no data in server in the alert. Something like this: Alert.show(no data in server); HTH, -Ravi On Jun 9, 12:49 pm, Gerald Anto flex.gerald.a...@gmail.com wrote: Hello Friends, tell me how to handle fault event .following is my code mx:Script

[flex_india:22854] Re: convert mx:TextInput to mx:Label

2009-06-09 Thread Ravi Mishra
Hi Jackie, I am not very clear about your requirement. But if you want to use label just to make the text non-editable then you can set the flag editable='false' in the textInput. HTH, -Ravi On Jun 9, 1:10 pm, jackie yuubo...@gmail.com wrote: Hello everybody, Because I want to implement

[flex_india:22855] Re: actionscript : writing a function

2009-06-09 Thread Ravi Mishra
These are called getters and setters and they are used to isolate the variable from direct public access. for more info read the following: http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Partsfile=basic_as_139_08.html HTH, -Ravi On Jun 9

[flex_india:22859] Re: Handling fault event

2009-06-09 Thread Ravi Mishra
ResultFormat doesnot matter here. I am not sure where the problem lies in your code. Try setting a breakpoint on the faultHandler method and then debug the applicationmay be this will give you a clear picture. -Ravi On Jun 9, 2:11 pm, Gerald Anto Fernando flex.gerald.a...@gmail.com wrote

[flex_india:22868] Re: xml doubt?

2009-06-09 Thread Ravi Mishra
I think yes!! You have to use itemrenderers and there you cat get hold of the 'item' object and then you can parse through it. -Ravi On Jun 9, 4:46 pm, Karthik K cse.k.kart...@gmail.com wrote: hi Ravi i have one doubt if my xml is root data time datas=Hello second=Karthik08:00/time

[flex_india:22816] Re: VO objects not populated properly when control comes back to Flex from J2EE

2009-06-08 Thread Ravi Mishra
hi adi, Are you using Flex Remoting? Try creating aliases of Java to actionscript. For more help read this: http://livedocs.adobe.com/flex/3/html/help.html?content=data_access_4.html HTH, -Ravi On Jun 8, 11:19 am, adi sonadi...@gmail.com wrote: Hello Everyone. I have recently started

[flex_india:22817] Re: generating new component on demand

2009-06-08 Thread Ravi Mishra
Try to explore about addChild method in actionscript. That'll help you. -Ravi On Jun 8, 10:32 am, s4saurab...@gmail.com s4saurab...@gmail.com wrote: Hi all, I have a requirement in which there are 2 panels. One panel is having ceratain buttons having name like : a1, sd2, we3 etc. Now

[flex_india:22819] Re: xml doubt?

2009-06-08 Thread Ravi Mishra
you can do the same '@' even if you are accessing the XML using HttpService. Just set the resultFormat of HttpService to e4x and take the result in an XML variable. HTH, -Ravi On Jun 8, 1:50 pm, Karthik K cse.k.kart...@gmail.com wrote: hi guys this is my sample.xml collection

[flex_india:22823] Re: xml doubt?

2009-06-08 Thread Ravi Mishra
i think it should be getData.lastResult.data But I am not sure as my FlexBuilder crashed today :( Just try that out. -Ravi On Jun 8, 3:19 pm, Karthik K cse.k.kart...@gmail.com wrote: hi ravi see my code checkData.xml root data time datas=Hello08:00/time john08:15 Sick Call,08:25

[flex_india:22767] Re: Menu bar two layered dynamic

2009-06-05 Thread Ravi Mishra
Hi Dhileepen, I think you can use linkbars in this case. there would be one main linkbar to represent the main(top) menu and on the itemClick of that linkBar u can create(display) the child(2nd level) linkbar. HTH, -Ravi On Jun 5, 2:06 pm, dhileepen chakravarthy dhilee...@gmail.com wrote

[flex_india:22774] Re: Hand Cursor

2009-06-05 Thread Ravi Mishra
); } As far as drag and drop is concerned, you should take a look on Drag and Drop in Flex Livedocs. HTH, -Ravi On Jun 5, 3:29 pm, Abhinav Mehta mehta.88...@gmail.com wrote: Hi All, Can anybody help out me how to make a hand-cursor as we see in Adobe-Acrobat to move a document. I surfed

[flex_india:22775] Re: Problem with remote object

2009-06-05 Thread Ravi Mishra
Sankar, Can you pls share your code snippet with us? -Ravi On Jun 5, 8:37 am, sankar swaroop sankaras...@gmail.com wrote: Hi friends, I am facing a different problem with remote object. As i am using AMFPHP to get data to the charts, no data was displayed in charts. I debugged and found

[flex_india:22777] Re: Advanced datagrid

2009-06-05 Thread Ravi Mishra
Hey Karthik, is this what u are looking for? http://techrays.wordpress.com/tag/actionscript/ -Ravi On Jun 5, 3:21 pm, Karthik K cse.k.kart...@gmail.com wrote: hi guys is there any sample application for Advanced datagrid  developed in Action Script -- Karthik.k Mobile - +91

[flex_india:22779] Re: Advanced datagrid

2009-06-05 Thread Ravi Mishra
Hi Karthik, I dont think if there is such thing available but you can implement the same logic for advancedatagrid also. You just have to explore advanceDatagrid in detail. -Ravi On Jun 5, 4:27 pm, Karthik K cse.k.kart...@gmail.com wrote: Hi Ravi thank you is there any sample where every

[flex_india:22780] Re: how can we run this coding in flex

2009-06-05 Thread Ravi Mishra
Forgot to mention.either create your project with the name 'Main' or create a file in your project as Main.as and paste this code in Main.as file and set that file as default. -Ravi On Jun 5, 4:07 pm, Ravi Mishra ravi.achi...@gmail.com wrote: Hi Ganesh, Create an actionScript project

[flex_india:22732] Re: Using change watcher

2009-06-04 Thread Ravi Mishra
Sudhi, I think you can not use changewatcher in an actionscript project. I tried creating an actionscript project in flex 3 and came to know that ChangeWatcher is not available there. Group, pls correct me if i am wrong. -Ravi On Jun 3, 4:14 pm, sudhi forsu...@gmail.com wrote: Dear all, I

[flex_india:22712] Re: doubt in displaying data in itemrenderer?

2009-06-03 Thread Ravi Mishra
from HBox or VBox. HTH, -Ravi On Jun 2, 5:59 pm, Karthik K cse.k.kart...@gmail.com wrote: hi i have one datagrid and when i call this itemrenderer when i run it is not displaying anything one thing is that when i use super.data = value; all datas will be displayed with out any separation

[flex_india:22727] Re: [RPC Fault faultString=Security error accessing url faultCode=Channel.Security.Error faultDetail=Destination: DefaultHTTP]

2009-06-03 Thread Ravi Mishra
Hi Sergei, On the creationComplete of your application try calling the following: Security.loadPolicyFile(path to crossdomain file); HTH, -Ravi On Jun 3, 9:50 am, Sergei s.dum...@gmail.com wrote: After deployment of my Flex application I can no longer read an XML (Amazon S3 url  http

[flex_india:22691] Re: How to create SWC files

2009-06-02 Thread Ravi Mishra
Hi Prasad, Yes you can create swc's using Flex Builder. All u have to do is to create a 'Flex Library Project' in flex builder. Flex Library Project gets compiled into swc. And u can use the compiled SWC in other projects. -Ravi On Jun 1, 10:11 am, trinath kumar trinath.saitrinath.ku

[flex_india:22652] Re: some basic doubts

2009-06-01 Thread Ravi Mishra
see the trace results only in debug mode only. HTH, -Ravi On Jun 1, 9:37 am, Gerald Anto Fernando flex.gerald.a...@gmail.com wrote: jagadish when i debug the application that shows in message box C:\WINDOWS\system32\Macromed\Flash\Flash10a.ocx Flex Builder cannot locate the required debugger

[flex_india:22658] Re: how to get Blogs, YouTube videos, Twitters in Flex

2009-06-01 Thread Ravi Mishra
Access RSS feeds from HTTPService component. -Ravi On Jun 1, 3:30 pm, Mor me2t...@gmail.com wrote: I have few doubts, How can we  get / use / call - some external social stuffs - i.e. 1) Twitter 2) Youtube videos 3) Blogs in an application made in Flex. My basic problem is how

[flex_india:22596] Re: Can we drop two data in one cell in datagrid?

2009-05-29 Thread Ravi Mishra
(DragEvent.DRAG_DROP,dragDropHandler); } make sure u call this function in the constructor of the class you are using it. HTH, -Ravi On May 28, 4:14 pm, Karthik K cse.k.kart...@gmail.com wrote: hi Ravi i have one doubt i am already having one itemrenderer when i place the class data

[flex_india:22616] Re: Can we drop two data in one cell in datagrid?

2009-05-29 Thread Ravi Mishra
The 'value' in your case is an object. Checkout for the 'value' in debug mode and extract the property from 'value' and then concatenate it. For example (e.currentTarget as Text).text +=\n+ value.empName; HTH, -Ravi On May 29, 3:30 pm, Karthik K cse.k.kart...@gmail.com wrote: hi ravi below

[flex_india:22617] Re: Get IP address of a webpage

2009-05-29 Thread Ravi Mishra
Check this out: http://www.mail-archive.com/flexcod...@yahoogroups.com/msg39729.html it might help. -Ravi On May 29, 12:17 pm, BB47 prajilal...@gmail.com wrote: Hi,    How to get the IP address of a webpage? Regards, Prajilal --~--~-~--~~~---~--~~ You

[flex_india:22574] Re: Place Radio Button in the DataGrid

2009-05-28 Thread Ravi Mishra
equal to the mx.controls.RadioButton. i.e. itemRenderer=mx.controls.RadioButton HTH, -Ravi On May 28, 1:01 pm, Ramya Arumugam friendramya2...@gmail.com wrote: Hi Friends, How do we place the radio button in the datagrid using itemrenderer? Can anyone advice me. Thanks, Ramya

[flex_india:22535] Re: Can we drop two data in one cell in datagrid?

2009-05-27 Thread Ravi Mishra
Yes u can! Just concatenate the dropped data to the previously dropped data. -Ravi On May 27, 11:34 am, Karthik K cse.k.kart...@gmail.com wrote: hi guys i have one doubt can i drag and drop data in same cell twice means i am dragging data to one cell i am dragging data to the same cell

[flex_india:22537] Re: Can we drop two data in one cell in datagrid?

2009-05-27 Thread Ravi Mishra
mentioned files in the relevant packages and run. Try to drag a value from first column and drop it to either 2nd or 3rd column. HTH, -Ravi On May 27, 11:44 am, Karthik K cse.k.kart...@gmail.com wrote: hi Ravi when i drag to the cell(where one data already exist) it is not standing in the exact cell

[flex_india:22547] Re: How to configure flex and java project in one Project my-eclipse

2009-05-27 Thread Ravi Mishra
Hi Gurnam, Yes this is the right way to configure your Flex project for Java backend. What do you mean by 'One Project'? -Ravi On May 27, 11:36 am, Gurnam Singh gurnam.saini.si...@gmail.com wrote: is this the right way to configure DOc attached  ( i tried this but not working ). On Wed

[flex_india:22554] Re: Can we drop two data in one cell in datagrid?

2009-05-27 Thread Ravi Mishra
; } Try that out. I think it will help -Ravi On May 27, 3:48 pm, Karthik K cse.k.kart...@gmail.com wrote: hi Ravi Thanks a lot Great Example i have one doubt can i  place the dropped data next line i.e inside same cell because my req is of that type i am creating calender

[flex_india:22514] Re: Database Connectivity

2009-05-26 Thread Ravi Mishra
and these services will be talking to Database not the LCDS!!. But all these services are written in some different technologies (java, php, coldfusion, etc). They are not written using LCDS or Flex. Correct me if I am wrong. -Ravi On May 26, 10:56 am, Rahul rahultna...@gmail.com wrote: Sorry Ravi

[flex_india:22469] Re: DataTipItems - how?

2009-05-25 Thread Ravi Mishra
Hi Rachel, Check out the example at this link: http://shemesh.axspace.com/Charts_Programmatically_Show_DataTips_Using_DataTipItems/ This example is view source enabled. Right-click on the screen and select view source. HTH, -Ravi On May 24, 5:52 am, Rachel Garrett rmgarr...@gmail.com wrote

[flex_india:22471] Re: datagrid as component inside datagrid?

2009-05-25 Thread Ravi Mishra
Hi Karthik, Can u pls elaborate the rqrment a little more? -Ravi On May 25, 11:19 am, Karthik K cse.k.kart...@gmail.com wrote: hi guys is there any application where datagrid used as component inside another datagrid in Action script i got in mxml but can i get in Action Script

[flex_india:22473] Re: datagrid as component inside datagrid?

2009-05-25 Thread Ravi Mishra
I think u can use datagrid as itemrenderer for this purpose. The array which u are populating by the split can be used as a dataprovider for the itemrenderer datagrid. HTH, -Ravi On May 25, 11:43 am, Karthik K cse.k.kart...@gmail.com wrote: hi ravi below is my requirement i have

[flex_india:22481] Re: HttpService

2009-05-25 Thread Ravi Mishra
You can not capture the message in fault event until the service call fails. As long as the service call is getting completed successfully, the result event will be dispatched not the fault event. -Ravi On May 25, 10:48 am, vnatrajan...@gmail.com wrote: Hi to All, mx:HTTPService id=hs

[flex_india:22482] Re: Flex Container/Control

2009-05-25 Thread Ravi Mishra
. You can use Transitions to give this motion effect to the component. For more info read about states and transitions in Flex Livedocs. HTH, -Ravi On May 25, 11:59 am, Hemanth Kumar T.S t.s.hemanthku...@gmail.com wrote: Hi, In this websitehttp://www.phoenixisland.co.kr/index.aspx

[flex_india:22506] Re: DataTipItems - how?

2009-05-25 Thread Ravi Mishra
Hi Rachel, You have to create a variable of type array. var myArr:Array = new Array(); Then you can push your chartItem in that array using the Push method of arrays. myArr.push(chartItem1); myArr.push(chartItem2); myArr.push(chartItem3); ... and so on. HTH, -Ravi On May 25, 11:25 pm

[flex_india:22507] Re: Database Connectivity

2009-05-25 Thread Ravi Mishra
No, It's not possible in flex. For database access from flex you have to have a middle layer service. -Ravi On May 26, 10:10 am, rajlaxmi rajlaxmi.ja...@gmail.com wrote: Is it possible to connect flex to an oracle database without a middle (server scripting lanuage like coldFusion, PHP

[flex_india:22412] Re: Problem with canvas background image

2009-05-22 Thread sajith ravi
Hi sankar, I think if you use tht canvas height and width as percentage , it will be k.. 2009/5/22 sankar swaroop sankaras...@gmail.com Hi friends, I had designed a page which contains a bannar and below a tab navigator. Here to put bannar image i used canvas and i set bannar image as

[flex_india:22405] Re: Problem with bin-debug file size

2009-05-21 Thread sajith ravi
Hi Sankar, Its really interesting issue.. I am really surprised of your bin-release size.. How you made it? Any way i have some suggessions... 1. Check your image sizes. 2. Make compatible to the web. 3. Change all the skinning css to runtime loading css. 4. Use modules

[flex_india:22356] Re: Combobox returning NULL data- [object,Object][object,Object]

2009-05-20 Thread Ravi Mishra
Event of comboBox in the way mentioned as follows: mx:ComboBox change=testChange(event)/ HTH, -Ravi On May 20, 5:49 am, kshama.pa...@gmail.com kshama.pa...@gmail.com wrote: Hey... My application has a combobox to which data is provided by array of objects as follows: mx:ComboBox id=points

[flex_india:22360] Re: Accessing data across various mxml files.

2009-05-20 Thread Ravi Mishra
Kshama, Search for 'custom events' and Event propagation in Flex. That will surely help you a lot understanding the concept of passing the values between different views using events. HTH, -Ravi On May 20, 1:30 am, kshama.pa...@gmail.com kshama.pa...@gmail.com wrote: Hi Frnds, I am working

[flex_india:22362] Re: Get History of entered text in textinput?

2009-05-20 Thread Ravi Mishra
Explore about Shared Objects.they might help. -Ravi On May 20, 11:44 am, Karthik K cse.k.kart...@gmail.com wrote: hi guys i need to to know one thing for e.g i have username as textinput from morning to evening there can be many users entering the username can i get the history of 10

[flex_india:22363] Re: Fwd: database connection

2009-05-20 Thread Ravi Mishra
management service. HTH, -Ravi On May 20, 11:22 am, ganesh kumar kumarganes...@gmail.com wrote: hi all , very good morning .can you say how to connect database in flex..because i am doing first project so let me know thanks --~--~-~--~~~---~--~~ You received

[flex_india:22379] Re: Export Flex Chart to Excel

2009-05-20 Thread Ravi Mishra
Hi Mike, As far as translation is concerned.use Google Translate. -Ravi On May 20, 8:36 pm, Mike Rdz miro...@gmail.com wrote: Hey Kamalahasan, If you already got the way to do that, please let me know. I had been reading a couple of webpages, but nothing works, at least not for me. I

[flex_india:22337] Re: How to pass variable value dynamically within flex application

2009-05-19 Thread Ravi Mishra
Hi Shaan, I think Custom Event is the thing you are looking for. Read Event Propagation in Flex livedocs. HTH, -Ravi On May 19, 3:50 pm, shaan techguysin...@gmail.com wrote: Hi, Can anyone tell me how to pass varaible within flex application thanks in advance

[flex_india:22338] Re: Flex application to dispay images dinamically

2009-05-19 Thread Ravi Mishra
could be Data Management Service, but I am not sure of that. HTH, -Ravi On May 19, 3:14 pm, Ice ventofre...@gmail.com wrote: I have the same problem Could anyone help us? :( On 18 Mag, 23:01, giuppe83 giupp...@gmail.com wrote: Dear all, I'm new in Flex. I hope someone could help me

[flex_india:22302] Re: Listening to itemRenderer events? Possible?

2009-05-17 Thread Ravi Mishra
can attach the listener to the list for that event to listen that event on list. For more information, read Event Propagation in Flex livedocs. HTH, -Ravi On May 17, 8:37 pm, DierRe die...@gmail.com wrote: Hi! I'm writing down a simple itemRender with a single peculiarity: if you have

[flex_india:22236] Re: Specifying multiple parameters of the same name using HTTPService

2009-05-14 Thread Ravi
) { s+=(o as Image).x+:+(o as Image).y+,; } } send this string to httpservice to php and at php end split them!! On May 11, 11:58 am, Ravi ravindra.cho...@gmail.com wrote: Hello Friends, I am developing an image editing application in which i can add multiple images

[flex_india:22242] Re: is there any way to compile a single file

2009-05-14 Thread Ravi Mishra
Hi Sravan, Why do u want to do that? I am curious to know that. Though u can compile a component using compc. HTH, -Ravi On May 14, 11:33 am, sravan kumar yasalasra...@gmail.com wrote: hi, is there any way to compile a single file in flex which is modified

[flex_india:22176] Re: Update DataGrid using RemoteObject

2009-05-12 Thread Ravi Mishra
Hi Fauzia, What do you mean by navigating to the screen? I think you should use ChangeWatcher or CollectionEvent to get hold of the change in Collection. HTH, -Ravi On May 12, 10:38 am, sheetal sheetalnilw...@gmail.com wrote: i am not sure about the problem u r facing. But refresh

[flex_india:22180] Re: Cairngorm ServerError Handling

2009-05-12 Thread Ravi Mishra
or not. HTH, -Ravi On May 12, 1:12 pm, riaflexible riaflexi...@gmail.com wrote: Hi : The project which I am working uses ethe cairngorm framework . Basically we have a List view , Add / Edit view . Example : Users In user add view , Once we fill the data's in Users add view , An event

[flex_india:22182] Re: how to get dynamic colors

2009-05-12 Thread Ravi Mishra
(fillColors,['black','black']); } } Call clickBtn function on the button click event. HTH, -Ravi On May 12, 2:40 pm, Gerald Anto flex.gerald.a...@gmail.com wrote: can anyone say how to get dynamic colors in Action script. initially my button text has one color then every

[flex_india:22165] Specifying multiple parameters of the same name using HTTPService

2009-05-11 Thread Ravi
in this.. thanks in advance regards Ravi --~--~-~--~~~---~--~~ 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

[flex_india:22146] Re: Fwd: fault event occurs on httpservice call

2009-05-10 Thread Ravi Mishra
Kshama, Can you plz send the format of the XML you are trying to parse? -Ravi On May 10, 9:56 pm, kshama.pa...@gmail.com kshama.pa...@gmail.com wrote: Hi there, In my application, I have TileList with a image and label in each tile. The image and label is retrieved from a xml file.However

[flex_india:22117] Re: LineChart based on DataGrid

2009-05-08 Thread Ravi Mishra
Hi Fayaz, Check flex dashboard application (its view source enabled): http://examples.adobe.com/flex2/inproduct/sdk/dashboard/dashboard.html HTH, -Ravi On May 8, 11:38 am, Fayaz fayaz.r...@gmail.com wrote: Hi, I have to draw a LineChart based on the data of a DataGrid control. Can anyone

[flex_india:22118] Re: put hbox and vbox dynamically?

2009-05-08 Thread Ravi Mishra
Hi Karthik, Could you plz describe it in a little more detail? :) -Ravi On May 8, 2:54 pm, Karthik K cse.k.kart...@gmail.com wrote: hi guys I need to get a table format for that i am putting hbox x vbox i.e a table format and inside each box i need to add dynamic data any idea please

[flex_india:22120] Re: setDate Problem

2009-05-08 Thread Ravi Mishra
Month starts from 0 to 11. i.e. January is 0th month and December is 11th. HTH, -Ravi On May 7, 6:34 pm, moshe sharon.mo...@gmail.com wrote: Hi All I am setting date to the same date + 0 and being given wrong month   var d:Date = new Date();   d.setDate(sDate.getDate()+i); sDate = {day

[flex_india:22121] Re: TabNavigator SEO in Flex

2009-05-08 Thread Ravi Mishra
Right Click on project in project navigator --- select properties --- select Flex Compiler uncheck Enable integration with browser navigation HTH, -Ravi On May 6, 5:34 pm, Shabith Ishan shabith.is...@gmail.com wrote: Hi, I'm new to flex and new to this forum as well. I have a tab

<    1   2   3   4   5   >