Re: valueDiff for arrays?

2018-08-05 Thread Monte Goulding via use-livecode
expression or pattern then comprehend the relationship between discarding/keeping and with | without | not matching | where in order to figure out what will actually happen. I would rather [by { keeping | discarding }] be a parser error if used with without and not matching. Cheers Monte

Re: valueDiff for arrays?

2018-08-05 Thread Monte Goulding via use-livecode
> On 5 Aug 2018, at 10:32 pm, Mark Waddingham via use-livecode > wrote: > > Geez @Monte - you do like creating work for me don't you! ;) Aha.. sorry but I have been threatening to implement this for 2 years ;-) Cheers Monte ___

Re: valueDiff for arrays?

2018-08-04 Thread Monte Goulding via use-livecode
> On 5 Aug 2018, at 11:59 am, Monte Goulding via use-livecode > wrote: > > Just to throw it out there I still want to add `each` to filter one day. So > in this case I think it would be: > > filter keys of tArray1 with expression \ > each is a

Re: valueDiff for arrays?

2018-08-04 Thread Monte Goulding via use-livecode
Just to throw it out there I still want to add `each` to filter one day. So in this case I think it would be: filter keys of tArray1 with expression \ each is among the keys of tArray2 and \ tArray1[each] is not tArray2[each] > On 5 Aug 2018, at 11:23 am, Brian Milby via

Re: LCB - Text entry/edit in a widget

2018-08-04 Thread Monte Goulding via use-livecode
There is still some work needed to be done in order for widgets to get keyboard focus and handle key events. A much simpler and available alternative though is to create and delete a field on top of the widget as required. > On 5 Aug 2018, at 2:08 am, pink via use-livecode > wrote: > > What

Re: Move command on iOS

2018-08-04 Thread Monte Goulding via use-livecode
aight down and hid. 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. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Ple

Re: Move command on iOS

2018-08-04 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 P

Re: Move command on iOS

2018-08-03 Thread Monte Goulding via use-livecode
wait 1 millisecond with messages >> move tGrp to (item 1 of the loc of me),tDestV in 500 milliseconds >> I put the wait command in there to see if it made any difference but it >> doesn't. >> If the above isn't enough, it would be quicker if I could just send you m

Re: Move command on iOS

2018-08-03 Thread Monte Goulding via use-livecode
the first just ended because a second move ends the first and then the object is already at the location. Perhaps log when you are doing it? > On 4 Aug 2018, at 10:40 am, Monte Goulding via use-livecode > wrote: > > @Jacque there was this one also but that is visual effects o

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 <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 cra

Re: Move command on iOS

2018-08-03 Thread Monte Goulding via use-livecode
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 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, u

Re: CEF browser question

2018-08-03 Thread Monte Goulding via use-livecode
rowser widget on mac but is still used for the browser widget on windows and linux. It has never been used on iOS and I don’t think ever will be. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, u

Re: acceleratedRendering

2018-08-02 Thread Monte Goulding via use-livecode
ls (cost ect) so you could contact support about that if it is of interest. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lis

Re: acceleratedRendering

2018-08-01 Thread Monte Goulding via use-livecode
> Disables "touch" messages in some contexts… ^ is not a very good description of the issue. The touches are fine. It’s groups not redrawing when scrolled under some circumstances. Cheers Monte ___ use-livecode mailing list use-livecod

Re: Camera on iPad error?

2018-07-30 Thread Monte Goulding via use-livecode
Very odd that it would be IPv6 related. Are you doing anything with sockets? > On 31 Jul 2018, at 10:22 am, Alan via use-livecode > wrote: > > I've submitted an app update to the Apple store and have been rejected with > the following error: > > "We discovered one or more bugs in your app

Re: OT: Looking for a new programming language?

2018-07-27 Thread Monte Goulding via use-livecode
Ahaha… are you doing the LiveCode implementation? > On 28 Jul 2018, at 2:51 am, Mark Wieder via use-livecode > wrote: > > > "But why? > Mainly because if we make Rockstar a real (and completely pointless) > programming language, then recruiters and hiring managers won't be able to > talk

Re: Oauth2 (Dropbox) on iOS

2018-07-25 Thread Monte Goulding via use-livecode
custom plist template should keep you going. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Android, acceleratedRendering and visual effect

