iOS screen size

2021-05-20 Thread Dan Friedman via use-livecode
Stupid Question (I should know this!)... Why in my iOS app not scaled to the device? I am getting black bars at the top and bottom of the device. I thought this once had to do with the splash screens, but changing the "Launch Image" doesn't seem to have any effect. I don't recall having t

LC and Websockets

2021-03-27 Thread Dan Friedman via use-livecode
Greetings! I've been looking around the boards and whatnot and see there has been some discussion about implementing web sockets in LiveCode. Has anyone come up with a library or a way to do this effectively for the Big 4 (Windows, Mac, iOS and Android)? Thanks in advance, Dan __

Re: Printing BackgroundColor of text

2021-03-07 Thread Dan Friedman via use-livecode
Thanks Håkan... I already reported it. Get Outlook for iOS From: ha...@exformedia.se Sent: Sunday, March 7, 2021 9:02:16 AM To: How to use LiveCode Cc: Dan Friedman Subject: Re: Printing BackgroundColor of text Looks like a bug to me, an

Printing BackgroundColor of text

2021-03-04 Thread Dan Friedman via use-livecode
I seem to be having an issue printing text with a backgroundColor. Anyone else have this experience? SIMPLE to reproduce: Make a stack and put a field in it. Set the htmlText of the field to this: Color: 0233 Deep Marsh Now, run this either in a button or in the multiline message bo

clipboardData on Mobile?

2021-01-27 Thread Dan Friedman via use-livecode
Greetings! Is there a way to set the clipboardData a mobile device? (iOS and Android). Client want's a "copy" button so they can paste the text outside of the app (in Notes, or a external document). -Dan ___ use-livecode mailing list use-livecode@l

Re: lock screen

2021-01-22 Thread Dan Friedman via use-livecode
Same here. Anytime I want to lock the screen, I do this: on lockTheScreen if not the lockScreen then lock screen end if end lockTheScreen When needed, I use this: on unLockTheScreen repeat until not lockScreen unlock screen end repeat end unLockTheScreen That's my 2 cents. -

Anyone heard of "App Clips"?

2020-11-13 Thread Dan Friedman via use-livecode
I have a client asking for us to implement a "App Clip". Anyone know if LC can deal with this? https://developer.apple.com/app-clips/ -Dan ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Line length

2020-10-26 Thread Dan Friedman via use-livecode
Bob, I do what you're talking about all the time. Here's my setObjectHeightToText command that I use (pass it the long id of the field, and the minimum height you want): on setObjectHeightToText lID,minH put the rect of lID into tRect put item 2 of tRect + the formattedHeight of lID into

Re: DG outcomes on desktop vs mobile

2020-10-23 Thread Dan Friedman via use-livecode
Phil, One thing I have noticed is if you have a put command with no destination, mobile devices DO NOT LIKE THIS!! It will halt script execution completely as if it were an error. For example: put myVar This would normally put the contents of myVar into the message box. But on a

Re: Odd data in message box

2020-10-18 Thread Dan Friedman via use-livecode
> Jacqueline Landman Gay | jacque at hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > On October 17, 2020 4:06:03 PM Richard Gaskin via use-livecode > wrote: > >> J. Landman Gay wrote: >>> On 10/17/20 12:13 PM

Re: Odd data in message box

2020-10-17 Thread Dan Friedman via use-livecode
Mark and Jacque, Thank you for your assistance. There was invalid data in sTime. Interestingly, it wasn't from the data I was loading... it was old data coming from a reference to an array in a datagrid. Setting the datagrid's Persistent Data to false resolved the problem. A couple follow u

Re: Odd data in message box

2020-10-16 Thread Dan Friedman via use-livecode
2185 end if return sTime end convertToLocalTime Thank you! Dan Friedman CEO, ClearVision Technologies, LLC Voice: 909/484-2052 http://www.clearvisiontech.com On 10/16/20, 9:49 AM, "use-livecode on behalf of Mark Wieder via use-livecode" wrote: On 10/16/20 8:46 A

Odd data in message box

2020-10-16 Thread Dan Friedman via use-livecode
I get a bunch of data from my server. In this array, there are some dates. I roll through each one converting the date to local time: function convertToLocalTime sTime //sTime is already been converted to seconds format //convert the time using the hour offset for local time zone put word

backKey with DataGrid

