[flexcoders] IE get Accept-Language Problem

2011-11-22 Thread xinghui huang
Flex SDK 3.5

Flash Player Version: 10.2.153.1

Browser: IE

Platform: Windows



when use RemoteObject get data from server,



change client language,

the Accept-Language attribute in request headers alwarys not change in ie,
the value is your system language not the browser language



but in firefox or chrome, the Accept-Language is correct, the value is the
list of browser languages



i do not known why.



Thanks for any help!


Re: [flexcoders] Re: Red error borders on form items before form is validated

2011-11-22 Thread Asad Zaidi
this occurs due to validation errors. in ur case i think while rendering it 
focus in ur component and on focus out it validates ur component. i havent 
tried it but i think u can use initialize property of the component to stop 
validation at initialization process. Or u can assign the validator to that 
component after all components have been rendered.
i will try to find out more and will let u know.
 
Asad.



From: michael_reg...@dell.com michael_reg...@dell.com
To: flexcoders@yahoogroups.com 
Sent: Monday, November 21, 2011 7:41 PM
Subject: RE: [flexcoders] Re: Red error borders on form items before form is 
validated


  
Can you give an example of how you’ve written your validator?  I’m suspecting 
it is on how you defined the trigger.
 
Michael J. Regert
 
From:flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf 
Of Khanh
Sent: Thursday, November 17, 2011 4:20 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Red error borders on form items before form is 
validated
 
  
It's a focus border.
Usually, it's blue. I'm not sure how it's red in your case!
You can change the color following this example.
Thanks to Peter Dehaan for his great tip.
http://blog.flexexamples.com/2008/04/12/changing-the-focus-rectangle-color-on-a-textinput-control-in-flex/

OR you can hide this by using the property: focusAlpha
mx:TextInput id=txtInput focusAlpha=0/

Good luck.

--- In flexcoders@yahoogroups.com, dorkie dork from dorktown 
dorkiedorkfromdorktown@... wrote:

 When I display my Form elements (TextInput, Combox, etc) the red error
 border is shown right away before the user even types into it. Why is this
 happening? How can I prevent it from showing a red error border when it's
 first displayed?



[flexcoders] We've published Flash Player versions stats from our site

2011-11-22 Thread tomchiverton
We've been looking into the statistics of our users, and the results are over 
at http://www.extravision.com/blog/flash-everywhere - though other might be 
interested in what a SME in the UK sees as Adobe don't have recent stats 
available.

I expected more v11 players, and we certainly don't see enough 10.2 to mean we 
can to to Flex 4.5/4.6 which is a bit annoying.

Tom



Re: [flexcoders] We've published Flash Player versions stats from our site

2011-11-22 Thread Dave Cates
Hey Tom,

Interesting…

Not sure I understood your last line though…

What features of FP11 are you requiring? Am sure you know that in Flex 4.5/4.6 
you can easily target older players? We consistently are targeting FP9 using 
Flash Builder 4.6

Dave.

On 22 Nov 2011, at 10:52, tomchiverton wrote:

 We've been looking into the statistics of our users, and the results are over 
 at http://www.extravision.com/blog/flash-everywhere - though other might be 
 interested in what a SME in the UK sees as Adobe don't have recent stats 
 available.
 
 I expected more v11 players, and we certainly don't see enough 10.2 to mean 
 we can to to Flex 4.5/4.6 which is a bit annoying.
 
 Tom
 
 



[flexcoders] Re: We've published Flash Player versions stats from our site

2011-11-22 Thread tom.chiverton
 What features of FP11 are you requiring? Am sure you

The 4.5 and later SDKs require the 10.2 player.

http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7ee0.html

Tom



Re: [flexcoders] Re: We've published Flash Player versions stats from our site

2011-11-22 Thread Dave Cates
They do unless you use the swf-version override which is what I meant - sorry, 
didn't explicitly mention it as we never use the -target-player override just 
the -swf-version one.

If you compile to -swf-version=9

Then it will work on player 9 if you don't use any SDK elements requiring a 
more advance swf version.

As I asked earlier, it depends which parts of the latest SDK you require. If 
your code doesn't use any of the latest SDK additions then you can target an 
older player.

Same goes for Air.

Hope that helps.

On 22 Nov 2011, at 19:00, tom.chiverton wrote:

  What features of FP11 are you requiring? Am sure you
 
 The 4.5 and later SDKs require the 10.2 player.
 
 http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7ee0.html
 
 Tom
 
 



[flexcoders] Fwd: Im free now...

2011-11-22 Thread srikanth reddy
pHey there!brit seemed like I was cornered now I can spend my paychecks 
however I choose I know first hand money is power consider giving it a 
trybra 
href=http://camlicacicekci.com/profile/78AdamStewart/;http://camlicacicekci.com/profile/78AdamStewart//abrsee
 you/p


