[flexcoders] Flex Bug Fix Changelists Correlate to What?

2009-05-04 Thread Adrian Williams
Hi all, I've been keeping an eye on a couple bugs that we've opened with Adobe and see they have been fixed, but can't figure out what that translates to in terms of when we can get our hands on the fix and from where. For example we see: Fixed in changelist 227803 I can't seem to

[flexcoders] Flex Bug Quash - Round 2 Indy Style

2009-05-01 Thread flex_coders
Want to help improve the quality of Flex for yourself and others? Have a bug that you're dying to have fixed? Come join the Flex Bug Quash on Sunday May 17th. You can participate either in person at the 360|Flex event in Indianapolis or remotely via Adobe Connect. We recently hosted the first

[flexcoders] Please help me out with Flex bug

2008-12-31 Thread ihkris
Hi, I wrote a simple application which is used for server push. I am using Tomcat and my server side java class has MessageBroker and ServiceAdapter implementation. When i am running the Flex client i am getting the following error.Can you please let me know why my FlexClient id 'null'?

[flexcoders] taking xml var and splitting into 2 xml lists - flex bug?

2008-05-30 Thread djohnson29
I have noticed some weird behaviour when working with XML vars and XMLListCollections. I have an xml variable that I am looping through using a for each loop. I want to separate the xml into 2 seperate lists based on a value so as I loop through, I am adding each xml node to 2 different

[flexcoders] Re: taking xml var and splitting into 2 xml lists - flex bug?

2008-05-30 Thread Amy
--- In flexcoders@yahoogroups.com, djohnson29 [EMAIL PROTECTED] wrote: I have noticed some weird behaviour when working with XML vars and XMLListCollections. I have an xml variable that I am looping through using a for each loop. I want to separate the xml into 2 seperate lists based on a

[flexcoders] Re: Flex bug database - choosing a milestone

2008-04-13 Thread Dmitri Girski
so picked that. --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.commailto:flexcoders%40yahoogroups.com , Dmitri Girski mitek17@ wrote: Hi all, When you create an bug in the Flex bug database you have to select the milestone or release in which bug is found. Does

[flexcoders] Flex bug database - choosing a milestone

2008-04-11 Thread Dmitri Girski
Hi all, When you create an bug in the Flex bug database you have to select the milestone or release in which bug is found. Does anybody know what is the proper name for the Flex Builder 3 release (Feb 27, 2008)? I3 Moxie Release (Fix Before Release) RC6 RC5 RC4 RC3 RC2 RC1 RC0 Moxie M3(zero

[flexcoders] Re: Flex bug database - choosing a milestone

2008-04-11 Thread valdhor
I had the same dilema. I decided that Moxie Release seemed closest so picked that. --- In flexcoders@yahoogroups.com, Dmitri Girski [EMAIL PROTECTED] wrote: Hi all, When you create an bug in the Flex bug database you have to select the milestone or release in which bug is found. Does

Re: [flexcoders] Re: Flex bug database - choosing a milestone

2008-04-11 Thread Matt Chotin
%40yahoogroups.commailto:flexcoders%40yahoogroups.com , Dmitri Girski [EMAIL PROTECTED] wrote: Hi all, When you create an bug in the Flex bug database you have to select the milestone or release in which bug is found. Does anybody know what is the proper name for the Flex Builder 3 release (Feb 27, 2008)? I3 Moxie

[flexcoders] Flex Bug: ComboBox shows IBeam cursor and text is selectable by default

2007-10-05 Thread slangeberg
I found a bug in the Adobe bug tracker. It says it's only in Flex Moxie Beta: ComboBox shows IBeam cursor and text is selectable by default: http://bugs.adobe.com/jira/browse/SDK-12032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel However, I am experiencing the exact same

RE: [flexcoders] Flex Bug: ComboBox shows IBeam cursor and text is selectable by default

2007-10-05 Thread Alex Harui
Fixed in moxie, bug in 2.x From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of slangeberg Sent: Friday, October 05, 2007 8:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Bug: ComboBox shows IBeam cursor and text

[flexcoders] Flex bug... no resize event fired when width changes??

2007-06-08 Thread Matthew OMeara
Anyone else seen this issue, where the resize event fails to fire? As it happens, this appears to be a symptom and not the bug itself. If you resize the control both height and width, the new height value comes in correctly, but the width value remains the same at times. Hence the symptom...

[flexcoders] flex bug ????

2007-03-30 Thread thierrybertossa
] -- If someone knows the probleme ..? It's a Flex Bug or there is a solution ..? Thanks Thierry

