Re: [ANN] Release 9.0.4 RC-1

2019-04-02 Thread Monte Goulding via use-livecode
Hi Clarence Did you download RC-2? There was a significant regression in RC-1 that we reverted for RC-2. Cheers Monte > On 3 Apr 2019, at 2:47 pm, Clarence Martin via use-livecode > wrote: > > Yes I am on Windows 10. And yes things are working well so far. > I am cautiously optimistic for n

Re: [ANN] Release 9.0.4 RC-1

2019-03-28 Thread Monte Goulding via use-livecode
Sean I think you are confusing DP releases with access to our internal builds (nightlies and explicitly kicked off builds). Access to nightlies is an extra service I believe. I don’t think it comes with Business. It’s really only useful for someone that is following our repositories closely and

Re: [ANN] Release 9.0.4 RC-1

2019-03-28 Thread Monte Goulding via use-livecode
> On 29 Mar 2019, at 8:44 am, Mark Wieder via use-livecode > wrote: > > In the past we used to get dp releases in order to test stuff like this > before ever getting to the release candidate stage. That release cycle has > been broken for some time now. I don’t think there have ever been DP

Re: acceleratedRendering bugs

2019-03-26 Thread Monte Goulding via use-livecode
Aha! This one has vexed me for a while now. I thought I had it previously but the issue turned out to be somewhere completely different to where I was looking! > On 27 Mar 2019, at 4:23 am, JJS via use-livecode > wrote: > > BUG 10881 seems solved now for the accelerated rendering, it solves t

Re: SVG icons in buttons

2019-02-26 Thread Monte Goulding via use-livecode
> On 27 Feb 2019, at 11:14 am, J. Landman Gay via use-livecode > wrote: > > I thought I read that we could use SVG icons in buttons now. How does that > work? I thought I'd tried it once before successfully but I can't get it to > work right now (LC 9.0.3rc1). Import the SVG using the draw

Re: Replacing GlobalNames with Global Values

2019-02-11 Thread Monte Goulding via use-livecode
Do you mean as a string? put format(“%f*%f/cos(%f) = %f”, gGlobal1, gGlobal2, gGlobal3, gGlobal1*gGlobal2/cos(gGlobal3)) > On 12 Feb 2019, at 8:43 am, Roger Guay via use-livecode > wrote: > > Hi all, > > I can’t seem to come up with a succinct way of doing this: > > I have a mathematical ex

Re: screenRect and screenLoc weirdness

2019-01-14 Thread Monte Goulding via use-livecode
Hi Marty I’m just wondering if you are using the standard IDE ask and answer dialog or a custom one? If you are working on a very old stack then MetaCard used to copy the ask and answer dialog into the stackFile as a substack. You should be able to see them in the project browser under your mai

Re: screenRect and screenLoc weirdness

2019-01-10 Thread Monte Goulding via use-livecode
Good catch Brian! > On 11 Jan 2019, at 12:03 pm, Brian Milby via use-livecode > wrote: > > You may want to use the “effective topLeft” though. Otherwise the title bar > of the window could be off screen. ___ use-livecode mailing list use-livecode@li

Re: screenRect and screenLoc weirdness

2019-01-10 Thread Monte Goulding via use-livecode
> On 11 Jan 2019, at 11:16 am, Knapp Martin via use-livecode > wrote: > > I was merely using that as an example. In my app I too place a toolbar in the > topLeft corner of the screen by setting the topLeft of the stack to 0,0. On a > single screen setup it works fine. But I've just discovere

Re: screenRect and screenLoc weirdness

2019-01-10 Thread Monte Goulding via use-livecode
> On 11 Jan 2019, at 10:41 am, Knapp Martin via use-livecode > wrote: > > When I open Livecode on my dual monitor setup where the top of the 2nd > monitor is higher than my main monitor, both the Livecode toolbar and the > script editor open partially off screen with their title bars inacces

Re: screenRect and screenLoc weirdness

2019-01-10 Thread Monte Goulding via use-livecode
Tom the issue here is that it is arguable that this is a bug. We have lots of things to work on which we are sure about ;-) To clarify what I mean. Which set of results is more correct? Main screen rect: 0,280,1280,1080 2nd screen rect: 1280,0,3200,1080 Main screen rect: 0,0,1280,800 2nd screen

Re: windows defender issues? & other AV issues?

2019-01-08 Thread Monte Goulding via use-livecode
> On 9 Jan 2019, at 6:56 am, Richard Gaskin via use-livecode > wrote: > > > Even more interesting IMO is all the attempts to access > > revapplicationoverview.mc > > Thanks - I've added a note on that detail in my report: > > https://quality.livecode.com/show_bug.cgi?id=21782 >

