[flexcoders] Problems after upgrade to flash 11.3

2012-06-28 Thread faizal_ac
Hi, I have a flex application that has always worked fine for me, however i recently upgraded to version 11.3 of flash player. This has created some problems that I hope someone can help me with. I sometimes(its very eratic) get the following error: Unable to load WSDL. If currently online, p

[flexcoders] Help Required : Flex3 - Controls appearing disabled

2012-06-28 Thread Asad Zaidi
Hi guys,   hope everyone is fine. Guys i m having a very strange issue which i have never seen in my 3 years of flex development. The problem is that i have developed a screen and delivered it to client but there are some controls that are appearing disabled in clients enviroment while these ar

Re: [flexcoders] Caching issue

2012-06-28 Thread Alex Harui
You have to get the module to successfully unload before making the new request. Use the profiler to see why the module hasn't unloaded. On 6/27/12 9:48 PM, "kannan Mugundan" wrote: Hi, I have a flex application and I have designed each forms in my application as modules On menu click

[flexcoders] MouseEvent over chart

2012-06-28 Thread Jake Churchill
Guys and Gals, I'm working on a charting app where we draw things over the chart (trend lines and stuff). The problem I'm running into is the mouse events are not consistent. For example, I'll be drawing and the mouse events come through with their Y position jumping up to the top, then back whe

[flexcoders] Flash Builder 4.6 can not start

2012-06-28 Thread markflex2007
Hi, My FB can not start after I update eclipse plugin automatically. This is the log eclipse.buildId=M20120208-0800 java.version=1.6.0_16 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 !ENTRY

[flexcoders] Re: Flash Builder 4.6 can not start

2012-06-28 Thread markflex2007
any way to roll back with previous plugins. Thanks Mark --- In flexcoders@yahoogroups.com, "markflex2007" wrote: > > Hi, > > My FB can not start after I update eclipse plugin automatically. > > This is the log > > eclipse.buildId=M20120208-0800 > java.version=1.6.0_16 > java.vendor=Sun Micro

Re: [flexcoders] MouseEvent over chart

2012-06-28 Thread Alex Harui
Print the target as well. The target is likely changing and thus, the coordinates local to that target. On 6/28/12 10:11 AM, "Jake Churchill" wrote: Guys and Gals, I'm working on a charting app where we draw things over the chart (trend lines and stuff). The problem I'm running into i

Re: [flexcoders] MouseEvent over chart

2012-06-28 Thread Jake Churchill
No, it always stays the same. Here's what I have, a custom annotation called DrawingAnnotation which handles clicking, lines, etc. When a line is added it's drawn on the chart, but all references are stored in the annotation. For some reason I can't draw directly on the annotation. Anyway, the

Re: [flexcoders] MouseEvent over chart

2012-06-28 Thread Alex Harui
Sorry, didn’t notice the StageY was changing as well. Does this happen on other machines, browsers, etc? On 6/28/12 2:21 PM, "Jake Churchill" wrote: No, it always stays the same. Here's what I have, a custom annotation called DrawingAnnotation which handles clicking, lines, etc. When

[flexcoders] Image Sizes

2012-06-28 Thread TGI
I need to develop an aplication that get pictures of human faces. Take a Picture on a tablet is ok, the problem is to get the real size of the face (width and height in real world). How can I get this?

Re: [flexcoders] MouseEvent over chart

2012-06-28 Thread Jake Churchill
This is an air app, so it's happening in adl. I can remove some checks and compile a final release and test if you want. - Sent from my Google Nexus - On Jun 28, 2012 5:15 PM, "Alex Harui" wrote: > ** > > > Sorry, didn’t notice the StageY was changing as well. Does this happen on > other machi

Re: [flexcoders] MouseEvent over chart

2012-06-28 Thread Alex Harui
It is up to you. It would be annoying to code up a workaround when it is just some device or driver on your computer. On 6/28/12 4:04 PM, "Jake Churchill" wrote: This is an air app, so it's happening in adl. I can remove some checks and compile a final release and test if you want. -