RE: [flexcoders] stopping a sevice call mid request

2009-04-20 Thread Mark Easton
Probably best to code this functionality on server side in your own proxy which will in turn make the call to the listing service. This proxy can check for multiple calls and handle that anyway you wish. -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] How to disable a checkbox in a Datagrid Column

2009-02-10 Thread Mark Easton
Well your itemrender can be coded as so: ?xml version=1.0 encoding=utf-8? mx:CheckBox xmlns:mx=http://www.adobe.com/2006/mxml; paddingLeft=10 mx:Script ![CDATA[ import mx.controls.DataGrid; import mx.events.DataGridEvent; import

RE: [flexcoders] How to disable a checkbox in a Datagrid Column

2009-02-10 Thread Mark Easton
-- From: Mark Easton mar...@azurebell.co.nz To: flexcoders@yahoogroups.com Sent: Tuesday, February 10, 2009 4:37:06 PM Subject: RE: [flexcoders] How to disable a checkbox in a Datagrid Column Well your

RE: [flexcoders] sms with flex and coldfusion

2009-02-04 Thread Mark Easton
Many ways. For example just use an Email2SMS product or a product with and SMS API. e.g. http://www.bulletinonline.net/bw/index.jsp -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com]on Behalf Of stinasius Sent: Wednesday, 4 February 2009 8:54

RE: [flexcoders] Re: sms with flex and coldfusion

2009-02-04 Thread Mark Easton
No there is nothing in Flex for sms. I cant say for Cold Fusion. But, sending and receiving SMS is no big deal if you arre using Email2SMS or some API. The other way is to use your own modem and send SMS messages with that - but you did not want to use a gateway. I was actually the Development

RE: [flexcoders] Re: sms with flex and coldfusion

2009-02-04 Thread Mark Easton
Off topic a little, but One of the unique features that bulletinwireless has is two-way sms for which they possess a long standing patent. Essentially, through their associations with the telcos and gateway providers, then can control part of the source msisdn and thus use that part to

[flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Mark Easton
Hi, I am trying to work out how best to produce a chart which allows a user to make sense of data logged every minute for up to 12 months (ie 524160 values). To complicate matters the graphs are are presented on a dashboard where the user can display many graphs at once - so we are not just

RE: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Mark Easton
- From: Mark Easton mar...@azurebell.co.nz Reply-To: flexcoders@yahoogroups.com To: Flexcoders flexcoders@yahoogroups.com Subject: [flexcoders] Charting 1 minute data over 1 year Date: Fri, 30 Jan 2009 11:04:42 +1300 Hi, I am trying to work out how best to produce a chart which allows

RE: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Mark Easton
://www.truviso.com -Original Message- From: Mark Easton mar...@azurebell.co.nz Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Charting 1 minute data over 1 year Date: Fri, 30 Jan 2009 12:16:16 +1300  Hi Maciek, Thanks for your

RE: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Mark Easton
Truviso, Inc. http://www.truviso.com -Original Message- From: Mark Easton mar...@azurebell.co.nz Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Charting 1 minute data over 1 year Date: Fri, 30 Jan 2009 12:16:16

RE: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Mark Easton
you can share what you did and how well it worked, I'd be interested. Best of luck, Doug On Thu, Jan 29, 2009 at 4:12 PM, Mark Easton mar...@azurebell.co.nz wrote:  Thanks Doug, Yes I have been thinking (the last hour) of using such a representation or alternatively

RE: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Mark Easton
yellow dots are not that bad and blue dots are inconsequential. (hot - cold colors). Each dot would represent a plotable set of data. Greg From: flexcoders@yahoogroups.com on behalf of Mark Easton Sent: Thu 1/29/2009 7:59 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Re: AIR SQLLite, ints, and NULLs

2008-11-23 Thread Mark Easton
I was having troubles with this also (using sqlite in AIR). I did not realise that ints dont have NULLS and Numbers do, so will change my ints to Numbers as well if that is deemed the proper thing to Thanks! _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Getting IP address of the local machine

2008-11-19 Thread Mark Easton
I dont know about flex itself, but flex can call php and get the ip address from that. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of anuj181 Sent: Thursday, November 20, 2008 11:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Getting IP address of

RE: [flexcoders] Getting IP address of the local machine

2008-11-19 Thread Mark Easton
is doing something like that. I know little bit Flex but I ma fairly new to PHP. Thanks a lot Anuj On Wed, Nov 19, 2008 at 3:06 PM, Mark Easton [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] co.nz wrote: I dont know about flex itself, but flex can call php and get the ip address from

RE: [flexcoders] Getting IP address of the local machine

2008-11-19 Thread Mark Easton
You should also return your result from php as xml. e.g. ip100.1.1.1/ip _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Easton Sent: Thursday, November 20, 2008 12:19 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Getting IP address

RE: [flexcoders] Re: Creating a Chart With 50,000 Data Points

2008-11-18 Thread Mark Easton
do hardware-based rendering, apparently. I haven't tried either of those features myself, but using the v10 VM _might_ be another way to get a performance boost, etc. Good luck! Jim --- In [EMAIL PROTECTED] mailto:flexcoders%40yahoogroups.com ups.com, Mark Easton [EMAIL PROTECTED] wrote: Hi

RE: [flexcoders] Re: Creating a Chart With 50,000 Data Points

2008-11-18 Thread Mark Easton
. Good luck! Jim --- In [EMAIL PROTECTED] mailto:flexcoders%40yahoogroups.com ups.com, Mark Easton [EMAIL PROTECTED] wrote: Hi, It appears that Flex Charts cannot handle generating charts with large DataSets. We tried with 50,000 data points and it thrashed away without producing a result

RE: [flexcoders] Re: Creating a Chart With 50,000 Data Points

2008-11-18 Thread Mark Easton
a Chart With 50,000 Data Points You can always try a Java Applet. But this suggestion might be off topic! On Wed, Nov 19, 2008 at 12:04 AM, Mark Easton [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] co.nz wrote: I'd be using C++. :) I already have a C++ application running on our gateway

RE: [flexcoders] Re: Creating a Chart With 50,000 Data Points

2008-11-18 Thread Mark Easton
intermediary code to reduce your dataset, written in something with threads (my first choice would be Java, but that's me). It sounds like you're working on some interesting stuff Mark :) -Josh On Wed, Nov 19, 2008 at 6:15 AM, Mark Easton [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] co.nz wrote: Thanks

[flexcoders] Creating a Chart With 50,000 Data Points

2008-11-17 Thread Mark Easton
Hi, It appears that Flex Charts cannot handle generating charts with large DataSets. We tried with 50,000 data points and it thrashed away without producing a result after 6 minutes. It was able to plot 2,000 points in about 25 seconds. What is the recommended approach for creating charts from

RE: [flexcoders] Re: Pure MVC

2008-09-29 Thread Mark Easton
] mailto:flexcoders%40yahoogroups.com ups.com, Mark Easton [EMAIL PROTECTED] wrote: I use PureMVC and also found it hard to understand. I can tell you that I just persisted and now I have a good grasp of it. Took me a solid week to get over the initial hurdle. I just referred to blogs like

