Re: Moving a Group Smoothly

2015-01-08 Thread Mark Talluto
On Jan 3, 2015, at 8:36 PM, Brahmanathaswami wrote: > BTW > setting the acceleratedRendering of the stack to true and the layerMode of > the group to dynamic only means the motion is a tad faster, but it still > "stutters" as it moves Is this in LC 7.0.1? I just posted a video showing ‘move'

Re: Moving a Group Smoothly

2015-01-06 Thread Dave Kilroy
+1 on Colin's snapshot method - "Some are born coders, some achieve coding, and some have coding thrust upon them." - William Shakespeare & Hugh Senior -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Moving-a-Group-Smoothly-tp468730

Re: Moving a Group Smoothly

2015-01-05 Thread J. Landman Gay
On 1/5/2015 5:55 PM, Mike Bonner wrote: Don't know if it will help, but have you set the layermode of the group to dynamic, and set the acceleratedrendering of the stack to true prior to the move? That's what I was going to suggest too. It's necessary. Also, only the group should be dynamic; e

Re: Moving a Group Smoothly

2015-01-05 Thread Mike Bonner
screen > redraws whereas a higher syncRate slows down the screen redraws and > increases "stutter" > You might want to reset the syncrate to 20 after the move to keep the > processor load low. > > Kind regard > Bernd > > > > -- > View this message in context:

Re: Moving a Group Smoothly

2015-01-05 Thread BNig
ht want to reset the syncrate to 20 after the move to keep the processor load low. Kind regard Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Moving-a-Group-Smoothly-tp4687305p4687392.html Sent from the Revolution - User mailing list archive at

Re: Moving a Group Smoothly

2015-01-05 Thread Colin Holgate
I did a test, and at first the movement seemed smooth, more so in v7.0.1 than in v6.6.4. Then I tried making the group more complicated, and things were less smooth. So then I made a ridiculously complex group, and tried this test: on mouseUp if the shiftkey is down then move group 1 t

Re: Moving a Group Smoothly

2015-01-05 Thread Roger Guay
True enough on the longer distances! Have you tried any version 6 of LC? If so, does it do better? Cheers, Roger > On Jan 5, 2015, at 12:19 PM, Brahmanathaswami wrote: > > Given that, e.g. settingDialog group is offset from this location by, say a > "long" distance of 500 pixels. > > if y

Re: Moving a Group Smoothly

2015-01-05 Thread Brahmanathaswami
This works, but if you use any slow option Given that, e.g. settingDialog group is offset from this location by, say a "long" distance of 500 pixels. if you move to the new location over one second.. it still "stutters" across the screen. move group "SettingsDialog" to 291,351 in 1 seconds

Re: Moving a Group Smoothly

2015-01-04 Thread Roger Guay
One other thing: Try "move group "SettingsDialog" to 291,351 in 50 milliseconds”. You don’t need the from and you do need the duration time Cheers, Roger > On Jan 3, 2015, at 9:06 PM, Brahmanathaswami wrote: > > This has probably been asked and answered 100 times. > > Because of the iOS

Re: Moving a Group Smoothly

2015-01-04 Thread Roger Guay
I registered a bug report about a month ago about this method (lock/unlock with visual dissolve) causing random screen flashing in Yosemite. At the time, I did not get much confirmation from others. I’m still very much wrestling with this problem which appeared suddenly when I upgraded to Yosemi

Re: Moving a Group Smoothly

2015-01-03 Thread Peter Haworth
Instead of moving the group, try show/ hide "with visual effect". More info in the dictionary. On Jan 3, 2015 8:07 PM, "Brahmanathaswami" wrote: > This has probably been asked and answered 100 times. > > Because of the iOS limitation on opening substacks (no second windows > allowed) > > I have s

Re: Moving a Group Smoothly

2015-01-03 Thread Roger Guay
I’m finding that version 7 is quite slow for this kind of thing. Try version 6.6.5 or 6.7. They are much faster. I’m also using Yosemite. Roger > On Jan 3, 2015, at 9:06 PM, Brahmanathaswami wrote: > > This has probably been asked and answered 100 times. > > Because of the iOS limitation on

Re: Moving a Group Smoothly

2015-01-03 Thread Kay C Lan
I've recently used move and after some troubleshooting am quite happy with the result. I'm on Mavericks - I have not moved to Yosemite due the many complaints on how slow it is - maybe a factor, maybe not. some suggestions. Why haven't you specified a time? or did you preset the moveSpeed proper

Moving a Group Smoothly

2015-01-03 Thread Brahmanathaswami
BTW setting the acceleratedRendering of the stack to true and the layerMode of the group to dynamic only means the motion is a tad faster, but it still "stutters" as it moves -- Swasti Astu, Be Well! Brahmanathaswami Kauai's Hindu Monastery www.HimalayanAcademy.com

Moving a Group Smoothly

2015-01-03 Thread Brahmanathaswami
This has probably been asked and answered 100 times. Because of the iOS limitation on opening substacks (no second windows allowed) I have set up a whole piece of the UI that I would normally put onto a substack... into a group... A "close" button and GUI clean up routine in the preopenstac