ANN: *** targetSdkVersion requirements Android ***

2018-07-25 Thread Erik Beugelaar via use-livecode
Hi All, Starting from August 2018 for new apps and November 2018 for existing apps, Google will force developers to set the targetSdkVersion to 26+:

Re: Trouble getting Browser Widget to work on iOS

2018-07-25 Thread Terry Judd via use-livecode
Hi Bill - I had similar problems last week. Assuming you have the browser widget inclusion checked then the other thing to look for is whether there are any mobile scrollers on the screen that overlap with the location of the widget as they appear to interfere with it being rendered. If this is

Browser Widget question

2018-07-25 Thread William Prothero via use-livecode
I am using the browser widget on iOS. I can load and display one URL. But, if I set another URL, it doesn’t load. Are there commands I should give to unset the old URL and refresh to the new one? I have it working in the IDE, but on IOS, only the first URL will load. Another one has now effect.

Re: ANN: *** targetSdkVersion requirements Android ***

2018-07-25 Thread Colin Holgate via use-livecode
One problem this may introduce is that from Android 6 onwards you’re expected to only ask permission to use features at the time the user reaches that part of your app, like it has always been on iOS. I wrote about publishing to Android before Android 6, I’m not sure how that gets handled. Are

Re: iOS 12 compatibility

2018-07-25 Thread Stephen Barncard via use-livecode
Beautiful work, Randy On Wed, Jul 25, 2018 at 16:19 Randy Hengst via use-livecode < use-livecode@lists.runrev.com> wrote: > LC apps. I should have been more specific. > > be well, > randy > www.classroomFocusedSoftware.com > > > On Jul 25, 2018, at 6:56 PM, Colin Holgate via use-livecode < >

Trouble getting Browser Widget to work on iOS

2018-07-25 Thread William Prothero via use-livecode
I’ve been having trouble getting the browser widget to work in ios. I’m in livecode 9.0.0 Business edition. It works fine in the IDE, but won’t load on the iPhone. I’m wondering if I could have left out any required inclusions. No help in the dictionary for that, tho. I’ve added everything

Re: iOS 12 compatibility

2018-07-25 Thread Randy Hengst via use-livecode
Not to be alarmist, but does this discovery suggest all current iOS apps will break when iOS 12 comes out? be well, randy www.classroomFocusedSoftware.com > On Jul 25, 2018, at 5:22 PM, panagiotis merakos via use-livecode > wrote: > > Ok, one less issue to tackle then :) > > If you could

Re: Storing Images for use by Custom Controls

2018-07-25 Thread Bob Sneidar via use-livecode
About saving images: I learned a long time ago, both with graphics and publications development, as well as software development, to have copies of resources in a subfolder of a main project folder. This has a couple advantages: First of all, graphics applications can often auto-resolve

Re: iOS 12 compatibility

2018-07-25 Thread panagiotis merakos via use-livecode
Hi Randy, Yes, but we will have fixed this issue before iOS 12 goes public. Currently iOS 12 is in beta, so more or less these issues are expected. This is the purpose of beta releases anyway. Best, Panos -- On Wed, Jul 25, 2018 at 10:43 PM, Randy Hengst via use-livecode <

Re: iOS 12 compatibility

2018-07-25 Thread Colin Holgate via use-livecode
Did you mean all iOS apps, or LC ones in particular? I know that Skype crashes for example. If you have an app in the store I could test it for you. > On Jul 25, 2018, at 2:43 PM, Randy Hengst via use-livecode > wrote: > > Not to be alarmist, but does this discovery suggest all current iOS

Re: iOS 12 compatibility

2018-07-25 Thread Randy Hengst via use-livecode
LC apps. I should have been more specific. be well, randy www.classroomFocusedSoftware.com > On Jul 25, 2018, at 6:56 PM, Colin Holgate via use-livecode > wrote: > > Did you mean all iOS apps, or LC ones in particular? I know that Skype > crashes for example. If you have an app in the store

