I've done a couple of projects with this. Post your questions, I'll see
if I (or someone else on here) can answer them.
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Jeremy Mitchell
Sent: Friday, July 09, 2010 11:03 AM
To:
You need to use a dateformatter. I haven't done this before but it's
probably just like the other components that I've done similar things
with.
Check out the viewer comments on this page; it may help you.
http://blog.sunild.com/2008/05/creating-line-charts-in-flex-3_12.html
sj
Hi,
I'm trying to get the example air 2 apps I've found that will record audio to
the hard drive, to work on 2 macs, without success. The apps give internal
microphone as a possible audio source, but there is no sound perceived by the
apps.
I'm probably forgetting something simple - but poking
Hello,
I've got a form with a few fields on, one being a numeric stepper. On the
TextInput, I can test the enter key being pressed using the enter event
but there doesn't appear to be an equivalent for the numericstepper...
Has anyone managed to acheive this and how did you do it please?
On
Actually I'm using addChildAt(0, new Canvas()). It may only be an
issue with the HAccordion but still I need a way to stop it animating
to the next pane.
On Sat, Jul 10, 2010 at 2:32 PM, dorkie dork from dorktown
dorkiedorkfromdorkt...@gmail.com wrote:
When I add a new child to an accordion it
the canvas tag has a defaultButton property that will dispatch a click event
on your submitSearch button. i'm not sure what the eq would be in flex 4.
On Sat, Jul 10, 2010 at 7:08 PM, Nick Middleweek n...@middleweek.co.ukwrote:
Hello,
I've got a form with a few fields on, one being a
flash.net.registerClassAlias(components.cube.olap.ASDimension,
ASDimension);
flash.net.registerClassAlias(components.cube.olap.ASCube, ASCube);
var byteArray:ByteArray = new ByteArray();
byteArray.writeObject( cube );
byteArray.compress();
var encoder:Base64Encoder = new Base64Encoder();
In my applications I use the change event to fire events( like
change='doThisThing()'). Seems to work for the number stepper just fine.
--- In flexcoders@yahoogroups.com, Nick Middleweek n...@... wrote:
Hello,
I've got a form with a few fields on, one being a numeric stepper. On the
Is there a way to dispatch an event from a class that doesn't extend
EventDispatcher? For example, lets say you have 30 different value
object classes. You want to have one method called invalidateData()
that dispatches an event to get the latest content from the server.
Since I want to keep the
9 matches
Mail list logo