Page 1 of 1
Why its ticking ?
Posted: Thu Jun 13, 2013 2:28 pm
by Urnsoft
Hi Flows
Can someone explain this to me
Why it's ticking !?
I realized encapsulated MGUI is responsible !
P.S
same behavior with Fonts,Brushes and Pens
the tick rate is approximately equal to 0.01 sec
Have a good day
Re: Why its ticking ?
Posted: Thu Jun 13, 2013 3:11 pm
by chackl
Evertytime the View is changed it will trigger.
If you pack the MGUI Module and the ruby code to an extra module and ouput the trigger out of the module it will also trigger.
Everytime the Modul-Vie is vidible on screen and you move the view in flowstone it will trigger.
Regards
Re: Why its ticking ?
Posted: Thu Jun 13, 2013 5:02 pm
by Urnsoft
Hi chackl
You're right about packing the whole thing into module
and I know if the view changed it will trigger.
But as you can see there is no change in the view and its still triggering
I don't get this ,it acts like a ticker and burst every 0.01 sec(no redraw)
Is there a way to limit this process ?
P.S
did you get that trigger burst on your system ?
Re: Why its ticking ?
Posted: Thu Jun 13, 2013 8:16 pm
by Nubeat7
it doesn`t trigger by itself here!
Re: Why its ticking ?
Posted: Thu Jun 13, 2013 8:29 pm
by MyCo
It triggers, when you hover over connections. That's because FS redraws the screen when you hover over interactive parts to highlight it.
In the first example, it is triggering just because the view is visible. You can collapse the module and it stops happening.
Re: Why its ticking ?
Posted: Thu Jun 13, 2013 8:54 pm
by Urnsoft
it is triggering just because the view is visible
Well,It seems its in FS nature
Thank you all for taking time on this one