RE: Cross-platform font handling, and why you don't want to do it

2022-09-05 Thread Ralph DiMola via use-livecode
will never get back trying to figure that one out. Roman Fonts with identical names is a constant issue. Have a TT font and a font with the same name in another format(Type 1/OpenType) on your system(even if they are from the same foundry) and see how that works out. Not good... Ralph DiMo

NAVRAD was: lcb missing manual

2022-09-01 Thread Ralph DiMola via use-livecode
LCS code. The was an auto sizing to card width request. I will look to see if I can do it without more docs(or help). If anyone would like to try it and find any bugs it's at ==> https://www.dropbox.com/s/51zm4m8dip49jov/com.livecode.widget.navrad.2.0.0.lce?dl=0 Ralph DiMola

RE: lcb missing manual

2022-09-01 Thread Ralph DiMola via use-livecode
42 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 Bob Sneidar via use-livecode Sent: Thursday, September 01, 2022 11:11 AM To: How to use LiveCode Cc: Bob

RE: Svg Icon Tool

2022-08-26 Thread Ralph DiMola via use-livecode
I looked at the code and an auto hilite property could be added and the hiliteing could be disabled. It would be confusing but it would be allow one to control the hilite. I'm going to try it for laughs. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninf

RE: Svg Icon Tool

2022-08-26 Thread Ralph DiMola via use-livecode
What if the widget had a property to disable the auto hilite on click and when the hiliteChanged message arrives you can set(or not) the hilite as appropriate via setting a widget property? A pre-message would be cleaner but this is not horrible. Ralph DiMola IT Director Evergreen Information

RE: Svg Icon Tool

2022-08-26 Thread Ralph DiMola via use-livecode
Do widgets even have the capability to send a message and have it return back to the widget if it is "Pass"ed in the spirit of "Pre" messages? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode

RE: Svg Icon Tool

2022-08-25 Thread Ralph DiMola via use-livecode
interest I will look into it. 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 Mike Kerner via use-livecode Sent: Thursday, August 25, 2022 9:19 AM To:

RE: Exclude Keywords from Auto-Complete

2022-08-25 Thread Ralph DiMola via use-livecode
In the edit=>options of the SE there is an option to turn autocomplete On/Off. There is also edit=>Autocomplete Snippet Manager. I have not used it but it looks interesting. It may solve your problem with the "alternate" option? Ralph DiMola IT Director Evergreen Informati

RE: Server globals

2022-08-12 Thread Ralph DiMola via use-livecode
Using the IP can fail if more than one user is on the same IP via a router using NAT. The Browser local storage is a better solution. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun

RE: Datagrid internal error

2022-08-08 Thread Ralph DiMola via use-livecode
Paul, The max height of a field is 32,767 pixels. This can be hard to quantify especially on mobile with the cornucopia of screen resolutions. I would imagine that this limit also applies to groups as well. I got bit on this when the app worked in the IDE but failed on some devices. Ralph DiMola

Dispatch / Send / Wait with/without Messages

2022-08-03 Thread Ralph DiMola via use-livecode
k to changing some "wait with messages" to plain old waits to prevent users from clicking and getting my code into trouble now-and-again. Thanks to all on the list for this info!!! Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message-

RE: Is Livecode (the company) closed for holiday?

2022-08-03 Thread Ralph DiMola via use-livecode
+1 Ralph DiMola IT Director Evergreen Information Services -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Bob Sneidar via use-livecode Sent: Wednesday, August 03, 2022 11:43 AM To: How to use LiveCode Cc: Bob Sneidar Subject: Re: Is

RE: Complete Advanced Networking Layer?

2022-07-15 Thread Ralph DiMola via use-livecode
Ben, I believe that's referring to tsNet. All tsNet's advanced functionality(async and such) is in the dictionary. Works great! In mobile I start 4 or 5 simultaneous downloads when the app is first opened. Ralph DiMola IT Director Evergreen Information Services rdim...@evergre

RE: Would anyone miss convertOctals?

2022-06-10 Thread Ralph DiMola via use-livecode
sets. 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 Mark Waddingham via use-livecode Sent: Friday, June 10, 2022 3:45 AM To: How to use LiveCode Cc: Mark

RE: Xcode

2022-05-24 Thread Ralph DiMola via use-livecode
, backup, device upgrades, log file viewing... The dance continues. 1,2,3 1,2,3 1,2,3. 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 Jim MacConnell via use

