Re: [Interest] Adding objects in QML and scrolling it

2012-10-05 Thread Mark
On Fri, Oct 5, 2012 at 4:29 PM, K. Frank wrote: > Hi Mark! > > [Off-topic reply to Mark's comment.] > > On Fri, Oct 5, 2012 at 2:41 AM, Mark wrote: >> On Fri, Oct 5, 2012 at 8:25 AM, Bo Thorsen wrote: >>> Den 04-10-2012 01:11, Николай Шатохин skrev: Hello. ... >> >> I really wonder why

Re: [Interest] Adding objects in QML and scrolling it

2012-10-05 Thread K. Frank
Hi Mark! [Off-topic reply to Mark's comment.] On Fri, Oct 5, 2012 at 2:41 AM, Mark wrote: > On Fri, Oct 5, 2012 at 8:25 AM, Bo Thorsen wrote: >> Den 04-10-2012 01:11, Николай Шатохин skrev: >>> Hello. >>> ... > > I really wonder why this mail decides to skip my filters and ends up > in my inbox

Re: [Interest] Adding objects in QML and scrolling it

2012-10-04 Thread Mark
On Fri, Oct 5, 2012 at 8:25 AM, Bo Thorsen wrote: > Den 04-10-2012 01:11, Николай Шатохин skrev: >> Hello. >> >> Can anybody help me with my problem? I have a scene (Rectangle). I >> need add objects (circles) into scene by signal (signal returns >> coordinates) from C++ class and move all objects

Re: [Interest] Adding objects in QML and scrolling it

2012-10-04 Thread Bo Thorsen
Den 04-10-2012 01:11, Николай Шатохин skrev: > Hello. > > Can anybody help me with my problem? I have a scene (Rectangle). I > need add objects (circles) into scene by signal (signal returns > coordinates) from C++ class and move all objects on scene to left > after it (scrolling). > > So, how c