[flex_india:26502] Transfering values between flex components

2009-11-09 Thread senling
Hi, I need to get the value from the InputSheet.mxml textinput and display it in the OutputSheet.mxml textinput. How can i achieve this while navigating the tab. The code is followed Mainapp.mxml : mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; xmlns:local=*

[flex_india:26501] writing in textfield inside movieclip using keyboard event

2009-11-09 Thread flexlearner
Hi all, i am working in application where i have to add a textfield inside the movieclip, and then place cursor to textfield. using keyboard event i have to write in the textfield. but i am not able to generate keyboard event. i mean keyboard event is not wrking, please

[flex_india:26500] Re: urgent help: Tab Through DataGrid

2009-11-09 Thread Hari Narayanan
Iam also needed... Could u pls send me the code? _Hari- On Nov 7, 12:19 am, Kiran Singh nkiransi...@gmail.com wrote: S.we can make by using itemeditor and use same component name as itemrender and for more details i will send u sample code on monday EOB. Thanks, Kiran Singh On Fri,

[flex_india:26503] Re: web flow of cairngroom / TDD vs SDLC

2009-11-09 Thread flexorz group of flex corders
hey lakshminarayan ; 1 ) cairngorm is a MVC framework which is a combination of (MVC / singleton / observer) its a micro architecture which helps to loosely couple our views and data for better controlability. i think there are so many explanations about it in the web . which you should search

[flex_india:26504] Re: Why Flexapplication load initally slow

2009-11-09 Thread flexorz group of flex corders
there are couple of ways which we can archive this , 1)make sure your application is smaller in size. 2) convert outer references to signed RSL ,so that once you load them next time it will be superb fast. 3) remove any embed images / video / other stuff which are hard on size 4) make all the

[flex_india:26505] Re: Loading Error - Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.

2009-11-09 Thread flexorz group of flex corders
normally from the error i assume that you are mapping string for the collection of images that you have in your asset folder. so this occurs when the mapping string to url . this is my assume code . you have files in assets folder / 1,jpg , 2 jpg ,3.jpg and you are looping like this for (i=0,

[flex_india:26506] Re: How to acess one mxml component id in another mxml component?

2009-11-09 Thread flexorz group of flex corders
or you can pass a reference/function on the component which you want to access in to the component you are going trigger it. this way those are not hard binded. yes application.application reference is not recommended. cheers dinukx On Mon, Nov 9, 2009 at 12:30 PM, jakir qureshi

[flex_india:26507] Re: // advanceddatagridcolumn header renderer query //

2009-11-09 Thread flexorz group of flex corders
yes , if the renderes are reusable , you may have to have it on the value object (or what every object that you use in the dataprovider this will be passed along with super.data) and have it accessed in your overriding methods. cheers dinukx On Mon, Nov 9, 2009 at 1:20 PM, Arindam Dhar

[flex_india:26509] Re: Transfering values between flex components

2009-11-09 Thread suku
Hi , my prev code is to get the value from the InputSheet.mxml textinput and display it in the OutputSheet.mxml textinput. But when user changes its text in inputName , those changes wouldnot reflect in printName as creation complete will call only once in the lifecycle of the

[flex_india:26508] Re: Loading Error - Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.

2009-11-09 Thread karthi keyan
I fix the issue and working fine. Thank you very much for your suggestion. On Mon, Nov 9, 2009 at 4:09 PM, flexorz group of flex corders flexco...@gmail.com wrote: normally from the error i assume that you are mapping string for the collection of images that you have in your asset folder. so

[flex_india:26510] Re: Transfering values between flex components

2009-11-09 Thread suku
Hi. jus try this Mainapp.mxml : mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; xmlns:local=* mx:Script ![CDATA[ [Bindable] private var printValue:String;

[flex_india:26511] Re: Transfering values between flex components

2009-11-09 Thread flexorz group of flex corders
actually there is much simpler way to archive this , which is more clean. check this simple solution *Main.app* *** mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; applicationComplete=init() layout=absolute xmlns:local=*

[flex_india:26512] Re: Transfering values between flex components

2009-11-09 Thread suku
hi Dinukx , thnx for simpler way and clean sol. regards Suku On Nov 9, 4:38 pm, flexorz group of flex corders flexco...@gmail.com wrote: actually there is much simpler way to archive this , which is more clean. check this simple solution *Main.app*

[flex_india:26513] Query Regarding flex 3 UI Components and Incoming Stream

2009-11-09 Thread priya gupta
Hi, I am creating web based sip phone like http://www.wantlinux.net/wp-content/uploads/2009/04/xten_x-lite.jpg I have some query regarding phone. I want to make bars of in/out stream levels that shows incoming and outgoing voice level. like in following phone for incoming voice(Green-colored)

[flex_india:26514] Re: Loading Error - Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.

2009-11-09 Thread Saravanan
Hi Karthi, What was the issue if u find any solution or what is the cause might help others :) -sara http://sara-intop.blogspot.com On Nov 9, 4:21 pm, karthi keyan karthikeya...@gmail.com wrote: I fix the issue and working fine. Thank you very much for your suggestion. On Mon, Nov 9, 2009

[flex_india:26515] Is there way to parse FLV

2009-11-09 Thread Saravanan
Hi All, is there way to read or separate sound from FLV?? is there any sample pls let me know.. thanks in advance -sara http://sara-intop.blogspot.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India

[flex_india:26517] Embed GoogleMaps in Flex

2009-11-09 Thread pradeepflex
Hello Friends, i have to finish this task in one day Please let me know the embedding the google maps in flex and set a markers on it whenever i put mouse over the marker it should be displayed an image. Please let me know which is the best way to implement the code thanks for any information

[flex_india:26516] learning actionscript......

2009-11-09 Thread abhilashm86
i want difference between flex designers and flex developers?? when i started learning flex from month back, mxml and front end of flex is easy:) i like it.. when it comes to design/ sctionscript, i find it hard to learn, especially some actionscript like flipping page, mp3 players, etc

[flex_india:26518] Re: Why Flexapplication load initally slow

2009-11-09 Thread Kiran Singh
I feel your sugeestion is not correct on it. please suggest some other realvent one On Mon, Nov 9, 2009 at 3:58 PM, flexorz group of flex corders flexco...@gmail.com wrote: there are couple of ways which we can archive this , 1)make sure your application is smaller in size. 2) convert

