Re: Working with AWS S3 commands

2024-02-13 Thread Monte Goulding via use-livecode
> On 14 Feb 2024, at 4:49 pm, Monte Goulding via use-livecode > wrote: > > It’s possible if you are using a newer region that AWS isn’t supporting the > older endpoint style on it. I just found where they documented this so I’ll create an issue to fix https://docs.aws.amaz

Re: Working with AWS S3 commands

2024-02-13 Thread Monte Goulding via use-livecode
Hi Peter A couple of suggestions are to first check you called AWSSetCredentials with the region your bucket is in. If that is correct then try specifying the full endpoint url as https://s3 .your-bucket-region.amazonaws.com via the endpoint

Re: arrayToJSON not working in lcserver on Linux - resolved

2023-10-29 Thread Monte Goulding via use-livecode
> On 30 Oct 2023, at 11:00 am, Neville Smythe via use-livecode > wrote: > > I remain rather puzzled that the multi-dimensional array handlers were not > embedded in the mergJSON C-code library in the first place by Monte or LC > when they took it over. Blazing speed when communicating with

Re: PDF Widget No Filled Forms

2023-09-27 Thread Monte Goulding via use-livecode
Hi Bob Hmm… OK, it could be a bit of a project to get your forms rendering then. If it’s something you need soon and you have a budget then contact supp...@livecode.com . Otherwise you can create a bug report and attach the PDF. FYI there is no support for form

Re: PDF Widget No Filled Forms

2023-09-27 Thread Monte Goulding via use-livecode
Hi Bob Try setting the `drawAnnotations` to true and see if the form data renders Cheers Monte > On 28 Sep 2023, at 1:27 am, Bob Sneidar via use-livecode > wrote: > > Hi all. > > I have filled forms, and I am just now wanting to display those FILLED forms > in a PDF widget. Only problem

Re: OAuth2 broken in LC 10 (dp6)

2023-09-07 Thread Monte Goulding via use-livecode
Hi Ben Launching the url in the default browser is by design as it is a required change to conform to RFC 8252. The notion being the user’s default browser is trusted not to record entered credentials while web views presented in apps don’t have that trust. There are notes on this breaking

Re: mySQL and primary key

2023-04-30 Thread Monte Goulding via use-livecode
If you can connect remotely to the server then try using MySQL workbench (available from Oracle) if not then you will need to SSH to the server, login to mysql on command line and do it there. > On 29 Apr 2023, at 9:40 pm, jbv via use-livecode > wrote: > > Hi list, > > I have a mySQL table

Re: LC and Universal Links

2023-03-21 Thread Monte Goulding via use-livecode
Hi Dan The answer to your question is you could use a custom manifest to do this on Android. On iOS it would require an engine patch. Also note that for both platforms you need to place JSON files on your domain so the OS can confirm that the app does actually have the right to be the browser

Re: REGRESSION in LC 9.6.9rc2

2023-03-07 Thread Monte Goulding via use-livecode
ow to get me > 969rc3 ASAP as I was literally QA testing the last bug before customer > release of an maintenance update to our app based on 969rc2 (with regression > fixes) when I discovered this! > > Sigh, > > On 3/7/2023 4:26 PM, Monte Goulding via use-livecode wrote: &

Re: REGRESSION in LC 9.6.9rc2

2023-03-07 Thread Monte Goulding via use-livecode
Hi Paul I believe this issue is already resolved for RC3. It is in the engine so not something that can be scripted around unfortunately. See https://quality.livecode.com/show_bug.cgi?id=24003 Cheers Monte > On 8 Mar 2023, at 4:58 am,

Re: remoteDebugger error

2022-07-13 Thread Monte Goulding via use-livecode
Hi Bob Could you create a bug report about this? The remote debugger obviously shouldn’t be throwing bugs itself. It should be telling the IDE about errors and getting it to show the debugger. Cheers Monte > On 14 Jul 2022, at 9:02 am, Bob Sneidar via use-livecode > wrote: > > Yup. Don't

Re: Widget properties

2022-04-06 Thread Monte Goulding via use-livecode
> On 7 Apr 2022, at 11:25 am, Richard Gaskin via use-livecode > wrote: > > > I will say there’s two main use cases for `the properties` and neither > > of them it serves very well: > > > > - Getting the properties of an object to apply to recreate the object > > elsewhere. export widget does a

Re: Widget properties

2022-04-06 Thread Monte Goulding via use-livecode
> On 7 Apr 2022, at 9:39 am, Richard Gaskin via use-livecode > wrote: > > Monte Goulding wrote: > > > ...there has never been any intention of supporting the properties > > for widgets as far as I’m aware... > > If the company wants widgets to be seen as first-class citizens, a little >

