UIScrollView in 7.0.2

2015-01-28 Thread John Dixon
Have not had any problems with LC 7.0... tried LC 7.0.2 last night and found that the 'scrollers' won't scroll...:-( Using the same stack as using in LC 7.0 Anyone else seeing this ? ___ use-livecode mailing li

Re: 8 ball

2015-01-28 Thread Dave Kilroy
Really looking forward to experimenting with LiveCode Builder - so many primarily-visual widgets (and non-visual things as libraries) I could build! - "Some are born coders, some achieve coding, and some have coding thrust upon them." - William Shakespeare & Hugh Senior -- View this messag

32 and 64 bit in LiveCode

2015-01-28 Thread Alain Vezina
Hi all, Yesterday I loaded an upgrade of one of my iOS apps to the Apple App Store and I received this message Beginning on February 1, 2015 new iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK. Beginning June 1, 2015 app updates will also need t

Re: 32 and 64 bit in LiveCode

2015-01-28 Thread Fraser Gordon
On 28 Jan 2015, at 15:24, Alain Vezina wrote: > I am wondering when LiveCode will include the 64-bit support for iOS. 64-bit/32-bit universal iOS 8.1 engines have been added in 6.7.2 and 7.0.2 (both are currently at the RC stage). Regards, Fraser ___

Control Shift Graphic Bug Possible Cause

2015-01-28 Thread Bob Sneidar
Hi all. I reported and filed a bug report about going to a card and having all the controls shifted, and “holes” in the background graphic where the controls should have been. I just noticed that sometimes because of the size of my windows, my stack window positions will shift up to where the

Re: Control Shift Graphic Bug Possible Cause

2015-01-28 Thread Devin Asay
On Jan 28, 2015, at 8:58 AM, Bob Sneidar wrote: > Hi all. > > I reported and filed a bug report about going to a card and having all the > controls shifted, and “holes” in the background graphic where the controls > should have been. I just noticed that sometimes because of the size of my >

Re: extracting the thumbnail from digital photos?

2015-01-28 Thread Paul Hibbert
Thank you Alejandro for posting this. I've tried it on OS X and found it works well. I've also tried it with the JPEGS straight from a Nikon camera and it works with them too, and it works on PSD files that are saved with a thumbnail image. Regards, Paul > On Jan 26, 2015, at 3:59 PM, Alejand

Re: IP Calculator Final Version

2015-01-28 Thread Michael Doub
The MasterLibrary is now current with this version of IPCalc. It also has a adaption of the Alejando Tejada's thumbnail extraction routine. https://www.dropbox.com/s/3wpwn3hfbmpl7sk/MasterLibrary.livecode?dl=0 -= Mike On 1/27/15 6:38 PM, Bob Sneidar wrote: Hi Alex. Thanks for testing this

Re: 8 ball

2015-01-28 Thread Kay C Lan
The real question is, will there be some easy to access, logically presented and categorised central store for all the GPL widgets that are currently dreams but hopefully turn into reality when LC 8 arrives? On Wed, Jan 28, 2015 at 6:32 PM, Dave Kilroy wrote: > Really looking forward to experime

ISO 8601 date to seconds

2015-01-28 Thread Brahmanathaswami
We have had a feature request in to include the ISO 8601 date in the engine for 8 years (entered into the Quality Control system in 2007) But, sadly it is not happening. I have to deal with a lot date/time based algorithms on CentoOS/Word Press (and other similar frameworks) where "the Date" i

Re: ISO 8601 date to seconds

2015-01-28 Thread J. Landman Gay
On 1/28/2015 8:12 PM, Brahmanathaswami wrote: I have to deal with a lot date/time based algorithms on CentoOS/Word Press (and other similar frameworks) where "the Date" is usually output liked this, with no timezone code 2000-02-17T22:13:21-05 As anyone written a script to convert this to secon

Re: ISO 8601 date to seconds

2015-01-28 Thread Geoff Canyon
On Wed, Jan 28, 2015 at 8:12 PM, Brahmanathaswami wrote: > 2000-02-17T22:13:21-05 > > As anyone written a script to convert this to seconds? > If the positioning is fixed (as is implied by the leading 0s) then I think this will work: function S D put format("%s/%s/%s %s",char 6 to 7 of D,cha