RE: [flexcoders] Re: Red error borders on form items before form is validated

2011-11-22 Thread Sells, Fred
If found that widget.errorString=null clears the red border while setting it 
to a value displays it.

 

From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf 
Of Asad Zaidi
Sent: Tuesday, November 22, 2011 2:57 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Red error borders on form items before form is 
validated

 

  

this occurs due to validation errors. in ur case i think while rendering it 
focus in ur component and on focus out it validates ur component. i havent 
tried it but i think u can use initialize property of the component to stop 
validation at initialization process. Or u can assign the validator to that 
component after all components have been rendered.

i will try to find out more and will let u know.

 

Asad.

 

From: michael_reg...@dell.com michael_reg...@dell.com
To: flexcoders@yahoogroups.com 
Sent: Monday, November 21, 2011 7:41 PM
Subject: RE: [flexcoders] Re: Red error borders on form items before form is 
validated

  

Can you give an example of how you’ve written your validator?  I’m suspecting 
it is on how you defined the trigger.

 

Michael J. Regert

 

From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf 
Of Khanh
Sent: Thursday, November 17, 2011 4:20 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Red error borders on form items before form is 
validated

 

  

It's a focus border.
Usually, it's blue. I'm not sure how it's red in your case!
You can change the color following this example.
Thanks to Peter Dehaan for his great tip.
http://blog.flexexamples.com/2008/04/12/changing-the-focus-rectangle-color-on-a-textinput-control-in-flex/

OR you can hide this by using the property: focusAlpha
mx:TextInput id=txtInput focusAlpha=0/

Good luck.

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , 
dorkie dork from dorktown dorkiedorkfromdorktown@... wrote:

 When I display my Form elements (TextInput, Combox, etc) the red error
 border is shown right away before the user even types into it. Why is this
 happening? How can I prevent it from showing a red error border when it's
 first displayed?


 





[flexcoders] srikanth reddy

2011-11-22 Thread Dave Glasser
Would the owner of this list please remove srikanth reddy so we don't have to 
get any more of this spam?




 From: srikanth reddy srikanthli...@yahoo.co.in
To: anjaneyare...@yahoo.com anjaneyare...@yahoo.com; 
bits_vi...@yahoo.co.in bits_vi...@yahoo.co.in; flexcoders@yahoogroups.com 
flexcoders@yahoogroups.com; haribabun...@hotmail.com 
haribabun...@hotmail.com; jagdish...@yahoo.com jagdish...@yahoo.com; 
jagdish_redd...@rediffmail.com jagdish_redd...@rediffmail.com; 
r_kiran_2...@yahoo.com r_kiran_2...@yahoo.com; kishoremmre...@yahoo.com 
kishoremmre...@yahoo.com; manjuki...@yahoo.com manjuki...@yahoo.com; 
narala_ravire...@rediffmail.com narala_ravire...@rediffmail.com; 
raja.datamat...@gmail.com raja.datamat...@gmail.com; 
sridhar.errabe...@cmcltd.com sridhar.errabe...@cmcltd.com; 
srikhar...@yahoo.co.in srikhar...@yahoo.co.in; sujendr...@rediffmail.com 
sujendr...@rediffmail.com; vtc...@rediffmail.com vtc...@rediffmail.com; 
pvams...@yahoo.com pvams...@yahoo.com; vidyavard...@yahoo.com 
vidyavard...@yahoo.com; vikramredd...@yahoo.com
 vikramredd...@yahoo.com; nivas_...@yahoo.com nivas_...@yahoo.com; 
haribvupp...@gmail.com haribvupp...@gmail.com; adarshsha...@hsbc.co.in 
adarshsha...@hsbc.co.in; himan...@gmail.com himan...@gmail.com; 
sibasis@in.hdfcbank.com sibasis@in.hdfcbank.com; 
info...@dsinfotech.in info...@dsinfotech.in; kittuby...@gmail.com 
kittuby...@gmail.com 
Sent: Tuesday, November 22, 2011 2:11 PM
Subject: [flexcoders] Fwd: Im free now...
 

  



Hey there!
it seemed like I was cornered now I can spend my paychecks however I choose I 
know first hand money is power consider giving it a try
http://camlicacicekci.com/profile/78AdamStewart/
see you 




Re: [flexcoders] Filter arraycollection with selected node

2011-11-22 Thread Isabelle Loyer Perso













[flexcoders] Re: We've published Flash Player versions stats from our site

2011-11-22 Thread tom.chiverton
Why would I want to use a more recent SDK, if not to use the latest features ?

Tom



Re: [flexcoders] Re: We've published Flash Player versions stats from our site

2011-11-22 Thread Dave Cates
Bug fixes and optimisations?

On 22 Nov 2011, at 21:44, tom.chiverton wrote:

 Why would I want to use a more recent SDK, if not to use the latest features ?
 
 Tom