2020-10-06 Thread Dan Friedman via use-livecode
Here's a weird one... I have a card with a number of objects on it. There is a button named "Back" which takes you back to card X. There is also a dataGrid. In the mainStack script, I have a this backKey command: on backKey //this is sent only on Android when the user presses the hardware

Re: Looping though a numerically indexed array

2020-09-10 Thread Dan Friedman via use-livecode
David, Maybe there are better ways, but here's what I always do when I have an array with numbered keys... put the keys of pArray into aKeys sort lines of aKeys numeric repeat for each line k in aKeys //do something with pArray[k] end repeat Hope that helps. :) -Dan On 9/10/20, 2:39 P

Re: iOS app denied: AVAudioSession

2020-08-24 Thread Dan Friedman via use-livecode
mergAVCamSet "visible",true mergAVCamStartBarcodeReader end preOpenStack Why would this bring up the microphone consent dialog? Thank you! -Dan On 8/21/20, 8:53 AM, "use-livecode on behalf of Mark Waddingham via use-livecode" wrote: On 2020-08-21 16:39, Dan Friedman v

Re: iOS app denied: AVAudioSession

2020-08-21 Thread Dan Friedman via use-livecode
..@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Dan Friedman via use-livecode Sent: Friday, August 21, 2020 12:15 PM To: How to use LiveCode Cc: Dan Friedman Subject: Re: iOS app denied: AVAudioSession Mark

Re: iOS app denied: AVAudioSession

2020-08-21 Thread Dan Friedman via use-livecode
you suggest I do next? Thank you! Dan Friedman CEO, ClearVision Technologies, LLC Voice: 909/484-2052 http://www.clearvisiontech.com On 8/21/20, 8:53 AM, "use-livecode on behalf of Mark Waddingham via use-livecode" wrote: On 2020-08-21 16:39, Dan Friedman via use-livecode

iOS app denied: AVAudioSession

