Re: Move command on iOS

2018-08-04 Thread J. Landman Gay via use-livecode
Landman Gay via use-livecode wrote: Anyone else having trouble with the move command on iOS? I'm sliding a group into view, which works the first time, and after that it starts to move and then immediately jumps to its destination without any animation. It works fine in the IDE. Acc

Re: Move command on iOS

2018-08-04 Thread J. Landman Gay via use-livecode
On 8/4/18 5:11 PM, Monte Goulding via use-livecode wrote: So I guess ensuring it is positioned correctly for the device before the first move and the hide move hides the whole thing would be a good place to start. I saw that, just fixed it today. This stack was made 6 years ago before we had

Re: Move command on iOS

2018-08-04 Thread Monte Goulding via use-livecode
> On 5 Aug 2018, at 5:00 am, J. Landman Gay via use-livecode > wrote: > > I don't quite know why my stack ran okay on Monte's phone, and my > stripped-down test with the same code ran okay in the simulator, but my real > stack failed. Weird. When I said it worked ok here I should have prob

Re: Move command on iOS

2018-08-04 Thread Randy Hengst via use-livecode
move for me always includes two buttons… sometimes five depending on the >> context of the call. >> I was also seeing some issues with the acceleratedRendering/dynamic in the >> IDE. >> be well, >> randy >> www.classroomFocusedSoftware.com >>> On Aug 3,

Re: Move command on iOS

2018-08-04 Thread J. Landman Gay via use-livecode
mes five depending on the context of the call. I was also seeing some issues with the acceleratedRendering/dynamic in the IDE. be well, randy www.classroomFocusedSoftware.com On Aug 3, 2018, at 4:53 PM, J. Landman Gay via use-livecode wrote: Anyone else having trouble with the move command on

Re: Move command on iOS

2018-08-04 Thread Randy Hengst via use-livecode
www.classroomFocusedSoftware.com > On Aug 3, 2018, at 4:53 PM, J. Landman Gay via use-livecode > wrote: > > Anyone else having trouble with the move command on iOS? I'm sliding a group > into view, which works the first time, and after that it starts to move and > then immediately j

Re: Move command on iOS

2018-08-04 Thread panagiotis merakos via use-livecode
Hello all, I have added a comment to the bug report. Best, Panos -- On Sat, Aug 4, 2018 at 7:53 AM, Monte Goulding via use-livecode < use-livecode@lists.runrev.com> wrote: > This seems to work fine here testing on a device > > > On 4 Aug 2018, at 2:20 pm, J. Landman Gay via use-livecode < > use

Re: Move command on iOS

2018-08-03 Thread Monte Goulding via use-livecode
This seems to work fine here testing on a device > On 4 Aug 2018, at 2:20 pm, J. Landman Gay via use-livecode > wrote: > > I jumped the gun and sent a download link to both of you. But you're hours > ahead of him so you have time to intercept. :) > > On 8/3/18 10:25 PM, Monte Goulding via use

Re: Move command on iOS

2018-08-03 Thread J. Landman Gay via use-livecode
I jumped the gun and sent a download link to both of you. But you're hours ahead of him so you have time to intercept. :) On 8/3/18 10:25 PM, Monte Goulding via use-livecode wrote: Hmm… feel free to send through to me as I’m intrigued. I will send the stack to Panos if I can’t figure out what

Re: Move command on iOS

2018-08-03 Thread Monte Goulding via use-livecode
Hmm… feel free to send through to me as I’m intrigued. I will send the stack to Panos if I can’t figure out what is going on so he can put it wherever private test stacks go. > On 4 Aug 2018, at 1:05 pm, J. Landman Gay via use-livecode > wrote: > > Skip the test, it works fine in isolation. B

Re: Move command on iOS

2018-08-03 Thread J. Landman Gay via use-livecode
Skip the test, it works fine in isolation. Bug report is here: https://quality.livecode.com/show_bug.cgi?id=21461 But there must be something else going on so I should send the real stack to either you or Panos I guess. On 8/3/18 9:27 PM, J. Landman Gay via use-livecode wrote: Here's the rele

Re: Move command on iOS

2018-08-03 Thread J. Landman Gay via use-livecode
Here's the relevant part of the script. There's only one "move" command: put the long id of grp "iOSPicker" into tGrp get the height of tGrp div 2 put the height of this cd - it into tDestV show tGrp -- before updating text wait 1 millisecond with messages move tGrp to (it

Re: Move command on iOS

2018-08-03 Thread J. Landman Gay via use-livecode
I'm not using visual effects so it probably isn't that bug. I'll put in a report when I can get a test stack together. The simulator I'm using is set up for 11.4 so the problem is in at least iOS 11 and 12 both. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://

Re: Move command on iOS

2018-08-03 Thread Monte Goulding via use-livecode
@Jacque I’ve had a look around the engine… would be interested to know if you are moving without waiting or not (if that makes a difference). It looks like the most likely cause of what you are seeing is multiple calls to `move` the object to a location. The second of which will look like the fi

Re: Move command on iOS

2018-08-03 Thread Monte Goulding via use-livecode
@Jacque there was this one also but that is visual effects only https://quality.livecode.com/show_bug.cgi?id=21434 > On 4 Aug 2018, at 10:18 am, Monte Goulding via use-livecode > wrote: > > Hmm… I patched the crash at startup when not in ac

Re: Move command on iOS

2018-08-03 Thread Monte Goulding via use-livecode
Hmm… I patched the crash at startup when not in acceleratedRendering mode for iOS 12. I don’t think it will have much to do with the move command in acceleratedRendering mode. I did recently fix something in acceleratedRendering mode in a stack that had a group coming in from the side that was d

Re: Move command on iOS

2018-08-03 Thread MWCM via use-livecode
Are you testing in iOS 12? This is the exact problem I’m having (that Monte just patched today). Sounds like it should be fixed in 9.0.1.rc2 --Andrew Bell --Sent from my iPhone >>>>>>> > From: "J. Landman Gay" > To: LiveCode Mailing List > S

Move command on iOS

2018-08-03 Thread J. Landman Gay via use-livecode
Anyone else having trouble with the move command on iOS? I'm sliding a group into view, which works the first time, and after that it starts to move and then immediately jumps to its destination without any animation. It works fine in the IDE. AccleratedRendering is true and the