Object Selection Handles

2017-03-27 Thread Dan Friedman via use-livecode
Greetings! Is there a property to change the shape of the selection handles when using the selection tool? In LC 9 (and 8), they are round circles that protrude outside the edge of the control. In previous versions, they were squares that remained within the rect of the control. These large

Set Layer bug?

2017-03-28 Thread Dan Friedman via use-livecode
Is this a bug or am I losing my mind? Can anyone confirm? Using LC 9.0.0 DP-6, set the layer of any object to anything and it always get’s set to the topmost layer. To repeat, put three buttons on a card: “button1”, “button2” and “button3”. The, put this in the stack script: on mouseUp se

within and scaleFactor

2017-04-01 Thread Dan Friedman via use-livecode
I call this a bug, would you? If the scaleFactor of stack “myStack” is set to 2, then within(stack “myStack”,the screenMouseLoc) only returns true if the mouse is within the rect of stack “myStack” when it’s scaleFactor is set to 1. Hope I explained that logically. Mac 10.12.2, LC 9.0.0 dp 6.

New Features?

2017-04-03 Thread Dan Friedman via use-livecode
Anyone know where to write LC for a feature request? In case your curious… Don’t know if it’s possible or not, but I want to request the abliltiy to set the scaleFactor of a object (specifically a group of objects). Thanks in advance, -Dan ___ use-l

Single File Deploy on Windows?

2017-04-03 Thread Dan Friedman via use-livecode
So, I deliver a single file for my LC standalones on Windows. Any required DLLs or other needed files are downloaded at runtime and put in place on launch. However, in LC 9.0.0 it seems there is a dll, “tsNet.dll” that must be in place to even launch! UG!! Is there a way to deploy a Windows

Re: Single File Deploy on Windows?

2017-04-04 Thread Dan Friedman via use-livecode
Thank you everyone for your suggestions. I’ve been doing it that way for years (save the dll’s as needed at runtime). The problem is that it seems that an EXE made from LC 9.0 won’t even launch if you include any items related to the internet (Broswer, Internet, SSL, etc) unless the tsNet.dll

Re: Single File Deploy on Windows?

2017-04-04 Thread Dan Friedman via use-livecode
Ok, when we last left our hero…. I was able to save all the dlls and whatnot into custom properties and save them at app launch (exact same structure as when LC made them). The problem is, the EXE doesn’t recognize that the dlls are in place. How do you tell the exe that they are there and to

Re: Single File Deploy on Windows?

2017-04-04 Thread Dan Friedman via use-livecode
Paul, Thank you for the advice. But, either it didn’t work, or I’m doing it wrong. Here’s what I did: on startUp new inv stack "myExternals" set the mainStack of stack "myExternals" to "myGreatApp" set the externals of stack "myExternals" to pExternals -- pExternals is a list of all the dll’s

Re: Single File Deploy on Windows?

2017-04-04 Thread Dan Friedman via use-livecode
Matthias, Thank you, but I would like to use the new tsNet. Just want to deploy a single file. Can’t believe there isn’t a way to do that!?! -Dan > there is a way to use the old libURL instead of the new tsNet external… ___ use-livecode mailing li

Re: Single File Deploy on Windows?

2017-04-04 Thread Dan Friedman via use-livecode
Thanks Paul. That’s just what I’ve done in versions prior to LC 9. I can tell you that it does work in LC 7 and 8. Not sure what the issue is with LC 9, but maybe somone in the know from LiveCode will see this post and share the magic formula!?! -Dan >>That look to me like it should work. H

LC and OneSignal