Re: [flexcoders] flex bug ????

2007-03-30 Thread Daniel Freiman
] at mx.core::UIComponent/mx.core:UIComponent::callLaterDispatcher() [C:\dev\flex_201_gmc\sdk\frameworks\mx\core\UIComponent.as:7852] -- If someone knows the probleme ..? It's a Flex Bug or there is a solution ..? Thanks Thierry

[flexcoders] HELP!!! Custom events in Flex bug?

2007-03-30 Thread parker77rocks
Ok this is weird. I create a custom flex component that has custom events. I initialize the component in actionscript (and throw it to good ol PopUp Manager for popup effect) and then try to use addEventListener to register the custom event as i would with any other flash/flex object created

[flexcoders] Re: HELP!!! Custom events in Flex bug?

2007-03-30 Thread Doug Lowder
Aren't you missing a definition for LoginEvent.LOGIN in your LoginEvent class? Something like: public static const LOGIN:String = login; --- In flexcoders@yahoogroups.com, parker77rocks [EMAIL PROTECTED] wrote: Ok this is weird. I create a custom flex component that has custom events. I

RE: [flexcoders] HELP!!! Custom events in Flex bug?

2007-03-30 Thread Alex Harui
: [flexcoders] HELP!!! Custom events in Flex bug? Ok this is weird. I create a custom flex component that has custom events. I initialize the component in actionscript (and throw it to good ol PopUp Manager for popup effect) and then try to use addEventListener to register the custom event as i would

Re: [flexcoders] Re: DataGridColumn headerText Runtime Exception , a Flex bug ?

2007-03-07 Thread Tom Chiverton
On Wednesday 07 Mar 2007, jmorpher03 wrote: I did not see any documentation mentioning this anywhere, nor is there an indication about the settings for headerWordWrap. The LiveDocs for DataGridColumn.headerWordWrap, though giving it type '*', do also refer to DataGrid.wordWrap which is a

[flexcoders] where are flex bug reports?

2007-03-07 Thread lrhazi
Hello, Is there a place to browse and/or report bugs for flex and flex builder? Thank you.

Re: [flexcoders] where are flex bug reports?

2007-03-07 Thread iiley
try to search bug report in http://www.adobe.com/ :) Regards~~ 07 Mar 2007 07:15:38 -0800, lrhazi [EMAIL PROTECTED]: Hello, Is there a place to browse and/or report bugs for flex and flex builder? Thank you. -- iiley AsWing http://www.aswing.org Personal http://www.iiley.com

RE: [flexcoders] where are flex bug reports?

2007-03-07 Thread Tracy Spratt
http://www.adobe.com/go/wish Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of iiley Sent: Wednesday, March 07, 2007 10:07 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] where are flex bug reports? try to search

[flexcoders] DataGridColumn headerText Runtime Exception , a Flex bug ?

2007-03-06 Thread jmorpher03
Hi, I am getting a runtime error stating : TypeError: Error #1010: A term is undefined and has no properties. This happens when I try to set the headerText for a dynamically created DataGridColumn which contains spaces and special characters. For ex: var myDGCol:DataGridColumn = new

[flexcoders] Re: DataGridColumn headerText Runtime Exception , a Flex bug ?

2007-03-06 Thread jmorpher03
Hi all, Programmatically setting the headerWordWrap property to true, without setting the headerHeight of the DataGrid to a bigger value seems to be causing this issue. I set the DataGrid's headerHeight=50 and then set the headerWordWrap to true. This seems to solve the issue. I did not see any

[flexcoders] Flex bug? undefined state

2007-01-01 Thread Lachlan Cotter
Hi List, Sorry for the long winded post, but I'm completely baffled by an exception that my app is throwing involving an allegedly undefined view state. I have bound the current state of an item renderer component to an expression that returns one of several possible state names.

[flexcoders] FLEX BUG: Effects don't work in custom Panel-derived component's children

2006-11-19 Thread tombaggett
; xmlns:myNameSpace=myComps.* layout=vertical viewSourceURL=srcview/index.html mx:WipeRight id=myFade duration=500/ mx:Label text=FLEX BUG: Effects don't work in custom Panel-derived component's children fontSize=14 fontWeight

Re: [flexcoders] FLEX BUG: Nested switch case statements fail to compile correctly

