[flexcoders] Re: Is it possible to inspect a function (to determine it's and parameters)?

2010-04-14 Thread kidl33t
Indeed it is =) tyvm for the link. --- In flexcoders@yahoogroups.com, tntomek tnto...@... wrote: lol its rob --- In flexcoders@yahoogroups.com, kidl33t kidl33t@ wrote: I have a method which takes a function as one of its parameters. Is there any way to inspect this function

[flexcoders] Is it possible to inspect a function (to determine it's and parameters)?

2010-04-13 Thread kidl33t
I have a method which takes a function as one of its parameters. Is there any way to inspect this function and determine what parameters it takes? I have tried both getClassInfo()and describeType(). describeType does in fact return that information I need if the class passed to it has a

[flexcoders] When does 0.2 and 0.1 not equal 0.3?

2009-11-25 Thread kidl33t
I have encountered an odd bug. In the process of creating a little numeric stepper component (a text box with an up/down stepper beside it) I have found an odd rounding error. Starting from 0.0 and adding 0.1 increments, I get the follow console output. currentNumber: 0 increment: 0.1

[flexcoders] Styling Chart Selection Square

2009-07-06 Thread kidl33t
Hello, I have a cartesian chart and I would like to style the blue box that highlights data when you click and drag. It is the one that is enabled when you set selectionMode=multiple. I have searched the Adobe docs and I cannot find it. Is this even possible? Background Information: I

[flexcoders] Re: Styling Chart Selection Square

2009-07-06 Thread kidl33t
Excellent! Where is that property exposed? --- In flexcoders@yahoogroups.com, kenny14390 kenny14...@... wrote: You can change the rollover/selection color from the default 0x009dff, but I don't know about styles. --- In flexcoders@yahoogroups.com, kidl33t kidl33t@ wrote: Hello