Re: Figuring out if something is on the current screen, or getting the current screen rect

2016-01-11 Thread Bob Sneidar
works in 6.7.6 > On Jan 9, 2016, at 18:20 , Monte Goulding wrote: > > >> On 10 Jan 2016, at 10:55 am, Dr. Hawkins wrote: >> >> As I look through screenLoc, screenRect(s), etc., I'm not seeing *any* way >> to figure out which screen an object is on, short

Re: [ANN] This Week in LiveCode 15

2016-01-11 Thread Jim Lambert
Alex, I take advantage of the forum feature that lets one subscribe to a digest of new forum posts. In that way the forum becomes more like the use and dev digests - the experience which I prefer. Jim Lambert ___ use-livecode mailing list

Custom Installed Fonts Broken in LC 7.1.1?

2016-01-11 Thread Scott Rossi
Anyone run across issues with custom installed fonts not rendering on iOS (simulator) using LC 7.1.1? I've looked through QCC and am not seeing anything specific. I have a simple dummy stack that renders an icon font as expected in 7.0.6 and fails in 7.1.1. I'm hoping I someone has a workaround

Re: Windows 10 system version

2016-01-11 Thread J. Landman Gay
On 1/11/2016 5:48 PM, Colin Holgate wrote: Just went through some sort of big Windows 10 update, and the systemVersion is showing NT 10.0 for me. That's more what I'd expect. Thanks. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: Figuring out if something is on the current screen, or getting the current screen rect

2016-01-11 Thread Bob Sneidar
There is no notion of a current screen in the OS itself. Do you mean which screen the frontmost window is in? And what do you mean by "In"? A window can overlap two or more screens. Typically if you double click the title bar of a window, the window will maximize on the screen the mouse is in.

Re: Windows 10 system version

2016-01-11 Thread Colin Holgate
Just went through some sort of big Windows 10 update, and the systemVersion is showing NT 10.0 for me. > On Jan 11, 2016, at 5:41 PM, Peter Haworth wrote: > > NT 6.2 > > On Mon, Jan 11, 2016 at 2:34 PM J. Landman Gay > wrote: > >> Could someone on

Re: Windows 10 system version

2016-01-11 Thread Paul Dupuis
On 1/11/2016 5:33 PM, J. Landman Gay wrote: > Could someone on Windows 10 tell me what the systemVersion returns? > Thanks. > See http://quality.livecode.com/show_bug.cgi?id=15606 This has only been fixed in 6.7.8 (and related higher 7.x and 8.x releases)

Re: LiveCoders on Twitter - Are You There?

2016-01-11 Thread Bob Sneidar
@RobertSneidar > On Jan 9, 2016, at 10:57 , Lynn Fredricks > wrote: > > http://flockaflame.com/lists/LivecodeDevs/69 > > Are you posting about Livecode on Twitter? Reply with your @ and I can get > you added to this list. > > Best regards, > > Lynn Fredricks >

Re: Windows 10 system version

2016-01-11 Thread Peter Haworth
NT 6.2 On Mon, Jan 11, 2016 at 2:34 PM J. Landman Gay wrote: > Could someone on Windows 10 tell me what the systemVersion returns? Thanks. > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software |

Re: iOS Safari View Controller

2016-01-11 Thread Monte Goulding
Looks like a pretty simple external to write > On 12 Jan 2016, at 9:13 AM, hlowe wrote: > > Any plans to add LC support for iOS Safari View Controller? Looks like a very > simple API with a lot of power that eliminates the need to create and manage > browsers within an iOS app. >

Windows 10 system version

2016-01-11 Thread J. Landman Gay
Could someone on Windows 10 tell me what the systemVersion returns? Thanks. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com ___ use-livecode mailing list

RE: Windows 10 system version

2016-01-11 Thread Ralph DiMola
Rumors is that 9 was skipped and 10 was used so that legacy SW looking for the leading 9 in Win 95/98 did not go south. 10 is correct. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode

iOS Safari View Controller

2016-01-11 Thread hlowe
Any plans to add LC support for iOS Safari View Controller? Looks like a very simple API with a lot of power that eliminates the need to create and manage browsers within an iOS app. https://developer.apple.com/library/ios/documentation/SafariServices/Reference/SFSafariViewController_Ref/