2020-08-21 Thread Dan Friedman via use-livecode
I recently uploaded an iOS app to Apple with no problems. After it was approved and released, my client wanted to change the app description in the app store. As you know, you can only do this as a new version (stupid!). So, I made a new build of the same exact app (without changing a line o

Calendar External?

2020-08-19 Thread Dan Friedman via use-livecode
Quick question With Apple's eventKit, would it be possible to create an LC External to add an event to the device's calendar? I have a client who wants their app to add an event to the phone's calendar (iOS and Android). Importing a ICS file is an option, but the user doesn't have the ab

autoCapitalizationType in ask dialog

2020-08-17 Thread Dan Friedman via use-livecode
I know you can use mobileSetKeyboardType to set the keyboard, but is it possible to set the autoCapitalizationType for the ask command on mobile? It seems to be defaulting to "none", when you would think a default would be "sentences". -Dan ___ use-

Add Event To Calendar?

2020-08-06 Thread Dan Friedman via use-livecode
I'm sure someone has tackled this task... Is there any way to add an event to a calendar on mobile (iOS and Android)? Looking for a mobileAddCalendarEvent command. Thanks in advance, -Dan ___ use-livecode mailing list use-livecode@lists.runrev.c

Odd Files in an Android apk

2020-08-02 Thread Dan Friedman via use-livecode
Using LC version 9.6.1 (rc1), I built by Android app. The app seemed a bit on the large side. So, upon examining the files in the apk, I found this: Volume in drive D has no label. Volume Serial Number is 7C03-D597 Directory of D:\apktest\assets\tsNet.lc

Re: Styled text on mobile

2020-07-18 Thread Dan Friedman via use-livecode
Scriptable rich text in a native mobile text field? I second that! -Dan On 7/18/20, 9:01 AM, "use-livecode on behalf of Richard Gaskin via use-livecode" wrote: J. Landman Gay wrote: > It's possible. For a LiveCode field, note that the font has to have > a font variant for e

returnKey and ask on iPhone

2020-07-14 Thread Dan Friedman via use-livecode
Question... Why doesn't the returnKey on my iPhone change to the "Next" option? mobileSetKeyboardReturnKey "next" ask "" with pLabel titled askTitle if the result = "cancel" then exit thisThing end if put it into tAskData What am I doing wrong? -Dan

iOS - open next field?

2020-06-30 Thread Dan Friedman via use-livecode
Is there a way you activate and utilize the "prev" and "next" button on iOS keyboards? You know, these buttons: https://i.stack.imgur.com/FzrPy.png If you have more than one text field on a card, we want to "tab" between fields. -Dan ___

Re: AR in LiveCode Browser?

2020-06-30 Thread Dan Friedman via use-livecode
Ikea's app does this. Many other apps also provide an in-app AR expierence. How are they doing it? And how can I do this in my LC app? -Dan On 6/30/20, 9:44 AM, "use-livecode on behalf of Mark Waddingham via use-livecode" wrote: On 2020-06-30 15:46, Dan Friedman v

Re: AR in LiveCode Browser?

2020-06-30 Thread Dan Friedman via use-livecode
there's some licensing issues(money). Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Dan Friedman via use-livecode Sent:

Re: AR in LiveCode Browser?

2020-06-30 Thread Dan Friedman via use-livecode
08 AM, "use-livecode on behalf of Klaus major-k via use-livecode" wrote: Hi Dan, > Am 30.06.2020 um 01:47 schrieb Dan Friedman via use-livecode : > > I am trying to display and use an AR object in a webpage in a LiveCode browser. It don't work!Feel

Re: AR in LiveCode Browser?

2020-06-30 Thread Dan Friedman via use-livecode
essage- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Dan Friedman via use-livecode Sent: Monday, June 29, 2020 7:48 PM To: How to use LiveCode Cc: Dan Friedman Subject: AR in LiveCode Browser? I am trying to display and use an AR obje

AR in LiveCode Browser?

2020-06-29 Thread Dan Friedman via use-livecode
I am trying to display and use an AR object in a webpage in a LiveCode browser. It don't work!Feels like the LC browser (native or widget) doesn't have access to the native AR features. For example, if I open this URL https://nexen.ehpec.com/usdz.html in Safari, it works great! If I op

Re: Mobile Keyboard

2020-06-23 Thread Dan Friedman via use-livecode
Ralph, I had this same issue on a project. The problem is when the card/stack opens, LiveCode want to activate the first typable field it finds. If my old memory is correct, what I did was this: on preOpenCard set the lockText of fld "thisDarnField" to true end preOpenCard on openCa

Dismiss Answer Dialog on Android

2020-06-21 Thread Dan Friedman via use-livecode
On android, if you issue an answer command and tap outside the bounds of the dialog, it = the last button supplied. For example: answer "Are you sure you want to logout?" with "Cancel" or "Logout" If you tap outside the dialog, the dialog is dismissed and it = "Logout". Is this the co

Datagrid Scrollers

2020-06-04 Thread Dan Friedman via use-livecode
Hello!I am having an issue with a DataGrid's scroller. The DataGrid is in another group ("flyupMenu") that is located off-screen at the bottom (the top of grp " flyupMenu " = the bottom of the card). Then, when a button is clicked, "flyupMenu" is moved up into view. At this point every

ADA Compliency

2020-05-26 Thread Dan Friedman via use-livecode
Has anyone done anything in regards to ADA compliancy in mobile apps built with LiveCode? Using the apple or android accessibility tools such as Screen reading, for example. -Dan ___ use-livecode mailing list use-livecode@lists.runrev.com Please vi

Re: Counting unique items in a file

2020-04-27 Thread Dan Friedman via use-livecode
Skip, Haven't tested, but pope about this... function getUniqueNames inData,pColumn put "" into uNames set the itemDel to tab repeat for each line l in inData add 1 to uNames[item pColumn of l] end repeat return uNames end getUniqueNames You should get back an array keyed by the

mobileControlGet and htmlText

2020-04-09 Thread Dan Friedman via use-livecode
Greetings! Is it possible to get the htmlText (the content of the current HTML document) of a native browser? On desktop, I can do this easily with: revBrowserGet(tBrowserId,"htmlText"). Is there a mobile equivalent? -Dan ___ use-livecode mailing

Re: StackSize limit on iOS

2020-03-06 Thread Dan Friedman via use-livecode
is via use-livecode" wrote: just a guess, but does "printingStack" have a maxWidth value set (other than the default of 65535)? On 3/5/2020 10:46 PM, Dan Friedman via use-livecode wrote: > I am trying to produce a landscape PDF on a iPhone… >

StackSize limit on iOS

2020-03-05 Thread Dan Friedman via use-livecode
I am trying to produce a landscape PDF on a iPhone… open inv stack "printingStack" set the width of stack "printingStack" to (11*72) set the height of stack "printingStack" to (8.5*72) answer the width of stack "printingStack" //--- this returns 414 ??? // I am using LC Business 9.6

Re: mobileGetDeviceToken

2020-03-03 Thread Dan Friedman via use-livecode
On 2020-03-03 18:18, Dan Friedman via use-livecode wrote: > Greeting! On iOS, prior to LC 9.6, mobileGetDeviceToken() would > return something like this: > > <965b251c 6cb1926d e3cb366f dfb16ddd e6b9086a 8a3cac9e 5f857679 > 376eab7C> > &

mobileGetDeviceToken

2020-03-03 Thread Dan Friedman via use-livecode
Greeting! On iOS, prior to LC 9.6, mobileGetDeviceToken() would return something like this: <965b251c 6cb1926d e3cb366f dfb16ddd e6b9086a 8a3cac9e 5f857679 376eab7C> However, with LC 9.6, I'm getting this: {length=32,bytes=0xd923cbf42faacfae79b44e252fc64fc3...6c57203f87b56e10

Face/Touch ID

2020-01-21 Thread Dan Friedman via use-livecode
Greetings! If memory serves we can use mergLA for Touch ID. Is there a method for Face ID? Thanks! -Dan ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pref

Re: Parent Group of the Target

2020-01-07 Thread Dan Friedman via use-livecode
BR, Try "the owner of the target". Or, the long id of the owner of the target. Hope that helps. -Dan On 1/7/20, 7:20 AM, "use-livecode on behalf of Sannyasin Brahmanathaswami via use-livecode" wrote: I could have sworn we passed way before, but I can't find it anywhere on the list

Android Native Text Field Odd Behavior

2019-12-02 Thread Dan Friedman via use-livecode
Is this a bug? Can anyone confirm? 1. On an Android device, create a text entry native mobile control. 2. Type “test” (or any other text). 3. Type space. 4. Type back-space 5. Type any text The first word you typed gets repeated. Seems to be the same issue as this: https://github.com/AnySoftK

put img into img after import snapshot

2019-11-30 Thread Dan Friedman via use-livecode
This works perfectly on desktop. Why would it fail on mobile? put 0,the bottom of btn "newsHeader",the width of this stack,the top of grc "scaleRectangle" into pRect import snapshot from rect pRect put img 2 into img 1 // THIS LINE DOESN’T DO ANYTHING delete img 2 set the rect of img "editingIma

DataGrid: load images when in view

2019-11-08 Thread Dan Friedman via use-livecode
Greetings! Say you have a form DataGrid that is displaying 100 entries. Each entry has an image (loaded from a server) and some text. When you set the dgData, it will get all 100 images as it's building the rows. This is obviously going to take some time to load. Is there a way to have the

Re: Windows, Underlines and Printing

2019-11-03 Thread Dan Friedman via use-livecode
my office tomorrow. Craig -Original Message- From: Dan Friedman via use-livecode To: How to use LiveCode Cc: Dan Friedman Sent: Sat, Nov 2, 2019 1:04 pm Subject: Windows, Underlines and Printing Greeting! I have a field on a stac

Windows, Underlines and Printing

2019-11-02 Thread Dan Friedman via use-livecode
Greeting! I have a field on a stack. In that field is some text and one word is underlined. If I print the card on a windows computer, the underline isn't printed. If I print the card to PDF, the underline is printed. I tried LC 9.0.4 Indy, 9.5.0 Business and 9.5.1 rc1 Business. Can anyo

Re: Set font dynamically to fit text

2019-10-13 Thread Dan Friedman via use-livecode
Sannyasin, I've been doing this for years. Works well... on doShrinkToFit lFldID,startingSize,minSize set the textSize of lFldID to startingSize repeat until the formattedHeight of lFldID <= the height of lFldID set the textSize of lFldID to (the textSize of lFldID - 1) if the textSi

DataGrid and scroll down refresh

2019-10-03 Thread Dan Friedman via use-livecode
Greeting! For mobile, it has become VERY common to scroll down past the top of a list to refresh the data (usually a loading wheel appears). Is there a method to accomplish this with the DataGrid? -Dan ___ use-livecode mailing list use-livecode@lis

So... Xcode, macOS and Livecode... where are we now?

2019-09-30 Thread Dan Friedman via use-livecode
Good Morning! I have LiveCode 9.5.0 and MacOS 10.14.6. What version of Xcode do I need for iOS and macOS development? That's in advance! -Dan ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscrib

Re: help with mobileSetKeyboardType

2019-09-26 Thread Dan Friedman via use-livecode
elds. > > Devin > > >> On Sep 26, 2019, at 12:31 PM, Dan Friedman via use-livecode wrote: >> >> I am having some trouble with mobileSetKeyboardType. Can anyone tell me why mobileSetKeyboardType works with this: >

help with mobileSetKeyboardType

2019-09-26 Thread Dan Friedman via use-livecode
I am having some trouble with mobileSetKeyboardType. Can anyone tell me why mobileSetKeyboardType works with this: mobileSetKeyboardType "number" ask "Enter a number" But it doesn’t work with this: mobileSetKeyboardType "number" mobileControlCreate "input","_editingField" mobileControlSet "_ed

Re: Print to PDF on Android?

2019-09-20 Thread Dan Friedman via use-livecode
ssible) >> solution in many cases because it doesn’t support unicode but in my >> case that wasn’t a deal breaker. >> >> -- >> Scott Morrow >> >> Elementary Software >> (Now with 20% less chalk dust!)