Re: Widget properties

2022-04-06 Thread Monte Goulding via use-livecode
I suspect this will be classed as not a bug as there has never been any intention of supporting the properties for widgets as far as I’m aware but it might be worth submitting it anyway and detailing your use case. I think if you look at the old lcVCS discussions on the forums from before my

Re: PDW widget: get the rect of the hilitedRange

2022-01-11 Thread Monte Goulding via use-livecode
I think we would need to add a new property for that. Quite feasible as we already need to determine rects of the halite text to draw the selection. Perhaps create an enhancement request for this? Cheers Monte > On 11 Jan 2022, at 9:19 am, Keith Clarke via use-livecode > wrote: > > Hi

Re: PDF Viewer widget: expected experience from set the currentDestination?

2021-12-22 Thread Monte Goulding via use-livecode
Hi Keith Yes it does look like the currentDestination docs leaves a lot to be desired. I think there’s a couple of missing related items which is making the document display incorrectly. I’ve created an issue for that here https://quality.livecode.com/show_bug.cgi?id=23493 Here’s a simple

Re: Encrypting long text

2021-12-16 Thread Monte Goulding via use-livecode
I have opened this issue to correct the documentation. Autocomplete parses the syntax definitions in the docs to create a list of possible command variations. https://quality.livecode.com/show_bug.cgi?id=23489 > On 17 Dec 2021, at 6:08 am, Sean Cole via use-livecode > wrote: > > Hi Mark > >

Re: open socket on start up and can't close

2021-12-15 Thread Monte Goulding via use-livecode
Is there a reason you are trying to close it? This is the socket port the remote debugger is listening on and there is a loop ensuring its existence. Cheers Monte > On 16 Dec 2021, at 6:26 am, RobEppich via use-livecode > wrote: > > Downloaded and run Livecode 9.6.5, type “put the

Re: How to extract whole text from a PDF file with the PDF widget?

2021-12-12 Thread Monte Goulding via use-livecode
dRangeText properties, can you just > advise on the correct use to get a PDF's text? i.e can you use a range of 1 > to -1 to get the whole document text or would that just be the current page > text? > > Thanks in advance, > > > On 12/12/2021 6:49 PM, Monte Goulding vi

Re: How to extract whole text from a PDF file with the PDF widget?

2021-12-12 Thread Monte Goulding via use-livecode
Hi Folks Currently you can extract text in the widget by setting the hilitedRange and getting the hilitedRangeText. It wouldn’t be that hard to add extracted text to the documentPages property. The PDF widget was built to meet the requirements for a client rather than to match the features of

Re: PDF Viewer widget - how to enable interaction?

2021-12-08 Thread Monte Goulding via use-livecode
Hi Keith I think you want the `linkClicked` message. Navigation via links is under script control so possibly what you want is: on linkClicked pAction if pAction[“type”] is “goto” then set the currentDestination of me to pAction end if end linkClicked > On 9 Dec 2021, at 2:01 am,

Re: Read barcodes on Mac with mergAV?

2021-08-04 Thread Monte Goulding via use-livecode
Hi Terry Sorry to say but mergAV has never supported barcode scanning on macOS Cheers Monte > On 4 Aug 2021, at 4:44 pm, Terry Judd via use-livecode > wrote: > > So, I’m trying to get mergAV to recognise any sort or barcode on a Mac but > when I query mergAVCamBarcodeTypes() it returns

Re: Rust

2021-04-28 Thread Monte Goulding via use-livecode
> On 29 Apr 2021, at 1:34 pm, David Bovill via use-livecode > wrote: > > I need to interface with an open-source project that is being ported to rust > (from C++). I would like to make an extensions library to add new syntax to > my scripts. > > Is the way to go to create some C code that

Re: Array Split vs Combine

2021-03-10 Thread Monte Goulding via use-livecode
blocks of n bytes. I'm just spit-balling but I guess > you get my thinking. > > Sean > > On Thu, 11 Mar 2021 at 00:52, Monte Goulding via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> It’s probably most likely to do with the string buffer needing to b

Re: Array Split vs Combine

2021-03-10 Thread Monte Goulding via use-livecode
It’s probably most likely to do with the string buffer needing to be constantly resized as the array is iterated for combine. Some googling suggests Windows may have issues with this. Our strategy for growing string buffers at the moment is to allocate just enough for the string. Mark would

Re: S3 Compatible?

2021-02-24 Thread Monte Goulding via use-livecode
Hi Todd Given I’m the expert that needs to review this (I wrote the library) I thought I’d comment. The library was implemented for a business customer that required AWS S3. There was no discussion or investigation at the time about whether it would be feasible to make the library work for

