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

2009-09-14 Thread Ravi Mishra
itemRenderers. HTH, -Ravi http://achieveravi.blogspot.com On Sep 13, 11:16 am, Subeesh Arakkan subees...@gmail.com wrote: Hi, You can only call the public function . Use the outerDocument keyword.  So the item renderer script will be something like this. private function myItemFunction():void

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

2009-09-14 Thread Ravi
Hello Friends, How to attach a file while New post. --~--~-~--~~~---~--~~ 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

[flex_india:25224] Re: Html Text Issue (Posted Code)

2009-09-14 Thread Ravi
Reply Thanks 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 email to flex_india

[flex_india:25226] Re: Html Text Issue (Posted Code)

2009-09-14 Thread Ravi
Thanks Allot Preetham, I got the result. I created new Http for Html Text. thanks once again --~--~-~--~~~---~--~~ 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:25253] Re: HorizontalList with variable columnWidth

2009-09-14 Thread Ravi
Hi, You can declare a variable for width of your Item render component.and You can take width value from xml. like: var myWidth:int=data.(my_width==this is xml tag). or Dont give ant width to image and your component,so it will take automatically. Hope this will help you. regards ravi

[flex_india:25181] Re: swf file to large

2009-09-11 Thread Ravi
do Export Realese build from project menu. --~--~-~--~~~---~--~~ 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,

[flex_india:25196] Re: Rich Text Editor ,HTML text problem.

2009-09-11 Thread Ravi
allignment issuses. waiting 4 ur reply, 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

[flex_india:25176] Re: Rich Text Editor ,HTML text problem.

2009-09-10 Thread Ravi
please help me in this. --~--~-~--~~~---~--~~ 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:25115] Save Rich Text Editor Text In Html Text Format

2009-09-09 Thread Ravi
Hello Friends, I am using Rich text Editor in my application. After changing text style,Font Style,Text color how to save it. regards ravi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group

[flex_india:25103] Re: passing values between components

2009-09-08 Thread Ravi
Hi, Create a Bindable variable and save the label.text in that.then access it as Application.application.var_name. and assign it to panel title. Hope this will help you regards ravi --~--~-~--~~~---~--~~ You received this message because you are subscribed

[flex_india:24989] Re: Button validator

2009-09-03 Thread Ravi
Hello Jeroen, Use toggle=true property in button.then you can implenent your functionality from button_id.toggle=true or button_id.toggle=false. regards ravi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex

[flex_india:24956] Re: Cairngorm developers out there?

2009-09-02 Thread Ravi k
Hi, I have been working with Flex 2.0/3.2 from last 2 years. I have good hands on cairngorm architecture and design patterns. I have developed 5 Enterprise application on flex and j2ee. You can contact me on this mail address. Thanks Regards, Ravindar kumar On Tue, Sep 1, 2009 at 8:20 PM,

[flex_india:24958] Increase Request time out in Http Service

2009-09-02 Thread Ravi
time out . 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 email

[flex_india:24973] Re: Increase Request time out in Http Service

2009-09-02 Thread Ravi
plz help me in this... --~--~-~--~~~---~--~~ 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:24978] Re: Increase Request time out in Http Service

2009-09-02 Thread Ravi
Hello Preetham, thanks for reply. if we didnt get any response in 30 sec then it goes in fault and throw error . --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group,

[flex_india:24845] Re: Real time page refresh

2009-08-28 Thread Ravi
Hello Sabari i Dont wan to refresh it manually,it should refresh automatically once data get updated --~--~-~--~~~---~--~~ 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:24858] Re: Real time page refresh

2009-08-28 Thread Ravi
scheduler which will push the updated results.Can you give me some link related to 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

[flex_india:24809] Re: Javascript Not Working In mozilla FireFox

2009-08-27 Thread Ravi
Hello All, thanks for the reply, I am using following code: IN MXML private function callJavaScript():void { ExternalInterface.call(sayHelloWorld); } IN HTML script language=JavaScript type=text/javascript function sayHelloWorld()

[flex_india:24817] Re: Real time page refresh

2009-08-27 Thread Ravi
Hello Vaibhav, thanks for the reply, but i want to refresh the page AUTOMATICALLY when data get updated. regards ravi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post

[flex_india:24819] Re: Flex widgets

2009-08-27 Thread Ravi
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 email to flex_india+unsubscr

[flex_india:24832] Re: Real time page refresh

