[flex_india:32303] Problem during File load

2010-12-14 Thread xelf
Hi all, We are using File.load() in our AIR app.. Basically the purpose is to get the file from local system -- convert as ByteArray, -- send to server.. file = new File(filename); file.addEventListener(Event.COMPLETE, completeLoadHandler); file.load(); Application works fine with this code

Re: [flex_india:32304] Problem during File load

2010-12-14 Thread Arindam Mojumder
explain vividly. Can't understand your word.. On 14 December 2010 17:10, xelf samjayan...@gmail.com wrote: Hi all, We are using File.load() in our AIR app.. Basically the purpose is to get the file from local system -- convert as ByteArray, -- send to server.. file = new File(filename);

[flex_india:32305] Re: Problem during File load

2010-12-14 Thread xelf
During file load operation as per below snippet, once load() is executed, either coltrol goes to completeHandler or to errorHandler. This flow works fine some times.. But in some cases, the control doesn't goes to neither of these.. its lost.. Dont know whats happening behind.. Either something

[flex_india:32306] Looking for Freelance or Part Time Flex Developer/Designer

2010-12-14 Thread sunnyoc
Hi, We are a young startup Product Development Company in Hyderabad. We are looking for a Freelance or Part Time Flex Developer/Designer with atleast 2 years experience in Flex 3 or Flex 4 Development. Since we are hardcore programmers ourselves, we are looking for someone with passion to learn

RE: [flex_india:32306] Is therer any way to Run a Action Script Class

2010-12-14 Thread Natwar Garg
Create/use Actionscript Project instead of Flex Project, to run/use as class without MXML Application. Regards, Natwar Garg HyTech Professionals An ISO 9001:2000 Certified Company Phone(US): +1-(302) 355 0436 Phone(India):+91-120-4223960, Ext. 221 Email: natwar.g...@hytechpro.com Website:

Re: [flex_india:32306] Problem during File load

2010-12-14 Thread naveen SR
Hey I know the root cause of your issue because I have burnt my hands on the same issue a while back. Make sure you remove the event in your listner that you have added. ie in your listner completeLoadHandler add the line: file.removeEventListener(Event.COMPLETE, completeLoadHandler); I am

Re: [flex_india:32308] Flex careers

2010-12-14 Thread sankarbala
Hi meenakshi, I am working in ellaarinfotek pvt ltd which is situated in guindy, chennai. We have flex openings. If you interested, please contact this no : 9788844520. Thanks Balakrishnan.N On Mon, Dec 13, 2010 at 12:37 PM, Meenakshi K kminuno...@gmail.com wrote: Hi there,

[flex_india:32309] How to access a [textBox inside a MovieClip] in swf from flex.

2010-12-14 Thread ankur wahi
Suppose I have one swf called circle.swf. In this circle.swf there is a movieclip called mc1 which is exported dynamically .In the movie clip mc1 there is dynamic text box called txt1. Now I want to change the value of the txt1 from flex. What I did was in Flex: mx:SWFLoader id=loader1

[flex_india:32309] Can we create new project from my flex application with coding?

2010-12-14 Thread sankarbala
Dear friends, Actually my requirement is, From my flex application i will give the form to create new form as per user wish. What i want is , My flex application should create new project( with source code) with the form designed by the end user. Once created, if i imported that project in

Re: [flex_india:32312] Is therer any way to Run a Action Script Class

2010-12-14 Thread Gerald Anto Fernando
thanx Natwar i have created AC project. now i have a doubt. in my action script class i want to have a *Alert Control* but i cant import mx.control package here suppose i want to create a button means what can i do? but in Flex Project we can easily import all things is there any way to do that?

[flex_india:32313] Re: How to access a [textBox inside a MovieClip] in swf from flex.

2010-12-14 Thread db
?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script import mx.managers.SystemManager; import mx.events.FlexEvent; private function initHandlerFunction(event:Event):void {