RE: Is it a bug?

2022-05-23 Thread Ralph DiMola via use-livecode
thing happens. This behavior applies to all apps I have used including the LC IDE. I see this behavior both Windows and Mac. What are they doing in the LC IDE to create the expected behavior? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message-

RE: Divide Large Data Blob?

2022-05-16 Thread Ralph DiMola via use-livecode
If the needed OR unneeded lines have something in common then the filter command is your friend. Filter is blazingly fast. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun

RE: Curved text possible?

2022-04-28 Thread Ralph DiMola via use-livecode
+1 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 Bob Sneidar via use-livecode Sent: Thursday, April 28, 2022 11:18 AM To: How to use LiveCode Cc: Bob

Apple App Store Server Notifications [was JWT Token Decode]

2022-04-08 Thread Ralph DiMola via use-livecode
e v1 straight up JSON but "inquiring minds want to know". Film at 11. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subs

JWT Token Decode

2022-04-07 Thread Ralph DiMola via use-livecode
Subject says it all. Has anyone done this in LC? In JavaScript it's decodeURIComponent. Thanks! Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode mailing list use-livecode@lists.runrev.com P

RE: Flash Talks - 3 slots remaining

2022-04-05 Thread Ralph DiMola via use-livecode
Me too. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net All right - now I'm hooked. Looking forward to you talking about the LC interface to the real world. -- Mark Wieder ahsoftw...@gmail.com ___ use-liv

RE: Flash Talks - 3 slots remaining

2022-04-05 Thread Ralph DiMola via use-livecode
Go for it. Get a headset and use a tablet. This is cool. Not as cool as a "pancake printer" but cool none the less. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runr

RE: New user

2022-03-30 Thread Ralph DiMola via use-livecode
Welcome + 1. Ask anything and we will try to help. This list help me on day one and hope we can return the favor. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On

FW: [GolfDay - The Premiere Golf Course Guide] Comment: "Phil Deserves a Pass"

2022-03-28 Thread Ralph DiMola via use-livecode
This look good to me? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net Phone: 518-636-3998 Ex:11 Cell: 518-796-9332 -Original Message- From: cybersport [mailto:wordpr...@golfday.us] Sent: Friday, March 25, 2022 8:55 AM To: rdim...@evergreeninfo.net

RE: IDE bait and switch ;-)

2022-03-26 Thread Ralph DiMola via use-livecode
initialize and increment in C would be much faster than LCS. Anything to speed up loops would be helpful. 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 J. L

LiveCode Server Shared Hosting Environment

2022-03-24 Thread Ralph DiMola via use-livecode
_2.17' not found (required by ./livecode-server-pro) ./livecode-server-pro: /lib64/libc.so.6: version `GLIBC_2.16' not found (required by ./livecode-server-pro) ./livecode-server-pro: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./livecode-server-pro) Thanks in advan

RE: No Android app icon with LC 9.6.6

2022-03-06 Thread Ralph DiMola via use-livecode
y icon on the device. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net Phone: 518-636-3998 Ex:11 -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Klaus major-k via use-livecode Sent: Sunday, March 06, 2022 4

RE: No Android app icon with LC 9.6.6

2022-03-06 Thread Ralph DiMola via use-livecode
Make that 9.6.6 rc1. Too early for me. Ran to the office to send this out without my cup of tea. >I Just ran into this yesterday using 9.6.1 rc1. For laughs I clicked the >adaptive icon in the standalone settings and back to >legacy and I now see the >legacy icon on the device.

RE: No Android app icon with LC 9.6.6

2022-03-06 Thread Ralph DiMola via use-livecode
Klaus, I Just ran into this yesterday using 9.6.1 rc1. For laughs I clicked the adaptive icon in the standalone settings and back to legacy and I now see the legacy icon on the device. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message

RE: Speed up a slow loop

2022-03-02 Thread Ralph DiMola via use-livecode
like a charm. Now LC is as fast as the JavaScript version. When filtering if you want the exact term then search with the dash added at the end for the search term. "filter" must be using your time machine somehow. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeni

RE: iphoneSafeAreaInsets()

2022-02-23 Thread Ralph DiMola via use-livecode
except for the notch) If the notch is on the right it's the same but reversed. Now you can use the areas beyond the corners but the corners of your card will be cut off by the rounded screen corners Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Origina

RE: full justification in a text field

