Re: FlexEvent.FOCUS_IN

2014-01-06 Thread Gary Young
just an idea: remember mouse click and keyboard tab key event and timing from stage( they all popup to root stage ), and then you can tell from focusIn handle by see which is the last possible one. -Gary On Mon, Jan 6, 2014 at 12:45 PM, mark goldin markzolo...@gmail.com wrote: Is there a way

Re: Automated testing for Flex applications

2014-01-03 Thread Gary Young
, the website where Adobe suggest I can get the latest versions [2], is offline. [1] https://github.com/apache/flex-sdk/blob/release4.9/frameworks/projects/framework/src/mx/collections/ListCollectionView.as [2] http://sourceforge.net/adobe/flexunit/home/FlexUnit/ On 6 September 2013 18:25, Gary

Re: Understand when mouse stop

2013-12-25 Thread Gary Young
There's no way to know when it's stopped, because you can't define it clearly, the only way to define it is to set an interval during which there's no MouseMove event dispatched, then dispatch a MouseStopped, but if you set the interval too small, every MouseMove will have a MouseStop event. I

Re: Understand when mouse stop

2013-12-25 Thread Gary Young
Please don't add such an event into Flex code, it's just not a part of Flex. -Gary On Wed, Dec 25, 2013 at 9:57 PM, Gary Young flashflex...@gmail.com wrote: There's no way to know when it's stopped, because you can't define it clearly, the only way to define it is to set an interval during

Re: Frustration with FB 4.7

2013-12-03 Thread Gary Young
Just switch to IntelliJ idea, everything will be perfect!! On Tue, Dec 3, 2013 at 4:03 PM, mark goldin markzolo...@gmail.com wrote: It works normally after starting FB for maybe 10 min. Sometimes, longer and then starts throwing these errors and FB slowly dies. On Tue, Dec 3, 2013 at 2:59

Re: Frustration with FB 4.7

2013-12-03 Thread Gary Young
way street? On Tue, Dec 3, 2013 at 3:36 PM, Gary Young flashflex...@gmail.com wrote: Just switch to IntelliJ idea, everything will be perfect!! On Tue, Dec 3, 2013 at 4:03 PM, mark goldin markzolo...@gmail.com wrote: It works normally after starting FB for maybe 10 min. Sometimes

Re: MVC on Flex

2013-11-21 Thread Gary Young
MVC is limited itself, it's not designed for asynchronization situation, it's not designed for multiple threading, it's not designed for highly complex UI even. -Gary On Thu, Nov 21, 2013 at 1:02 PM, Jeffry Houser jef...@dot-com-it.comwrote: I guess I don't understand what you mean by

Re: Flex Developers Needed ASAP -- Charlotte, NC

2013-11-07 Thread Gary Young
I am in Michigan, and I need H1B VISA sponsorship. On Thu, Nov 7, 2013 at 10:44 AM, rwest@ost rw...@opensystemstech.comwrote: Open Systems Technologies has been involved in the recruitment of technologists for various industries of North Carolina, South Carolina, Tampa, Virginia, DC and

Re: Automated testing for Flex applications

2013-09-06 Thread Gary Young
Adobe Flex used to have automation built in with Qt test or something, but it's not really practical, I studied it before, the idea is simple: when user operate a component, it dispatches a event driving everything, automation test will record who dispatched what event on when and a bunch of

Re: GraniteDS 3.0.0.M3 is out

2013-08-21 Thread Gary Young
(3.0.0.RC1). Since you seem to be using another server-side solution (BlazeDS / LCDS / ?), how do they achieve AS Vector --- Java array / collection serialization? Franck. 2013/8/21 Gary Young flashflex...@gmail.com Quick question: Does GraniteDS 3 support Actionscript Vector - Java

Re: Flexmojos 6.0.1 Released

2013-08-06 Thread Gary Young
Hi Chris, There's no way to find the updated information about Flexmojos if not in this email list. Googling Flexmojos will lead to version 3, 4 mostly, and even found https://flexmojos.atlassian.net/wiki/display/FLEXMOJOS/Home, there's no way to know whether it is the latest, because it's still

Re: Search for text in DataGrid's column

2013-07-15 Thread Gary Young
, because I am updating dataProvider. How can I avoid using datagrid's dataProvider for storing text highlights coordinates? Thanks On Fri, Jul 12, 2013 at 9:10 PM, Gary Young flashflex...@gmail.com wrote: I think Alex is right, each renderer instance should do the search

Re: educational software development

2013-07-10 Thread Gary Young
My answer is YES, Flash Platform is the only one can cross most desktop browsers and Android/IOS apps, others are just fake. Use Flex when 1) your app will use a lot of standard components; 2) your app has highly complex user interactions. -Gary On Wed, Jul 10, 2013 at 10:07 PM, Dennis Raddle

Re: educational software development

2013-07-10 Thread Gary Young
better? I don't want to pay for more than one tool. I'm a C++/Python programmer so I'm comfortable working in code. Dennis On Wed, Jul 10, 2013 at 7:36 PM, Gary Young flashflex...@gmail.com wrote: My answer is YES, Flash Platform is the only one can cross most desktop browsers