RE: [flexcoders] Pure MVC

2008-09-28 Thread Mark Easton
I use PureMVC and also found it hard to understand. I can tell you that I just persisted and now I have a good grasp of it. Took me a solid week to get over the initial hurdle. I just referred to blogs like this and followed them through closely:

RE: [flexcoders] Pure MVC

2008-09-28 Thread Mark Easton
Yes it does - PureMVC MultiCore ... This variation supports modular programming, allowing the use of independent program modules each with their own independent PureMVC 'Core'. A Core is a set of the four main actors used in the Standard framework (Model, View, Controller and Facade). This

[flexcoders] Delete Object - Why does this not work?

2008-09-18 Thread Mark Easton
var myobj:Object = new Object(); delete myobj; This returns the error: Attempt to delete the fixed property myobj. Only dynamically defined properties can be deleted. Why is that? So how do I delete myobj when I want to create a new myobj instance?

[flexcoders] RE: Convert String to Date?

2008-09-15 Thread Mark Easton
I guess I can modify the date format returned by MySQL ... ie date_format(last_modified, '%a %b %e %Y %r') ... but still, flex is pretty limited here. _ From: Mark Easton [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2008 12:22 PM To: 'flexcoders@yahoogroups.com' Subject

[flexcoders] Convert String to Date?

2008-09-15 Thread Mark Easton
Gosh, I cant believe I am asking this question. But, other than parsing the string I cannot see anyway to obviously convert my string to a date format. My string is returned from a SQL query and passed to my app via XML. So my string is in the format: YYY-MM-DD HH:M:SS. This is a standard SQL

RE: [flexcoders] Convert String to Date?

2008-09-15 Thread Mark Easton
8697 From: [EMAIL PROTECTED] mailto:flexcoders%40yahoogroups.com ups.com [mailto:[EMAIL PROTECTED] mailto:flexcoders%40yahoogroups.com ups.com] On Behalf Of Mark Easton Sent: Tuesday, 16 September 2008 10:22 AM To: [EMAIL PROTECTED] mailto:flexcoders

[flexcoders] How To Access Child From Parent?

2008-09-11 Thread Mark Easton
Hi, I am having a mental blank moment. If I add a child to a control. How can I access the child from the control? i.e. button = new Button(); control.addChild(button); So via control how can I now access that button? Cheers Mark