Re: Polygon fill algo?

2021-02-14 Thread Monte Goulding via use-livecode
Hi Richard Have you checked out the `fillRule` property docs? Cheers Monte > On 15 Feb 2021, at 9:25 am, Richard Gaskin via use-livecode > wrote: > > I was hoping to use a single polygon draw a box, using the old trick of > making discontiguous regions by adding a blank line between lists

Re: MergExt BLE

2021-01-31 Thread Monte Goulding via use-livecode
Hi Camm The mergExt externals are supported by LiveCode so the best route for support is supp...@livecode.com . Cheers Monte > On 31 Jan 2021, at 1:16 am, General 2018 via use-livecode > wrote: > > Hi, > > Is Monte able to support MergeBLE still or is this now

Re: Ali or Monte - MimeEncodeAsMIMEMultipartDocument

2021-01-03 Thread Monte Goulding via use-livecode
Hi Sean The MIME lib is all my fault so don’t blame Ali ;-) It may help you to read RFCs 2045-2049 to gain an understanding of MIME. With the exception of mimeEncodeFieldAsMIMEMultipartDocument you really need to understand MIME to use the library. You probably want the mimeEncodeAsMIMEEmail

Re: mergeJSON on server problem

2020-11-02 Thread Monte Goulding via use-livecode
> On 1 Nov 2020, at 6:21 am, David Bovill via use-livecode > wrote: > > Thanks Mark - I may give fastjson a go. > > I tracked down the problem to the "\u00a0” unicode character in the json I > fetched, which was causing mergeJSON to fail. This hack fixed the issue in a > temporary way. >

Re: Need to track click on a MacStatusMenu without menu items

2020-11-02 Thread Monte Goulding via use-livecode
Hi Matthias It would be possible to add to the library I think. Should just be a matter of setting an action which posts a callback on the button of the NSStatusItem. If you want to have a play the library is open source ;-) Cheers Monte > On 2 Nov 2020, at 4:09 am, matthias rebbe via

Re: Livecode S3 library for AWS compatible object store

2020-09-23 Thread Monte Goulding via use-livecode
Hi Mark If you would like to create an enhancement request at quality.livecode.com we can see what we can do. If it’s just a matter of changing the host (currently hard coded as s3[-].amazonaws.com ) then it’s a relatively trivial patch.

Re: text to speech android

2020-07-19 Thread Monte Goulding via use-livecode
Hi Scott The identifiers and names all come from the macOS NSSpeechSynthesizer API and yes Victoria does appear to be the only voice with an uppercase character in the identifier `com.apple.speech.synthesis.voice.Victoria`, Cheers Monte > On 20 Jul 2020, at 12:57 pm, scott--- via

Re: OAuth2 on Win10: not returning to my app

2020-06-30 Thread Monte Goulding via use-livecode
It does sound like an issue with the redirect uri. Perhaps a configuration issue in your app on the endpoint? Some endpoints will use the redirect uri from the request, some will ensure it matches perfectly with your settings for your app on their portal, some will just use the redirect in the

Re: LC9.6 Android EXIF image data issue

2020-05-12 Thread Monte Goulding via use-livecode
Hi Alan EXIF data from the returned photo in mobilePickPhoto probably shouldn’t be relied upon. On iOS it definitely won’t be there. On Android it definitely won’t be there if calling mobilePickPhoto with width and height parameters but if those parameters aren’t used it might be there

Re: mergDocCanOpen opens iOS sharing menu

2020-05-12 Thread Monte Goulding via use-livecode
Hi Ralf It might be that `mergDocCanOpen` needs to be deprecated as it relied on a hack and Apple must have changed the behavior. Checking the result after `mergDocShow*` commands will still report if the document interaction controller was able to be shown for the document. Cheers Monte >

Re: [ANN] Release 9.6.0 RC-1

2020-05-11 Thread Monte Goulding via use-livecode
You can choose a large image designed in such a way the content on the sides or top can be clipped or you can choose a smaller image and have the background visible. > On 12 May 2020, at 1:50 pm, scott--- via use-livecode > wrote: > > I am puzzled by how we should approach this for apps that

Re: [ANN] Release 9.6.0 RC-1

2020-05-11 Thread Monte Goulding via use-livecode
iginal Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf > Of Monte Goulding via use-livecode > Sent: Monday, May 11, 2020 9:58 PM > To: How to use LiveCode > Cc: Monte Goulding > Subject: Re: [ANN] Release 9.6.0 RC-1 > > Hi Ralph &g