2009-08-27 Thread Ravi
should automatically reflected updated data without sending any request. Like in cricket score the live score get continuously updated without refreshing. waiting for your reply regards ravi --~--~-~--~~~---~--~~ You received this message because you are subscribed

[flex_india:24765] Re: Flex widgets

2009-08-26 Thread Ravi
Anyone Please help me in this.. 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

[flex_india:24785] Javascript Not Working In mozilla FireFox

2009-08-26 Thread Ravi
Hello Friends, I am developing an application in which i used java script in Html File. It is running correctly in IE browser but not working in Mozilla can anybody please help me in this thanks in advance regards ravi --~--~-~--~~~---~--~~ You received

[flex_india:24770] Display Live Stock Information

2009-08-26 Thread Ravi
Hello Friends, I want to display a stock Indices Information in my Application. Can anyone please help me in this. regards ravi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post

[flex_india:24783] Real time page refresh

2009-08-26 Thread Ravi
refreshing the page. Please help me in this 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

[flex_india:24804] Creating custom html-wrapper through ANT build

2009-08-26 Thread ravi
Hi, I want to add one more property into html-wrapper (wmode='opaque') which is generated through ant build command html-wrapper title=${project.name} file=${project.name}.html application=app swf=${project.name} version-major=9 version- minor=0 version-revision=0 width=100% height=100%

[flex_india:24744] Flex widgets

2009-08-25 Thread Ravi
Hello Friends, Can anybody please tell me how to use widgets in flex. Like for displaying weather,live cricket scores,news etc. Plz give me some example or link thanks in advance regards ravi --~--~-~--~~~---~--~~ You received this message because you

[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:24665] Image Alt Tag and Link Alt tag

2009-08-21 Thread Ravi
Hello Friends, I am developing a Gallery type Application, In which i want to add the functionality of Image Alt tag and Link Alt tag on Images. Can anybody please help me in this.. Thanks in Advance regards ravi --~--~-~--~~~---~--~~ You received this message

