Re: [flexcoders] MouseEvent over chart

2012-06-29 Thread Jake Churchill
I'm using a microsoft wireless mouse on my windows machine and the built-in touchpad mouse on the macbook pro. I'll throw together a quick test app for comparison. If the problem still exists in the test app, I'll package it up as an FXP and AIR file and submit both with a bug report. Thanks! -

Re: [flexcoders] Caching issue

2012-06-29 Thread Alex Harui
There aren’t code examples because each app is unique. There is one example in the profiler post on my blog, but it may not relate to your app. On 6/29/12 2:44 AM, "kannan Mugundan" wrote: Hi Alex, Thanks for the information. I read your blog and many others related to module unloading

Re: [flexcoders] MouseEvent over chart

2012-06-29 Thread Alex Harui
Even if the target changed, the stageY should be continously increasing or decreasing. What kind of mouse are you using? Do you have the same one for both computers? I would try a real simple test app that just reports coordinates and see if has the same problem. If it does, that would be the

Re: [flexcoders] MouseEvent over chart

2012-06-29 Thread Jake Churchill
Alex, I ended up commenting out any code that checks against previous mouse events y coordinates and compiled a new AIR file. I tested on my windows desktop as well as my macbook pro and I get the same result on both. If I move too quickly down, the y coordinates flip up top, then back down like

Re: [flexcoders] Caching issue

2012-06-29 Thread kannan Mugundan
Hi Alex, Thanks for the information. I read your blog and many others related to module unloading and it seem to be a lot of work. I am Java programmer, and I have decent knowledge in flex to create a simple CRUD application. But to unload the modules, I think it might require an expert knowledg