Re: Windows 10 system version

2016-01-11 Thread Peter Haworth
Right, that was on an older version of LC, 6.6.something I think. On Mon, Jan 11, 2016 at 4:05 PM J. Landman Gay wrote: > On 1/11/2016 5:48 PM, Colin Holgate wrote: > > Just went through some sort of big Windows 10 update, and the > > systemVersion is showing NT 10.0

Re: Windows 10 system version

2016-01-11 Thread J. Landman Gay
Given the bug that Paul Dupuis mentioned, "NT 6.2" isn't correct. What version of LC did you use? http://quality.livecode.com/show_bug.cgi?id=15606 On 1/11/2016 4:41 PM, Peter Haworth wrote: NT 6.2 On Mon, Jan 11, 2016 at 2:34 PM J. Landman Gay wrote: Could

Re: Does user have network connection?

2016-01-11 Thread Bob Sneidar
What I do is shell out and telnet to the server I am trying to communicate with. Unfortunately this is not reliable for Windows, as Microsoft no lonegr enables the Telnet client by default. Instead you can use ping to a known internet server. Google responds to pings, but it could change in the

Re: Windows 10 system version

2016-01-11 Thread Colin Holgate
I get NT 6.2 with older LiveCode, but NT 10.0 with 8.0 dp12. > On Jan 11, 2016, at 7:00 PM, J. Landman Gay wrote: > > Given the bug that Paul Dupuis mentioned, "NT 6.2" isn't correct. What > version of LC did you use? > >

[ANN] This Week in LiveCode 15

2016-01-11 Thread Peter TB Brett
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #15 here: https://goo.gl/obZk4h This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Does user have network connection?

2016-01-11 Thread Mark Wieder
Why top-posting doesn't work: ...drum roll, please On 01/11/2016 04:24 PM, Bob Sneidar wrote: And I feel fine. Bob S On Jan 10, 2016, at 09:38 , Peter M. Brigham wrote: Then that's the end of the world as we know it…. -- Peter -- Mark Wieder ahsoftw...@gmail.com

Re: mobileCreateLocalNotifications non-functional on iOS 8

2016-01-11 Thread hlowe
Terry, MobileCreateLocalNotification is working fine for me under iOS 9.1 and LC 6.7.8. What problem are you encountering? Henry -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/mobileCreateLocalNotifications-non-functional-on-iOS-8-tp4700106p4700107.html Sent

Re: list of compatible Xcode versions for various LC versions?

2016-01-11 Thread Jerry Jensen
I am also thankful, but the answer could use updating to current versions. .Jerry > On Jan 11, 2016, at 8:24 PM, Terry Judd wrote: > > Perfect - thanks Steve! > > Terry... > > On 12/01/2016 2:49 pm, "use-livecode on behalf of Stephen MacLean" >

mobileCreateLocalNotifications non-functional on iOS 8

2016-01-11 Thread Terry Judd
Hi all - I’m not having any luck getting local notifications to work (in the simulator at least) on iOS 8 or later. A search of the forum and bugzilla revealed that this was a known issue in the LC 6.6 series (I’ve been developing my app with 6.6.5) but that it was fixed in 6.7.1. That seems

RE: LiveCoders on Twitter - Are You There?

2016-01-11 Thread Lynn Fredricks
A few more additions... http://flockaflame.com/lists/LivecodeDevs/69 More subscribers puts the list higher / more visible on the site. Best, Lynn > -Original Message- > From: use-livecode > [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of > Dave Kilroy > Sent: Sunday,

Re: mobileCreateLocalNotifications non-functional on iOS 8

2016-01-11 Thread hlowe
I am using LC 6.7.8 (Mac OS 10.11.2), xCode 7.1.1 and iOS 9.1 Henry -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/mobileCreateLocalNotifications-non-functional-on-iOS-8-tp4700106p4700117.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: mobileCreateLocalNotifications non-functional on iOS 8

2016-01-11 Thread Terry Judd
Hi Henry - I haven¹t tried 6.7.8 (but I will), but on every version of LC from 6.7.5 on that I tested mobileCreateLocalNotification did nothing if I selected iOS 8 or greater in the simulator or tested on my iPhone (iOS 9.2). What version/s of Xcode do you have Œinstalled¹ under the 'mobile