Re: Print to PDF on Android?

2019-09-19 Thread Dan Friedman via use-livecode
f of Klaus major-k via use-livecode" wrote: Hi Dan, > Am 19.09.2019 um 18:39 schrieb Dan Friedman via use-livecode : > > I can't seem to find a way to generate a PDF on Android. Is this really not possible? no, unfortunately still not suppo

Print to PDF on Android?

2019-09-19 Thread Dan Friedman via use-livecode
I can't seem to find a way to generate a PDF on Android. Is this really not possible? Thanks! -Dan ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: h

WARNING ITMS-90339

2019-09-16 Thread Dan Friedman via use-livecode
Greetings! FYI, I got this message in Application Uploader this morning: WARNING ITMS-90339: "Deprecated Info.plist Key. The Info.plist contains a key 'UIApplicationExitsOnSuspend' in bundle YourAPP [YourAPP.app] that will soon be unsupported. Remove the key, rebuild your app and resubmit." I

Re: iOS + UIWebView = Denied!

2019-09-03 Thread Dan Friedman via use-livecode
Mark, That's good to hear!Thanks for the info. -Dan On 9/2/19, 10:23 PM, "use-livecode on behalf of Mark Waddingham via use-livecode" wrote: On 2019-09-03 06:06, Dan Friedman via use-livecode wrote: > So, I uploaded an update to TestFlight today, and