2022-02-10 Thread Ralph DiMola via use-livecode
I was just trying to make text break at slashes today. I put a zero width space(U+200B) after every slash. Although LC did break the lines properly the space was not rendered as zero width. It was more like a thin space and a half and looked terrible. Is this an engine bug? Ralph DiMola IT

[OT] Converting to LiveCode from VAX VMS

2022-01-11 Thread Ralph DiMola via use-livecode
in a week or two, no prob for LC. For me this project in any other language would not be possible. There was 12 years of Basic text processing apps by a team of 4 programmers to convert. With LC it was all converted by me in my spare time. LC is my friend! RIP VAX Ralph DiMola IT Director E

RE: Is it normal to not be able to set script of objects in an encrypted stack?

2021-12-30 Thread Ralph DiMola via use-livecode
then you have a problem, but if someone is scraping memory you have bigger problems. 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 Tom Glod via use-livecod

RE: Communication with future you with a message board

2021-12-22 Thread Ralph DiMola via use-livecode
POOF your gone (grandfather paradox) But on the good side I may be able to play the Bach piece without mistakes. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On

RE: Livecode downloads VERY slow

2021-12-22 Thread Ralph DiMola via use-livecode
I just downloaded both the Mac and Win32 simultaneously via the download page in about a minute. Using “SpeedTest”, I get 110Mb/sec. I remember when got our first t1(1.544mb/sec) and thought we were styling ridiculous Ralph DiMola IT Director Evergreen Information Services rdim

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

2021-12-13 Thread Ralph DiMola via use-livecode
999 into tHilitedArray["to"]["index"] set the hilitedRange of control "PDF1" to tHilitedArray put the hilitedRangeText of control "PDF1" into tText This will work if you don't need to know the page number. If you do then cycle thru each

RE: IOS 15.0

2021-12-13 Thread Ralph DiMola via use-livecode
g. I always rename all my Xcode versions with the version number so that it will not be updated. 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 Mark Smith vi

RE: LC 9.5.6, Android and JSONToArray

2021-12-08 Thread Ralph DiMola via use-livecode
level of license should be the default? Ralph DiMola IT Director Evergreen Information Services -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of panagiotis m via use-livecode Sent: Wednesday, December 08, 2021 4:52 AM To: Dan Friedman Cc

RE: mobile debugger: unknown color?

2021-12-03 Thread Ralph DiMola via use-livecode
Mike, Did you try "Debug==>Show Next" in the SE? 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 Mike Kerner via use-livecode Sent: Friday

RE: The Dreaded tsNet "Error Previous request not completed" iOS app

2021-11-19 Thread Ralph DiMola via use-livecode
with tsNet-Pro. Well worth the price... Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

RE: The Dreaded tsNet "Error Previous request not completed" iOS app

2021-11-19 Thread Ralph DiMola via use-livecode
ast the licensing dialog like I did. Check to see if there is more than one option, then check them all so get the license level you expect. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode mailing

RE: The Dreaded tsNet "Error Previous request not completed" iOS app

2021-11-17 Thread Ralph DiMola via use-livecode
Ahhh, That explains why the app is failing now. I lost the pro-features in the transition to the new business model. Thanks! Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun

RE: The Dreaded tsNet "Error Previous request not completed" iOS app

2021-11-17 Thread Ralph DiMola via use-livecode
What is the "pro version" of tsNet the Charles refers to in that thread? 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 J. Landman Gay via us

RE: The Dreaded tsNet "Error Previous request not completed" iOS app

2021-11-17 Thread Ralph DiMola via use-livecode
J, Thanks to you and Charles! I wonder what changed to start this? Was tsNet or the mobile OSs not strict enough before and these errors were dropping on the floor or is it a bug introduced by either tsNet or the mobile OSs? Inquiring minds want to know... Ralph DiMola IT Director Evergreen

RE: Xcode and Catalina **NEW MBP**

2021-11-17 Thread Ralph DiMola via use-livecode
Did you point the build tools to 12.5.1? 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 Mike Kerner via use-livecode Sent: Wednesday, November 17, 2021 9

The Dreaded tsNet "Error Previous request not completed" iOS app

2021-11-16 Thread Ralph DiMola via use-livecode
Connection to false. This code worked in previous versions of LC. Fails on iPad but works in the IDE. Has anyone seen this? I have a little bit of a time crunch. Any suggestions would be appreciated. Thanks in advance. Ralph DiMola IT Director Evergreen Information Services rdim...@evergre

RE: Xcode and Catalina **NEW MBP**

