Douglas,
There are several XML files that they use to control the content of the
pods the main one is the pod.xml file holds the datasource for each
chart. If I understand what your saying I could repoint the datasource
to use a URL?
Thanks,
Frank
Pod.xml:
<view
id="view0"
label="Sales">
<pod
id="pod00"
type="chart"
title="Yearly Revenue"
dataSource="data/revenue.xml"
selectedViewIndex="1"
valueField="value"
categoryField="month"
dataTipUnitLabel="$*M"
dataTipLabelField="month"/>
<pod
id="pod06"
type="pieChart"
title="Revenue by Region"
dataSource="data/revenue_by_region.xml"
valueField="value"
categoryField="region"
dataTipUnitLabel="$*M"
dataTipLabelField="region"/>
<pod
id="pod01"
type="chart"
title="Yearly Profit"
dataSource="data/profit.xml"
valueField="value"
categoryField="month"
dataTipUnitLabel="$*M"
dataTipLabelField="month"/>
<pod
id="pod02"
type="form"
title="To Do"
dataSource="data/tasks.xml"
labels="Name,Date,Description"
dataFields="name,date,description" />
<pod
id="pod03"
type="list"
title="Company News"
dataSource="data/news.xml" />
<pod
id="pod04"
type="form"
title="Sales Pipeline"
dataSource="data/pipeline.xml"
selectedViewIndex="1"
labels="Name,Date,Description"
dataFields="name,date,description" />
<pod
id="pod05"
type="chart"
title="Projected Revenue"
dataSource="data/projected_revenue.xml"
valueField="value"
categoryField="month"
dataTipUnitLabel="$*M"
dataTipLabelField="month"/>
</view>
</views>
________________________________
From: [email protected] [mailto:[email protected]] On Behalf Of Douglas
Knudsen
Sent: Friday, January 23, 2009 9:35 AM
To: [email protected]
Subject: Re: [AFFUG Discuss] ESRIA Flex Dashboard
Not sure what you mean by 'streaming XML' but it would be rather trivial
to point the app to a server based XML file instead of a locally baked
in version. Ooops! My bad, its not baked in, even more trivial then.
You change the URL to your server's URL.
So, remains to be seen what you mean by streaming. If you mean live
streaming data where the UI just reacts to new data coming in without a
user gesture, your talking about needing LCDS or some such to handle
RTMP, not so trivial.
DK
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?
On Fri, Jan 23, 2009 at 8:49 AM, Frank Griffin <[email protected]>
wrote:
Has anyone modified the ESRIA Dashboard from using static XML files to
using streaming XML from an HTTPService?
http://examples.adobe.com/flex3/labs/dashboard/main.html#
<http://examples.adobe.com/flex3/labs/dashboard/main.html>
Thanks!
Frank
-------------------------------------------------------------
To unsubscribe from this list, simply email the list with unsubscribe in
the subject line
For more info, see http://www.affug.com
Archive @ http://www.mail-archive.com/discussion%40affug.com/
List hosted by FusionLink <http://www.fusionlink.com>
-------------------------------------------------------------
-------------------------------------------------------------
To unsubscribe from this list, simply email the list with unsubscribe in the
subject line
For more info, see http://www.affug.com
Archive @ http://www.mail-archive.com/discussion%40affug.com/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------