Re: [flexcoders] Re: IE8/ActiveX FlashPlayer Bug?

2010-07-02 Thread Alex Harui
Is the loaded SWF also built with 3.5? On 7/2/10 10:18 AM, jamesfin james.alan.finni...@gmail.com wrote: Follow-up... As a test, I set loadForCompatibility=false. Voila, everything works. This indicates a clear defect in the loadForCompatibility functionality with the ActiveX Flash

Re: [flexcoders] Re: IE8/ActiveX FlashPlayer Bug?

2010-07-02 Thread Alex Harui
Try passing in just systemManager instead of systemManager.getSandboxRoot On 7/2/10 11:11 AM, jamesfin james.alan.finni...@gmail.com wrote: Sorry bout that...foo is being passed... var foo:fooEdit = PopUpManager.createPopUp(systemManager.getSandboxRoot(), fooEdit, true) as fooEdit;

Re: [flexcoders] Re: IE8/ActiveX FlashPlayer Bug?

2010-07-02 Thread Alex Harui
Create the simplest test case you can and if the problem reproduces, file a bug. Note that Adobe is closed next week so we won’t be able to assist you until 7/12. The support folks will be working though. On 7/2/10 3:45 PM, jamesfin james.alan.finni...@gmail.com wrote: Tried this and

RE: [flexcoders] Re: Is it a Bug?

2009-10-07 Thread Alex Harui
] On Behalf Of GeorgeB Sent: Wednesday, October 07, 2009 8:06 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Is it a Bug? Hi Alex. Following your description of that behaviour, I resolved the case doing as you said, by handling menuEvent.MENU_HIDE for the menuBar control to disable

RE: [flexcoders] Re: AxisRenderer Embedded Font Bug?

2009-02-11 Thread Battershall, Jeff
: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Battershall, Jeff Sent: Friday, February 06, 2009 9:15 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: AxisRenderer Embedded Font Bug? 3.2.0.3958 -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: AxisRenderer Embedded Font Bug?

2009-02-06 Thread Battershall, Jeff
3.2.0.3958 -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Darrell Loverin Sent: Thursday, February 05, 2009 9:16 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: AxisRenderer Embedded Font Bug? What version of dataviz

RE: [flexcoders] Re: AxisRenderer Embedded Font Bug?

2009-02-05 Thread Battershall, Jeff
-Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Darrell Loverin Sent: Thursday, February 05, 2009 7:37 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: AxisRenderer Embedded Font Bug? The problem sounds like it might be this bug https

RE: [flexcoders] Re: AxisRenderer Embedded Font Bug?

2009-02-05 Thread Battershall, Jeff
weird like that. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Darrell Loverin Sent: Thursday, February 05, 2009 7:37 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: AxisRenderer Embedded Font Bug? The problem sounds

RE: [flexcoders] Re: Is it a bug while switching focus ?

2008-11-06 Thread Alex Harui
:49 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Is it a bug while switching focus ? I use I.E. It has focus but shift to other control I guess that it capture the Tab key while I press Alt-Tab to switch back. Anyway, I write a rountine in DeActivate event to capture last focus

RE: [flexcoders] Re: Is it a bug while switching focus ?

2008-11-05 Thread Alex Harui
Which browser are you using? I'm quite surprised the browser did not have focus. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of itdanny2002 Sent: Wednesday, November 05, 2008 1:44 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Is it a bug while switching

RE: [flexcoders] Re: Text component drag bug

2008-02-14 Thread Joan Lafferty
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Text component drag bug And to think I was the only one annoyed by this... I'm looking for a way to fix it as well. If I find a way, I will post it! --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , philarmon [EMAIL

Re: [flexcoders] Re: Flash Player 9 BUG?? Regex and Unicode

2007-10-23 Thread Aldo Bucchi
. -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Alex Harui *Sent:* Sunday, October 14, 2007 12:05 AM *To:* flexcoders@yahoogroups.com *Subject:* RE: [flexcoders] Re: Flash Player 9 BUG?? Regex and Unicode I don't think it sees \u0041

RE: [flexcoders] Re: Flash Player 9 BUG?? Regex and Unicode

2007-10-14 Thread Alex Harui
I don't think it sees \u0041 as a Unicode character in the string definition. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Aldo Bucchi Sent: Saturday, October 13, 2007 8:37 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re

RE: [flexcoders] Re: Flash Player 9 BUG?? Regex and Unicode

2007-10-14 Thread Alex Harui
@yahoogroups.com Subject: RE: [flexcoders] Re: Flash Player 9 BUG?? Regex and Unicode I don't think it sees \u0041 as a Unicode character in the string definition. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Aldo Bucchi Sent: Saturday

Re: [flexcoders] Re: ComboBox itemRenderer scrolling Bug?

2006-06-21 Thread Brendan Meutzner
Is this a bug then?... can somebody tell me if it's been reported on the beta list?Thanks,BrendanOn 6/20/06, indy_nagpal [EMAIL PROTECTED] wrote: Hi Brendon... I came across exactly the same weirdness when using an itemrenderer that displayed different images in a

Re: [flexcoders] Re: f2b3: initial layout bug

2006-06-15 Thread Michael Schmalle
Hi, FYI THe problem you are having is from the verticalScroll bar being taken into the startup measuremnts. Not that I have a solution but, add this; verticalScrollPolicy=off And you will see it work fine with the code you are using. Peace, MikeOn 6/15/06, Tim Hoff [EMAIL PROTECTED]

RE: [flexcoders] Re: Is this a bug?

2006-06-09 Thread Darren Houle
Tracy and Ben, thank you :-) Darren From: ben.clinkinbeard [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Is this a bug? Date: Fri, 09 Jun 2006 19:44:33 - Yep, in AS3 everything must be imported no matter what. See #5 here

RE: [flexcoders] Re: Drag Drop conundrum... BUG?

2006-04-24 Thread Paul Williams
Of flexabledev Sent: Sunday, April 23, 2006 10:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Drag Drop conundrum... BUG? I am still having a problem. This looks like it might be a bug? Once I set dropEnabled to false, I can see (while debugging) that the contents of the Array

RE: [flexcoders] Re: Drag Drop conundrum... BUG?

2006-04-23 Thread Paul Williams
/wwhelp/wwhimpl/common/h tml/wwhelp.htm?context=LiveDocs_Partsfile=2088.html Paul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexabledev Sent: Saturday, April 22, 2006 11:27 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Drag