2017-04-11 Thread Dan Friedman via use-livecode
Hello! Has anyone implemented push messaging with OneSignal (https://onesignal.com)? It’s running great for me on iOS, but can’t get it to work correctly with a LiveCode Android app. Anyone have any expierence with LC and OneSignal? -Dan ___ use-

Android Setup Config

2017-05-12 Thread Dan Friedman via use-livecode
Does anyone know the proper configuration for building an Android standalone on a Mac? When I build the app, I get this: “There was an error while saving the standalone application could not encode class bundle” I followed the directions from this page (updated just a week ago): http://less

Re: Android Setup Config

2017-05-12 Thread Dan Friedman via use-livecode
Panos, Thank you for the assistance! But, didn’t work for me. Here’s what I did: (1) Downloaded “tools_r24.4.1-macosx.zip” and unzipped it. Now I have a “tools” folder on my desktop. (2) I double-clicked /desktop/tools/android. The “Android SDK Manager” opened. (3) I selected “Android 4.0.3

Re: Android Setup Config

2017-05-12 Thread Dan Friedman via use-livecode
Panos, Thanks again for the help, but I think I must be stupid. I selected “Desktop” and still got “invalid Android SDK”. So, I deleted everything, redownloaded “tools_r24.4.1-macosx.zip” and put it in it’s own folder at: /MacintoshHD/android-sdk/. I then unzipped it and launched /Macinto

Re: Android Setup Config

2017-05-12 Thread Dan Friedman via use-livecode
Panos, WooHoo!! Adding the Android Build-tools 25.0.3 did the trick!! Not only did LiveCode accept the “android-skk” folder as the “Location of Android development SDK”, but it also successfully built the Android app. Panos, thank you. Really! Thank you for your time and your detailed ins

Open Inv Stack on iPhone

2017-05-25 Thread Dan Friedman via use-livecode
Does anyone have any insight about this…. If you open a stack file on an iPhone invisibly, the app crashes. For example: open inv stack “/folder/folder/stackName.rev" This works fine on windows, mac, and an iPad. But, on a iPhone (real device or simulator) it crashes. Any thoughts?

Re: Open Inv Stack on iPhone

2017-05-25 Thread Dan Friedman via use-livecode
Mark, Good suggestion! But, I will need to display the stack at some point. There must be a reason why this is failing. Perhaps someone at LC will see this post and shed some light. -Dan >> Assuming that you don't need to display the stack, you could use start using >> stack “/folder/fold

contectRect and scaleFactor

2017-06-07 Thread Dan Friedman via use-livecode
So, I have a stack that I set the scaleFactor to 1.5 if it’s on a iPhone (I leave it at 1 if it’s an iPad). All is fine, looks great! However, when I add a native scroller to a locked group, the contectRect doesn’t take the scaleFactor into account. So, the scroller scrolls too far to the ri

Can't Sign App

2017-06-14 Thread Dan Friedman via use-livecode
Using LC 8.1.3 (or 8.1.5 or 9.0.0) if I attempt to sign my standalone application using the instructions found here: http://revolution.screenstepslive.com/s/revolution/m/10695/l/112706-signing-an-application, I get this error: /Users/me/Desktop/MyGreatApp.app: code object is not signed at all I

Re: Can't Sign App

2017-06-16 Thread Dan Friedman via use-livecode
Trevor, Sweet! That did the trick! Thank you for the stack. That made what was a seemingly complicated process into a one-click joy! I hate to be greedy, but do you have a solution for Windows apps too? THANK YOU! -Dan On 6/16/17, 9:01 AM, "use-livecode on behalf of use-livecode-requ...

Exploring A Single File Deploy on Windows

2017-06-19 Thread Dan Friedman via use-livecode
Greetings… With LC 8.1 and later, we’re now using tsNet rather than libURL. That’s fine. However, a Windows standalone that uses tsNet cannot even launch unless tsNet.dll is in the same directory as the standalone.exe. This makes deploying a single file on Windows impossible. Which means yo

Re: Exploring A Single File Deploy on Windows

2017-06-23 Thread Dan Friedman via use-livecode
I second this motion! PLEASE! We must have some way to work BEFORE the eternals are loaded. Furthermore, we should be able to define where the externals will be saved and loaded. Requiring that externals must be in the same directory as the exe is far to limiting! New DataGrids and fancy

Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-11 Thread Dan Friedman via use-livecode
I am porting a large project from LC 7 to 8.1.5. Occasionally, I get this error when accessing the internet: “tsneterr: Not initialised” (misspelled, by the way). It works fine for a while, then it just fails. And, once it fails you have to completely restart. Sometimes LC even crashes! I

Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-12 Thread Dan Friedman via use-livecode
Matthias, If I build the standalone with tsNet selected, could I call: dispatch "revUnloadLibrary" to stack "tsNetLibUrl" at runtime to switch back to libURL? If so, this would give me the option to use either one. Thanks! -Dan On 7/11/17, 6:13 PM, "use-livecode on behalf of use-li

Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-12 Thread Dan Friedman via use-livecode
Charles, Yes, I do have resetAll in my scripts. I use it when a communications error has occurred as a way to reset and try again. If tsNet is in play, I gather I should not call resetAll? If not, is there something else I should be doing? Also, is there a way (via a property) to determine

Why is libcef included in standalone?

2017-07-18 Thread Dan Friedman via use-livecode
Using LC 8.1.5, I have unchecked “Browser (CEF)” option in the “Inclusions” section of the “Standalone Application Settings”. However, libcef.dll is still included in the standalone build on Windows. It is not included in the build for OSX. Am I right that this dll is solely for the use of th

Re: Why is libcef included in standalone?

2017-07-18 Thread Dan Friedman via use-livecode
Mark, Thanks for the very helpful info and the quick reply! In my case, I am displaying a very simple webpage as a type of preview. So, the latest html compatibility isn’t an issue. For this project, I’ll manually remove the libcef.dll and move forward. Thanks! -Dan ___

Export SVG as PNG?

2017-07-19 Thread Dan Friedman via use-livecode
Hello! Is it possible to export a svg widget to a png and retain the transparency? If so, how would you go about doing that? Thanks! -Dan ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Export SVG as PNG?

2017-07-19 Thread Dan Friedman via use-livecode
Klaus, Ali and Richmond, Thank you for the replies! Perfecto! -Dan ___ 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/

Sluggish on Mobile Device

2017-07-29 Thread Dan Friedman via use-livecode
I have a stack/card that has: (1) A background that is a high-res image, (2) A group of about 200 groups that form a scrolling list, (3) 2 buttons and another group all with transparencies that live on top of the scrolling list. On a desktop computer, it’s fine. But on an actual device (or the

OT: Hackintosh

2017-08-01 Thread Dan Friedman via use-livecode
Greetings! Has anyone built their own Hackintosh computer? If so, have you had any trouble working with XCode, iTunes Connect, Apple Developer tools, getting apps approved, etc. I would like to build one (I’m not in love with Apple’s pre-built choices), but don’t want any hassles down the ro

App Rejected: IPv6 network?

2017-08-01 Thread Dan Friedman via use-livecode
Hello. My app was rejected my Apple today. :( Here’s what they said: We discovered one or more bugs in your app when reviewed on iPhone and iPad running iOS 10.3.3 on Wi-Fi connected to an IPv6 network. The error occurs after launch with the only

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

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

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

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

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

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

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

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

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

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

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

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/

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

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

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

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

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

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

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

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

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

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

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!)

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

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

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

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

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

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

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

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

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

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

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

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

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: 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… >

<    1   2   3