Re: [ANN] Release 9.6.0 RC-1

2020-05-11 Thread Monte Goulding via use-livecode
Hi Ralph The splash images are not scaled or stretched. They are centred on the launch screen. You can use any size image. There’s two main options to choose from here. - use a logo PNG with transparency and rely on the background color to fill the rest. You can choose from using the system

Re: mergAV Select specific rear camera

2020-04-30 Thread Monte Goulding via use-livecode
Hi Andrew It looks like both mergAVCam and the cameraControl in the Indy+ engines need to be updated to use APIs added in iOS 11 for `minAvailableVideoZoomFactor` and `maxAvailableVideoZoomFactor`. The multiple lens back camera is treated as one device and it switches between the lenses

Re: md5Digest gives different results Mac vs Windows LC 9.5.1

2020-04-19 Thread Monte Goulding via use-livecode
Hi Bill As Brian said LiveCode is not calculating different values on different platforms. You can’t just look at the output in a text field and compare though. The function returns binary data so needs to be hex encoded for cross platform comparison. If you put it into a field then LiveCode

Re: Keyhole effect?

2020-04-14 Thread Monte Goulding via use-livecode
If I understand what you want correctly then: Create image Create mask object Group both Set the ink of the mask object to blendDstIn Set the ink of the group to blendSrcOver Like everything else graphical I’m sure Scott Rossi has a better way ;-) Cheers Monte > On 15 Apr 2020, at 7:31 am,

Re: Video format for mobile

2020-04-13 Thread Monte Goulding via use-livecode
> On 14 Apr 2020, at 10:00 am, J. Landman Gay via use-livecode > wrote: > > The bug was me. I didn't know about the HTTPS requirement, but in addition I > had to add the SSL library and set hardware acceleration too (I think that's > what Colin meant, and I misunderstood.) Hmm… I only

Re: a QR Code reader for iOS and Android?

2020-04-13 Thread Monte Goulding via use-livecode
> On 14 Apr 2020, at 9:06 am, kee nethery via use-livecode > wrote: > > The dictionary in 9.5.1 Indy indicates mergeAVCam is ios and mac. Thanks for > clarifying it is not mac. Ah, ok that should get fixed > > Can you tell me the list of bar code types that mergAVCamBarcodeTypes() would

Re: a QR Code reader for iOS and Android?

2020-04-13 Thread Monte Goulding via use-livecode
> On 14 Apr 2020, at 8:30 am, kee nethery via use-livecode > wrote: > > I see that the Android Barcode Library can scan QRcodes. That’s great. > > I see that mergeAVCam can scan barcodes of various types for ios and mac as > specified by mergAVCamBarcodeTypes(). I could potentially use

Re: Video format for mobile

2020-04-13 Thread Monte Goulding via use-livecode
Aha! Was just about to comment on the report and it seems Panos got there first! I should have expected that ;-) Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Video format for mobile

2020-04-13 Thread Monte Goulding via use-livecode
> On 13 Apr 2020, at 3:29 pm, J. Landman Gay via use-livecode > wrote: > > On 4/12/20 4:16 PM, Monte Goulding via use-livecode wrote: >>> On 13 Apr 2020, at 3:58 am, J. Landman Gay via use-livecode >>> wrote: >>> >>> On 4/12/20 9:43 AM, Mark

Re: Video format for mobile

2020-04-12 Thread Monte Goulding via use-livecode
> On 13 Apr 2020, at 3:58 am, J. Landman Gay via use-livecode > wrote: > > On 4/12/20 9:43 AM, Mark Waddingham via use-livecode wrote: >> On 2020-04-10 21:39, J. Landman Gay via use-livecode wrote: >>> @Mark is there a bug number for this? I couldn't find anything. >> Not specifically as yet

Re: Speech on Android

2020-04-02 Thread Monte Goulding via use-livecode
Hi Jerry > On 31 Mar 2020, at 11:38 pm, JeeJeeStudio via use-livecode > wrote: > 1. can you use any available language or must the Android System be set on a > language? (i suspect the first) i choose an english and dutch lang, first it > worked, later it talked spanish...could be a mistake

Re: Targeting iOS 5.1

2020-03-05 Thread Monte Goulding via use-livecode
Panos is the oracle for this kind of detail (he would be asleep right now I think) but basically you will need an old version Xcode which you will only be able to run on an old version of macOS and then the version of LiveCode that matches said Xcode/macOS combo. The information is in the

Re: LC Server: shebang breaks tags?