2018-07-19 Thread Monte Goulding via use-livecode
Hi Dan A little update. The bug report is here: https://quality.livecode.com/show_bug.cgi?id=21434 <https://quality.livecode.com/show_bug.cgi?id=21434> The PR for the fix is here: https://github.com/livecode/livecode/pull/6610 <https://github.com/livecode/livecode/pull/6610> C

Re: Android, acceleratedRendering and visual effect

2018-07-19 Thread Monte Goulding via use-livecode
Hi Dan This looks like a regression from the large number of acceleratedRendering related patches that went into 9.0.1 rc 1. I am looking into it as it will be a blocker for 9.0.1-rc-2. Cheers Monte > On 20 Jul 2018, at 4:13 am, Dan Friedman via use-livecode > wrote: > > Hello

Re: How to create a QR Code Version 14 (73x73modules)

2018-07-17 Thread Monte Goulding via use-livecode
if you would open an enhancement report and if so inclined contribute the patch in case others hit the same requirement. Cheers Monte > On 18 Jul 2018, at 8:20 am, Matthias Rebbe via use-livecode > wrote: > > Hi. > > My app needs to create qr codes. This is not a problem s

Re: Script Only Stack Behaviors and Nesting

2018-07-03 Thread Monte Goulding via use-livecode
> On 4 Jul 2018, at 12:52 am, Bob Sneidar via use-livecode > wrote: > > Jacque says you can reference a behavior's script locals ie. the sLocal of > THIS ME Well you can’t actually do that so maybe Jacque is being misquoted? Cheers Monte

Re: Script Only Stack Behaviors and Nesting

2018-07-02 Thread Monte Goulding via use-livecode
> On 3 Jul 2018, at 9:16 am, Bob Sneidar via use-livecode > wrote: > > That would be very cool! That would mean you could get and set the script > locals of another object. No it really wouldn’t. It would make them worse than globals… eek.

Re: LCB Foreign LC9.0.0

2018-06-29 Thread Monte Goulding via use-livecode
Hi Kevin The code folder conform to the platform id spec. https://github.com/livecode/livecode/blob/develop/docs/development/platform-id.md For iOS it will likely be universal-ios presuming you have universal

Re: Browser Widget Layer on mobile

2018-06-24 Thread Monte Goulding via use-livecode
but not on iOS. Could you open a report with an example stack please? Cheers Monte > On 24 Jun 2018, at 3:49 am, Dan Friedman via use-livecode > wrote: > > Brian, > > I think that’s true for Native Controls, but I’m seeing different results for > the bowser widget.

Re: Open recent File Menu

2018-06-15 Thread Monte Goulding via use-livecode
they are prepended by (sometimes) long paths. > Also, I will open sample stack from time to time, and those stay in the menu > cluttering it up until more recent stacks push them out. Cheers Monte ___ use-livecode mailing list use-livecode@lists

Re: LiveCode - Andoid SDK - Java compatibility chart?

2018-06-15 Thread Monte Goulding via use-livecode
impacts Windows because Java 9 & 10 use different registry entries to find the java home folder and dx.bat uses a javac option that is no longer supported. Still I would not recommend installing higher than 8 on macOS or Linux. Cheers Monte > On 15 Jun 2018, at 11:26 pm, panagiotis mera

Re: Dark Mode in macOS Mojave, any thoughts from the mothership?

2018-06-14 Thread Monte Goulding via use-livecode
SApplication methods to determine the current theme. Perhaps either Trevor or Paul can be convinced to put stuff for that in their mac extensions in the short term. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visi

Re: Open recent File Menu

2018-06-14 Thread Monte Goulding via use-livecode
but it seems enough other people think it is to make it worthwhile ;-) Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev

Re: Linux Screen Resolution

2018-06-13 Thread Monte Goulding via use-livecode
considered. Feel free to report this. Cheers Monte > On 14 Jun 2018, at 8:15 am, Glen Bojsza via use-livecode > wrote: > > "put the screenPixelScale" returns 1 > > set the pixelScale to 2 gives an error that the pixelScale property > cannot be set on this platform

Re: Cropping an image

2018-05-31 Thread Monte Goulding via use-livecode
I’d suggest (that doesn’t mean you have to do it today Brian ;-) Cheers Monte > On 1 Jun 2018, at 2:07 pm, Ralph DiMola via use-livecode > wrote: > > OK, Here's the deal. Although there is a byte for alpha in the z buffer > (imagedata) it seems to be ignored. The alp

