[flexcoders] CartesianDataCanvas problems

2009-10-13 Thread limscoder
I'm trying to draw annotations on a chart with CartesianDataCanvas, but none of the annotations are being drawn. I've tried drawing a line with .lineTo, and also using .addChild to add a Flex component. The chart is rendered fine, but none of the annotations show up on the chart. My code is

[flexcoders] AMF serialization/de-serialization non-blocking?

2009-05-20 Thread limscoder
I'm having trouble serializing/de-serializing large object graphs, because it locks up the Flash player. Is there a way to serialize/de-serialize in a non-blocking way when a RPC is sent/received?

[flexcoders] AmFast Python remoting framework version 0.3 Released.

2009-05-11 Thread limscoder
AmFast http://code.google.com/p/amfast/ is Flash remoting package for Python. AmFast http://code.google.com/p/amfast/ version 0.3 has been released. In addition to the changes listed below, the documentation http://code.google.com/p/amfast/wiki/Documentation has been updated, and several new

[flexcoders] ANN: AmFast AMF encoder/decoder for Python released!

2009-03-23 Thread limscoder
AmFast http://code.google.com/p/amfast/ is a new AMF0/AMF3 encoder/decoder for Python. * AmFast's core encoder and decoder are written in C, so it's around 18x faster than PyAmf http://pyamf.org/ . * The encoder and decoder accept user-defined Python objects that allow customization of

[flexcoders] Re: How to get RemoteClass alias?

2009-03-12 Thread limscoder
awesome, thanks --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Use ObjectUtil.getClassInfo (In the mx.utils package) and look at the alias property of the returned object. --- In flexcoders@yahoogroups.com, limscoder limscoder@ wrote: I have the following metadata

[flexcoders] How to get RemoteClass alias?

2009-03-10 Thread limscoder
I have the following metadata attached to a class: [RemoteClass(alias=models.User)] public class User... Is there a way to retrieve the alias string from the class?

[flexcoders] Re: Flex End-User Documentation Tools

2009-02-17 Thread limscoder
@yahoogroups.com, limscoder limscoder@ wrote: --- In flexcoders@yahoogroups.com, dthomp325 dthompso@ wrote: Are there any tools available for creating in-application end-user documentation? So this question either has a really obvious answer, or I'm not being specific enough

[flexcoders] Re: Flex End-User Documentation Tools

2009-02-12 Thread limscoder
--- In flexcoders@yahoogroups.com, dthomp325 dthom...@... wrote: Are there any tools available for creating in-application end-user documentation? So this question either has a really obvious answer, or I'm not being specific enough I'm looking for tools to put together end-user help