2020-02-10 Thread Monte Goulding via use-livecode
> On 11 Feb 2020, at 6:10 am, Richard Gaskin via use-livecode > wrote: > > Can the merge function be extended to support scripts interleaved between > blocks of non-code? > > e.g. this works in Server, and not in Merge: > > > This is some non-code > > Some other non-code

Re: LC Server: shebang breaks tags?

2020-02-09 Thread Monte Goulding via use-livecode
Hey guys! This is one of my early community contributions. The server has an in tag mode and a not in tag mode. The shebang both tells the OS where to find the executable to run the script and sets enters tag mode. So: #! /some/path put the long date && the long time ?>FooBar Should generate

Re: Remote Debugger 9.6dp1?

2019-12-01 Thread Monte Goulding via use-livecode
Is the iPhone on the same local network as IDE? > On 1 Dec 2019, at 1:27 pm, Sannyasin Brahmanathaswami via use-livecode > wrote: > > I have Remote Debugger in the inclusions for making a mobile standalone > The Development Menu has checked "Script Debug Mode" > > I put an explicit

Re: mergAV and AVkit

2019-11-27 Thread Monte Goulding via use-livecode
mergAV has already supported this for a while. You set the microphone to empty before creating the camera. It is in the docs for mergAVCamCreate. > On 28 Nov 2019, at 5:30 am, Andrew Bell via use-livecode > wrote: > > I'm excited to see that the switch to AVkit in LC 9.6 fixes the bug where

Re: Does anyone know...

2019-09-26 Thread Monte Goulding via use-livecode
CU 61.2 especially is listed as have > addressed many bug fixes that could account for some of the Unicode oddness > we're still seeing (a few of which have been reported to the Quality Center) > > > On 9/25/2019 8:54 PM, Monte Goulding via use-livecode wrote: >> We currently

Re: Does anyone know...

2019-09-25 Thread Monte Goulding via use-livecode
We currently use ICU 58.2 which looks to be Unicode 9.0 + some extras http://site.icu-project.org/download/58 > On 26 Sep 2019, at 7:50 am, Paul Dupuis via use-livecode > wrote: > > ... how often the Unicode engine/rules are updated in LiveCode? For

Re: high resolution when printing to pdf, either from images or pdf widgets

2019-08-28 Thread Monte Goulding via use-livecode
> On 28 Aug 2019, at 5:07 pm, Mark Waddingham via use-livecode > wrote: > > I'm not entirely clear what Monte meant by 'print to pdf directly' in one > of those comments.. Ah I was talking about printing the PDF file directly. May have been before I realised there needed to be overlaid LC

Re: Datagrid2 Form view slow down.

2019-08-23 Thread Monte Goulding via use-livecode
should >> not be moving. My DataGrid is not in any other container so sits directly on >> the card. And it has all of the properties listed in my previous mail. >> >> Sean Cole >> Pi Digital Prod Ltd >> >>> On 23 Aug 2019, at 03:36, Monte Gould

Re: Datagrid2 Form view slow down.

2019-08-23 Thread Monte Goulding via use-livecode
> On 23 Aug 2019, at 4:51 pm, Pi Digital via use-livecode > wrote: > > The layermode of my DataGrid is ‘container’ and the effective layermode is > ‘static’. The effective layermode needs to be the same as the layermode for things to work (i.e. needs to be container) so either one of the

Re: Datagrid2 Form view slow down.

2019-08-22 Thread Monte Goulding via use-livecode
;O2AccountsGrid" > textSize > cantDelete false > textFont > unboundedVScroll false > disabled false > unboundedHScroll false > *colorOverlay* > altId 0 > hiliteColor > behavior button id 1005 of stack "revDataGridLibrary" > borderColor 64,64,64 > *

Re: Datagrid2 Form view slow down.

2019-08-22 Thread Monte Goulding via use-livecode
> On 23 Aug 2019, at 11:14 am, Sean Cole (Pi) via use-livecode > wrote: > > So, the fact that some of those parameters are set to something but that I > did not do this, does that mean there is something wrong in the engine that > is setting them when it should not? Does that make sense?

Re: Unicode is not "everywhere"...

2019-08-22 Thread Monte Goulding via use-livecode
> On 23 Aug 2019, at 11:07 am, Paul Dupuis via use-livecode > wrote: > > I reported what I thought was 3 bugs in 1 report in > https://quality.livecode.com/show_bug.cgi?id=22213 > . I have edited that > report to focus on a single bug -

Re: Datagrid2 Form view slow down.

2019-08-22 Thread Monte Goulding via use-livecode
> The following must not be set on the group for it to work as a container or > scrolling layermode: > > - opaque > - showBorder > - showname > - hScrollbar > - vScrollbar > - dropShadow > - innerShadow > - outerGlow > - innerGlow > - colorOverlay > > Yes these should be listed in the docs

