Recent Discussions in Enterprise RIA Development with Macromedia Flex


To join this group, send a blank email to flexcoders-subscribe@yahoogroups.com or visit http://groups.yahoo.com/group/flexcoders



  1. Re: Datatips on a chart
    package range_charts.extended_series { import mx.charts.HitData; import mx.charts.chartClasses.CartesianTransform; import mx.charts.series.LineSeries; import...
    - Fri, 21 Nov 2008 20:20:05 GMT
  2. Re: Pageable data provider
    Ran into this recently and wondered the same thing: Why isn't the feature built-in? But it's not too difficult to roll your own solution. I used the example...
    - Fri, 21 Nov 2008 20:14:40 GMT
  3. Re: Pageable data provider
    Nathan, Thanks. I appreciate any help. It's like a HTML solution page approach. I would like a desktop way, as Matt Chottin called Implicit Pagging [1]. In...
    - Fri, 21 Nov 2008 20:11:03 GMT
  4. Re: appending to a dataprovider in actionscript
    Hey I think I finally figured out what was going on. The initial data for the chart was read from the database and the points were in the form of Timestamp,...
    - Fri, 21 Nov 2008 20:08:31 GMT
  5. Re: multiple data sources not loading except in MXMLapp
    are you using lastResult? with multiple calls this becomes problematic... ... -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation Fotis.Chatzinikos@...,...
    - Fri, 21 Nov 2008 19:58:08 GMT
  6. Re: Pageable data provider
    http://www.adobe.com/cfusion/communityengine/index.cfm? event=showDetails&postId=9263&productId=2&loc=en_US Maybe? I'm not 100% sure of what you're referring...
    - Fri, 21 Nov 2008 19:57:11 GMT
  7. Architecture question using Move Effect and Events
    Hello, I'm struggling on wrapping my mind around the best way to architect a particular feature i am developing. i have gotten my code to work, but i want to...
    - Fri, 21 Nov 2008 19:55:53 GMT
  8. Pageable data provider
    Hi, Does anyone could point me how could I build a pageable data provider? I've just seen examples using RecordSet class which doesn't have anymore in flex. ...
    - Fri, 21 Nov 2008 19:51:41 GMT
  9. Re: Datatips on a chart
    Hi Brendan, Could you maybe paste your implementation of the extending class? Thanks, Sefi...
    - Fri, 21 Nov 2008 19:48:03 GMT
  10. Re: multiple data sources not loading except in MXMLapp
    Why do you want two? You can, but do you really need to? Tracy ________________________________ From: flexcoders@yahoogroups.com...
    - Fri, 21 Nov 2008 19:43:11 GMT
  11. Re: checkbox usage in flex
    Yes. To go a bit further, while you can create the request object declaratively in mxml as you have done, it is dificult to debug and not very flexible....
    - Fri, 21 Nov 2008 19:42:51 GMT
  12. Re: multiple data sources not loading except in MXMLapp
    No, you are doing something wrong. But you have not given us much to work with. I do not know the Flare libraries. "var is null after loading"? You...
    - Fri, 21 Nov 2008 19:42:35 GMT
  13. Re: multiple data sources not loading except in MXMLapp
    OOps I am NOT able to get two HTTPServices working in one MXML app. Is there a way around this?...
    - Fri, 21 Nov 2008 19:38:05 GMT
  14. Re: appending to a dataprovider in actionscript
    Maciek, thanks for all your help. Here is the code snippet arround line 1403 else if (cache[i][field] is Date) { for (; i < n; i++) { v = cache[i]; ...
    - Fri, 21 Nov 2008 19:28:59 GMT
  15. Re: appending to a dataprovider in actionscript
    Hmm, I don't see it a problem. The core issue is here: TypeError: Error #1006: value is not a function. at...
    - Fri, 21 Nov 2008 19:19:30 GMT