Re: Resizing of a Stack

2016-02-27 Thread Terence Heaford
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  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  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  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@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@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@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@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Resizing of a Stack

2016-02-27 Thread Terence Heaford
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  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  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@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@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@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Resizing of a Stack

2016-02-27 Thread Roger Guay
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  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@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@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Resizing of a Stack

2016-02-27 Thread Terence Heaford

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@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode