[flex_india:30853] Edit tamil language in textinput

2010-07-27 Thread athi
hi i am using flex 4. i want to edit tamil language in flex text input. is it possible. how can i do.. help me thanks in advance regards athi -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send email to

Re: [flex_india:30853] FlashMOG - remoting via socket using PHP5 and AS3

2010-07-27 Thread nagendra bhange
hello nice work but i have some Questions what about game security? is it secure with cheat engine or something else? what is the difference between flashmog and smartfox server? regards nagendra On Tue, Jul 27, 2010 at 1:25 AM, sneakyimp zardozro...@gmail.com wrote: Hello guys: I'm not

Re: [flex_india:30853] Hi,How to play a gif image?

2010-07-27 Thread Radu Toev
Hi From my knowledge you can use the SWFLoader and Image control to load gif. Try using SWFLoader because, the Image control is used for loading static graphic. On Tue, Jul 27, 2010 at 4:47 AM, 朱传明 zhu...@asiainfo-linkage.com wrote: Hi,all: I want to play gif image in my application. I

[flex_india:30856] Re: DateField inside combobox

2010-07-27 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 male...@gmail.com wrote: HI All, I need your help in writing custom component my Requirment is i have combobox i

[flex_india:30857] Embed Tree Structured SWF Files Play in Flex

2010-07-27 Thread vennelakanti.vardhan.ku...@gmail.com
Hi Everyone, I am trying to play a tree structured SWF files in my Flex Application, here are some problems i am facing, 1. How to stop, pause, replay an SWF File. 2. if another SWF file clicked from tree then how to clear Previous SWF File (Audio) Thanks for All in Advance. -- You received

Re: [flex_india:30857] Re: DateField inside combobox

2010-07-27 Thread Malek S
HI Ravi, Thanks for your reply. can you please supply itemeremender code?? Here is what my MXML looks like ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ *import* mx.controls.Label; *import*

[flex_india:30859] Re: Hi,How to play a gif image?

2010-07-27 Thread Anish Kumar
Check this article online for more details on how to load animated gifs in Flex... http://dougmccune.com/blog/2007/01/19/how-to-load-animated-gifs-using-adobe-flex-20/ -Anish http://www.macoscoders.com/ -- You received this message because you are subscribed to the Google Groups Flex India

[flex_india:30860] Re: Embed Tree Structured SWF Files Play in Flex

2010-07-27 Thread Anish Kumar
No sure if I understood your question properly. I think you are loading a series of swf files in your Flex app while displaying the swf as a tree. If that is the case, you should probably using a shared SWFLoader control instead of a new instance for every swf file. Using the shared instance

[flex_india:30861] Re: DateField inside combobox

2010-07-27 Thread Anish Kumar
Check this blog post for an example on how to use a custom itemRenderer in a combobox http://blog.flexexamples.com/2007/09/25/creating-a-custom-combobox-item-renderer-in-flex/ -Anish http://www.macoscoders.com/ -- You received this message because you are subscribed to the Google Groups Flex

[flex_india:30862] Re: Edit tamil language in textinput

2010-07-27 Thread Anish Kumar
I haven't tested with tamil on Flex, but sometime back we had a discussion on this forum about typing Arabic in flex and I know that it was possible. So tamil is a possibilty on Flex. Probably try loading the custom tamil fonts into your Flex app and use it to type/ edit tamil. Here are some

[flex_india:30863] Re: Plz help... need the some valuable clarification

2010-07-27 Thread Anish Kumar
Some of the things that I can list for using Flex instead of Silverlight is:- #1: Flex is not from Microsoft..! #2: Flex SDK is open source #3: Flex is in the market for relatively more time than SilverLight. Hence the SDK, the IDE, the support group, the market etc are more when compared to

Re: [flex_india:30864] Re: DateField inside combobox

2010-07-27 Thread Malek S
HI Thanks for your reply however its not of much use to me. I want dateField. inside combobox. On Tue, Jul 27, 2010 at 3:32 PM, Anish Kumar anishkuma...@gmail.com wrote: Check this blog post for an example on how to use a custom itemRenderer in a combobox

[flex_india:30864] Re: DateField inside combobox

2010-07-27 Thread Shri Priya S
Hi Malek, I have changed your code as below. Hope this helps ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ *import* mx.controls.Label; *import* mx.controls.TextInput; *import* mx.managers.PopUpManager;

Re: [flex_india:30865] Re: Edit tamil language in textinput

2010-07-27 Thread Nishant Kyal
Hi, For using any indian language text in flex apps, you'll need to use Adobe text layout framework. If you simply embed fonts and try rendering it, it'll not render properly. Nishant On Tue, Jul 27, 2010 at 3:39 PM, Anish Kumar anishkuma...@gmail.com wrote: I haven't tested with tamil on

[flex_india:30866] Re: Hi,How to play a gif image?

2010-07-27 Thread Shri Priya S
Check this article where they discuss about different methods of displaying images in Flex http://www.techierichnet.com/2010/07/different-methods-of-displaying-images.html -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this

Re: [flex_india:30867] Button is not working on first click

2010-07-27 Thread oviya selvan
Hi, I am doubt about getting focus on swf in browser. so just click some where in your application and then click on your button. If it works, then the problem is that swf is not getting focus/activated in first shot. If not, just send your code. let me try to figure it out. On Mon, Jul

Re: [flex_india:30868] Permanaet changes to arraycollection

2010-07-27 Thread oviya selvan
Hi, My understanding is that whatever changes you made on arraycollection should be available throughout application. If so ,Just keep your arraycollection as public variable and don't recreate/reset this one on any function call. Thats it!!. On Mon, Jul 19, 2010 at 11:01 PM, Sidhu Vijay Sidhu

Re: [flex_india:30869] Button is not working on first click

2010-07-27 Thread Khalid Chaudhary
Hello Oviyan, You are right, when we click some where in the application, then it works properly. But a different application is working fine. As far as code is concern, I cant send that. Hope you will throw more light on this. Regards, On Wed, Jul 28, 2010 at 11:01 AM, oviya selvan