Resizing of a Stack

Terence Heaford t.heaford at icloud.com
Sat Feb 27 17:02:01 EST 2016


Strange

when I change the resize stack handler to the following, I have added unlock screen,
it works without the screen flash but the display of the chart is not quite as smooth.

Could this point to something I am missing or a problem with LC?


on resizeStack pWidth,pHeight
   unlock screen
   
   myUpdateGeometry
   dispatch "drawBarChart" to group "netWorthChart"

   --pass resizeStack
end resizeStack





> On 27 Feb 2016, at 21:15, Terence Heaford <t.heaford at icloud.com> wrote:
> 
> Thanks for the reply but I am already using El Capitan.
> 
> Perhaps I should reinstall older versions of LC until I find the one that doesn’t cause the problem.
> 
> 
> All the best
> 
> 
> Terry
> 
> 
>> On 27 Feb 2016, at 16:39, Roger Guay <irog at mac.com> wrote:
>> 
>> Terry,
>> 
>> I had similar experience with all versions of LC in OS X Yosemite. It was solved by upgrading to El Capitan. 
>> 
>> Roger
>> 
>> 
>>> On Feb 27, 2016, at 8:53 AM, Terence Heaford <t.heaford at icloud.com> wrote:
>>> 
>>> 
>>> I have been using some self made Bar Charts in a stack.
>>> 
>>> The bar charts consist of many objects created and placed in a group.
>>> 
>>> When the stack is resized the group is resized accordingly and the bar chart created again.
>>> 
>>> Up until the last week or so I have not been using the stack but upon return and updating to 6.7.9 there is now a periodic flash
>>> when I drag to resize the stack as the bar chart recreate itself. It is not happening at every resize but intermittently.
>>> 
>>> I don’t believe it has done this before and was wondering if in any of the updates recently the resizeStack message
>>> has been changed to affect it’s performance.
>>> 
>>> Has anyone else noticed something similar?
>>> 
>>> 
>>> Thanks
>>> 
>>> Terry
>>> 
>>> 
>>> 
>>> _______________________________________________
>>> use-livecode mailing list
>>> use-livecode at lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode




More information about the use-livecode mailing list