Re: Worker thread does not run

2017-11-13 Thread jiteshks
I have found some examples wherein both main and worker thread can belong to same SWF. But that is not working for me. Worker thread always stays in "NEW" state. If I use different SWF, then worker thread is able to run. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Worker thread does not run

2017-11-07 Thread jiteshks
Hi, I am trying to do a simple POC for my application to show that multi-threading can be implemented in our code. Basically, I am just calling worker.start() and expecting worker to start at some point of time after that. But it seems all executions are happening in main thread only. *When is

Re: Worker thread does not run

2017-11-08 Thread jiteshks
I don't understand - am I copying main thread into worker thread? -- Sent from: http://apache-flex-users.246.n4.nabble.com/

RE: How to find code behind a button in Flex UI

2017-10-21 Thread jiteshks
Thanks Nicolas for replying. Yes I have the access to source code. How should I go about finding out what happens on the click of a button? -- Sent from: http://apache-flex-users.246.n4.nabble.com/

How to find code behind a button in Flex UI

2017-10-21 Thread jiteshks
Hi, I am new to Flex. I have worked in Java/J2EE env wherein it is easy to find the source code behind a button by looking at the HTML source code. How can you do the same thing in Flex? I don't have any knowledge of the application so don't know where to look. I am hoping I can find the