[flex_india:25529] Flex app loading slowly

2009-09-29 Thread Shab
Hi all, The flex application that i am working on parses data from text file using httpservice on initialize event of the application seperated with many delimiters like ;' and so on .I find that it takes a lot of time to split the data and bind it to array collection which will be

[flex_india:25530] Re: Error 1065

2009-09-29 Thread Ranjit
Hi Anil, Did you have look at this link, I had to work with json quite long ago, I had also had faced the problem, http://www.waynemike.co.uk/jswoof Let me know any further Development Regads, Ranjit Sail On Sep 28, 4:53 pm, Anil anil.kadimise...@gmail.com wrote: Hi, I was trying to use

[flex_india:25531] Looking for Flex trainers for freelance assignments in Mumbai

2009-09-29 Thread LaxSar Works
Looking for Flex trainers for freelance assignments in Mumbai. Contact ASAP laxsarwo...@gmail.com Duration : 4 days Oct '09 Experience in software development / prior exp in flex training preferred. Attendees : 10-12. --~--~-~--~~~---~--~~ You

[flex_india:25532] How to parse a XML file where tags have a underscore in them

2009-09-29 Thread kalavati singh
Hi, As per my current requirement I have a XML file where the tag names ( tags ) have a underscore in them like root name_get100name_get name_set200name_set /root? Can any let me know the following 1) Can I read /parse such a XML file in Flex( is it possible) 2) If yes How.

[flex_india:25533] keyboard listener problem

2009-09-29 Thread hosonno
hello, I have a little problem with keyboard listener propagation.I have a page with 2 panel a keyboard listener in the first one the problem is in the propagation on the TAB key-down it change the selected panel and i continue writing in the second one. How can i stop the TAB key- down

[flex_india:25534] Flex Style Explorer - A very nice tool for flex designers

2009-09-29 Thread addy...
Dear All, If you are a RIA developer, designer or enthusiast. This must be a very use full post for you. We create and design Flex Applications for our clients worldwide at MULTIDOTS (www.multidots.in) . As RIA itself means Rich User Experience, we always need to apply attractive and eye

[flex_india:25536] Using multiple Itemrenderers

2009-09-29 Thread vandana flex
Hi friends, I want to use multiple item renderers. I want to display checkbox and tree with in a list. Is there any solution for this? Regards vandana --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India

[flex_india:25537] Re: Problems loading Log file in Windows

2009-09-29 Thread Mohamed Abdulla
Hi Alberto, This file will not work as you the URL path of the files in MAC and WIndows differts u have defined the absolute path of the file which is for MAC (The location i mean to say) The window versions differs so .. please check if u need more help please buzz me Regards Abdulla. On

[flex_india:25535] Re: AMFPHP

2009-09-29 Thread Adil BENHAMID
no you do not need to learn zend to use zend amf 2009/9/28, explorer skon...@gmail.com: one more question there is Zend AMF-a and AMFPHP, is there big difference. Do I need to learn Zend Framework to use Zend AMF. As I can remmember, for using AMFPHP all I had to do is copy some folders in

[flex_india:25538] Re: How to Download Flex data to PDF

2009-09-29 Thread Mohamed Abdulla
use the method which is been shown You have to first create the PDF file in flex and send the data to the page (server side page) to create the PDF file Please contact me if you want to know the steps i have done this for my current project Abdulla. On Sep 24, 6:35 pm, Malavika

[flex_india:25540] Error 1009

2009-09-29 Thread Varun Bajaj (PHP)
Hi All i am having above error in my column chart axis renderer and unable to figure out where the problem is. Error - TypeError: Error #1009: Cannot access a property or method of a null object reference. at mx.charts::AxisRenderer/calcStaggeredSpacing()[C:\Work\flex

[flex_india:25539] Compile 4 times same project with different embeded images

2009-09-29 Thread Fernando Wermus
Hi all, I need to have 4 swf compiled from the same project but with different embeded images. I havent done this before and thus I dont know how to begin. Some hel Thanks in advance! -- Fernando Wermus. www.linkedin.com/in/fernandowermus

[flex_india:25541] Where is the debugger or host application running?

2009-09-29 Thread rohit
When my Flash widget/application first loads into the page, an alert pop-up appears into the page asking the following: Where is the debugger or host application running? It then offers the user the chance to select localhost or to enter the IP address of their machine. The message doesn't

[flex_india:25542] trace ip address of client pc using air

2009-09-29 Thread abhishekchess1
hey friends, could we trace IP address of our client pc using air thx in advanced, :) --~--~-~--~~~---~--~~ 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:25543] Re: Error 1065

2009-09-29 Thread Anil
Hi, Thanks for the reply. I tried that library. Still get the same array. Any clue ??? Thanks in Advance, Anil On Sep 29, 4:57 am, Ranjit ranjit.s...@gmail.com wrote: Hi Anil, Did you have look at this link, I had to work with json quite long ago, I had also had faced the problem,

[flex_india:25544] Re: Looking for Flex trainers for freelance assignments in Mumbai

2009-09-29 Thread Santosh Rout
Hello, I am a corporate training co-ordinator. We can take up this assignment. Let me know how to proceed further. Regards, Santosh www.imetindia.in On Tue, Sep 29, 2009 at 4:03 PM, LaxSar Works laxsarwo...@gmail.com wrote: Looking for Flex trainers for freelance assignments in Mumbai.

[flex_india:25545] Re: How to Download Flex data to PDF

2009-09-29 Thread Vivian Richard
Hi Abdullah, even though it is your personal choice but since we are all one community, I am asking you why some one needs to ask you or contact you personally to get the answer? If you post the answer on in the group then next time if some one is looking for the answer will get it with

[flex_india:25546] Drag and Drop

2009-09-29 Thread prashant waykar
Hello...need some urgent help.. there are 4 random images in a canvas on the right hand side. and there are 3 questions to be answered. Answer to the 1st question corresponds to the 1st image and that image needs to be draged and kept in the box on the left hand side. like that i have to answer

[flex_india:25547] Panel Minimize Maximize - Help

2009-09-29 Thread Panel Minimize Maximize Help
I have the below code which works very well for me for minimizing and maximizing of the panels. There is one small problem I have which I cannot figure out. When I replace the tag Application by Panel at the top and bottom, the code does not work correctly. I want to use this as a component to

[flex_india:25549] Re: How to parse a XML file where tags have a underscore in them

2009-09-29 Thread Sumant
Hi, You can do by using same basic method to load and parse xmls. private function init():void { var ul:URLLoader = new URLLoader(); ul.addEventListener(Event.COMPLETE, completeHandler); ul.load(new

[flex_india:25550] Re: invisible UIComponent

2009-09-29 Thread sunnyJain
Hi, You can also use UIComponent.includeInLayout = false Regards, Sunny On Sep 26, 9:31 am, cholid.r choli...@gmail.com wrote: Hi, all i've got new question any one know how to make UIComponent invisible? but it still can execute Thanks cholid.r

[flex_india:25551] Flex 3 AMFPHP examle

2009-09-29 Thread explorer
Hello, I am trying to figure out how Flex and AMFPHP works together. I install WAMP, AMFPHP and I am able to see services in my browser, so I thing that part WAMP - AMFPHP works fine. I tryed basic example hello world. But I recived error msg. I tryed to figure what is wrong, but I couldn t

[flex_india:25552] Re: invisible UIComponent

2009-09-29 Thread cholid ridwan
i've got it. Thanks --~--~-~--~~~---~--~~ 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