Re: Error in loading "ws.goulding.script-library.mergjson"

2019-01-06 Thread Monte Goulding via use-livecode
I’d start by making sure the json you are decoding is what you think it is by logging it or putting it into a text field. > On 7 Jan 2019, at 1:28 pm, Sannyasin Brahmanathaswami via use-livecode > wrote: > > I did my first attempt to build a standalone of Mobile for Android in 9.0.2 > > I got

Re: LiveCode 9.0.2 on Windows unable to build for Mac?!?!?!?

2019-01-01 Thread Monte Goulding via use-livecode
> On 2 Jan 2019, at 5:00 am, Paul Dupuis via use-livecode > wrote: > > However, I think this is a Regression in 9.0.2 from 9.0.1. It certainly sounds like a regression > If someone can confirm this really is a bug, I will happily file a bug report. My suggestion is if you can replicate wha

Re: LiveCode 9.0.2 on Windows unable to build for Mac?!?!?!?

2018-12-31 Thread Monte Goulding via use-livecode
> On 1 Jan 2019, at 12:25 pm, Brian Milby via use-livecode > wrote: > > Looks like the copy destination moved. Checking 9.0 against 9.0.2: > Resources/_MacOS -> MacOS > > I have not checked on my Mac to see if the same change is evident. This is deliberate. The MacOS folder is only for exec

Re: Datagrids and LC 9.0.2 rc1

2018-11-20 Thread Monte Goulding via use-livecode
> On 21 Nov 2018, at 9:45 am, Knapp Martin via use-livecode > wrote: > > It does it in the ide too. The data grid can display 10 lines of data at a > time and with very small data sets it will work, although slugishly. I just > created a stripped down stack that demonstrates the issue and wi

Re: Datagrids and LC 9.0.2 rc1

2018-11-20 Thread Monte Goulding via use-livecode
> On 21 Nov 2018, at 6:59 am, Knapp Martin via use-livecode > wrote: > > Anybody having trouble with data grids in LC 9.0.2 rc1? I have a forms-based > data grid that works fine under 9.0.1 but on 9.0.2 rc1, in a standalone when > I try to open the stack with the data grid it locks up on bot

Re: Steamworks API and LiveCode

2018-11-15 Thread Monte Goulding via use-livecode
The fact their API is C++ will make it complicated to wrap with LCB. A quick google came up with a few C wrappers for steam. If you don’t want to use those it would be easier to write an external. > On 16 Nov 2018, at 2:06 pm, Brian Milby via use-livecode > wrote: > > Can you use the web API?

Re: What is LC's internal text format?

2018-11-13 Thread Monte Goulding via use-livecode
> On 14 Nov 2018, at 11:39 am, Monte Goulding via use-livecode > wrote: > >> You generally want to use codepoint in 7+ generally where previously you >> used char unless you know you are dealing with a binary string and then you >> use byte. > > Sorry! I ha

Re: What is LC's internal text format?

2018-11-13 Thread Monte Goulding via use-livecode
> On 14 Nov 2018, at 10:44 am, Monte Goulding via use-livecode > wrote: > > You generally want to use codepoint in 7+ generally where previously you used > char unless you know you are dealing with a binary string and then you use > byte. Sorry! I have written codepoin

Re: What is LC's internal text format?

2018-11-13 Thread Monte Goulding via use-livecode
> On 14 Nov 2018, at 6:33 am, Ben Rubinstein via use-livecode > wrote: > > That's really helpful - and in parts eye-opening - thanks Mark. > > I have a few follow-up questions. > > Does textEncode _always_ return a binary string? Or, if invoked with > "CP1252", "ISO-8859-1", "MacRoman" or "

Re: How to find offsets in Unicode Text fast

2018-11-12 Thread Monte Goulding via use-livecode
Hi Folks I was a bit perplexed by this so I had a quick look about the engine and I see the issue. The problem is you are using `offset` which works on characters. Characters in LiveCode are neither unicode codepoints or bytes. They are graphemes. This means that when you have chars to skip the

Re: What is LC's internal text format?

2018-11-12 Thread Monte Goulding via use-livecode
Text strings in LiveCode are native encoded (MacRoman or ISO 8859) where possible and where you don’t explicitly tell the engine it’s unicode (via textDecode) so that they can follow faster single byte code paths. If you use textDecode then the engine will first check if the text can be native e

Re: .PID file in C:\Users\*\AppData\Local\._LiveCode_\

2018-11-12 Thread Monte Goulding via use-livecode
This is not something I’ve looked at before but it appears the files should be being cleaned up at the end of the session. I guess if LiveCode writing this file is a particular issue for you then you could put in a feature request to toggle relaunch support in the standalone builder. > On 12 No

Re: SSL with HTTPD Library?