2021-11-16 Thread Ralph DiMola via use-livecode
Apple did it again. It looks like only Xcode 13 will run on Monterey. Looks can be deceiving. If you activate Xcode 12.5.x from the command line it will start. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode

RE: Xcode and Catalina **NEW MBP**

2021-11-16 Thread Ralph DiMola via use-livecode
ing apps built using iOS14.x SDKs. This means that, if you wish to submit apps to the AppStore you will have to be running at least macOS 10.15 in order to be able to install the necessary version of Xcode. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Origi

Mobile Brower Widget Error Accessing Local Files LC 9.6.5 (rc 2)

2021-11-09 Thread Ralph DiMola via use-livecode
droid. I haven't tried iOS yet. I know we've been here before but I thought using the temp folder solved it. Is this a regression or have I missed something? Thanks! Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net

RE: How to restrain impatient tsNet?

2021-11-08 Thread Ralph DiMola via use-livecode
e return "tsNet" end if end GetNetworkType 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 Ben Rubinstein via use-livecode Sent: Sunday,

RE: Android .idsig file

2021-10-28 Thread Ralph DiMola via use-livecode
Interesting... If I make an APK I get the expected apk and the additional .idsig But if I build an app bundle I get the expected .aab and an .apk as a bonus? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode

[OT] M1 Mac Mini USB problems

2021-10-27 Thread Ralph DiMola via use-livecode
g Mac Book Pro so I could upgrade to Big Sur. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and m

RE: Problems with simulator

2021-10-26 Thread Ralph DiMola via use-livecode
I found that starting the simulator manually before testing will usually stop the timeouts. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

RE: Our survey - please don't discuss :)

2021-10-22 Thread Ralph DiMola via use-livecode
aiting for a deposit now. 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 J. Landman Gay via use-livecode Sent: Friday, October 22, 2021 1:25 PM To: How to us

RE: IDE crashing on Windows 10

2021-10-15 Thread Ralph DiMola via use-livecode
s. This new era just crash and go away is astounding. Is there no way to trap severe errors? 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 Bernard Devlin v

RE: iOS Ad-Hoc installation iOS 15