Re: iOS 12 compatibility

2018-07-25 Thread Colin Holgate via use-livecode
I had tried some in the past, and so re-downloaded those, and also downloaded other free ones. Think I have five now. All of them settle on the splash screen, flash briefly to a black screen, do the 3D spin, then either went to a black screen and stayed there, or quit out to the iOS home

Re: iOS 12 compatibility

2018-07-25 Thread Randy Hengst via use-livecode
Thank you for taking the time and sharing the feedback. Here’s hoping I don’t have to resubmit them all. I’ll look into get a machine to test 12 on. be well, randy www.classroomFocusedSoftware.com > On Jul 25, 2018, at 8:40 PM, Colin Holgate via use-livecode > wrote: > > I had tried some in

Re: Datagrids and Nested Behaviors

2018-07-25 Thread Brian Milby via use-livecode
You are welcome! Of course Bernd is the one who provided the key piece of information. I updated my GitHub repo with a README (trying to figure out how to do them). So now when you go to the link, it will pull in the image and provides links to this thread, the PR, and the individual scripts.

Re: Storing Images for use by Custom Controls

2018-07-25 Thread BNig via use-livecode
I am sorry to say that my solution does not work if you paste the group on the same card. However Simons solution works when "of me" is added in the repeat loop resolve image is not granular enough to distinguish between groups. Once you paste the group onto a different card or stack then it

Re: Trouble getting Browser Widget to work on iOS

2018-07-25 Thread prothero--- via use-livecode
Ahh, that could be it. I have a scroller control that I use to adjust the size of the browser farms. Thanks! Bill William Prothero http://earthlearningsolutions.org > On Jul 25, 2018, at 5:25 PM, Terry Judd via use-livecode > wrote: > > Hi Bill - I had similar problems last week. Assuming

Re: Oauth2 (Dropbox) on iOS

2018-07-25 Thread Monte Goulding via use-livecode
> On 26 Jul 2018, at 12:54 am, Ben Rubinstein via use-livecode > wrote: > > I've been trying with some variations of this - so far without success! Hi Ben As I just commented on the bug report you should be able to resolve this using the following plist entry: NSAppTransportSecurity

Re: Storing Images for use by Custom Controls

2018-07-25 Thread Simon Knight via use-livecode
Hi Scott, Thank you for your replies. I apologise for my question, I should have been clearer. However, I have copied your response to my “hints and tips” document for reference in the future as it seems like a useful workflow to know. To clarify my question; I have created a simple custom

Re: iOS 12 compatibility (panagiotis merakos)

2018-07-25 Thread panagiotis merakos via use-livecode
Hi all, It seems the crash is related to screen updates, and adding this to the preopenstack handler prevents the app from crashing: Could you please confirm? Best, Panos -- PS: We are still investigating. On Thu, Jul 19, 2018 at 9:51 AM, panagiotis merakos wrote: > Thanks Andrew. I just

[OT] Funnay

2018-07-25 Thread Eller, Roger via use-livecode
http://www.toodarkpark.org/computers/humor/shoot-self-in-foot.html Shooting yourself in the foot in various programming languages www.toodarkpark.org 370 JCL You send your foot down to MIS and include a 300-page document

Re: Storing Images for use by Custom Controls

