Re: [flexcoders] Strange behavior with array filter function

2008-06-13 Thread jitendra jain
=== and !== operators to verify that both comparison objects are of the same type, with the same content: Thanks, with Regards, Jitendra Jain Software Engineer 91-9979960798 - Original Message From: donvoltz <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Saturday, June 14,

Re: [flexcoders] Strange behavior with array filter function

2008-06-13 Thread jitendra jain
U r trying to compare the references instead of actual values. Try to compare the actual values and not the references Thanks, with Regards, Jitendra Jain Software Engineer 91-9979960798 - Original Message From: donvoltz <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Satur

RE: [flexcoders] Strange behavior

2008-05-06 Thread Alex Harui
Even headerRenderers get recycled. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Tuesday, May 06, 2008 2:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Strange behavior I am trying to implement a c

RE: [flexcoders] Strange behavior....

2008-02-05 Thread Tracy Spratt
While not precisely intuitive, that is expected behavior. I looked for a technical explanation but didn't find one immediately. As I recall, it is because the argument to the Boolean() cast is an object, and an object containing a string is always true. It would be false if the object were null.

Re: [flexcoders] Strange behavior....

2008-02-04 Thread Marvin Froeder
So it dont work like int(), Number() and String() Very, very cool =/ VELO On Feb 4, 2008 6:35 PM, Sherif Abdou <[EMAIL PROTECTED]> wrote: > meant anything other than 0 and false is true but it cant be "false" > > - Original Message > From: Marvin Froeder <[EMAIL PROTECTED]> > To: fle

Re: [flexcoders] Strange behavior....

2008-02-04 Thread Sherif Abdou
meant anything other than 0 and false is true but it cant be "false" - Original Message From: Marvin Froeder <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Monday, February 4, 2008 2:00:48 PM Subject: [flexcoders] Strange behavior I'm making some test with Boolean Flex cas

Re: [flexcoders] Strange behavior....

2008-02-04 Thread Sherif Abdou
anything other than 0 is false and i think Boolean's use strict equalities === so false is not the same as "false".toString() - Original Message From: Marvin Froeder <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Monday, February 4, 2008 2:00:48 PM Subject: [flexcoders] Strang

Re: [flexcoders] Strange behavior....

2008-02-04 Thread Daniel Freiman
You are seeing correct behavior. See: http://livedocs.adobe.com/flex/201/langref/package.html#Boolean() If you want to do what your code intends to do you have to check for the string "true" manually: (variable == "true" ? true : false); - Dan Freiman On Feb 4, 2008 3:00 PM, Marvin Froeder <[

Re: [flexcoders] Strange behavior of CheckBox as itemEditor of DataGrid (Fixed)

2007-11-01 Thread George
Thanks Scott, I fixed it myself. Another _callLater___ issue. George Scott Melby wrote: > Sorry... responded too soon and didn't see source code below :( > > Scott > > Scott Melby > Founder, Fast Lane Software LLC > http://www.fastlanesw.com > > > > Scott Melby wrote: >> >> You probab

Re: [flexcoders] Strange behavior of CheckBox as itemEditor of DataGrid

2007-11-01 Thread Scott Melby
Sorry... responded too soon and didn't see source code below :( Scott Scott Melby Founder, Fast Lane Software LLC http://www.fastlanesw.com Scott Melby wrote: You probably want to make that column non editable editable="false" and just put a handler on the click event... click="doSomething

Re: [flexcoders] Strange behavior of CheckBox as itemEditor of DataGrid

2007-11-01 Thread Scott Melby
You probably want to make that column non editable editable="false" and just put a handler on the click event... click="doSomething(event)". hth Scott Scott Melby Founder, Fast Lane Software LLC http://www.fastlanesw.com George wrote: Hi guys, My DataGrid is listening to itemEditEnd for e

Re: [flexcoders] Strange Behavior on DataGrid Resize - Column Resize below Minimum Width

2007-05-11 Thread Tom Chiverton
> I am struggling with a very strange behavior: I have a dataGrid Are you using the 2.0.1-hotfix 1 compiler, or just 2.0.1 ? Hotfix 1 has several updates to the DataGrid. -- Tom Chiverton Helping to biannually utilize cross-platform convergence on: http://thefalken.livejournal.com

RE: [flexcoders] Strange behavior with Apache/Tomcat over SSL

2007-02-26 Thread Carson Hager
This is a known issue with IE, HTTPS and Auth headers. Add the following to your context.xml in meta-inf. Restart tomcat and it will start working for you. Carson Carson Hager Cynergy Systems, Inc. http://www.cynergysystems.com

RE: [flexcoders] Strange behavior on mx:TextArea

2005-12-16 Thread Abdul Qabiz
Hi,   I think, that error is because of something else instead of this code. This error is because of improper casting... Can you post the complete code?   -abdul     From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of keishichi2001Sent: Friday, December 16, 2005 2:16