2018-11-01 Thread Monte Goulding via use-livecode
As it’s not documented I’m not 100% sure it works or anyone has tried it but it seems at some point `accept secure connections` was implemented. The syntax declaration for `accept` should be: accept [{ secure | datagram }] connections on port with message [{ with | without } verification] I

Re: Hmmm - no compilation error ?

2018-10-29 Thread Monte Goulding via use-livecode
The parser is often lenient at the end of statements like this. In the case of the return statement it first looks for the expression to return then checks if the next token is either `for` or `with`. If it isn’t either of those it doesn’t look any further or throw an error. Really we should h

Re: jsonImport or JSONToArray

2018-10-23 Thread Monte Goulding via use-livecode
> On 24 Oct 2018, at 10:04 am, Andre Alves Garzia via use-livecode > wrote: > > As you folks may have seen earlier today, I've shipped a new product here on > the list. While I was building the demo stack for this plugin, I had the same > problem as you describe. In my case it boiled down t

Re: regex url validator?

2018-10-23 Thread Monte Goulding via use-livecode
> On 24 Oct 2018, at 9:35 am, Brian Milby via use-livecode > wrote: > > As long as it doesn’t break autocomplete, I think moving the square brackets > is a good idea. It makes it more accurate and clear that wildcard is what can > be optionally omitted but regex must be included. I’m relati

Re: Autocomplete Problem

2018-10-23 Thread Monte Goulding via use-livecode
That is bracket completion and can be turned off separately to autocomplete. Cheers Monte > On 24 Oct 2018, at 9:24 am, William Prothero via use-livecode > wrote: > > What is annoying to me is when I use brackets and quotes. Maybe it’s just the > way I have gotten habituated, but it is alway

Re: Autocomplete Problem

2018-10-23 Thread Monte Goulding via use-livecode
> On 24 Oct 2018, at 1:23 am, Rick Harrison via use-livecode > wrote: > > It keeps interfering with what I’m trying to type I’m wondering how it is interfering with what you are trying to type. Can you provide an example. It shouldn’t do so unless you tab to complete. It could be that as w

Re: regex url validator?

2018-10-23 Thread Monte Goulding via use-livecode
> On 24 Oct 2018, at 8:40 am, Monte Goulding via use-livecode > wrote: > > Hmm… the syntax just describes valid syntax rather than how it behaves so I’m > not sure if the change suggested above adds much. > > The docs do state: > > If a regex pattern is s

Re: regex url validator?