Re: Getting Finder results into LiveCode

2016-01-11 Thread J. Landman Gay
On 1/11/2016 10:37 PM, Kay C Lan wrote: Unfortunately it involves using the mouse but if you press the Option + cmd keys whilst mousing over any Spotlight result Quicklook should pop-up and at the bottom is the file path - which may be truncated depending on how many folders deep it is buried.

Re: iOS Safari View Controller

2016-01-11 Thread hlowe
OK, on further investigation the "launch url pAppURL" call is actually launching Safari and suspending my App. Returning to my app from the Safari Web view causes my app's splash screen to appear (as it is relaunched by iOS). It would be MUCH nicer to be able to open a Safari View within LC. As

list of compatible Xcode versions for various LC versions?

2016-01-11 Thread Terry Judd
Hi all, Is there a list of what versions of Xcode are compatible with the various versions of Livecode anywhere? I’m having real trouble trying to work out which combination of LC and Xcode I need to use. I have multiple copies of LC installed (across the 6, 7 and 8 series) and I suspect that

Re: iOS Safari View Controller

2016-01-11 Thread hlowe
Using LiveCode 6.7.8 under iOS 9.1 "launch url pAppURL" switches to a Safari view that includes a "Back to myApp" button in the top left corner. Strangely the "launch url appName://" form, based on an app's custom url, will no longer launch apps on the device. Henry -- View this message in

Re: list of compatible Xcode versions for various LC versions?

2016-01-11 Thread Terry Judd
Perfect - thanks Steve! Terry... On 12/01/2016 2:49 pm, "use-livecode on behalf of Stephen MacLean" wrote: >Hi Terry > >https://livecode.com/resources/support/ask-a-question/ > >Second one down. > >hth > >Steve > >> On

Re: Getting Finder results into LiveCode

2016-01-11 Thread Kay C Lan
Straying off topic, On Mon, Jan 11, 2016 at 11:32 PM, J. Landman Gay wrote: > I'd use Spotlight more too if it would show the file path to each of > duplicate copies of a file. Unfortunately it involves using the mouse but if you press the Option + cmd keys whilst

Re: mobileCreateLocalNotifications non-functional on iOS 8

2016-01-11 Thread Terry Judd
OK - 6.7.8 fails for me as well (simulator and device) so maybe it’s tied to the iOS sdks that I have included in the mobile support tab. The latest version of Xcode 6.7.8 will lets me include seems to be 6.4 - which gives me access to the iOS 8.4 simulator and SDK. Terry... On 12/01/2016 2:03

Re: list of compatible Xcode versions for various LC versions?

2016-01-11 Thread Stephen MacLean
Hi Terry https://livecode.com/resources/support/ask-a-question/ Second one down. hth Steve > On Jan 11, 2016, at 10:41 PM, Terry Judd wrote: > > Hi all, > > Is there a list of what versions of Xcode are compatible with the various > versions of Livecode

FW: important message (Spam)

2016-01-11 Thread Ralph DiMola
I just received this. Do we have a problem? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net From: Sharon McQueen [mailto:neil.da...@davismaterial.com] Sent: Monday, January 11, 2016 4:14 PM To: How to use LiveCode; Mark Waddingham; MikeKerner; Ralph

Re: FW: important message (Spam)

2016-01-11 Thread Richard Gaskin
Ralph DiMola wrote: I just received this. Do we have a problem? From: Sharon McQueen [mailto:neil.davis at davismaterial.com] Sent: Monday, January 11, 2016 4:14 PM To: How to use LiveCode; Mark Waddingham; MikeKerner; Ralph DiMola; mats.wilstrand Subject: Fw: important message Hello! New

Re: Getting Finder results into LiveCode

2016-01-11 Thread Kay C Lan
On Mon, Jan 11, 2016 at 7:51 PM, Francis Nugent Dixon wrote: > > I use “cmd F” to find documents on my computer > (never got round to using Spotlight). > Absolutely love Spotlight, use it hundreds of time a day and it saves me an incalculable amount of time and effort. Have

Getting Finder results into LiveCode

