Rotate a line?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

RogGuay
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 125
Joined: Fri Apr 28, 2006 12:10 am

Re: Rotate a line?

Post by RogGuay »

So here's what's going on. In LC versions prior to V7, the points of a line could be designated as something like 100,300,400,500 . . . 4 numbers on a single line. V7 now requires 2 lines so that we now need something like 100,300 & CRLF& 400,500. (& = ampersand). A fixed version of Harmonic Oscillators can be found here:

https://www.dropbox.com/s/wwwrxqehi0173 ... e.zip?dl=0

BTW, be aware that versions 6 and 7 runs significantly slower than earlier versions of LC


Cheers,

Roger
RogGuay
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 125
Joined: Fri Apr 28, 2006 12:10 am

Re: Rotate a line?

Post by RogGuay »

Oops, I meant to say

BTW, be aware that versions 6.7 and 7 runs significantly slower than earlier versions of LC. Versions 6.6.5 and earlier run significantly faster. I've heard the experts explain why but I don't remember.

Roger
RogGuay
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 125
Joined: Fri Apr 28, 2006 12:10 am

Re: Rotate a line?

Post by RogGuay »

Forget what I said about performance. With judicious use of lock screen and unlock screen in the repeat loops, performance is quite good. So, here it is again fixed and running smoothly in V.7

https://www.dropbox.com/s/wwwrxqehi0173 ... e.zip?dl=0

Best,

Roger
paul_gr
Posts: 319
Joined: Fri Dec 08, 2006 7:38 pm

Re: Rotate a line?

Post by paul_gr »

Hi Roger,
for some strange reason I can't open that stack in LC versions 7.0.1 and 7.02 RC1 on Windows 7.
Nothing showing in the Project Browser...

Paul
RogGuay
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 125
Joined: Fri Apr 28, 2006 12:10 am

Re: Rotate a line?

Post by RogGuay »

Very sorry, Paul. For some reason that stack was corrupted. Hopefully everything will work with this one.

https://www.dropbox.com/s/wwwrxqehi0173 ... e.zip?dl=0

Best,

Roger
paul_gr
Posts: 319
Joined: Fri Dec 08, 2006 7:38 pm

Re: Rotate a line?

Post by paul_gr »

Hi Roger,
that one works ok -- I thought it was another LC 7 bug :shock:

Paul
uelandbob
Posts: 72
Joined: Mon Dec 29, 2014 3:28 pm

Re: Rotate a line?

Post by uelandbob »

Thanks Roger, works beautifully :D :D
uelandbob@gmail.com
Post Reply