iOS + UIWebView = Denied!

2019-09-02 Thread Dan Friedman via use-livecode
So, I uploaded an update to TestFlight today, and this is what I got from Apple: ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information. Anyone know what this i

Re: Android Speed Woes

2019-08-30 Thread Dan Friedman via use-livecode
ecode on behalf of Mark Waddingham via use-livecode" wrote: On 2019-08-29 16:24, Dan Friedman via use-livecode wrote: > Hello again! I am have a tough time getting things to run snappy on > an Android device. It's blazing fast on my computer, and more than >

Re: Android Speed Woes

2019-08-29 Thread Dan Friedman via use-livecode
k Wieder via use-livecode" wrote: On 8/29/19 4:40 PM, Dan Friedman via use-livecode wrote: > Sean, > >>> Another test would be to see how fast it creates a variable with 10,000 characters using a repeat loop ... > > put "" into jon

Re: Android Speed Woes

2019-08-29 Thread Dan Friedman via use-livecode
Sean, >>Another test would be to see how fast it creates a variable with 10,000 >>characters using a repeat loop ... put "" into jones repeat 1 put "a" after jones end repeat put the milliseconds into m put jones into pFart put the milliseconds - m into m answer m iMac = 1 Moto G5 = 0 M

Re: Android Speed Woes

2019-08-29 Thread Dan Friedman via use-livecode
images are changing frequently/rapidly or moving about the display. Sean Cole Pi Digital Prod Ltd > On 29 Aug 2019, at 21:24, Dan Friedman via use-livecode wrote: > > Hello again! I am have a tough time getting things to run snappy on an Android devic

Android Speed Woes