Re: Help converting Hex UTF-8 bytes to character

2018-05-31 Thread Monte Goulding via use-livecode
o be literal. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Help converting Hex UTF-8 bytes to character

2018-05-31 Thread Monte Goulding via use-livecode
Hi Trevor I’m pretty sure that the following will do what you want here: textDecode(format(),”utf-8”) Cheers Monte > On 1 Jun 2018, at 6:13 am, Trevor DeVore via use-livecode > wrote: > > Hi, > > I have a text file that contains Hex UTF-8 bytes encode in the

Re: mergDoc - no preview, no sharing

2018-05-29 Thread Monte Goulding via use-livecode
Hi Ralf I think there is a bug or perhaps deliberate policy change on 11.2+ that means that files from within the app bundle are not recognised correctly. Try copying files out of the bundle. Cheers Monte > On 30 May 2018, at 7:32 am, Ralf Bitter via use-livecode >

Re: LiveCode Builder linter support for Sublime Text

2018-05-28 Thread Monte Goulding via use-livecode
Trevor this is cool. I’ve recently been evaluating Sublime Text because I find Atom often goes very slow. One little tweak to the docs you have on that branch is that the `executable` for server needs to be specified in the builder settings also otherwise it won’t find it. Cheers Monte

Re: Windows 10 and LC9.0

2018-05-27 Thread Monte Goulding via use-livecode
lots of controls. Regarding other issues here it would be really helpful if people could quote bug numbers when discussing problems they are having so that we can get them sorted. Cheers Monte ___ use-livecode mailing list use-livecode

Re: Was: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-27 Thread Monte Goulding via use-livecode
> On 28 May 2018, at 2:40 am, Pi Digital via use-livecode > <use-livecode@lists.runrev.com> wrote: > > Thanks for the clarification, Monte. > > But just to clarify in return (respectfully), when I spoke of IDE changes I > was specifically referring to the Project

Re: Was: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-26 Thread Monte Goulding via use-livecode
e issue is in a script only stack which most things are in the IDE then we do accept contributions. > Looking at the latest LC8 release, the ‘fix’ Monte did for mergGoogle > hasn’t been added in. It’s hardly working let alone ‘Stable’ then, is it!! This is the main point I wanted to clarify.

Re: Should "put" to the Message Box be affected by lockMessages?

2018-05-23 Thread Monte Goulding via use-livecode
reverting to the old behavior because clearly it was previously possible for the message box to be presented while messages were blocked causing some bugs I’m sure. This would be an easy community contribution for someone that wants to dip their toe in ;-) Cheers Monte > On 24 May 2018, at 9:34

Re: new library messages