Re: Datagrid2 Form view slow down.

2019-08-22 Thread Monte Goulding via use-livecode
> On 23 Aug 2019, at 12:27 am, Sean Cole (Pi) via use-livecode > wrote: > > Hi Monte, > > Many thanks for your response. I don't know how I had inferred that I was > using mobile as this is ONLY for PC Desktop and HTML5 emscripten running in > Chrome on a PC Desktop (which will be the final

Re: Unicode is not "everywhere"...

2019-08-22 Thread Monte Goulding via use-livecode
Both of these are anomalies we could only resolve with new syntax I think… at lease the urlEncode one is. I’m not sure if the expectation of shell is it returns text or binary data… The workaround there would be to open process for UTF8 text read instead of using shell... not sure if UTF8 would

Re:

2019-08-21 Thread Monte Goulding via use-livecode
With the acceleratedRendering set to true on the stack can you tell me the effective layerMode of the groups in group dgList of your datagrid? These are the row groups copied from your row template. If it is not dynamic then you may have some adornments on your datagrid causing issues. Having

Re: [ANN] Release 9.5.0 RC-1

2019-07-25 Thread Monte Goulding via use-livecode
> On 26 Jul 2019, at 6:53 am, Pi Digital via use-livecode > wrote: > > And a big thank you to Monte for all the work he’s put into these libraries > for us. Barcode scanning for android is a very welcome addition. Actually thank Michael for this one ;-) Cheers Monte

Re: mobileSetKeyboardDisplay

2019-07-22 Thread Monte Goulding via use-livecode
Could you open a report about the issue with an example stack please. Thanks Monte > On 23 Jul 2019, at 1:01 pm, Dan Friedman via use-livecode > wrote: > > First, may I say that mobileSetKeyboardDisplay is a beautiful thing! This is > a game-changer in working with data in mobile apps. My

Re: PDF Widget

2019-06-24 Thread Monte Goulding via use-livecode
There’s a report open for this here to which I suggested the same workaround Paul has https://quality.livecode.com/show_bug.cgi?id=22134 In order to resolve the report we need to add a way for a widget to draw something different into a

Re: Filter an array by content