2006-10-10 Thread EECOLOR
Hello, the problem might be caused by the { and } you place around you switch statements. The following code works just fine. Greetz Erik public function testAS(){var x1:Object = {type: x, data: {a: 1}};var x2:Object = {type: x, data: {a: 2}};var y1:Object = {type: y, data: {a: 3}};var

RE: [flexcoders] FLEX BUG: Nested switch case statements fail to compile correctly

2006-10-10 Thread Matt Chotin
. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of EECOLOR Sent: Tuesday, October 10, 2006 1:47 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] FLEX BUG: Nested switch case statements fail to compile correctly Hello

[flexcoders] FLEX BUG: Nested switch case statements fail to compile correctly

2006-10-09 Thread tombaggett
I have found that code containing nested switch/case statements fail to work correctly even though they compile without errors. I'm including two different versions of the same code, one using switch/case statements, the other using if/else statements. The switch/case version won't allow me to

[flexcoders] Flex Bug with Transparent PNGs?

2006-08-17 Thread Ethan Miller
Greetings - I've got a row of skinned buttons that sit right in my main application, on the app desktop if you will. The skins are tranpsarent PNG-8s, the desktop is a fade between two fillColors. Problem is, on some monitors, especially projectors, the transparent regions are visible,

Re: [flexcoders] Flex Bug with Transparent PNGs?

2006-08-17 Thread Faisal Abid
: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Flex Bug with Transparent PNGs? this may not apply -- but are you sure your color depth on the monitors is 32-bit?   danielEthan Miller [EMAIL PROTECTED]com wrote

[flexcoders] Flex Bug - Fills Bleed?

2005-07-13 Thread Rick Bullotta
Seems that the fillRect object (and, in general, certain fills drawn onto a UI object) will not fill properly (e.g. they bleed). An example below (called inside a custom renderer) should draw a small red flag: var left = 10; var top = 10; var flagSize = 6;

[flexcoders] Re: Flex Bug or Not?

2005-04-14 Thread dchilcoat
I have a similar problem. Did you find a solution? --- In flexcoders@yahoogroups.com, gevgelija50 [EMAIL PROTECTED] wrote: While attempting to run in Debug mode, I received the following message: 2 Errors found. Error generated version of _watcherSetup:260 Branch between 42711

[flexcoders] Re: Flex Bug or Not?

2005-04-14 Thread dchilcoat
in this thread. Also search the list for 32k Tracy -Original Message- From: dchilcoat [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 1:56 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex Bug or Not? I have a similar problem. Did you find a solution

RE: [flexcoders] Re: Flex Bug or Not?

2005-04-14 Thread Tracy Spratt
: Thursday, April 14, 2005 2:53 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex Bug or Not? Thanks. I did look at your post. I will try the solution. I guess I am asking whether you have implemented your solution and you know that will fix the problem. --- In flexcoders

Flex Bug or Not?

2005-03-07 Thread gevgelija50
While attempting to run in Debug mode, I received the following message: 2 Errors found. Error generated version of _watcherSetup:260 Branch between 42711 and 75485 around line 1157 exceeds 32K span. If possible, please refactor this component. Error Branch between 42711 and 75485

Re: [flexcoders] Flex Bug or Not?

2005-03-07 Thread Igor Costa
Did you used flex builder? On Mon, 07 Mar 2005 00:52:30 -, gevgelija50 [EMAIL PROTECTED] wrote: While attempting to run in Debug mode, I received the following message: 2 Errors found. Error generated version of _watcherSetup:260 Branch between 42711 and 75485 around line 1157

RE: [flexcoders] Flex Bug or Not?

2005-03-07 Thread Chris Reynolds
@yahoogroups.comSubject: Re: [flexcoders] Flex Bug or Not? Did you used flex builder?On Mon, 07 Mar 2005 00:52:30 -, gevgelija50 [EMAIL PROTECTED] wrote: While attempting to run in Debug mode, I received the following message: 2 Errors found. Error generated version of _watcherSetup:260 Branch between

RE: [flexcoders] Flex Bug or Not?

2005-03-07 Thread Tracy Spratt
From: Chris Reynolds [mailto:[EMAIL PROTECTED] Sent: Sunday, March 06, 200511:31 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex Bug or Not? i've had something similar when using a mx:XML tagpointing toan external XML file. Flex seemed to want tocreate classes

RE: [flexcoders] Flex Bug or Not?

2005-03-07 Thread Tracy Spratt
, 200512:53 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex Bug or Not? The 32k limit is a real limit in the flash player. Larger source files can reach this limit, and the main culprit seems to be large mxml + actionscript blocks. Ifyou have this situation, you should re