2019-08-29 Thread Dan Friedman via use-livecode
Hello again! I am have a tough time getting things to run snappy on an Android device. It's blazing fast on my computer, and more than acceptable on my iPhone, but on any android device, it's slow... noticeably sluggish. The issue is mainly hiding/showing groups. For example: put the mill

Re: Fonts on Android

2019-08-28 Thread Dan Friedman via use-livecode
ach line tsty in fstyles put space & tsty & cr after tlist end repeat end repeat delete char -1 in tlist return tlist end FontInfo Ralph DiMola IT Director Evergreen Information Services rd

Re: Fonts on Android

2019-08-27 Thread Dan Friedman via use-livecode
lete char -1 in tlist return tlist end FontInfo Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Dan Friedman via use-livecode Se

Fonts on Android

2019-08-27 Thread Dan Friedman via use-livecode
Greetings! I am able to get a custom font installed and running on a Android device. But, how do you handle the font family? Included in my app is "myfont-Regular.ttf" and "myfont-bold.ttf". When the app launches, I call: set the textFont of stack "main" to "myfont" It's only using the b

mobilePickPhoto and Galaxy Note 8

2019-08-23 Thread Dan Friedman via use-livecode
Greetings! I am using mobilePickPhoto to take a photo. On all Apple devices it's working great. It's also working as expected on all Android devices except a Galaxy Note 8. On this specific device the camera comes up, we take the photo and hear the shutter sound, but no photo is returned/crea

DataGrid height?

2019-07-27 Thread Dan Friedman via use-livecode
Hello! I'm working with the dataGrid for the first time (LC 9.5). Pretty cool! But I'm having an issue... Following this lesson, http://lessons.livecode.com/m/datagrid/l/9850-how-do-i-create-rows-that-can-expand-contract, I created a dataGrid with expanding/collapsing rows. The expanding/

Re: ITMS-90546: Missing Asset Catalog

2019-07-24 Thread Dan Friedman via use-livecode
sion you use? On Wed, Jul 24, 2019, 19:30 Dan Friedman via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: Panos, My app does not support landscape and I have "Portrait" selected in the "iPhone Initial Orentation". For this reason, I did not include Landscape

Re: ITMS-90546: Missing Asset Catalog

2019-07-24 Thread Dan Friedman via use-livecode
file is not created for you. What is the xcode version you use? On Wed, Jul 24, 2019, 19:30 Dan Friedman via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: Panos, My app does not support landscape and I have "Portrait" selected in the "iPhone Initial Orentation

Re: ITMS-90546: Missing Asset Catalog

2019-07-24 Thread Dan Friedman via use-livecode
Panos, My app does not support landscape and I have "Portrait" selected in the "iPhone Initial Orentation". For this reason, I did not include Landscape spash screens. Could this be the issue? -Dan On 7/24/19, 9:09 AM, "use-livecode on behalf of Dan Friedman

Re: ITMS-90546: Missing Asset Catalog

2019-07-24 Thread Dan Friedman via use-livecode
this for you (you need to supply correct icons and splash screens for all supported devices). Does the standalone app bundle contain a file called "Assets.car"? Best, Panos -- On Wed, 24 Jul 2019 at 18:29, Dan Friedman via use-livecode < use-live

ITMS-90546: Missing Asset Catalog

2019-07-24 Thread Dan Friedman via use-livecode
Using LC 9.5.0 (dp 1), I uploaded my app to Apple. I got this back from them: ITMS-90546: Missing Asset Catalog - Your app is missing the asset catalog file in yourApp.app'. For more information see http://help.apple.com/xcode/mac/current/#/dev10510b1f7. A "Asset Catalog" doesn't sound like so

9.5.0 and Icons

2019-07-23 Thread Dan Friedman via use-livecode
I have an iOS app where I have supplied an icon file for every phone size in standalone settings. Yet, the icon does not appear on my device (iPhone X). Is this an issue, or could I have done something wrong? -Dan ___ use-livecode mailing list use

Re: mobileSetKeyboardDisplay

2019-07-22 Thread Dan Friedman via use-livecode
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 applause! My hat's o

mobileSetKeyboardDisplay

2019-07-22 Thread Dan Friedman via use-livecode
First, may I say that mobileSetKeyboardDisplay is a beautiful thing! This is a game-changer in working with data in mobile apps. My applause! My hat's off! Now, with that said... It's not working right. The first time you open a native field with mobileSetKeyboardDisplay set to "pan", it w