2018-05-16 Thread Monte Goulding via use-livecode
nInitialize` and `extensionFinalize`. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: [BUG] Browser widget implemented without access to localStorage API

2018-05-15 Thread Monte Goulding via use-livecode
If we can come up with a recipe for the IDE telling you it has saved a stack and that not being the case I’d love to fix it! Cheers Monte > On 16 May 2018, at 1:51 pm, Sannyasin Brahmanathaswami via use-livecode > <use-livecode@lists.runrev.com> wrote: > > Because in quitt

Re: [BUG] Browser widget implemented without access to localStorage API

2018-05-15 Thread Monte Goulding via use-livecode
but not saved to disk. I have asked internally what people think the best solution might be (detect if they are stacks and ensure they are saved or enable the stacks pane of the standalone settings for mobile). Cheers Monte > On 16 May 2018, at 11:48 am, Sannyasin Brahmanathaswami via

Re: Sean?

2018-05-08 Thread Monte Goulding via use-livecode
> On 9 May 2018, at 2:13 am, Dan Brown via use-livecode > <use-livecode@lists.runrev.com> wrote: > > I just received word from Sean's family, he is safe and is coping with last > week's difficult events That is such a relief to hea

Re: HTTPD Server Post Requests work ........about half the time

2018-05-07 Thread Monte Goulding via use-livecode
Andre I think that should only be an issue if your number of requests * time per request > client timeout. Tom probably the best place to start is some logs of the requests and responses on both client and server. Cheers Monte > On 8 May 2018, at 11:28 am, Andre Garzia via use-li

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-03 Thread Monte Goulding via use-livecode
he url. On iOS 11+ you don’t need to do that as it uses SFAuthenticationSession which has a built in callback. Happy to chat you through it if that helps. Hoping you are OK Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit th

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Monte Goulding via use-livecode
The issue is google no longer allow you to use webviews in app to do OAuth. So basically this rules out anything that doesn’t open up an OS browser. The fastest way to resolve this for mergGoogle is to change to using GTMAppAuth from GTMOAuth2. It may be that the OAuth2 library can do what’s

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Monte Goulding via use-livecode
cement request for the OAuth2 library to use AppAuth on platforms that can: https://quality.livecode.com/show_bug.cgi?id=21256 <https://quality.livecode.com/show_bug.cgi?id=21256> > On 3 May 2018, at 8:50 am, Monte Goulding via use-livecode > <use-livecode@lists.runrev.com> wrot

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Monte Goulding via use-livecode
my best to get it done. Monte > On 2 May 2018, at 8:55 pm, Sean Cole (Pi) via use-livecode > <use-livecode@lists.runrev.com> wrote: > > Hi > > Apparently, google stopped using their old method of oAuth and started > deprecation from 1March 2017. As of Apr 20 2018 it no

Re: LC Web integration is not good enough

2018-05-01 Thread Monte Goulding via use-livecode
,”baz” Seems quite feasible. The best way to get what you want is to ask for it ;-) Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: LC Web integration is not good enough

2018-04-30 Thread Monte Goulding via use-livecode
h string keys. In the long run if we ever get proper lists in LCS then JSONExport will likely do as you are expecting. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your s

Re: some thoughts on version 9.0.0

2018-04-20 Thread Monte Goulding via use-livecode
up side you can now use color emoji’s ;-) Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Contributing to the IDE

2018-04-20 Thread Monte Goulding via use-livecode
and run the correct engine for the IDE so spending any time trying to figure out how to avoid such a small amount of work doesn’t seem that helpful. Additionally once setup like that you can patch anything from engine, docs, widgets, ide… so it’s much less limiting. Cheers Monte

Re: Contributing to the IDE

2018-04-20 Thread Monte Goulding via use-livecode
ut that could be just me. It’s also not possible to do things like fix up commit messages. Cheers Monte > > Thanks, > > gc > > On Fri, Apr 20, 2018 at 1:08 AM, Mark Waddingham via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> On 2018-04-17

Re: some thoughts on version 9.0.0

2018-04-19 Thread Monte Goulding via use-livecode
int command can’t you? There is a general issue here that we have in the past stuffed things like breakpoints and last selection etc into the custom properties of objects but really they should be separate. It’s probably a big project to sort that out though! Cheers Monte __

Re: some thoughts on version 9.0.0

2018-04-19 Thread Monte Goulding via use-livecode
used to be the behaviors now have behaviors themselves. One advantage to this is any image references will still be resolved correctly. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscr

Re: Contributing to the IDE

2018-04-19 Thread Monte Goulding via use-livecode
ode/livecode/blob/develop/docs/contributing_to_docs.md> I’m thinking we would do well to reorganise this doc by moving the docs style stuff to the docs style guide and the rest into a more general (not just about docs) your first PR doc. > On 20 Apr 2018, at 12:39 pm, Monte Gouldin

Re: Contributing to the IDE

2018-04-19 Thread Monte Goulding via use-livecode
love for more people to be able to contribute. BTW here is a video I did for someone about using sourcetree which may or may not shed some light. https://www.youtube.com/watch?v=W14_fiRA6Wo=847s <https://www.youtube.com/watch?v=W14_fiRA6Wo=847s> Cheers Monte

Re: some thoughts on version 9.0.0

2018-04-19 Thread Monte Goulding via use-livecode
ed from here https://github.com/montegoulding/livecode/blob/hittest/extensions/modules/widget-utils/widget-utils.lcb#L287 <https://github.com/montegoulding/livecode/blob/hittest/extensions/modules/widget-utils/widget-utils.lcb#L287> Cheers Monte ___ u

Re: mergAccessory

2018-04-19 Thread Monte Goulding via use-livecode
to be demonstrating. > A bit more explanation on that would be appreciated. I’m pretty sure the example code will be printing to a portable bluetooth receipt printer because that’s the use case that mergAccessory was implemented for even though it can work with any made for iphone accessory a

Re: Contributing to the IDE

2018-04-19 Thread Monte Goulding via use-livecode
Just a guessing based on your response that you possibly didn’t read the docs that you asked for and Brian responded with ;-) > On 20 Apr 2018, at 5:43 am, Geoff Canyon via use-livecode > wrote: > > I have GitKraken; is it as simple as initializing a new

Re: iOS usb/serial access and use

2018-04-16 Thread Monte Goulding via use-livecode
; and > Monte's "mergAccessory" external? Unfortunately you need an official made for iOS device to use mergAccessory. It’s a special program that hardware manufacturers have to sign up to. Apple being Apple keep control of the ecosystem of hardware. Best bet is to loo

Re: iOS usb/serial access and use

2018-04-16 Thread Monte Goulding via use-livecode
what it does but that’s OK because we aren’t trying to release LiveCode via the App Store. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: iOS usb/serial access and use

2018-04-15 Thread Monte Goulding via use-livecode
Hi Douglas Unless something has changed recently iOS does not provide a public way to use the USB cable. It could be that there is a third party accessory that you can plug in to do this though. If so you could use mergAccessory to read and write to it. Cheers Monte > On 16 Apr 2018, a

Re: Getting Orientation Enforced on Phone

2018-04-13 Thread Monte Goulding via use-livecode
k unless it is not in the allowed orientations given if you are forcing an orientation you would need to fiddle with allowed orientations anyway. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subsc

Re: v9 experience grinds to a halt. non-functioning breakpoints.

2018-04-03 Thread Monte Goulding via use-livecode
esizeStack handler. Note that in 9.0.1 this will extend to resizeControl also to resolve bug 21017. - the breakpoint is encountered when a modal dialog is open Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit thi

Re: How to handle BasicAuth in Browser widget?

2018-03-28 Thread Monte Goulding via use-livecode
I think we would either need to add support for a callback or present a dialog natively. It might be possible to handle the load failed callback and check the error string then specify the username and pass in the URL though... > On 29 Mar 2018, at 4:17 am, Richard Gaskin via use-livecode >

Re: Issues with storage of data in stack

2018-03-25 Thread Monte Goulding via use-livecode
than continue with the ones described by the dateFormat (which is what I did in my PR). The advantage or ICU strings is that many languages use them so the chance of copy/paste from somewhere online doing what you want is pretty high. However because the dateFormat exists we weren’t overly sure ho

Re: Dinamyc variables.

2018-03-18 Thread Monte Goulding via use-livecode
> of the card inside the variable. This seems a little strange. Are you sure you aren’t suffering from an X/Y problem here. Perhaps explain what it is you are wanting to do with the variable? Cheers Monte ___ use-livecode mailing list use-livecode

Re: [OT] Free tool for ease Windows Installer creation

2018-03-14 Thread Monte Goulding via use-livecode
Good stuff Matthias InstallGadget was a handy little thing for a while there so I’m sure this will equally so. There’s some DMG wrangling code in the livecode repo that we use for building the mac installer if you are interested. Cheers Monte > On 14 Mar 2018, at 11:14 am, Matthias Rebbe

Re: widget properties

2018-02-25 Thread Monte Goulding via use-livecode
error, assign new ID...) Yes that makes sense. It would also be nice if we could somehow apply that exported data to an existing object. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubs

Re: widget properties

2018-02-25 Thread Monte Goulding via use-livecode
what properties you include in the array to set - so just > don't include all the forms of text. I must have misunderstood. I thought you were proposing adding all gettable properties to the properties and not changing the way set works (i.e. iterating all elements and setting them

Re: widget properties

2018-02-25 Thread Monte Goulding via use-livecode
y in the property tables. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: LiveCode Widget Factory

2018-02-22 Thread Monte Goulding via use-livecode
joy open source extensions ;-) Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: LiveCode Widget Factory

2018-02-22 Thread Monte Goulding via use-livecode
he license before > purchasing? I’m not sure if our licenses are linked anywhere other than bundled with the app sorry. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and man

Re: LiveCode Widget Factory

2018-02-22 Thread Monte Goulding via use-livecode
the particulars of the license we have used, however, I know it permits commercial extensions and even password protected stacks (presuming the protection was done on indy or business) to be used. Cheers Monte ___ use-livecode mailing list use-liv

Re: LiveCode Widget Factory

2018-02-22 Thread Monte Goulding via use-livecode
The only open source edition of LiveCode is Community so you need to use extensions that are licensed with GPL 3 compatible licenses https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses <https://www.gnu.org/licenses/license-list.en.html#GPLCompatible

Re: mergAVPlayerCreateFromURL in IDE

2018-02-22 Thread Monte Goulding via use-livecode
Hmm… that seems unpleasant. Unfortunately it probably hasn’t been used much before on mac so if you can post a bug report with your issues that would be good. What was the reason you are using mergAVPlayer instead of the engine player/mobile control options? Cheers Monte > On 23 Feb 2

Re: mergAVPlayerCreateFromURL in IDE

2018-02-22 Thread Monte Goulding via use-livecode
Yes it should work on Mac in the IDE. I don’t know if it has ever been used much because player objects make more sense on desktop. Looks like you need to set the visible to true after creating it but on iOS that probably isn’t required... Cheers Monte > On 23 Feb 2018, at 3:20 am, S

Re: libsodium on LiveCode?

2018-02-20 Thread Monte Goulding via use-livecode
> On 21 Feb 2018, at 2:57 pm, Brian Milby <br...@milby7.com> wrote: > > Monte, you are awesome! Cheers! Not feeling so awesome today… been banging my head on something all day and getting nowhere :-( > > With your help I was able to generate a key pair using libSodium.

Re: libsodium on LiveCode?

2018-02-19 Thread Monte Goulding via use-livecode
f dynamic in that path refers to it being a dll v lib or the CRT linking. If there’s a folder with static/libsodium.dll then use that. It may be that resolves your issue with v141... > > @Monte, I was using __safe based on a thread that Mark W commented in on > the forum. Essentially if th

Re: libsodium on LiveCode?

2018-02-19 Thread Monte Goulding via use-livecode
` here and instead call the function from within an unsafe block. Cheers Monte > On 20 Feb 2018, at 8:56 am, Brian Milby via use-livecode > <use-livecode@lists.runrev.com> wrote: > > Made my first attempt to just initialize the library and something is not > working: > >