2019-06-20 Thread Monte Goulding via use-livecode
Hi Jacque, does the output also need to be a sequential numeric array? If so then no variant of the filter command will help. If not then can’t you `filter elements of theArray with “*foobar*”``? It would be a nice addition to filter elements to have `as sequence` or something so the result had

Re: Visual Studio 2017 to the rescue

2019-06-11 Thread Monte Goulding via use-livecode
; On Jun 10, 2019, at 3:08 PM, Monte Goulding via use-livecode >> wrote: >> >> Yes this does indeed sound like a bug so if you could report it that would >> be great. >> >>> On 11 Jun 2019, at 2:11 am, Trevor DeVore via use-livecode >>> wrote: >&g

Re: Visual Studio 2017 to the rescue

2019-06-10 Thread Monte Goulding via use-livecode
Yes this does indeed sound like a bug so if you could report it that would be great. > On 11 Jun 2019, at 2:11 am, Trevor DeVore via use-livecode > wrote: > > On Mon, Jun 10, 2019 at 10:19 AM Mark Talluto via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Hello Friends, >> >>

Re: Line Graph Widget - Plotting time series

2019-06-04 Thread Monte Goulding via use-livecode
No the line graph widget only treats the X axis values as labels to be evenly spaced along the axis. It would be nice to add a way to scale the X axis value along the chart so that it is a scatterplot then a way to format the values on both/either axes as time/date/decimal precision etc. > On

Re: critical: new pdf widget causes stack to crash when opening

2019-05-31 Thread Monte Goulding via use-livecode
Hi Richard Have you tried setting the filename or filedata of the offending widget to empty before going to the card? It sounds like there is something in one of your PDFs that PDFium doesn’t like. Either way we really need that stack to figure this one out. Cheers Monte > On 1 Jun 2019, at

Re: slow slower slowest scroll on Android

2019-05-29 Thread Monte Goulding via use-livecode
> On 30 May 2019, at 7:10 am, JJS via use-livecode > wrote: > > What will it push to the phone if all 4 options are selected? does it check > what is connected? Yes the deploy library (Test button) uses an adb command to detect the target device architecture and just builds that no matter

Re: Setting mobile scroller hScroll fails

2019-05-29 Thread Monte Goulding via use-livecode
> On 30 May 2019, at 5:01 am, J. Landman Gay via use-livecode > wrote: > > Thanks Monte, I did over-summarize. I'm not sure why it's going wrong, but it > sounds like it's something I'm doing. I have a standard "createScroller" > handler that I've been using for years, but I've never had to

Re: Ken Burns Effects - acceleratedRendering

2019-05-28 Thread Monte Goulding via use-livecode
> On 29 May 2019, at 1:07 pm, Sannyasin Brahmanathaswami via use-livecode > wrote: > > After listening to Mark Waddington presentation regarding the new container > mode. It would seems that the layerMode -- container is for groups only. Yes > > So nothing has changed with respect to

Re: Setting mobile scroller hScroll fails

2019-05-28 Thread Monte Goulding via use-livecode
Hi Jacque I’m thinking you are over summarising what you are doing here. For example, I expect you mean to set the hScroll of the group to the formattedWidth - the width of the group. Are you setting the contentRect appropriately before setting the hScroll of the scroller? Cheers Monte > On

Re: slow slower slowest scroll on Android

2019-05-28 Thread Monte Goulding via use-livecode
> On 29 May 2019, at 5:49 am, JJS via use-livecode > wrote: > > The DG2's where in container mode, now i've set them in scroller. > You should not fiddle with the layerMode of the datagrid. The scripts already set the correct groups to container and scrolling. The actual scrolling

Re: Why such a large external folder on Windows?

2019-05-23 Thread Monte Goulding via use-livecode
CEF is large. On mac we use the system browser. > On 23 May 2019, at 5:56 am, Glen Bojsza via use-livecode > wrote: > > Hello, > > I took a very basic app that has a browser widget and made a standalone for > OS X and Windows in LC 9.0.5 > > I was shocked that the Windows standalone has an

Re: 9.5 DP 1 Unadorned - LayerMode - Container

2019-05-23 Thread Monte Goulding via use-livecode
> On 23 May 2019, at 8:01 am, Trevor DeVore via use-livecode > wrote: > > On Thu, May 23, 2019 at 7:30 AM Sannyasin Brahmanathaswami via use-livecode > wrote: > >> 9.5 looks exciting. >> >> But we need a "lexicon" (or Kognition) for the dictionary. >> It is still written in

Re: Failure to build on Android.

2019-05-16 Thread Monte Goulding via use-livecode
uot;rotationTest9.livecode" on the phone at the same > time > > Once I deleted "rotationTest9.livecode", then "myApp.app" was installed > without errors. > > BR > > On 5/16/19, 11:23 AM, "use-livecode on behalf of Monte Goulding

Re: Seeking confirmation of a bug...

2019-05-16 Thread Monte Goulding via use-livecode
> On 17 May 2019, at 7:29 am, Monte Goulding via use-livecode > wrote: > >> I just added an updated test stack that showed another issue of only a >> single file type is specified. If you have have a chance could you check >> that the fix addresses that use case

Re: Seeking confirmation of a bug...

2019-05-16 Thread Monte Goulding via use-livecode
ark Wieder via use-livecode > wrote: > > On 5/16/19 12:53 PM, Monte Goulding via use-livecode wrote: >> https://github.com/livecode/livecode/pull/7056 >> <https://github.com/livecode/livecode/pull/7056> > > Wow! That was a fast fix! Haha… well I’m shifting my body c

Re: Failure to build on Android.

2019-05-16 Thread Monte Goulding via use-livecode
I think it’s complaining the version of your app is lower that the installed version. Perhaps either bump it up or manually delete the installed version. > On 17 May 2019, at 6:42 am, Sannyasin Brahmanathaswami via use-livecode > wrote: > > Less that 36 hour went by, when I could build on

Re: Seeking confirmation of a bug...

2019-05-16 Thread Monte Goulding via use-livecode
https://github.com/livecode/livecode/pull/7056 <https://github.com/livecode/livecode/pull/7056> > On 17 May 2019, at 5:43 am, Monte Goulding via use-livecode > wrote: > > Hi Paul > > I can confirm it is broken. I’ll patch it this morning. If it has been broken

Re: Seeking confirmation of a bug...

2019-05-16 Thread Monte Goulding via use-livecode
Hi Paul I can confirm it is broken. I’ll patch it this morning. If it has been broken at some point during the refactor as the blame commit hash is a merge at that time. It’s an easy fix though which is good ;-) Cheers Monte > On 17 May 2019, at 5:26 am, Paul Dupuis via use-livecode >

Re: return with ?

2019-05-15 Thread Monte Goulding via use-livecode
> > the API reference at the official LiveCode.com site - > where the Dictionary seems to have fallen behind: > > https://livecode.com/resources/api/#livecode_script/return > Seems worthy of a bug report ;-)

Re: return with ?

2019-05-15 Thread Monte Goulding via use-livecode
> On 16 May 2019, at 6:22 am, Richard Gaskin via use-livecode > wrote: > > Line 264 of libURL contains: > >return empty with urlResult laLoadedUrls[newUrl] > > What is that "with" clause? > > I was familiar with the "for" clause", but when I went to check this in the > Dictionary I

Re: Android needs 64 bit builds

2019-05-13 Thread Monte Goulding via use-livecode
The PIC issue will not be resolved for dp 1 as it doesn’t impact our toolchains on travis or vulcan and as Mark pointed out there’s a workaround. > On 14 May 2019, at 10:25 am, Brian Milby via use-livecode > wrote: > > Yes, building against develop. > Using gcc 7.4.0 > > This was a laptop I

Re: Notarization & hardening for macOS non-App Store Apps?

2019-05-09 Thread Monte Goulding via use-livecode
> On 10 May 2019, at 10:49 am, kee nethery via use-livecode > wrote: > > > >> On May 9, 2019, at 5:42 PM, Monte Goulding via use-livecode >> mailto:use-livecode@lists.runrev.com>> wrote: >> >> Looks like the hardened runtime needs —options=r

Re: Notarization & hardening for macOS non-App Store Apps?

2019-05-09 Thread Monte Goulding via use-livecode
Looks like the hardened runtime needs —options=runtime https://developer.apple.com/documentation/security/notarizing_your_app_before_distribution/resolving_common_notarization_issues?language=objc

Re: Question for LCB FFI workshop attendees at upcoming conference

2019-05-07 Thread Monte Goulding via use-livecode
> On 8 May 2019, at 9:25 am, Mark Wieder via use-livecode > wrote: > > On 5/7/19 4:06 PM, Monte Goulding via use-livecode wrote: >>> On 8 May 2019, at 2:36 am, Mark Wieder via use-livecode >>> wrote: >>> >>> is just too unreadable, unma

Re: Question for LCB FFI workshop attendees at upcoming conference

2019-05-07 Thread Monte Goulding via use-livecode
> On 8 May 2019, at 2:36 am, Mark Wieder via use-livecode > wrote: > > is just too unreadable, unmaintainable, and error-prone to deal with. Yes it would probably be helpful to be able to write `h1024` and have it convert to and from a CArray type which could have an element type property

Re: Android needs 64 bit builds

2019-05-06 Thread Monte Goulding via use-livecode
> On 7 May 2019, at 3:08 am, Mark Wieder via use-livecode > wrote: > > On 5/5/19 9:52 PM, Monte Goulding via use-livecode wrote: >>> On 6 May 2019, at 12:18 pm, Mark Wieder via use-livecode >>> wrote: >>> >>>> Most new device

Re: Android needs 64 bit builds

2019-05-05 Thread Monte Goulding via use-livecode
> On 6 May 2019, at 12:18 pm, Mark Wieder via use-livecode > wrote: > >> Most new devices will be arm64 however I think what you are seeing there is >> the binaries that you have for use in an emulator. I have come across a few >> devices that have arm64 processors but did not include the

Re: Android needs 64 bit builds

2019-05-05 Thread Monte Goulding via use-livecode
> On 4 May 2019, at 3:45 am, JJS via use-livecode > wrote: > > @Monte. I only see Atom x64 ARM for Android 7.1.1 in the SDK list in Android > Studio. For all the higher Android versions i only see x86 and no ARM. I > don't know if there are phones sold which have Android 8.x.x based on

Re: Android needs 64 bit builds

2019-05-02 Thread Monte Goulding via use-livecode
> On 3 May 2019, at 4:07 am, J. Landman Gay via use-livecode > wrote: > > Wow. X86 too! Now we can use the faster emulator. :) Yes that was the main reason for us doing x86 and x86_64 although there are some devices available for those architectures they aren’t very common so you probably

Re: Engine: Socket limit?

2019-04-26 Thread Monte Goulding via use-livecode
I think that’s a misdiagnosis of the issue there. That bit of code is sizing the read buffer not limiting the number of connections. I’d start by logging the result and socketError to see if that sheds any light. However I think the info here will sort it:

Re: MouseMove less responsive in 9.0.4

2019-04-03 Thread Monte Goulding via use-livecode
I’m not sure why there would be a change in speed for editing a group but I thought it might be helpful to suggest just using the relayer command here: on mouseEnter if the tool is “browse tool” then relayer me to front of owner end if end mouseEnter > On 3 Apr 2019, at 10:43 pm,

  1   2   3   4   5   6   >