Re: Android 64-bit?

2019-07-15 Thread Dan Friedman via use-livecode
64-bit. Maybe, they will still serve your apps. > On Jul 15, 2019, at 2:14 PM, Dan Friedman via use-livecode wrote: > > Greetings! I got some notices from Google (android) that my apps need to be updated to 64-bit by August 1, 2019. Does LiveCode generate 64-bit A

Android 64-bit?

2019-07-15 Thread Dan Friedman via use-livecode
Greetings! I got some notices from Google (android) that my apps need to be updated to 64-bit by August 1, 2019. Does LiveCode generate 64-bit Android apps? If so, can I do that with Indy 9.0.4? If so, what versions of Android Studio and Android SDKs do I need to install? Any guidance wi

Re: mobilePickPhoto on Android

2019-05-03 Thread Dan Friedman via use-livecode
ckPhoto on Android Hello Dan, This sounds like https://quality.livecode.com/show_bug.cgi?id=21826, affecting only specific Android devices, and has been fixed in LC 9.0.4 RC-1+ Kind regards, Panos -- On Sat, 27 Apr 2019 at 01:09, Dan Friedman via use-livecode mailto:use-livecode@lists.runrev.c

Re: mobilePickPhoto on Android

2019-04-30 Thread Dan Friedman via use-livecode
: mobilePickPhoto on Android Hello Dan, This sounds like https://quality.livecode.com/show_bug.cgi?id=21826, affecting only specific Android devices, and has been fixed in LC 9.0.4 RC-1+ Kind regards, Panos -- On Sat, 27 Apr 2019 at 01:09, Dan Friedman via use-livecode mailto:use-livecode

mobilePickPhoto on Android

2019-04-26 Thread Dan Friedman via use-livecode
Greetings!I am calling mobilePickPhoto "camera" on a Android device. If I am running Android version 7.0, everything works great. If I am running Android 8.0, then I get an empty back where length(image 1) is 0. Using LiveCode 9.0.3. Anyone know of an issue with mobilePickPhoto on la

Re: LC 9 and Externals

2019-03-18 Thread Dan Friedman via use-livecode
ve to have this external rebuilt, right? -Dan On 3/18/19, 8:44 AM, "use-livecode on behalf of Mark Waddingham via use-livecode" wrote: Hi Dan, On 2019-03-18 16:35, Dan Friedman via use-livecode wrote: > FYI, it's working in LC 8.X. -- the stack is closed when

LC 9 and Externals

2019-03-18 Thread Dan Friedman via use-livecode
Greetings! I have been using an external in my projects for literally over 10 years. I am updating a project from 8.1.5 to the latest version of LC, 9.0.3. Suddenly, it's not working. I tried it in 9.0.2, 9.0.1 and 9.0.0 same thing. I tried it in the last version of 8 (8.1.9) and it worked

browserNavigateBegin on Android

2019-03-06 Thread Dan Friedman via use-livecode
Greetings! I have a browser widget on a card with browserNavigateBegin in the card script. On Mac and iOS, the browserNavigateBegin is being called with a link is clicked in the browser. However, on Android, it's not. Is this a bug, a limitation of the browser widget, or do I have to flip a

Re: Can't Submit App to iTunes

2018-12-19 Thread Dan Friedman via use-livecode
Package Contents", are the image files there? Best Regards Panos -- On Tue, Dec 18, 2018 at 10:41 PM Dan Friedman via use-livecode <mailto:use-livecode@lists.runrev.com<mailto:use-livecode@lists.runrev.com>> wrote: Greetings! I've never had this problem before… When I

Re: Can't Submit App to iTunes

2018-12-19 Thread Dan Friedman via use-livecode
at 12:54 PM To: How to use LiveCode Cc: Dan Friedman Subject: Re: Can't Submit App to iTunes Hello Dan, If you right click on the .app bundle and choose "Show Package Contents", are the image files there? Best Regards Panos -- On Tue, Dec 18, 2018 at 10:41 PM Dan Fried

Re: Can't Submit App to iTunes

2018-12-18 Thread Dan Friedman via use-livecode
kage Contents", are the image files there? Best Regards Panos -- On Tue, Dec 18, 2018 at 10:41 PM Dan Friedman via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: Greetings! I've never had this problem before… When I attempt to upload my app via the Application Loade