Re: libsodium on LiveCode?

2018-02-19 Thread Monte Goulding via use-livecode
> On 20 Feb 2018, at 8:56 am, Brian Milby via use-livecode > wrote: > > Made my first attempt to just initialize the library and something is not > working: > > Message execution error: > Error description: LCB Error in file >

Re: libsodium on LiveCode?

2018-02-19 Thread Monte Goulding via use-livecode
ytePtr(pPK) into tPK libsodiumfunction(tPK) Cheers Monte > On 19 Feb 2018, at 5:11 pm, Brian Milby via use-livecode > <use-livecode@lists.runrev.com> wrote: > > Looks like most of the functions use OpenSSL. > > > Started looking at the headers and there are over 650 function ca

Re: Put URL into variable and textEncoding

2018-02-12 Thread Monte Goulding via use-livecode
ICU has character set detection. Looks like it wouldn’t be that hard to add a function to return either the best match or an array of encoding -> confidence. Perhaps dd an enhancement request if there isn’t one already. Cheers Monte > On 13 Feb 2018, at 1:04 pm, Paul Dupuis via use-li

Re: Put URL into variable and textEncoding

2018-02-12 Thread Monte Goulding via use-livecode
ing to use binfile and textDecode and manual line ending wrangling. Also if there is a BOM then the unicode encoding can and is worked for file: urls and open file for text. It’s when there’s no BOM and no explicit encoding specified that the engine defaults to legacy native encodin