[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

[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: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, -Ravi

[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 itonflext...@gmail.com wrote: Hi friends, this is kishore !         I have a dynamic datagrid, i need to do

[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 anoop@oracle.com wrote: Hi All, I am working on one datagrid in which am facing one difficulty. In the data grid, after each

[flex_india:24582] Re: Complex rows in datagrid

2009-08-18 Thread Ravi Mishra
/mx:DataGrid /mx:VBox /mx:Application Though it's not a good approach because i have added one temporary datagrid just for columns only. Because the case you are looking for can not be solved using traditional datagrid in flex. You have to customize it a bit. HTH, -Ravi http

[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

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

[flex_india:24521] Re: customevents

2009-08-17 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 sathishkumar.f...@gmail.com wrote: hi this is sathishkumar

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

2009-08-17 Thread Ravi Mishra
(event.Result); var f_Array:ArrayCollection = new ArrayCollection(); if(tempAC.length 1){ f_Array = tempAC.getItemAt(0); } else{ f_Array = tempAC; } myDataGrid.dataProvider = f_Array; } HTH, -Ravi http://achieveravi.blogspot.com On Aug 15, 12:48 pm, Vivian

[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 sankhe.man...@gmail.com wrote: see u can get focus on row of advanced datagrid aw well as on whole component which you have rendered inside

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

2009-08-17 Thread Ravi M
advDG.editable = true; advDG.editedItemPosition = {columnIndex:indexPosition, rowIndex:indexPosition}; try this - Ravi M On Mon, Aug 17, 2009 at 3:53 PM, Rohit rohit.dharmadhik...@gmail.comwrote: Hi Ravi, that's not working!! On Aug 17, 2:22 pm, Ravi Mishra ravi.achi...@gmail.com wrote

[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 satish...@gmail.com 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:24450] clearing the Browser History

2009-08-13 Thread Ravi
History After clearing the Browser History and if i refresh there its working and its able to get the Modified data. Please help me in this. regards ravi --~--~-~--~~~---~--~~ You received this message because you are subscribed

[flex_india:24469] Re: Can we run our flex application in different browser other than IE

2009-08-13 Thread Ravi M
If you want to run the application from flex builder and to open it in Firefox. Do this step In Flex Builder under WindowPreferencesGeneralWeb Browser choose Use External Browser and Firefox in the list. If firefox is not in the List. Add it Ravi On Thu, Aug 13, 2009 at 4:44 PM, karthik k

[flex_india:24471] Browser Issue

2009-08-13 Thread Ravi
Hello Friends, I develop an application contain database interaction,which is running perfectly in Mozilla. But not working in IE Can anyone please help me in this regards ravi --~--~-~--~~~---~--~~ You received this message because you are subscribed

[flex_india:24472] Browser Close Event

2009-08-13 Thread Ravi
Hello Friends, I want to do some action when we close the bowser. So can anyone please help me in browser close event. regards ravi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group

[flex_india:24477] Re: Browser Issue

2009-08-13 Thread Ravi
, Please help me in this 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:24476] Re: clearing the Browser History

2009-08-13 Thread Ravi
can you please give me some dummy example or link 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

[flex_india:24481] Re: clearing the Browser History

2009-08-13 Thread Ravi
thanks allot Preetham its working now..thank you 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

[flex_india:24482] Re: Browser Issue

2009-08-13 Thread Ravi
it working correctly. Please help me in this 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

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

2009-08-12 Thread Ravi Mishra
mail id provided by the job poster. -Ravi http://achieveravi.blogspot.com On Aug 12, 10:13 am, sunitha shali sunithash...@gmail.com wrote: Hi All,             Send your updated resume ASAP.             Wind Bricks company is located at : Near Eseva office, Vengal Rao Nagar, S.R Nagar

[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 atul.kum...@wipro.com 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

[flex_india:24357] Re: How to show % symbol in charts

2009-08-07 Thread Ravi M
Mike, You can use the labelFunction. There you can add the % symbol with it. Ravi On Fri, Aug 7, 2009 at 3:41 PM, Mike learner mike.lear...@gmail.com wrote: Hi, I have an issue with charts. I want to show % symbol in the pie chart data. Along with data, when I include % symbol, chart

[flex_india:24359] Re: Flex Hyperlink component

2009-08-07 Thread Ravi Mishra
Try this: mx:Label mouseChildren=false buttonMode=true useHandCursor=true color=#FF mouseOver=setStyle('textDecoration','underline') text=http://www.google.com; / HTH, -Ravi On Aug 7, 3:09 pm, Mike learner mike.lear...@gmail.com wrote: Hi Vishal, We will get the hand icon, when we move

[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 ravi.achi...@gmail.com wrote: Try this: mx:Label mouseChildren=false buttonMode=true useHandCursor=true color=#FF mouseOver=setStyle('textDecoration

[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

[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 preethamheg...@gmail.com wrote: Hi Adrian, Say for a given xml we can find the count using its inbuilt method *length() * Find a example, may help u

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

2009-08-06 Thread Ravi Mishra
Hi Preetham, I did not try executing it. But yes, there was an error from me. Actually i wanted to write Alert.show(xmlStr.descendants('*').length().toString()); which will return all the descendants of the XML. In your case it returns 8. Apologies for the error. -Ravi On Aug 6, 2:53 pm

[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 perj...@gmail.com wrote: Hi ,        Any idea about Flex monkey unit testing tool. Any one have any samples

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

2009-08-05 Thread Ravi Mishra
properties with this class's properties and then pass that object tho the insert function. HTH, -Ravi On Aug 4, 8:34 pm, karima aissaoui aiss...@gmail.com wrote: Hi everybody, iam developping a RIA with java and flex, i would like to insert data to my database (postgresSQL) from a flex form, i

[flex_india:24203] Re: disable bar series tooltip

2009-08-03 Thread Ravi Thangavel
There is no such property for BarChart, BarSet and BarSeries. And i am not able to see any other properties to do so. Regards, Ravi On Aug 2, 11:10 am, sandeepmalik sandeep.ma...@gmail.com wrote: There's a property showToolTip or something in barchart, set that to false. -Sandeep On Aug 1

[flex_india:24190] disable bar series tooltip

2009-08-01 Thread Ravi
it shows the label value inside the bar. When the bar width or height is very small, it shows the tooltip by showing the label value. how do i disable the barseries tooltip by showing the label value. Please help me out. Regards, Ravi --~--~-~--~~~---~--~~ You

[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 flex.gerald.a...@gmail.com wrote: Hello friend, i have tried some ways but didnt get

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

2009-07-31 Thread Ravi Mishra
{ Alert.show(error); } } HTH, -Ravi On Jul 31, 2:14 pm, Gerald Anto Fernando flex.gerald.a...@gmail.com wrote: Hi ravi, *This is my exact returning node from server* ?xml version=1.0 encoding=utf-8 ? catalog product timeField=09:55:33   price1015.0/price

[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 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 anishkuma

[flex_india:24143] Re: Advanced Datagrid scrollToIndex Issue

2009-07-30 Thread Ravi M
Try using table.verticalScrollPosition = table.maxVerticalScrollPosition next to scrollToIndex Ravi On Thu, Jul 30, 2009 at 11:45 AM, flex_oink thydo...@gmail.com wrote: Here is the code I am working on. There are some bar diagrams associated to each node of AdvancedDatagrid. Now suppose, I

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

[flex_india:24008] Re: Drag and Drop Query

2009-07-28 Thread Ravi M
(event)/ - Ravi On Tue, Jul 28, 2009 at 1:30 PM, dinesh dhineshbhara...@gmail.com wrote: Hi All, I have two list component ex : A and B..each has data of same format... i am able to do drag drop within the component... but i want to stop drag drop data from A to B or viceversa...since

[flex_india:23999] Re: Problem with DataGrid Combo Box

2009-07-27 Thread Ravi M
If you are binding the value in itemeditor's combobox it will definitely change . Do you have like mx:itemEditor mx:Component mx:Combox dataprovider={data.city} / Ravi On Sun, Jul 26, 2009 at 1:07 PM, jayapal kasarlajaya...@gmail.com wrote: hi all.. i have problem,. I have a Datagrid

[flex_india:23949] Bind the value to Google map marker

2009-07-23 Thread Ravi
Hi, I am using Google map (GEOCODER) service to point out the perticuler location. My problem is that I am not able to bind the data to the marker. So please help me out to solve this problem. Thanks in advance. --~--~-~--~~~---~--~~ You received this message

[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 harish.kotag...@gmail.com wrote: hi, pls can u give me ur mail id.. On Jul 20, 8:27 am, Ravi Mishra ravi.achi...@gmail.com wrote: Hi, There are a few candidates required who have work experience in Flex and Java, in Capgemini

[flex_india:23876] Re: Dragging the childs of a tre to another tree

2009-07-21 Thread Ravi M
Think this link might help you http://www.axelscript.com/2008/03/11/using-a-tree-with-drag-and-drop-from-a-grid/ - Ravi On Tue, Jul 21, 2009 at 5:01 PM, itonflex team itonflext...@gmail.comwrote: Hi friends ! I have a requirement that i have two trees. now i need to drag the child from

[flex_india:23880] Re: Set Focus on the Pop-Up Window

2009-07-21 Thread Ravi M
You can use show event in the second page and call some function to set the focus Ravi On Tue, Jul 21, 2009 at 11:59 AM, Ramya Arumugam friendramya2...@gmail.comwrote: Hi All, I have created two flex pages, one is the main page that has button to open the another felx page. Now, i need

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

2009-07-21 Thread Ravi Mishra
embeded the actionscript file. So the right way should be to write a singleton class and then call those methods from the instance of that singleton file. HTH, -Ravi On Jul 21, 12:46 pm, comgeek munagaprav...@gmail.com wrote: we are using some common methods(functions) through out the application

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

2009-07-21 Thread Ravi Mishra
access of that property. HTH, -Ravi On Jul 21, 4:59 pm, pradheap babu pradh...@gmail.com wrote: Hi Vipin, One work around is that you can use application variable and set the data from one mxml file, and you can access it from any other mxml file within the application. On Tue, Jul 21, 2009

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

2009-07-20 Thread Ravi Mishra
. If option 2 states your case then you can take help from custom events or binding values in components. Let me know if you require some more help on this. -Ravi On Jul 20, 9:06 am, vipin vipinrawa...@gmail.com wrote: Hi, I am Vipin my problem is that I am unable to transfer the values between

[flex_india:23835] Re: some idea

2009-07-20 Thread Ravi M
Check whether your requirement is something like this, http://blog.savvasmalamas.com/2009/02/22/flex-builder-to-flash-ide-on-valentines-day-i-love-you-baby-lets-have-some-swfs/ Ravi On Mon, Jul 20, 2009 at 3:34 PM, Ganeshkumar Chandran ganesh8ch...@gmail.com wrote: hi all, how

[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+unsubscr

[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

[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 anshuman.ru...@gmail.com 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 eshwar.ean

[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 devakisreed...@gmail.com wrote: Hi gys i want chenge the Advnced datagrid  Back ground

[flex_india:23737] Re: Using Collections for key-value pairs

2009-07-14 Thread Ravi M
I believe its not possible. Instead you do like var xmlObj:Object = new Object(); xmlObj[0] = xml1 xmlObj[2] =xml2 - Ravi On Tue, Jul 14, 2009 at 2:28 PM, sheetal sheetalnilw...@gmail.com wrote: Hi, i want to add xmlObj. to xmlListColl. but at random indices which i can store. For ex-i

[flex_india:23675] Re: How to capture the lat and long value?

2009-07-13 Thread Ravi M
* private* *function* init():*void* { googleMap = *new* Map(); googleMap.addEventListener(MapMouseEvent.CLICK,mapClicked); mapContainer.addChild(googleMap); } *private* *function* mapClicked(evt:MapMouseEvent):*void*{ Alert.show(evt.latLng.lat() + ** + evt.latLng.lng() + **) } - Ravi

[flex_india:23683] Re: How to capture the lat and long value?

2009-07-13 Thread Ravi M
In what scenario you want this? -Rv On Mon, Jul 13, 2009 at 12:00 PM, dileep singh discover.dile...@gmail.comwrote: Thanks a lot ravi. Ravi is it possible to get multiple lat and long value? Regards Dileep On Sat, Jul 11, 2009 at 1:59 PM, Ravi M flashr...@gmail.com wrote: * private

[flex_india:23689] Re: How to capture the lat and long value?

2009-07-13 Thread Ravi M
The script I gave you will do what you want. Create one array or arraycollection and add the lat and long on each click - Ravi On Mon, Jul 13, 2009 at 1:23 PM, dileep singh discover.dile...@gmail.comwrote: On a map I want to click four different places and the lat and long value of those four

[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 jagan.f...@gmail.com wrote: Hi guys, can any body give the information regarding the following error attached to the mail.. -- Regards Jagan

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

2009-07-13 Thread Ravi Mishra
. You'll get to know about some methods, that could be helpful. HTH, -Ravi On Jul 13, 4:22 pm, chandra shekarf...@gmail.com wrote: hi all   ?xml version=1.0 ? - catalog name=bm + section name=active play   subsection rank=1trikes/subsection   subsection rank=2gross motor skills/subsection

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

[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

[flex_india:23649] Re: Regarding Panel and its child

2009-07-10 Thread Ravi
Hello Pradeep, use Alert to get the width and height of canvas after it get resized. Like: Alert.show(+canvas_id.height); Regards Ravi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group

[flex_india:23619] Re: Print issue with Tile List (posted code)

2009-07-09 Thread Ravi
r --~--~-~--~~~---~--~~ 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:23641] Flex Printing (Tilelist)

2009-07-09 Thread Ravi
={data.label}/ mx:Image source={data.data}/ /mx:VBox /mx:Component /mx:itemRenderer /mx:TileList mx:Button label=Print Direct click=printList() / /mx:Application thanks regards ravi

[flex_india:23575] Print Tile List

2009-07-08 Thread Ravi
Hello Friends, I want to print the Multipage tilelist which contains images. can anyone please help me in this thanks ravi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post

[flex_india:23581] Print Tilelist

2009-07-08 Thread Ravi
Hello Frnds I want to print tilelist which contain images can anybody help me in this thanks ravi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send email

[flex_india:23584] Re: Print Tilelist

2009-07-08 Thread Ravi
Hello Frnds I want to print tilelist which contain images can anybody help me in this thanks ravi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send email

[flex_india:23600] Re: Print Tilelist

2009-07-08 Thread Ravi
thanks for replying srinivas, But i want to take a Print(printout) of tilelist which containing images. regards ravi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group

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

2009-07-03 Thread Ravi Mishra
You won't get this option with comboBox or datagrid. You will have to remove items from the relevant dataProvider. Suppose the dataProvider to comboBox is an arrayCollection then you can do the following: (cb.dataprovider as ArrayCollection).removeItemAt(4); HTH, -Ravi On Jul 3, 11:16 am

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

2009-07-03 Thread Ravi Mishra
. -Ravi On Jul 3, 3:24 pm, vnag toveeren...@gmail.com wrote: How to configure and test the flex application with qtp. I have already tried it, qtp recognizing the flexobjects as generic objects(WinObject) can any one help me on this ASAP. thanks, vnag

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

2009-07-02 Thread Ravi Mishra
{ super.data = value; if(value.check == 'true'){ this.selected = true; } else{ this.selected = false; } } } } mx:AdvancedDataGridColumn dataField=check itemRenderer=com.Renderers.myRenderer / hope this helps. -Ravi On Jul 2, 9:20 am, Andrey aport...@gmail.com wrote: Hi all! I have a problem

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

<    1   2   3   4   5   >