[flexcoders] verticalLineScrollSize not working?

2009-04-15 Thread Sascha
If I try to make a Panel's vertical scroll speed faster by setting verticalLineScrollSize nothing changes! It seems it's broken?! Any ideas?

[flexcoders] Re: Making ComboBox stay open after item select?

2009-04-15 Thread Ben Reynolds
Something like: package { import flash.events.Event; import mx.controls.ComboBox; public class ComboBoxNoClose extends ComboBox { public function ComboBoxNoClose() { super(); } public override function close(trigger:Event =

[flexcoders] DateFormatter and dynamic resource management errror

2009-04-15 Thread Ben Reynolds
Hey guys, I have a Flex 3 app that employs dynamic resource management - pretty much a cut-n-paste job from the Adobe sample - with the ComboBox to switch languages. I did all the copylocale rigmarole and it's all working perfectly with the languages I've set up. However, when I try to

RE: [flexcoders] Re: Flash speed test - please participate - only 1 click required !

2009-04-15 Thread James Ward
Testing the frame rate in Flash Player isn't usually an accurate picture of performance because the browsers actually artificially limit the frame rate. More details: http://www.jamesward.com/blog/2008/04/10/bursting-bubbles/ -James From: flexcoders@yahoogroups.com

[flexcoders] Flash Forum

2009-04-15 Thread Shabir Gilkar
Hi! As i am fresher to Flash Designing can any body tell me what is the best Flash Designers, Programmers group as this FlexCoders group is. I am very happy to see this flex coders group as every body is interestingly helping each other and posting the right answers. Like wise i need the

RE: [flexcoders] Re: Making ComboBox stay open after item select?

2009-04-15 Thread Sascha
I've made a short test and that seems to work so far. Thanks for the hint Ben! I almost started to try writing a custom component from a Button and a List wrapped into a UIComponent as Alex Harui suggested in a message I've found but seems that that's not necessary. Sascha From:

[flexcoders] Re: Flex Builder Compiler Performance Benchmarking

2009-04-15 Thread edlueze
I've finally had a chance to investigate my slow compiler performance and I've made a shocking discovery! As a reminder, I asked the community how long I should expect a typical compilation to take. The response I got was about 40 seconds. My clean-build compilations take about 2 hours!!!

[flexcoders] Need Suggestions for database application.

2009-04-15 Thread raja_s_patil
Hello, We are in process of converting a Desktop C/S Database application to web application. Till date we have not developed any web application. We have evaluated Flex as development platform and created a small pilot application without data access and the respective client has admired general

Re: [flexcoders] Re: Flex Builder Compiler Performance Benchmarking

2009-04-15 Thread Josh McDonald
MXMLC's XML embedding is terrible. For anything non-trivial, embed your XML as a ByteArray and just parse it as a String. -Josh 2009/4/16 edlueze edlu...@onegen.com I've finally had a chance to investigate my slow compiler performance and I've made a shocking discovery! As a reminder, I

Re: [flexcoders] Re: Flash speed test - please participate - only 1 click required !

2009-04-15 Thread krshnaonweb
Hey Tom: Please dont mistake me, even for me subject line made me scared. Changing subject line would have made difference here. Best, Krishna On Mon, Apr 13, 2009 at 10:38 PM, tom93438 tcs2...@gmail.com wrote: I don't know what Symantec is smoking, but we as developers all know how wrong

<    1   2