Re: Pending messages

2014-07-14 Thread Richmond
On 07/14/2014 12:52 PM, John Craig wrote: Just an option. Looking at Richmond's example, it may be desirable to always finish with the button visible and the KNT field updated - ony Richmond knows for sure! :D Yes, of course. The button has to be visible. Richmond. On 14/07/2014 10:43

Re: Pending messages

2014-07-14 Thread John Craig
Just an option. Looking at Richmond's example, it may be desirable to always finish with the button visible and the KNT field updated - ony Richmond knows for sure! :D On 14/07/2014 10:43, Mark Schonewille wrote: Yes, I thought of that, John, but if you do that, the script may run for anoth

Re: Pending messages

2014-07-14 Thread Mark Schonewille
Yes, I thought of that, John, but if you do that, the script may run for another 20 ticks after the Cancel button has been clicked on. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogr

Re: Pending messages

2014-07-14 Thread John Craig
Using Mark's example, another possible option is make the custom property a condition for the repeat; repeat until KK = 25 or the cClicked of btn "Cancel" is true set the vis of btn "B" to false wait 20 ticks with messages set the vis of btn "B" to true wait 20 ticks with mes

Re: Pending messages

2014-07-14 Thread Mark Schonewille
Hi Richmond, Use a property. // btn B on mouseUp put 1 into KK set the cCLicked of btn "Cancel" to false repeat until KK = 25 if the cClicked of btn "Cancel" is true then exit repeat set the vis of btn "B" to false wait 20 ticks with messages if the cClicked of btn "

Re: Pending Messages

2012-02-15 Thread Ken Ray
> Ken, yes, I am locking the screen before the updating the chart. I don't > know anything about the layer mode so I guess I need to learn more about > that. > Ken, when using the Dynamic Layer mode am I correct to assume that all of the > objects including groups need to have the propert

Re: Pending Messages

2012-02-15 Thread Michael Doub
Ken, when using the Dynamic Layer mode am I correct to assume that all of the objects including groups need to have the property mode set to dynamic. In my case I am not really moving the objects but instead changing their color. Movement is possible but not expected to be a common occurrenc

Re: Pending Messages

2012-02-15 Thread Michael Doub
Ken and Phil: Thank you both for your input. Phil your sample scrip helped a lot. Ken, yes, I am locking the screen before the updating the chart. I don't know anything about the layer mode so I guess I need to learn more about that. I have always been a bit confused about when and when no

Re: Pending Messages

2012-02-15 Thread Ken Ray
On Feb 14, 2012, at 4:09 PM, Michael Doub wrote: > I am currently catching touch movement events and rendering a graph within a > slider. Clearly the rendering is slowing things a bit and I am > experiencing some sluggishness. Are you locking the screen before you change the graph and then

Re: Pending Messages

2012-02-15 Thread Phil Davis
Hi Michael, On 2/14/12 2:09 PM, Michael Doub wrote: I am looking for some advise before start trying to figure out how throw away messages . I am currently catching touch movement events and rendering a graph within a slider. Clearly the rendering is slowing things a bit and I am experiencin