2018-07-25 Thread BNig via use-livecode
Hi Simon, I think the easiest way would be to copy the images your custom control uses to the custom controls. then add this code to the group (it is for one button "bOne" and two images "greenRound" and "redQMark" on newGroup resolve image "redQMark" relative to button "bOne" of me if it

Re: drawing a Barcode without a Barcode font

2018-07-25 Thread Mike Kerner via use-livecode
What up Matthias? You're using 2 of 5, right? TT can be a little messy depending on how small you try to make the barcodes, and that Zebra isn't going to help. Start with proportionally jacking the widths and then see if you can scan. I meant to ask you this before, but since you got it running I

Re: iOS 12 compatibility

2018-07-25 Thread Andrew Bell via use-livecode
Yes, enabling acceleratedRendering in the preOpenStack does allow the app to launch in iOS 12! I was not able to actually install the app directly to the device from LiveCode (got a generic "Error" message) so I had to uninstall 12, install the app under 11, then upgrade back to 12 (public

Re: iOS 12 compatibility

2018-07-25 Thread panagiotis merakos via use-livecode
@Andrew thanks for checking. Which LC version do you now use? We have fixed *a lot* of acceleratedrendering-related issues in LC 9.0.1- RC-1, so issue #2 might be already fixed. Best, Panos -- On Wed, Jul 25, 2018 at 2:11 PM, Andrew Bell via use-livecode < use-livecode@lists.runrev.com> wrote:

Re: Oauth2 (Dropbox) on iOS

2018-07-25 Thread Ben Rubinstein via use-livecode
Aha! Thanks Sean, that was a good tip: I now understand the problem. On simulator, my cut-down test app worked fine. On device, console shows: App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your

Re: Oauth2 (Dropbox) on iOS

2018-07-25 Thread panagiotis merakos via use-livecode
Hi Ben, The "App URL Query Whitelist" field is for specifying a list of custom url schemes that the standalone can launch (using the "launch URL custom_url_scheme" command) on iOS 9+. See bug https://quality.livecode.com/show_bug.cgi?id=18687 for more details. Best, Panos -- On Wed, Jul 25,

Re: Oauth2 (Dropbox) on iOS

2018-07-25 Thread panagiotis merakos via use-livecode
BTW if you want to add a whitelist for ATS in the plist, here are some more details on which keys/values you need and how to add them: http://forums.livecode.com/viewtopic.php?f=49=28294 Best, Panos -- On Wed, Jul 25, 2018 at 3:16 PM, panagiotis merakos wrote: > Hi Ben, > > The "App URL Query

Re: Datagrids and Nested Behaviors

2018-07-25 Thread Bob Sneidar via use-livecode
Thanks Brian. There IS no better development community in the world than this one. This all began with Hypercard communities and their spirit of sharing and mutual support. We seem to be the last bastion. Bob S > On Jul 24, 2018, at 16:31 , Brian Milby via use-livecode > wrote: > > PR

Re: [OT] Funnay

2018-07-25 Thread Bob Sneidar via use-livecode
In Livecode Script: dispatch SHOOT to group FOOT with the myGun of me, the bullets of me Bob S > On Jul 25, 2018, at 04:37 , Eller, Roger via use-livecode > wrote: > > http://www.toodarkpark.org/computers/humor/shoot-self-in-foot.html > > Shooting yourself in the foot in various

Re: drawing a Barcode without a Barcode font

2018-07-25 Thread Bob Sneidar via use-livecode
I kind of was referring to this in my prior post. Figure out the minimum resolution you are printing to, then make your bars and white spaces in some increment of that, then screenshot and scale as necessary. We have ERP software that prints barcode labels for inventory, but the barcode readers

Re: Oauth2 (Dropbox) on iOS

2018-07-25 Thread Ben Rubinstein via use-livecode
Hi Panos, Thanks for looking this up for me. I've been trying with some variations of this - so far without success! QC #21444 would also help! best regards, Ben On 25/07/2018 15:21, panagiotis merakos wrote: BTW if you want to add a whitelist for ATS in the plist, here are some more

Re: drawing a Barcode without a Barcode font

2018-07-25 Thread Matthias Rebbe via use-livecode
Yes, with iPhone and our USB scanners we are able to scan that “wider” bars, but i am not sure the highspeed scanners of the carrier can. The packages are scanned by high speed scanners while they are carried and sorted on a“tractor tapes”. Btw, us tractor tape the correct expression? If the

Re: drawing a Barcode without a Barcode font

2018-07-25 Thread Matthias Rebbe via use-livecode
Our thermal prints, both qrcodes and barcodes, are scannable w/o problems with our iOS devices. So resolutions is not a problem. Although we were able to successfully print the labels and are awaiting a positive confirmation from the carrier, i will try to import a snapshot of the barcode and

Re: drawing a Barcode without a Barcode font

2018-07-25 Thread Matthias Rebbe via use-livecode
We are waiting for the result of the check of the carrier Trans-o-Flex. > Am 25.07.2018 um 14:38 schrieb Mike Kerner via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > What up Matthias? > You're using 2 of 5, right? Yes, 2of5 interleaved. > TT can be a little messy depending on

Re: iOS 12 compatibility

2018-07-25 Thread Andrew Bell via use-livecode
I've been using 9.0.0. When using 9.0.1rc1 the black flash (issue #1) disappears but my navigation breaks (issue #2) when I enable acceleratedRendering. When using 9.0.0 acceleratedRendering messes up all sorts of stuff like my navigation and has a lot of flashing black space, not just at

Re: drawing a Barcode without a Barcode font

2018-07-25 Thread Stephen Barncard via use-livecode
"Btw, us tractor tape the correct expression?" I could see how 'conveyor belt' could be easily lost in translation. sqb -- Stephen Barncard - Sebastopol Ca. USA - mixstream.org On Wed, Jul 25, 2018 at 8:20 AM, Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Yes, with

Re: iOS 12 compatibility (panagiotis merakos)

2018-07-25 Thread Colin Holgate via use-livecode
>From 9.0.1 (rc 1) I can get an app to run on iOS 12, with the >acceleratedRendering set to true. > On Jul 25, 2018, at 2:43 AM, panagiotis merakos via use-livecode > wrote: > > Hi all, > > It seems the crash is related to screen updates, and adding this to the > preopenstack handler

Re: Storing Images for use by Custom Controls

2018-07-25 Thread scott--- via use-livecode
Neat! I didn’t know about resolve image. > On Jul 25, 2018, at 5:22 AM, BNig via use-livecode > wrote: > > Hi Simon, > > I think the easiest way would be to copy the images your custom control uses > to the custom controls. > then add this code to the group (it is for one button "bOne" and

Re: Storing Images for use by Custom Controls

2018-07-25 Thread Simon Knight via use-livecode
Well I tried using custom props but did not get very far with them. My solution is to add the image files to the group and hide them behind other controls. I have added the attached handler that sets the button icons to the values of the images in the group. The handler should be called when

Re: Storing Images for use by Custom Controls

2018-07-25 Thread Simon Knight via use-livecode
Hi Bernd, Unfortunately when I tried your code the copies referred back to the original. best wishes Simon > On 25 Jul 2018, at 13:22, BNig via use-livecode > wrote: > > Hi Simon, > > I think the easiest way would be to copy the images your custom control uses > to the custom controls. >

Re: Storing Images for use by Custom Controls

2018-07-25 Thread Stephen Barncard via use-livecode
lose the quotes inside the brackets?? sqb -- Stephen Barncard - Sebastopol Ca. USA - mixstream.org On Wed, Jul 25, 2018 at 1:20 PM, Simon Knight via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Bernd, > > Unfortunately when I tried your code the copies referred back to the >

Re: iOS 12 compatibility

2018-07-25 Thread panagiotis merakos via use-livecode
Ok, one less issue to tackle then :) If you could file a bug report with a reproducible recipe (and ideally a sample stack), this will help us identify and fix the problem in an upcoming release. Best, Panos -- On Wed, Jul 25, 2018 at 5:13 PM, wrote: > I've been using 9.0.0. > > When using

Re: Storing Images for use by Custom Controls

2018-07-25 Thread BNig via use-livecode
Simon, try to add "of me" like below repeat with x=1 to the number of images of me put the ID of image x of me into tID put the short name of image x of me into tName put tID into ImageA[tName] end repeat Kind regards Bernd scott--- via use-livecode wrote > Well I