[flex_india:30320] release build of flex project from command prompt

2010-06-08 Thread pradeep.pa...@gmail.com
Hi, Can we make a release build of a flex project from command prompt. If yes, Please explain with an example. Thanks. Pradeep -- 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:30321] differece between Actionscript Value Objects and Java Value Objects

2010-06-08 Thread shameem
Hi friends, Can anybody explain the differece between Actionscript Value Objects and Java Value Objects -- Thanks in advance Shameem -- 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:30321] Looking for corporate trainers.....Please suggest.

2010-06-08 Thread Ritesh Batra
Hey, we are looking for a Flex, AS3 corporate trainers...Can u suggest someone ? -- 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_in...@googlegroups.com. To unsubscribe from this group, send email

[flex_india:30321] Chart with real time data

2010-06-08 Thread Berkowitz - Fator13
Hello! I'm trying to create an application that builds a chart with the information from my database via WCF every two minutes. The problem I'm having is related to cache, because the chart is still no update. I checked the temporary file directory and noticed that the data is being cached. Can

[flex_india:30321] .NET / SQL /J2EE/ PHP /Javascript libraries Classes

2010-06-08 Thread ezLearn Tech
eZ-Learn Technologies is one of the country's fastest growing Information Technology Training and Placement Company. Here we provide the advanced training in the below technologies like 1.DOTNET (C#.NET, ASP.NET, AJAX) - Rs. 2000/- 2.JAVA/J2EE - Rs. 3000/- 3.Microsoft SQL - Rs. 1000/-

Re: [flex_india:30321] Sharing variable in one mxml to another

2010-06-08 Thread Khalid Chaudhary
Use setter function. On Mon, Jun 7, 2010 at 5:29 PM, athi athi@gmail.com wrote: hi i have two mxml files. the first.mxml contains personal and the second.mxml contains family information the first.mxml contains the text input name and gender the second.mxml contains the text

[flex_india:30321] data grid row height

2010-06-08 Thread bindu
hi i need to set the row height of data grid Suppose if i set the row height 56(equals to 3 rows(18*3)), if any cell of that row have suuficient data which is suiatable fit into three rows then it show the row height 56,but if the data is low , then row height will be according to data either

Re: [flex_india:30327] Looking for corporate trainers.....Please suggest.

2010-06-08 Thread Satish Gupta
go for it to Tekno point Multimedia www.teknopoint.in On Tue, Jun 8, 2010 at 12:22 AM, Ritesh Batra batra.rit...@gmail.comwrote: Hey, we are looking for a Flex, AS3 corporate trainers...Can u suggest someone ? -- You received this message because you are subscribed to the Google Groups

Re: [flex_india:30327] Sharing variable in one mxml to another

2010-06-08 Thread athi murugan
hi could u give sample code for setter fn regards athi On 8 June 2010 10:17, Khalid Chaudhary chaudhary.kha...@gmail.com wrote: Use setter function. On Mon, Jun 7, 2010 at 5:29 PM, athi athi@gmail.com wrote: hi i have two mxml files. the first.mxml contains personal and the

Re: [flex_india:30328] horizontalStroke in Chart

2010-06-08 Thread Jaydeep Tank
Hi, Check Annotation in Chart Components. 2010/6/4 FLEX Builder KKH flex@gmail.com Hi Experts, Using the LineChart component of Flex: How do I make the horizontal grid lines (background within the chart) dotted? With the mx:Stroke within the mx:horizontalStroke, I'd like to make the

[flex_india:30329] Multiple Selections from color picker

2010-06-08 Thread deepa
Hi, The color picker selects only one color at a time. I want to allow the user to keep his selections as long as he selects the colors. Are there any examples of color picker where it shows all the selected colors? Can I remove any colors that he wants to remove from the selected colors. Thanks

[flex_india:30329] Re: horizontalStroke in Chart

2010-06-08 Thread Berkowitz - Fator13
Hi! Try the following code: mx:LineChart id=lineChart width=100% height=100% showDataTips=true seriesFilters=[] ...

Re: [flex_india:30331] Sharing variable in one mxml to another

2010-06-08 Thread Iyer Anuradha
Dear Sir, As per your doubt I could understand that u have 2 mxml files : 1) first.mxml containing personal information and 2) second.mxml containing family information. and you have respective variables and you also have UserVO class. ok good. the only thing u have to do is : create an

[flex_india:30331] Regarding streaming video file to be saved in Internet Temporary folder

2010-06-08 Thread Iyer Anuradha
Hi Friends, Issue is I want to save a streaming video file into internet temporary folder. Is it possible? mine is not AIR application. Thanks Best Regards, Anuradha Y. Thakor -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post

[flex_india:30333] Re: Sharing variable in one mxml to another

2010-06-08 Thread Anish Mohan
Hi, first.mxml public function init():void { userVO.nameVar = name.text; userVO.genderVar = gender.text; } mx:TextInput id=name / mx:TextInput id=gender / -- second.mxml public function init():void { userVO.gradVar = name.text;

[flex_india:30333] Re: Sharing variable in one mxml to another

2010-06-08 Thread Anish Mohan
In addition to that, please import userVO.as file to both mxml files On Jun 7, 4:59 pm, athi athi@gmail.com wrote: hi i have two mxml files. the first.mxml contains personal and the second.mxml contains family information the first.mxml contains the text input name and gender the

[flex_india:30333] Re: data grid row height

2010-06-08 Thread Anish Mohan
Hi, Try wordWrap=true , maxHeight=56 variableRowHeight=true for the mx:DataGrid / Thanks, Anish Mohan On Jun 8, 11:11 am, bindu sweetmi...@gmail.com wrote: hi i need to set the row height of data grid Suppose if i set the row height 56(equals to 3 rows(18*3)), if any cell of that row have