[flexcoders] Firefox exposes https rpc-data in plugtmp

2008-04-16 Thread rickarddahlstrand
I use HTTPService quite extensively and when I run my flex-app in
Firefox I suffer from slowdown after a couple of hours. I have tracked
this down to Firefox storing all XML-request I do as files in the
\Users\myname\AppData\Local\Temp\plugtmp-*\ directory. Even data
transfered over https.

First of all, I would like to stop this since it slows down my
application. Secondly, it's really unsecure. Just download all the
files in this directory and you have cleartext-data of all https
rpc-calls. They are deleted when I close the application, but can
easily be restored.

Does anyone of you know of a way to stop this? I have tried various
cache-directives in the php-files without any luck, and Internet
Explorer does not seem to have this problem.

Rickard. 



[flexcoders] Adobe Flex 2 rrdtool integration tutorial

2006-08-01 Thread rickarddahlstrand
Hi,

To follow up on my post last week on using Adobe flex 2 for plotting
rrdtool-data, there's now a tutorial on the subject here: 
http://tilde.se/rrdtoolchartsinadobeflex2/

Tobi has also made a patch that enumerates the xml-tags which makes it
much easier to chart multiple values. It can be downloaded here for the
impatient:
http://people.ee.ethz.ch/~oetiker/webtools/rrdtool-trac/changeset/862
and should make it into next release.

Feel free to post any comments and own experiences.

Thanks Tobi for excellent support!!

/Rickard.






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Mutiple values in XML with the same id

2006-07-23 Thread rickarddahlstrand
Hi,

When I export data from rrdtool I get a xml-file with multiple values
with the same element-name (v). Does anyone know of a simple way to
transform the XML before it hits the Chart so that I can have multiple?

Rickard.

xport
data
rowt1153470600/tv6.3773341734e+01/vv6.1874135668e+01/v/row
rowt1153470900/tv6.3837381056e+01/vv6.1822602388e+01/v/row
rowt1153472100/tv6.8332877136e+01/vv6.6292065226e+01/v/row
/data
/xport


mx:AreaChart id=mychart height=244 width=100%
paddingRight=5 paddingLeft=5
showDataTips=true
dataProvider={httpService.lastResult.xport.data.row} 

mx:horizontalAxis
dta:EgenDateTimeAxis parseFunction=myDateParseFunction
displayLocalTime=true/
/mx:horizontalAxis

mx:verticalAxis
mx:LinearAxis baseAtZero=true maximumLabelPrecision=2 /
/mx:verticalAxis

mx:series
mx:AreaSeries yField=v xField=t form=curve displayName=Load /
/mx:series
/mx:AreaChart








 Yahoo! Groups Sponsor ~-- 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/