Re: Pro Git 2, Scott Chacon, Ben Straub, eBook - Amazon.com

2018-02-07 Thread Monte Goulding via use-livecode
That book is available online for free here https://git-scm.com/book/en/v2 > On 8 Feb 2018, at 12:54 am, Brian Milby via use-livecode > wrote: > > Saw this book free for Amazon Kindle. Not sure how long it will be free > though.

Re: this session has lapsed?

2018-02-05 Thread Monte Goulding via use-livecode
If that's not true, I need to know. Probably best to take up any licensing questions with supp...@livecode.com <mailto:supp...@livecode.com> Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subsc

Re: this session has lapsed?

2018-02-05 Thread Monte Goulding via use-livecode
gs like cancelled subscriptions happen and this accounts for that. I don’t know the complete details though. It appears a wordpress update broke some things and it is in the midst of being fixed. Cheers Monte ___ use-livecode mailing list use-livecode@lists

Re: making DG2 usable

2018-01-30 Thread Monte Goulding via use-livecode
part project and there’s still some work to be done on the accelerated rendering required so the nested groups in the datagrid are able to use a scrolling layer mode. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please vis

Re: Reloading script-only stacks

2018-01-28 Thread Monte Goulding via use-livecode
It’s always going to be safest to close LiveCode, checkout a different branch and then reopen LiveCode but just like people setup stuff so they can use external code editors you could add a git hook that notified the IDE that the worktree had changed and to reload things. > On 27 Jan 2018, at