2021-10-15 Thread Ralph DiMola via use-livecode
any insight. I guess it looks like the distribution profile using existing cert is OK(I hope) Thanks again. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net Phone: 518-636-3998 Ex:11 Cell: 518-796-9332 -Original Message- From: use-livecode [mailto:

iOS Ad-Hoc installation iOS 15

2021-10-15 Thread Ralph DiMola via use-livecode
uploaded it via the transporter and other than the usual warnings Apple approved the upload. My iOS 15 tester is still getting (Unable to install "app name". this app cannot be installed because its integrity could not be verified) Has anyone seen this? Any Ideas? Thanks in advance. Ralp

RE: Android SDK install without Android Studio (LC 9.6.5 App Bundles)

2021-10-15 Thread Ralph DiMola via use-livecode
the LC prefs the JDK location is empty? I installed the version I had jdk-8u102-macosx-x64. 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 panagiotis m via use

Android SDK install without Android Studio (LC 9.6.5 App Bundles)

2021-10-14 Thread Ralph DiMola via use-livecode
ill list all available packages. When LC requires an newer SDK down the road you will find it in this list. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode mailing list use-livecode@lists.runrev.com Plea

RE: Keep stack proportions when resizing

2021-10-08 Thread Ralph DiMola via use-livecode
resizeStack has 4 parameters that can be very useful. resizeStack pNewWidth, pNewHeight, pOldWidth, pOldHeight Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On

RE: IAP in App Store

2021-10-07 Thread Ralph DiMola via use-livecode
"complete" status only means that the process is complete. A purchase is only complete if "complete" is preceded by a "paymentReceived" or in the case of a user with a new device "restored". At least that's the way I understand it. This logic has worke

RE: iOS 15 and Xcode Cant Install app

2021-10-01 Thread Ralph DiMola via use-livecode
ay to get us to buy a new Mac now. It worked on me, I'm getting a M1 Mac Mini. 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 J. Landman Gay via use-liv

iOS 15 and Xcode Cant Install app

2021-09-30 Thread Ralph DiMola via use-livecode
anyone know? Thanks in advance Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscriptio

RE: Starter Plan offer - China users

2021-09-27 Thread Ralph DiMola via use-livecode
When I do this type of licensing I allow n number of activations without phoning home to take this into account. I would hope the LC does the same. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use

RE: iOS 15 - Xcode version

2021-09-23 Thread Ralph DiMola via use-livecode
I'm on Catalina with Xcode 12.4. My mobile device is too old to go to 15. Can anyone test the Catalina/Xcode 12.4/iOS 15 scenario? Thanks in advance! Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-liv

RE: Last record of a cursor?

2021-09-17 Thread Ralph DiMola via use-livecode
Bob, See: revQueryIsAtEnd revnumberofrecords If the number of records is 0 then no results were returned. If revQueryIsAtEnd is true then you're at the end. This will happen after you do an additional revMoveToNextRecord when on the last record. Ralph DiMola IT Director Evergreen Inform

RE: IAP in App Store

2021-09-17 Thread Ralph DiMola via use-livecode
Might we have a message path issue here? Put a test "purchaseStateUpdate" in the card of the stack that you are starting this in. Ralph DiMola IT Director rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On B

RE: LiveCode 10 - what are your thoughts on the new features?

2021-09-09 Thread Ralph DiMola via use-livecode
quot;a","b","c"] into tVar3 Is this that same as put "a" into tVar3[1] put "b" into tVar3[2] put "c" into tVar3[3] ??? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use

RE: LiveCode 10 - what are your thoughts on the new features?

2021-09-09 Thread Ralph DiMola via use-livecode
"Language is a very fluid thing." Yes it is. Up here in NYS we stop off for the "One". Where "one" is from 1 to ... Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecod

RE: Suggestion: Non-Appbuilding Community Edition

2021-09-02 Thread Ralph DiMola via use-livecode
not dismiss this out-of-hand. A 90 day free IDE could also be an option. 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 Kevin Miller via use-livecode Sent

RE: Suggestion: Non-Appbuilding Community Edition

2021-09-02 Thread Ralph DiMola via use-livecode
buy a platform or two If I want to expand the IDE to building distributable apps. 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 Michael Kristensen vi

RE: 9.6.4?

2021-08-31 Thread Ralph DiMola via use-livecode
Server downloads are available on the website after you login to your account. 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 matthias rebbe via use

RE: How Do We Stop A "Standalone Builder Progress" ?

2021-08-16 Thread Ralph DiMola via use-livecode
Windows? 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 J. Landman Gay via use-livecode Sent: Monday, August 16, 2021 2:39 PM To: How to use LiveCode Cc

PlayStore App Bundles.

2021-08-12 Thread Ralph DiMola via use-livecode
I see there is a bug report for this. We are already past the deadline. https://quality.livecode.com/show_bug.cgi?id=22251 Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun

RE: Hard case

2021-08-12 Thread Ralph DiMola via use-livecode
all app updates will be required to target API level 30 (Android 11). This will replace the APK as the standard publishing format. Apps with a download size of more than 150 MB are now supported by Play Asset Delivery and Play Feature Delivery. Ralph DiMola IT Director Evergreen Informat

RE: M1 Mac mini for LC: First Impressions

2021-08-02 Thread Ralph DiMola via use-livecode
t need a laptop so a Mac mini is definitely a lower cost option for me. Keep us updated... Thanks! 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 Cur

RE: access scroll of browser widget

2021-07-21 Thread Ralph DiMola via use-livecode
et the javascriptHandlers in LC and have a callback to LC from a JavaScript handler in the html to interrogate the current scroll position. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-bou

RE: How to scale the content of the Browser Widget

2021-07-13 Thread Ralph DiMola via use-livecode
One way... Create a local html template and replace an href place holder in the template to the url of the web server image. Then load the template page into the browser widget and let html do the resizing heavy lifting. This will not break cors. Ralph DiMola IT Director Evergreen Information

RE: Mobile Scroller

2021-06-18 Thread Ralph DiMola via use-livecode
landscape I use Orientationchanged very very rarely but when you need it it's invaluable. 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 Tom Glod v

RE: Mobile Scroller

2021-06-18 Thread Ralph DiMola via use-livecode
Tom, What handler are you doing this in? 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 Tom Glod via use-livecode Sent: Friday, June 18, 2021 2:51 PM To

RE: Finding out what changes a custom property

2021-06-07 Thread Ralph DiMola via use-livecode
to get the top item multiple times (Remember to lock messages to keep the set prop from being called when manually deleting the top line in the property). LC is a never ending well of cool things to increase productivity. Ralph DiMola IT Director Evergreen Information Services rdim

RE: workaround for cut-off text in native scroller?

2021-06-02 Thread Ralph DiMola via use-livecode
ight/width would produce more predictable results. 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 Alex Tweedly via use-livecode Sent: Wednesday, June 02,

RE: XCode command line tools 12

2021-05-20 Thread Ralph DiMola via use-livecode
build so I just got them out of the applications folder and have not had a problem. 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 Mike Kerner via use-livecode

RE: XCode command line tools 12

2021-05-19 Thread Ralph DiMola via use-livecode
y Mojave Mac. This give me 10.2,11.2,21.1 and 13.1 simulators. I will be upgrading to Catalina shortly. Why, because I have to... Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.

RE: Complete Crash or Engine Hang: which is better?

2021-04-29 Thread Ralph DiMola via use-livecode
(using mesuretext) and then inserting the styled array into the field. I have to go back and look but I think there was a 10x or more performance increase for my average case. In any case it became sub-second instead of seconds. Ralph DiMola IT Director Evergreen Information Services rdim

RE: PDF Widget

2021-04-24 Thread Ralph DiMola via use-livecode
erver. 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 Klaus major-k via use-livecode Sent: Saturday, April 24, 2021 4:38 PM To: How to use LiveCode Cc: Klaus ma

RE: What exactly does "put" do on Server?

2021-04-21 Thread Ralph DiMola via use-livecode
If it's a POST then you must set the "Content-Length" in the header for xhttp requests. The client(chrome anyway) will fail. GETs don't require "Content-Length" to be set in the header. I don't know how multiple "put"s work for xhttp. Now I

RE: On the dangers of automated refactoring

2021-04-14 Thread Ralph DiMola via use-livecode
need parameters to be declared. What is the scope of the variable vs. the handler parameter when the handler is running? That's bigger question. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mail

RE: License Activation

2021-04-12 Thread Ralph DiMola via use-livecode
Thanks Heather. I also put in a request via my KAV enterprise account. 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 Heather Laine via use-livecode Sent

RE: License Activation

2021-04-12 Thread Ralph DiMola via use-livecode
Mark, I'm running KAV 11.4.0.223 AES 256. This is the enterprise not consumer version. I wonder is the update is only going to the consumer version? Thanks Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-liv

RE: License Activation

2021-04-12 Thread Ralph DiMola via use-livecode
from Windows Defender, blow past that and LC started. 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 Heather Laine via use-livecode Sent: Monday, April 12, 20

RE: License Activation

2021-04-12 Thread Ralph DiMola via use-livecode
Mark, Yes, I have KAV on Win 10. ARRRG But seriously... Thanks! 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 Mark Waddingham via use-livecode Sent

RE: License Activation

2021-04-12 Thread Ralph DiMola via use-livecode
Panos, Win 10 VM. I renamed the license files and still get the error ==> "An error occurred while attempting to contact the Server. Please try again later." Thanks Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From:

License Activation

2021-04-12 Thread Ralph DiMola via use-livecode
When I started LC 9.6.1 this am I got a message that the license is corrupted. When I entered my username/password to re-activate I got this message "An error occurred while attempting to contact the server" Anyone else having problems? Ralph DiMola IT Director Evergreen Information Ser

RE: Find Replace in Script Editor with cr

2021-04-08 Thread Ralph DiMola via use-livecode
ption) but I try to limit the exchanging ideas to our field for selfish reasons not because of any "rule" or proper decorum. But that's me... Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:us

RE: Change email

2021-04-08 Thread Ralph DiMola via use-livecode
Reach out to Heather via support email (supp...@runrev.com) . She has always been very responsive to these requests. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On

RE: Help! I'm stuck

2021-04-07 Thread Ralph DiMola via use-livecode
restarted. After some searches I found that this is the correct behavior??? I guess there is a reason for closing the stack(s) but I find it very odd indeed. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use

RE: Checking the Milliseconds

2021-04-07 Thread Ralph DiMola via use-livecode
I added an average. i7-6700 3.4GHz 8 cores in the VM Run 1: Max==>4586 Min==>460 Average==>3096.058 Run 2: Max==>7573 Min==>460 Average==>3835.764743 Run 3: Max==>7573 Min==>728 Average==>2947.388 Interesting Ralph DiMola IT Director Evergree

RE: Checking the Milliseconds

2021-04-07 Thread Ralph DiMola via use-livecode
I scanned the results after it was done and got this: Max==>3959 Min==>1015 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 Tom Glod via use-li

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