[flexcoders] Move borderContainer, High CPU processing

2011-09-05 Thread yanlilei64
Tried to optimize AIR application 2.7 except when it come to move borderContainer from point A to point B, it would use high CPU processing. Any trick to reduce CPU processing or minimize rendering update? other than libspark library which offer efficient motion to any objects, is there any

[flexcoders] Join Flex Connections in Facebook!

2011-12-12 Thread yanlilei64
Focus for Flash and Flex developers to reach out each others and building community connections in the social networking. Let join and spread the words with your friends. https://www.facebook.com/pages/Flex-Connections/190251661059191

[flexcoders] Bug in C function caused AIR to crash

2011-12-25 Thread yanlilei64
I want to pass the James string to getTestString function, the first time, the string could return This is James without any error. Subsequently after the button is click, the application will just hang/crash (grey out), it seem there some bugs in this code? Screenshot:

[flexcoders] Re: Bug in C function caused AIR to crash

2011-12-26 Thread yanlilei64
No one know? --- In flexcoders@yahoogroups.com, yanlilei64 yanlilei64@... wrote: I want to pass the James string to getTestString function, the first time, the string could return This is James without any error. Subsequently after the button is click, the application will just hang/crash

[flexcoders] C Native Extension: Need to replace time structure into millisecond output

2011-12-27 Thread yanlilei64
I'm taking time to experiment how I can track the MIDI timing in milliseconds. In this code below contain date and time format and wish to replace with time function that is capable of milliseconds precision without huge jump in accuracy. This will be run on Window 7 using GCC or MingGW