Re: Do script-only stacks support "chained" behaviors?

2018-01-21 Thread Monte Goulding via use-livecode
to check scriptified scripts for the conditional messages that are only sent if an object has them (idle, mouseStillDown etc) and warn about scriptifying those. We got caught with idle in an old script in an IDE stack once. Cheers Monte > On 21 Jan 2018, at 6:28 pm, Geoff Canyon via

Re: Custom Property

2017-12-21 Thread Monte Goulding via use-livecode
Hi Roger If you could create a bug report with a stack containing the offending graphic that would be helpful Cheers Monte > On 21 Dec 2017, at 5:22 pm, Roger Guay via use-livecode > <use-livecode@lists.runrev.com> wrote: > > Please, how is it that a graphic can have

Re: Tab alignment in fields

2017-12-12 Thread Monte Goulding via use-livecode
tributed binaries for libcef (there is no Pi binary distributed) but if we did the work required to build it from source then we could feasibly support it because it can be built for Pi. That obviously comes with a fairly significant maintenance cost though. Cheers Monte ___

Re: OAuth over localhost findings.

2017-12-12 Thread Monte Goulding via use-livecode
ust to create a signable a document. That’s exactly what their Java SDK does though. It is distributed with some certificates for localhost. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, uns

Re: OAuth over localhost findings.

2017-12-11 Thread Monte Goulding via use-livecode
would need to be able to accept secure connections which we can’t presently. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: mergBLE?

2017-12-10 Thread Monte Goulding via use-livecode
The mac side could certainly be done with mergBLE. The iOS side would require a Call Directory Extension using CallKit and CoreBluetooth then add that into the LC app when building. I think you would be breaking new ground doing that though so it would be worthwhile discussing with LC Business

Re: MergPop error on iOS 11.2 & LC 8.1.8

2017-12-10 Thread Monte Goulding via use-livecode
http://quality.livecode.com/show_bug.cgi?id=20759 <http://quality.livecode.com/show_bug.cgi?id=20759> > On 11 Dec 2017, at 8:29 am, Monte Goulding via use-livecode > <use-livecode@lists.runrev.com> wrote: > > Hi Folks > > It turns out this crash is caused by

Re: MergPop error on iOS 11.2 & LC 8.1.8

2017-12-10 Thread Monte Goulding via use-livecode
Hi Folks It turns out this crash is caused by the need for a new plist entry `NSPhotoLibraryAddUsageDescription`. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: read larger data streams over sockets - broken?

2017-12-06 Thread Monte Goulding via use-livecode
Just a guess it sounds like some kind of encoding issue but if you can provide demo client and server stacks that demonstrate the issue that will help us track down the issue. Also let us know the previous version it was working on. Cheers Monte > On 7 Dec 2017, at 10:51 am, Phil Davis

Re: Sending a message to users that floats above everything

2017-12-03 Thread Monte Goulding via use-livecode
dy did it in LCB but the PR is waiting for him to add some docs and notes: https://github.com/livecode/livecode/pull/5860 <https://github.com/livecode/livecode/pull/5860> If you are keen you can download the file and compile it locally. Cheers Monte

Re: Find WHAAAAAY faster!

2017-11-30 Thread Monte Goulding via use-livecode
> On 1 Dec 2017, at 10:45 am, Bob Sneidar via use-livecode > wrote: > > What big list?? What array??? That could be really handy if it is exposed to > the IDE. The search first collects all the objects to search then iterates it. How would you want it exposed

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