[flex_india:26519] Re: Why Flexapplication load initally slow

2009-11-09 Thread crajanm
Hi, Try to split your application as modules and load into your application using module loader. For more information chk these links: http://www.insideria.com/2008/04/flex-ria-performance-considera.html

[flex_india:26520] Re: Embed GoogleMaps in Flex

2009-11-09 Thread Preetham Hegde
Google have given good examples, check it here http://code.google.com/apis/maps/documentation/flash/examples/index.html On Mon, Nov 9, 2009 at 7:42 PM, pradeepflex pradeepflex.gr...@gmail.comwrote: Hello Friends, i have to finish this task in one day Please let me know the embedding the

[flex_india:26521] Re: Query Regarding flex 3 UI Components and Incoming Stream

2009-11-09 Thread flexorz group of flex corders
you might wana check this , http://www.everydayflash.com/blog/index.php/2008/03/26/classic-sound-equalizer-in-flashas3/ cheers Dinukx On Mon, Nov 9, 2009 at 6:30 PM, priya gupta priya4...@gmail.com wrote: Hi, I am creating web based sip phone like

[flex_india:26522] Re: Why Flexapplication load initally slow

2009-11-09 Thread flexorz group of flex corders
Hey Kiran , please explain why do you find my solutions irrelevant ? if so what is your solution for the problem ? and it would be wiser if you can go through the links which crajanm provided before you reply back. Best regards Dinukx On Mon, Nov 9, 2009 at 11:20 PM, crajanm

[flex_india:26523] Re: how to configure application on the live server?

2009-11-09 Thread Gerald Anto Fernando
hello kiran, please give me detailed explanation what is blazeds? i need to know about it i am using tomcat only and am not using any of messaging-config.xml,proxy-config.xml,remoting-config.xml and services-config.xml. i am calling *HTTPService and get data from server and plot the data in UI.*

[flex_india:26524] Re: learning actionscript......

2009-11-09 Thread Saravanan
Hi Learning ActionScript 3.0: A Beginner's Guide http://www.amazon.com/gp/product/059652787X?ie=UTF8tag=fmalinkCode=as2camp=1789creative=9325creativeASIN=059652787X And Actionscript Cookbook will be helpful for u -sara http://www.designscripting.com/ On Nov 9, 8:30 pm, abhilashm86