Can't Submit App to iTunes

2018-12-18 Thread Dan Friedman via use-livecode
Greetings! I've never had this problem before… When I attempt to upload my app via the Application Loader, I get a number of errors: ERROR ITMS-90096: "Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch display on iPhone 5 and must inc

Re: Setting hidden of lines very slow

2018-11-30 Thread Dan Friedman via use-livecode
Kaveh, Well, you learn something every day! I didn't know you could hide a line of text. Pretty cool! FWIW, the fastest way that I know to remove all text stylings from a field of text is this: put fld 1 into fld 1 -Dan On 11/30/18, 8:37 AM, "use-livecode on behalf of Kaveh Bazargan v

Safari vs Browser Widget

2018-11-29 Thread Dan Friedman via use-livecode
Greeting! I am hoping someone has an answer for this… I am working on a HTML5 web page that accesses the device's camera. When I open the url in Safari (on my Mac or iOS device), I am asked if it's ok to use the camera and everything works perfectly! However, if I load this same url in the

Re: App Dead on iOS 12

2018-09-17 Thread Dan Friedman via use-livecode
Monte, I am definitely using 9.0.1 Stable. NOT the RC's. -Dan On 9/17/18, 4:38 PM, "use-livecode on behalf of Monte Goulding via use-livecode" wrote: 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

Re: App Dead on iOS 12

2018-09-17 Thread Dan Friedman via use-livecode
e of native fields) after the splash screen. I kinda assumed they would just still work. Terry... On 18/09/2018 7:56 am, "use-livecode on behalf of Dan Friedman via use-livecode" wrote: I see that all my apps are launching and immediately crashing on iOS

App Dead on iOS 12

2018-09-17 Thread Dan Friedman via use-livecode
I see that all my apps are launching and immediately crashing on iOS 12. I rebuilt the app using 9.0.1 and I get the same result. Since this list isn't blowing up with people complaining about this, I have must have missed the meeting about the secret button to click to get things working. A

androidRecorderStartRecording Fail on Second Attempt

2018-09-04 Thread Dan Friedman via use-livecode
Greetings! If I use androidRecorderStartRecording to record on Android, it works perfectly! However, If I attempt to call androidRecorderStartRecording again duiring the same app session, it doesn’t work… it just halts. Here’s exactly what I’m doing: In a button I do this: androidRecorder

Re: Android Audio Recorder Woes

2018-08-31 Thread Dan Friedman via use-livecode
mailto:use-livecode@lists.runrev.com>> Cc: Dan Friedman mailto:d...@clearvisiontech.com>> Subject: Re: Android Audio Recorder Woes Hello Dan, Which LC version are you using? Best, Panos On Fri, Aug 31, 2018, 18:51 Dan Friedman via use-livecode mailto:use-livecode@lists.runrev.com>&g

Re: Android Audio Recorder Woes

2018-08-31 Thread Dan Friedman via use-livecode
: Re: Android Audio Recorder Woes Hello Dan, Which LC version are you using? Best, Panos On Fri, Aug 31, 2018, 18:51 Dan Friedman via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: Hello! I am trying to implement the Android Audio Recorder options in my project, but it’s not w

Android Audio Recorder Woes

2018-08-31 Thread Dan Friedman via use-livecode
Hello! I am trying to implement the Android Audio Recorder options in my project, but it’s not working. I have checked the “Android Audio Recorder” in the Standalone Application Settings, and the called this: androidRecorderSetRecordFormat "MPEG-4" put (specialFolderPath("documents") & "/ tes

Re: Binary Rejected!

2018-08-23 Thread Dan Friedman via use-livecode
, "use-livecode on behalf of Ludovic THEBAULT via use-livecode" wrote: > Le 24 août 2018 à 07:48, Dan Friedman via use-livecode a écrit : > > Hello, > > My recent iOS app uploaded to Apple was rejected because the dialog asking for access to you

Binary Rejected!

2018-08-23 Thread Dan Friedman via use-livecode
Hello, My recent iOS app uploaded to Apple was rejected because the dialog asking for access to your location didn’t say why the app wanted to use location services. Apple said, “We noticed that your app requests the user’s consent to access their location but does not clarify the use of this

<    1   2   3   >