2016-01-11 Thread Francis Nugent Dixon
Hi from Beautiful (but wet) Brittany, A tiny problem. I use “cmd F” to find documents on my computer (never got round to using Spotlight). Is there a way to get the results of such a “Find” inside a Rev stack ? Anybody done this ??? I am a buggar for backups, and for one original, I have copies

Re: [ANN] This Week in LiveCode 15

2016-01-11 Thread Richard Gaskin
Alex Tweedly wrote: Every week I look at the newsletter, and in the "Interesting discussion" section I find pointers to the uselist discussions. I follow the uselist pretty closely, but have never found an acceptable way to follow the forum discussions, so I rarely read anything on there

Re: Getting Finder results into LiveCode

2016-01-11 Thread Richard Gaskin
Francis Nugent Dixon wrote: I use “cmd F” to find documents on my computer (never got round to using Spotlight). Is there a way to get the results of such a “Find” inside a Rev stack ? Anybody done this ??? I am a buggar for backups, and for one original, I have copies on several of my external

Re: Does user have network connection?

2016-01-11 Thread Richard Gaskin
Alex Tweedly wrote: > On 11/01/2016 00:22, Paul Dupuis wrote: >> On 1/10/2016 12:24 PM, Ray wrote: >>> What if Google is out of business :) >> Use http://www.un.org/ OR https://www.gov.uk/ OR https://www.gov.uk/ >> OR >> ... etc. etc, >> >> For good or bad, Governmental organizations last

Re: Getting Finder results into LiveCode

2016-01-11 Thread Martin Koob
Any time I see "can you get this info on a Mac" I head for the shell. I found the following for a terminal command to get file info. http://apple.stackexchange.com/questions/165095/is-there-a-similar-functionality-of-get-info-cmdi-from-the-mac-os-x-termina So it says use the mdls command So

Re: "Interesting discussions" for This Week in LiveCode

2016-01-11 Thread Peter TB Brett
On 11/01/2016 15:56, Alex Tweedly wrote: Every week I look at the newsletter, and in the "Interesting discussion" section I find pointers to the uselist discussions. I follow the uselist pretty closely, but have never found an acceptable way to follow the forum discussions, so I rarely read

Re: Getting Finder results into LiveCode

2016-01-11 Thread Klaus major-k
Hi Francis, > Am 11.01.2016 um 12:51 schrieb Francis Nugent Dixon : > > Hi from Beautiful (but wet) Brittany, > > A tiny problem. > > I use “cmd F” to find documents on my computer > (never got round to using Spotlight). > Is there a way to get the results of such a “Find”

Re: [ANN] This Week in LiveCode 15

2016-01-11 Thread Alex Tweedly
Every week I look at the newsletter, and in the "Interesting discussion" section I find pointers to the uselist discussions. I follow the uselist pretty closely, but have never found an acceptable way to follow the forum discussions, so I rarely read anything on there (except if an entry on

Multi-platform development.

2016-01-11 Thread Alex Tweedly
I'm considering developing a multi-platform app; i.e. ont where the same app runs on both "desktop" and mobile. On the 'desktop' platforms it will use 'standard' menus, and that will be the main "command" access (along with an optional toolbar, most likely, but the toolbar will give access

Re: Getting Finder results into LiveCode

2016-01-11 Thread J. Landman Gay
I'd use Spotlight more too if it would show the file path to each of duplicate copies of a file. Cmd-F does that if you have the path info at the bottom of the window turned on in Finder. I often have a master copy and a duplicate in a shared dropbox folder, as well as multiple historical

Re: HTML5 update: why it is slow?

2016-01-11 Thread Trevor DeVore
On Fri, Jan 8, 2016 at 3:56 PM, Monte Goulding wrote: > > One thing that might work to avoid having multiple callbacks would be > completion handler style blocks. This would be particularly helpful if > their variable scope included the locals in the parent handler. This would

Re: HTML5 update: why it is slow?

2016-01-11 Thread Monte Goulding
What if the result after end block was a block Id? A bit like send in time. Sent from my iPhone > On 12 Jan 2016, at 5:27 AM, Trevor DeVore wrote: > >> On Fri, Jan 8, 2016 at 3:56 PM, Monte Goulding wrote: >> >> >> One thing that might work to