Re: Plotter component not updating

2015-03-18 Thread Mark Gaiser
On Wed, Mar 18, 2015 at 10:12 AM, Marco Martin wrote: > On Sunday 15 March 2015, Mark Gaiser wrote: > > Am i doing something wrong here? > > Is there a magical property/function (that i couldn't find) that makes > the > > plot update when it gets new data? > > > > Cheers, > > Mark > > > > [1] htt

Re: Plotter component not updating

2015-03-18 Thread Marco Martin
On Sunday 15 March 2015, Mark Gaiser wrote: > Am i doing something wrong here? > Is there a magical property/function (that i couldn't find) that makes the > plot update when it gets new data? > > Cheers, > Mark > > [1] https://paste.kde.org/pzboanqce try to update kdeclarative, the example shou

Re: Plotter component not updating

2015-03-18 Thread Marco Martin
On Sunday 15 March 2015, Mark Gaiser wrote: > Am i doing something wrong here? > Is there a magical property/function (that i couldn't find) that makes the > plot update when it gets new data? > > Cheers, > Mark > > [1] https://paste.kde.org/pzboanqce uuh, no, the code looks correct even tough i

Re: Plotter component not updating

2015-03-18 Thread Mark Gaiser
Op 15 mrt. 2015 00:15 schreef "Mark Gaiser" : > > Hi, > > I'm playing with the QML Plotter component from the org.kde.kquickcontrolsaddons import. > I took the test and created a minimal example [1] which adds random plot data every 100 ms. > > The issue is that no data becomes visible in the plot.