2018-10-23 Thread Monte Goulding via use-livecode
> On 24 Oct 2018, at 3:29 am, Alex Tweedly via use-livecode > wrote: > > Hi Sean, > > I think there are two (hopefully straightforward) suggestions for the docs on > this: > > 1. the syntax diagram is (I think) wrong (or at least misleading) > >> filter [{lines | items | keys | elemen

Re: regex url validator?

2018-10-23 Thread Monte Goulding via use-livecode
> On 23 Oct 2018, at 4:43 pm, J. Landman Gay via use-livecode > wrote: > > You shouldn't let your cat walk on the keyboard like that. Funny thing is my cats are regularly walking on my keyboard while I’m asleep and usually into the last app I have open which more often than not is the slack

Re: regex url validator?

2018-10-23 Thread Monte Goulding via use-livecode
> On 23 Oct 2018, at 5:01 pm, Mark Wieder via use-livecode > wrote: > >> Here’s one I have used which seems to work nicely: > > Interesting regex, but always returns true no matter what I throw at it. > Seems that if *any* of the variables are filled (e.g. tPath) then the > matchtext functi

Re: regex url validator?

2018-10-22 Thread Monte Goulding via use-livecode
Here’s one I have used which seems to work nicely: constant kURLRegex = "^(?:(?:(([^:\/#\?]+:)?(?:(?:\/\/)(?:(?:(?:([^:@\/#\?]+)(?:\:([^:@\/#\?]*))?)@)?(([^:\/#\?\]\[]+|\[[^\/\]@#?]+\])(?:\:([0-9]+))?))?)?)?((?:\/?(?:[^\/\?#]+\/+)*)(?:[^\?#]*)))?(\?[^#]+)?)(#.*)?" local tOrigin, tScheme

Re: Using Dylibs in LiveCode?

2018-10-17 Thread Monte Goulding via use-livecode
> On 18 Oct 2018, at 8:44 am, Monte Goulding via use-livecode > wrote: > > > >> On 16 Oct 2018, at 9:02 pm, Ben Rubinstein via use-livecode >> wrote: >> >> Thanks Monte. Where can I find some documentation as to how I can use this? > I forgot t

Re: Using Dylibs in LiveCode?

2018-10-17 Thread Monte Goulding via use-livecode
> On 16 Oct 2018, at 9:02 pm, Ben Rubinstein via use-livecode > wrote: > > Thanks Monte. Where can I find some documentation as to how I can use this? Hi Ben Sorry for the slow response. In addition to Trevor’s comments: The LiveCode Builder Language Reference is also available on the dicti

Re: Unicode Store in JSON

2018-10-15 Thread Monte Goulding via use-livecode
> On 16 Oct 2018, at 12:09 am, Sannyasin Brahmanathaswami via use-livecode > wrote: > > A "Related" entry under textDecode and textEncode might help. > > The problem is when you get to a dictionary entry for those, there is no > mention "mergJSON". > > So not matter how well "mergeJSON" is d

Re: Using Dylibs in LiveCode?

2018-10-15 Thread Monte Goulding via use-livecode
> On 16 Oct 2018, at 1:29 am, Ben Rubinstein via use-livecode > wrote: > > I've got a requirement for which there's a useful library, which is made > available for MacOS as a 'dylib'. > > What are my options for accessing this from LC? (I don't have a to ship an > application using this li

Re: Unicode Store in JSON

2018-10-14 Thread Monte Goulding via use-livecode
> On 15 Oct 2018, at 2:31 pm, Sannyasin Brahmanathaswami via use-livecode > wrote: > > First can you clarify if both of these should work.? We see both in > dictionary... > > *Example* > > textEncode("A","UTF16") > > *put*textEncode(field"output","UTF-8") intotOutput > > will the 2nd param

Re: Unicode Store in JSON

2018-10-14 Thread Monte Goulding via use-livecode
> On 15 Oct 2018, at 11:35 am, Sannyasin Brahmanathaswami via use-livecode > wrote: > > Wow, that worked! And I thought that JSON could not be a container for > "binaryData" as described on the dictionary. Could you provide some detail where the docs are misleading. It is actually true that

Re: [Hacktoberfest] Improving Hi-DPI support on Windows as a Community

2018-10-11 Thread Monte Goulding via use-livecode
> On 12 Oct 2018, at 12:52 pm, Trevor DeVore via use-livecode > wrote: > > We could do that but Gitter frustrates me :-) Gitter is always resetting > the vscroll in conversations and losing my place. I offer up the Slack > option as I'm in Slack all day for my own company work and I find it v

Re: [Hacktoberfest] Improving Hi-DPI support on Windows as a Community

2018-10-11 Thread Monte Goulding via use-livecode
> I can provide a private Slack channel with audio/video/screen sharing > capabilities for a small group. I have some unused guests on my company > account that I can access for the duration of this project. I am not set up > to compile LC on Windows at this time. What about a room on Gitter to ke

Re: Stacks whose names start with "rev"

2018-10-09 Thread Monte Goulding via use-livecode
Hi Jacque I’m sorry I haven’t been following this whole thread so forgive me if my responses have already been covered. > On 10 Oct 2018, at 6:22 am, Richard Gaskin via use-livecode > wrote: > > >> If the cantEdit is false but the mode is reported as 2, that sounds > >> like an engine bug. D

Re: "send" vs "dispatch"

2018-10-08 Thread Monte Goulding via use-livecode
One of the main reasons I implemented send and call with params in the PR that has been mentioned is because it allows for referenced parameters. The following is an error: on mouseUp local tBar send “foo tBar” to me answer tBar end mouseUp on foo @rBar put “Howdy" into rBar end foo

Re: mergLA for Mac

2018-10-07 Thread Monte Goulding via use-livecode
Hi Andrew There’s this hibernated enhancement request. You could contact support and request it be taken out of hibernation. https://quality.livecode.com/show_bug.cgi?id=18742 Cheers Monte > On 3 Oct 2018, at 10:05 pm, Andrew Bell via use-

Re: mergAV permission dialog

2018-10-02 Thread Monte Goulding via use-livecode
Should be: mergAVCamSet “microphone”, empty You may also need to add a custom plist template with a more specific reason why you want video permission. See http://lessons.livecode.com/m/4069/l/881992-creating-a-custom-plist Cheers Monte > On 3 Oct 2018, at 4:32 pm, scott--- via use-livecode

Re: App Dead on iOS 12

2018-09-27 Thread Monte Goulding via use-livecode
> On 28 Sep 2018, at 7:03 am, Mike Kerner via use-livecode > wrote: > > No joy using 8.x. 9.x breaks fonts so we're stuck in 8 until we have > someone fix all the font issues with 9. That sounds interesting. What’s the bug report number. Cheers Monte

Re: (browser) focus hocus pocus broke us

2018-09-23 Thread Monte Goulding via use-livecode
Hi Mike This is actually a problem for all widgets with native layers. There’s also the additional complexity with the browser widget that some pages when you open them they have javascript that focuses in on something. I have a PR that makes `the focusedObject` and `focus on nothing | object`

Re: App Dead on iOS 12

2018-09-21 Thread Monte Goulding via use-livecode
> On 22 Sep 2018, at 5:34 am, Curry Kenworthy via use-livecode > wrote: > > Monte, I couldn't reproduce this either. Using LC 901, things seem to work OK > on 12! Thanks Curry Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.

Re: App Dead on iOS 12

2018-09-20 Thread Monte Goulding via use-livecode
> On 21 Sep 2018, at 11:48 am, Terry Judd via use-livecode > wrote: > > Panos did some sleuthing of my console output and it appears that my iOS 12 > crashes (which occurred with even the most very basic of stacks/apps) are > related to the fact that I use an iOS enterprise developer licens

Re: App Dead on iOS 12

2018-09-20 Thread Monte Goulding via use-livecode
> On 21 Sep 2018, at 11:20 am, Curry Kenworthy via use-livecode > wrote: > > > We have not been able to replicate the crash so it’s pretty > > important that we get a report with a recipe ASAP. > > It's been a day or two. Has anyone reported/recipe'd this yet? If not I will. > > I suspect th

Re: Standalone build workaround

2018-09-20 Thread Monte Goulding via use-livecode
> On 20 Sep 2018, at 2:51 pm, Brian Milby via use-livecode > wrote: > > What about a front script for the build process that would intercept and > discard these messages? Could be inserted just before each action that used > to be protected by lock messages (close/open stack). I think if th

Re: Standalone build workaround

2018-09-19 Thread Monte Goulding via use-livecode
> On 20 Sep 2018, at 6:18 am, Richard Gaskin via use-livecode > wrote: > > Building a standalone is the whole point of the process of developing with > LC, and now that it's so disruptive it kills the joy of choosing LiveCode. > > For more than a decade I've believed making the SB into a se

Re: iOS 12 and SDK

2018-09-18 Thread Monte Goulding via use-livecode
> On 19 Sep 2018, at 2:50 pm, Ludovic THEBAULT via use-livecode > wrote: > > My app (built with Livecode 8) also crash on IOS 12. > So, i built it with LC 9.01 and work on my device on iOS 12. > > I submitted it, but Application Loader rejected it : > ERROR ITMS-90725: "SDK Version Issue. Thi

Re: App Dead on iOS 12

2018-09-18 Thread Monte Goulding via use-livecode
We have not been able to replicate the crash so it’s pretty important that we get a report with a recipe ASAP. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subs

Re: App Dead on iOS 12

2018-09-18 Thread Monte Goulding via use-livecode
.4.1 under OSX 10.13.5 and I see the same thing as >>> Dan. App starts up, shows the splash screen and then immediately quits. >>> Also, still no app icon - and I'm pretty sure I installed those extras >>> along with Xcode as I did it fairly recently. >>>

Re: App Dead on iOS 12

2018-09-17 Thread Monte Goulding via use-livecode
> On 18 Sep 2018, at 10:51 am, Terry Judd via use-livecode > wrote: > > Umm - spoke to soon. How do I do that? I assumed that there would be > something in the downloads pane of Xcode that I could install. There is usually a dialog when you first run Xcode. You could try `xcode-select —ins

Re: App Dead on iOS 12

2018-09-17 Thread Monte Goulding via use-livecode
> On 18 Sep 2018, at 10:59 am, Dan Friedman wrote: > > I am definitely using 9.0.1 Stable. NOT the RC's. OK can you open a report about this. Perhaps there’s something else that behaves the same way as the issue that was fixed. Cheers Monte ___ u

Re: App Dead on iOS 12

2018-09-17 Thread Monte Goulding via use-livecode
> On 18 Sep 2018, at 10:18 am, Monte Goulding via use-livecode > wrote: > > > >> On 18 Sep 2018, at 10:15 am, Colin Holgate via use-livecode >> wrote: >> >> Is what you said true for older LiveCode, or just 9.0.1? > > Should be true back t

Re: App Dead on iOS 12

2018-09-17 Thread Monte Goulding via use-livecode
> On 18 Sep 2018, at 10:15 am, Colin Holgate via use-livecode > wrote: > > Is what you said true for older LiveCode, or just 9.0.1? Should be true back to late 2011. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: App Dead on iOS 12

2018-09-17 Thread Monte Goulding via use-livecode
> On 18 Sep 2018, at 9:47 am, Colin Holgate via use-livecode > wrote: > > For icons to show up you need to make an Assets.car file with the icons in > it. Here is one example tool for making that file: > > http://www.applicationloader.net/appuploader/icontool.php >

Re: App Dead on iOS 12

2018-09-17 Thread Monte Goulding via use-livecode
Hi Dan Are you using the 9.0.1 stable or are you using one of the RCs? It sounds like you are hitting a bug that we fixed for RC 2. Cheers Monte > On 18 Sep 2018, at 9:02 am, Dan Friedman via use-livecode > wrote: > > Terry, > > So, here's what I've discovered in the last 40 minutes… > >

Re: [ANN] Release 9.0.1

2018-09-17 Thread Monte Goulding via use-livecode
> On 18 Sep 2018, at 1:42 am, Jim MacConnell via use-livecode > wrote: > > Did simple update to 9.0.1 and couldn't test on device(iPhone) . I was very > surprised by this. > "Mobile Support" showed red and the Android SDK path was empty. > Would have been nice to have warning (even though rel

Re: Remote Debugger Anomalies

2018-09-16 Thread Monte Goulding via use-livecode
> On 16 Sep 2018, at 10:36 am, Sannyasin Brahmanathaswami via use-livecode > wrote: > > No doubt Monte is going to say :-) "this is not problem, best you ignore > this" ha!~ This seems a bit unfair to me. I don’t think I’ve ever said that. Clearly if you are having a problem then there’s a p

Re: Remote Debugger Anomalies

2018-09-16 Thread Monte Goulding via use-livecode
> On 16 Sep 2018, at 1:47 am, Sannyasin Brahmanathaswami via use-livecode > wrote: > > OK, given that we understand the problem, to be solved one day. > > Until then, how do we work around it? > > Give an error, and the Script Editor "becomes" > > stack "d2dc63f5-efeb-412c-a6ae-741d60b569de

Re: Remote Debugger Anomalies

2018-09-13 Thread Monte Goulding via use-livecode
> On 13 Sep 2018, at 11:42 pm, Andrew Bell via use-livecode > wrote: > >> - The stack that caches object scripts is not being cleaned up properly >> between debugging sessions. This would mean that you would see the old >> script but what would be executing would be the new script. One way

Re: Remote Debugger Anomalies

2018-09-13 Thread Monte Goulding via use-livecode
It does not sound like the remote debugger was involved at all in this story so perhaps look elsewhere for the problem. > On 14 Sep 2018, at 6:12 am, Sannyasin Brahmanathaswami via use-livecode > wrote: > > Well this is somewhat "urgent" due to a scenario I just witness. > > It GIT --> branc

Re: Remote Debugger Anomalies

2018-09-12 Thread Monte Goulding via use-livecode
> On 13 Sep 2018, at 5:08 am, J. Landman Gay via use-livecode > wrote: > > I've seen the same thing repeatedly. I wasn't able to work around the > problem. I'd like a way to manually force the debugger to unload itself and > reload the new script. I’d really like to get to the bottom of thi

Re: Livecode's CEF Builds

2018-09-10 Thread Monte Goulding via use-livecode
There’s some questions here that need a lawyer to answer. To start with I think you need to ensure that building CEF with proprietary codecs enabled does not include anything that has a license that is incompatible with GPL 3. Otherwise you can’t distribute your standalone with the modified CE

Re: Livecode's CEF Builds

2018-09-09 Thread Monte Goulding via use-livecode
> On 10 Sep 2018, at 4:02 am, Tom Glod via use-livecode > wrote: > > If I do that . I then have to make my own build of CEF, My own build of > Livecode, and then build my standalones? What could go wrong?LOL > Is that my only option? I may have to seriously consider doing whatev

Re: Timezone library - how to use in Livecode Server?

2018-09-06 Thread Monte Goulding via use-livecode
> On 6 Sep 2018, at 9:18 pm, Trevor DeVore via use-livecode > wrote: > > I just had to comment out the “resolve file” line which > that caused an error because it is new syntax. It’s just important to remember if using the library with this commented out that it will only find images where

Re: Timezone library - how to use in Livecode Server?

2018-09-06 Thread Monte Goulding via use-livecode
> On 7 Sep 2018, at 12:34 am, Matthias Rebbe via use-livecode > wrote: > > when using an other LCB library , where do i see what i have to enter in > > set the revLibraryMapping[“?? ”] ……. > > I cannot find any information about revLibraryMapping in the dictionary. It is not documented

Re: Handler Conflict

2018-08-29 Thread Monte Goulding via use-livecode
> On 30 Aug 2018, at 1:15 am, Bob Sneidar via use-livecode > wrote: > > Just a heads up for anyone using Trevor's excellent XML library, the > ConvertXMLToArray function has a counterpart in the Android library, and they > produce different results! I suspect the ConvertArrayToXML also has

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-25 Thread Monte Goulding via use-livecode
> On 26 Aug 2018, at 1:14 pm, Trevor DeVore via use-livecode > wrote: > > 1. Create new stack. > 2. `import snapshot` and select something on your screen with a blue in it. > I used a Messages chat window. > 3. Use digital color meter to check color of blue in actual window vs > snapshot. The

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-25 Thread Monte Goulding via use-livecode
> On 25 Aug 2018, at 10:51 pm, Matthias Rebbe via use-livecode > wrote: > > rereading yours and mine comments, i have to ask: > > If Apple´s app Color Digital Meter shows the same values as LC´s function > mousecolor, then mousecolor is showing the correct values, isn´t it? > Or am i missin

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Monte Goulding via use-livecode
> On 25 Aug 2018, at 7:43 am, Monte Goulding via use-livecode > wrote: > > From the looks of things we are using a function that takes a snapshot using > the display color space then drawing it to our own image format using sRGB > color space. I’ve tried tweaking a few

Re: Android permissions

2018-08-24 Thread Monte Goulding via use-livecode
> On 25 Aug 2018, at 7:56 am, Andrew Ferguson via use-livecode > wrote: > > Is there any particular reason it cannot be altered for LCB as well? I'm all > for the "it just works" approach. Otherwise it would seem a bit of a > limitation in LCB. Yes it hasn’t been done yet but adding a simil

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Monte Goulding via use-livecode
> On 25 Aug 2018, at 7:09 am, Matthias Rebbe via use-livecode > wrote: > > I´ve tested now with Apple´s Digital Color Meter App. > > And you are right. It seems the mouse color values are the correct ones. You mean incorrect here I presume? > > See screenshot http://d.qck.biz/vCD6n7

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Monte Goulding via use-livecode
> On 25 Aug 2018, at 6:55 am, Monte Goulding via use-livecode > wrote: > > Do we know if it’s the mouseColor returning an incorrect value or if it’s the > actual control being the wrong color? If I enter the same RGB values into a html page that has a color picker then se

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Monte Goulding via use-livecode
> On 24 Aug 2018, at 11:49 pm, Trevor DeVore via use-livecode > wrote: > > Thanks for testing and confirming Matthias. To everyone else - it is now a > confirmed issue on 10.13 as it has been recreated on three separate > machines. Do we know if it’s the mouseColor returning an incorrect valu

Re: Best way to store videos

2018-08-24 Thread Monte Goulding via use-livecode
> On 25 Aug 2018, at 5:44 am, J. Landman Gay via use-livecode > wrote: > >> Search the LC 9 dictionary for >> the commands that start with AWS and AWSS3 to see what it available to you. > > Mac and iOS only though. :( mergAWS is Mac and iOS but LC 9 has a script library that is cross platfo

Re: fullscreenmode and rect of a substack on mobile device ?

2018-08-20 Thread Monte Goulding via use-livecode
> On 21 Aug 2018, at 12:08 pm, Richard Gaskin via use-livecode > wrote: > > I was referring to a post earlier in this thread which mentioned some > additional support via email with the author from Panos and Eleanor. Aha… yes a number of members of the team (myself included) have become quit

Re: fullscreenmode and rect of a substack on mobile device ?

2018-08-20 Thread Monte Goulding via use-livecode
> On 21 Aug 2018, at 11:32 am, Richard Gaskin via use-livecode > wrote: > > - In this thread we have at least half a dozen people, including two from the > core team, all working together to explore various options for placing one > object within a resizing method chosen for its ostensible e

Re: fullscreenmode and rect of a substack on mobile device ?

2018-08-19 Thread Monte Goulding via use-livecode
> On 20 Aug 2018, at 10:53 am, Richard Gaskin via use-livecode > wrote: > > As long as both messages are sent it may not matter, but that's the thing I'm > unclear on: what does orientationChanged tell us on a mobile device that > resizeStack doesn't? When is one sent without the other sent

Re: Split an Array to Numeric with 2 Dimensions

2018-08-18 Thread Monte Goulding via use-livecode
I think what you are after is an enhancement request here https://quality.livecode.com/show_bug.cgi?id=9950 For now you would need to use numeric keys for the columns: split theList by return and “|” put theList[2][1] -> orange > On 19 Aug 20

Re: Determine if device is a tablet

2018-08-14 Thread Monte Goulding via use-livecode
On 15/08/2018 00:15, J. Landman Gay via use-livecode wrote: > I need to determine whether the current mobile device is a tablet or a phone. > On iOS I can use "the machine" but on Android it only provides the > manufacturer's name. > > Does anyone know a way to do that? Looks like there’s no ac

Re: Using stackoverflow.com

2018-08-13 Thread Monte Goulding via use-livecode
> On 14 Aug 2018, at 5:08 am, Todd Fabacher via use-livecode > wrote: > > Just curious...Why are these questions NOT being put on stackoverflow.com > ? > This is now people, companies, and publications rank languages these days. I was trying to encourage questions

Re: Regaining IDE Efficiency: Property Inspector

2018-08-09 Thread Monte Goulding via use-livecode
> On 10 Aug 2018, at 9:07 am, Curry Kenworthy via use-livecode > wrote: > > Whatever you need is absolutely fine with me, feel free to parse and > slice/dice this into any number of pieces with my blessing. OK for anyone else following along the best way to discuss issues with us is to fol

Re: Regaining IDE Efficiency: Property Inspector

2018-08-09 Thread Monte Goulding via use-livecode
> On 10 Aug 2018, at 1:53 am, Curry Kenworthy via use-livecode > wrote: > > Here's the QA enhancement request for Property Inspector defects: > > https://quality.livecode.com/show_bug.cgi?id=21479 > Hi Curry We really need a single repor

Re: valueDiff for arrays

2018-08-08 Thread Monte Goulding via use-livecode
> On 8 Aug 2018, at 7:52 pm, Monte Goulding via use-livecode > wrote: > > map lines of tList as sum(item 2 to -1 of each) \ >grouping by item 1 of each \ >where item 1 of each begins with “b” into tArray > > Would create the array: > > “bar” -&

Re: valueDiff for arrays

2018-08-08 Thread Monte Goulding via use-livecode
So the difference between transplant and filter is that transplant mutates both source and target by taking from source and adding to target while filter copies from source to target? Oh and that transplant would mutate an existing target rather than clobbering any existing value. Hate the name

Re: Crash log

2018-08-08 Thread Monte Goulding via use-livecode
> On 8 Aug 2018, at 9:39 am, Knapp Martin via use-livecode > wrote: > > What is the protocol for sending crash logs to Livecode? Do I just do a bug > report or what? Just had a crash while printing in LC Business 9.0.1 Yes just file a report with what you were doing and the crash log. @Pano

Re: valueDiff for arrays?

2018-08-05 Thread Monte Goulding via use-livecode
> On 6 Aug 2018, at 1:57 pm, Brian Milby via use-livecode > wrote: > > Just tried that and it adds .7 sec (returning the unsorted keys). The sort > in the original takes around .7s. There are only 446 primes found at that > point. Returning an array is about the same time as returning an un

Re: valueDiff for arrays?

2018-08-05 Thread Monte Goulding via use-livecode
I’m fairly sure you could speed it up by continuing to add keys to p and returning that instead of building the list R. > On 6 Aug 2018, at 1:24 pm, Brian Milby via use-livecode > wrote: > > I can speed it up by 10% just be replacing the "add 1 to" with "put true > into". The first if would l

Re: valueDiff for arrays?

2018-08-05 Thread Monte Goulding via use-livecode
> On 6 Aug 2018, at 1:15 pm, Mark Wieder via use-livecode > wrote: > > Interesting. And here I was just assuming that true and false were boolean > constants, like in any other language. So empty is a constant and one is a > constant, but true and false are not. Wouldn't things be faster if

Re: Start using stack - Loading stack libraries

2018-08-05 Thread Monte Goulding via use-livecode
My main thought is if we are talking about loading and unloading thousands of times then script parsing may become costly. How costly I’m not sure… script parsing is pretty fast. > On 6 Aug 2018, at 10:51 am, Stephen MacLean via use-livecode > wrote: > > Hi All, > > I am currently using libr

Re: valueDiff for arrays?

2018-08-05 Thread Monte Goulding via use-livecode
> On 6 Aug 2018, at 9:55 am, Mark Wieder via use-livecode > wrote: > > on something p1, p2, p3 > if p1 is false then >-- fails if p1 is empty > end if > if p1 is true then >-- also fails if p1 is empty > end if > end something I was describing a situation where you are forcing some

Re: valueDiff for arrays?

2018-08-05 Thread Monte Goulding via use-livecode
> On 6 Aug 2018, at 8:03 am, Mark Wieder via use-livecode > wrote: > > True, but syntacticly I like the idea of being able to place "not" in front > of any boolean without having to remember where it's legal and where it's > not. I also think it's harder on the engine (this off the top of my

Re: valueDiff for arrays?

2018-08-05 Thread Monte Goulding via use-livecode
> On 6 Aug 2018, at 7:07 am, Mark Waddingham via use-livecode > wrote: > > filter X by keeping the lines not matching pattern "regex" My point was this statement can be written as both: filter X by keeping the lines not matching pattern “regex" and filter X by discarding the lines matching

<    1   2   3   4   5   6   7   8   9   10   >