iOS Ad-Hoc installation iOS 15

2021-10-15 Thread Ralph DiMola via use-livecode
When I was building on the Catalina/LC 9.6.3/Xcode12.4 my iOS 15 tester was getting ("app name" Needs to be Updated. The developer of this app needs to update it to work with this version of iOS) I updated to an M1 Mac Big Sur/LC 9.6.5/Xcode 12.5. I copied my KeyChain from the old Mac(export/import

RE: iOS Ad-Hoc installation iOS 15

2021-10-15 Thread Ralph DiMola via use-livecode
e to create a fresh dev certificate and dev provisioning profile. Kind regards, Panos -- On Fri, 15 Oct 2021 at 18:50, Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> wrote: > When I was building on the Catalina/LC 9.6.3/Xcode12.4 my iOS 15 > tester was getting ("app

RE: IDE crashing on Windows 10

2021-10-15 Thread Ralph DiMola via use-livecode
I don't know how C modern programs handle errors but on VAX VMS there was a handler available to all languages. It was named "lastChanceExceptionHandler"(always sounded like the OK Corral). This allowed the program to possibly save work, gracefully shutdown and produce crash logs. This new era just

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

2021-10-22 Thread Ralph DiMola via use-livecode
My hosting provider was doing the same thing. There was an option in the web interface to let all email rip and let the client SW deal with it along with smart email habits. We actually a serious issue because we missed a few legitimate emails from one customer. This was from a fortune 500 company.

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 this

[OT] M1 Mac Mini USB problems

2021-10-27 Thread Ralph DiMola via use-livecode
I am having problems with my new 2020 Mac Mini's USB ports. The new time machine disk will only backup a gig or two before erroring out. Then the disk is then is not mountable. All sorts of errors when trying first aid or trying to mount it via first aid. Sent the disk back and the new one did t

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 [mailto:use

RE: How to restrain impatient tsNet?

2021-11-08 Thread Ralph DiMola via use-livecode
Ben, One more thing. Function GetNetworkType below will return the network type. The handler NetworkType will report the status and version. command NetworkType if GetNetworkType() = "Sockets" then answer "tsNet is disabled" else answer "tsNet in use. Version==>"& tsNetVers

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

2021-11-09 Thread Ralph DiMola via use-livecode
I am getting "e\net::ERR_ACCESS_DENIED" when accessing a local html files in the "specialFolderPath("temporary")" folder. I put an answer in the app to display all the files and they are indeed there. The files are in a sub folder of the temp folder. This is for Android. I haven't tried iOS yet. I

RE: Xcode and Catalina **NEW MBP**

2021-11-16 Thread Ralph DiMola via use-livecode
Mike, >From 9.6.5 Release notes. - macOS 10.15.4: Xcode 12.4.x - LiveCode builds iOS apps using the iOS 14.4 SDK There is a full list of working LiveCode/macOS/Xcode combinations here: https://livecode.com/docs/9-5-0/faq/faq/ Important: From the start of April 2021, Apple is only accepting ap

RE: Xcode and Catalina **NEW MBP**

2021-11-16 Thread Ralph DiMola via use-livecode
BP, and no versions of XC before 13.1 will run on it. I used a restore from Time Machine to get the machine set up, so all of the old XCodes that I had moved over, but none of the command-line tools seem to work. #firstWorldProblems On Tue, Nov 16, 2021 at 1:22 PM Ralph DiMola via use-livecode < u

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

2021-11-16 Thread Ralph DiMola via use-livecode
iOS app built with LC 9.6.5 rc2 on Big Sur using Xcode 12.5. I am doing several synchronous operations in the form "put url (some-url) into tVar". I do 1 or 2 and then every request after that fails. Played with the various timeouts with no success. I also tried setting tsNetLibUrlReuseConnection

RE: Xcode and Catalina **NEW MBP**

2021-11-17 Thread Ralph DiMola via use-livecode
> > It's a new MBP, and no versions of XC before 13.1 will run on it. > > I used a restore from Time Machine to get the machine set up, so all > > of > the > > old XCodes that I had moved over, but none of the command-line tools > seem to > > work. > >

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

2021-11-17 Thread Ralph DiMola via use-livecode
"Error Previous request not completed" iOS app On 11/16/21 6:51 PM, Ralph DiMola via use-livecode wrote: > iOS app built with LC 9.6.5 rc2 on Big Sur using Xcode 12.5. > I am doing several synchronous operations in the form "put url > (some-url) into tVar". I do

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

2021-11-17 Thread Ralph DiMola via use-livecode
e-livecode Sent: Wednesday, November 17, 2021 2:44 PM To: How to use LiveCode Cc: J. Landman Gay Subject: Re: The Dreaded tsNet "Error Previous request not completed" iOS app On 11/16/21 6:51 PM, Ralph DiMola via use-livecode wrote: > iOS app built with LC 9.6.5 rc2 on Big Sur using X

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

2021-11-17 Thread Ralph DiMola via use-livecode
er the transfer completes Regards, Matthisa > Am 17.11.2021 um 23:04 schrieb 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 > rdi

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

2021-11-19 Thread Ralph DiMola via use-livecode
I solved the problem. I was my problem. When I activated LC 9.6.4+ I just blew past the licensing dialog taking the default as I have always done. In pre 9.6.4 I only had one licensing option. This was my business license that included the indy to business upgrade and the pro features upgrade. In 9

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

2021-11-19 Thread Ralph DiMola via use-livecode
I just wanted to thank Jacqueline Landman Gay and Charles Warwick for this thread https://www.mail-archive.com/use-livecode@lists.runrev.com/msg113554.html I still wonder how more than one synchronous operation can be in play at the same as synchronous operations are blocking. Oh well I works now

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, December 03, 202

RE: LC 9.5.6, Android and JSONToArray

2021-12-08 Thread Ralph DiMola via use-livecode
Dan, Same problem with tsNet. The pro was the second license and as in previous version I just blew past the licensing dialog without reading. After I re-licensed and clicked the right arrow and selected the pro license(clearly marked) I was good to go. Although I assumed... Maybe the highest l

RE: IOS 15.0

2021-12-13 Thread Ralph DiMola via use-livecode
Download Xcode 14.5.x and rename it to Xcode_14.5.x. Open it up and allow the installation to complete. Then point your Xcode build tools to the 14.5.x. In LC prefs point to Xcode 14.5.x.app. You can now build apps. You can open up Xcode 15.0 to drag .app's to your devices for testing. I always

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

2021-12-13 Thread Ralph DiMola via use-livecode
Sorry I could not get back to you on this until now. (-1)s don't work here. put 1 into tHilitedArray["from"]["page"] put 1 into tHilitedArray["from"]["index"] put 99 into tHilitedArray["to"]["page"] put 99 into tHilitedArray["to"]["index"] set the hilitedRange o

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...@evergreenin

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 Beha

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
I thought for a standalone if you "set the passKey of stack "x" to "y" you will be able to modify scripts. This will only be in ram. If your standalone saves the stack then do "set the password of stack to "y" before saving. If someone is scraping ram memory then you have a problem, but if someone

[OT] Converting to LiveCode from VAX VMS

2022-01-11 Thread Ralph DiMola via use-livecode
Well my old VAX/VMS friend has finally died. It ran 24/7 for 26 years and was only rebooted every 2 or three years(power outage or disk replacement). It's either a bad disk drawing too much from the old power supply or the supply itself needs to be re-capped. Fires up and boots but shuts off aft

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 Dir

RE: iphoneSafeAreaInsets()

2022-02-23 Thread Ralph DiMola via use-livecode
The corners are curved so rectangular safe areas are: 1) portrait==> from the bottom of the notch to the top of the corners at bottom full width of the screen. 2) Landscape there are 2 options: a) Notch on left ==> from the right of the notch on left to the full right side of screen. The height

RE: Speed up a slow loop

2022-03-02 Thread Ralph DiMola via use-livecode
I ran into this when doing mobile predictive typing for US cities(40,000) with a scrollable dropdown of results. I did with a loop in JavaScript in html and was instantly fast. So in LC IDE I started with the loop thing and it was too slow. There was a 3/4 of a second blip as each character was typ

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: 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. Ralph DiMola I

RE: No Android app icon with LC 9.6.6

2022-03-06 Thread Ralph DiMola via use-livecode
I updated the bug report. >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 t

LiveCode Server Shared Hosting Environment

2022-03-24 Thread Ralph DiMola via use-livecode
Is there any way without root access to solve the problem of missing libraries preventing LiveCode server from running in a shared server environment? I'm getting this error when running the 9.6.6 64 bit server from the command line. ./livecode-server-pro: /lib64/libc.so.6: version `GLIBC_2.17' no

RE: IDE bait and switch ;-)

2022-03-26 Thread Ralph DiMola via use-livecode
I've wanted it since I started using LC with the loop by chunks(lines/items) concept. It's full form should also have start and increment. Repeat for each line tLine in MyVar index tIdxVar start 1 increment 2. This would be such a coding time saver and make for cleaner code. Doing the initialize

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 Subje

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 Be

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.runrev.com] On Beh

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

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

Apple App Store Server Notifications [was JWT Token Decode]

2022-04-08 Thread Ralph DiMola via use-livecode
Apple App Store Server Notifications sends transaction data to your server. It is especially good for in-app purchase refunds. If you had previously recorded the transaction ID of the original purchase you can match it up to the server notification and attach it to a user. When you use the App Sto

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 Sneid

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...@lists.runrev.com

RE: Is it a bug?

2022-05-23 Thread Ralph DiMola via use-livecode
I also expect nothing is done if I click on anything and move the mouse outside the active window THEN release(unless a drag and drop is involved). I use this all this time with the classic "S*&# I didn't mean to click on that". If move out of the window before releasing nothing happens. This behav

RE: Xcode

2022-05-24 Thread Ralph DiMola via use-livecode
You can have the most recent version of Xcode installed but must also have the LC supported version installed(if different as it usually is). The build tools must point to the LC supported version for building iOS apps but you can use the most recent version(beta or prod) for side-loading, backu

RE: Would anyone miss convertOctals?

2022-06-10 Thread Ralph DiMola via use-livecode
Same as many others on the octal question. Did not know/don’t use. (can see how it would be useful) On this one... don’t use it for msg or envs. I rarely use by ref to change calling parameters, but do it now and again. I mostly use by ref for performance in loops or extraordinary large data se

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...@evergreeninfo.net -Orig

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 Live

Dispatch / Send / Wait with/without Messages

2022-08-03 Thread Ralph DiMola via use-livecode
I'm having the same epiphany as Paul did below. The cornucopia of flexibility(and gotchas) that LC's message path model provides using: 1) Standard issue calling of commands and functions. 2) Engine messages 3) Send (optionally in time) 4) Dispatch 5) Wait in time with/without messages 6) exit to t

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

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...@lists.

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 Information Services rdim...@everg

RE: Svg Icon Tool

2022-08-25 Thread Ralph DiMola via use-livecode
Mike, I have used my own version of the navbar widget for years. I added an option to enlarge/vertically justify the icon if there is no label and eliminated the "new item" thingy. I think the stock widget already lets you select the zero option. I added that back before the stock widget let you

RE: Svg Icon Tool

2022-08-26 Thread Ralph DiMola via use-livecode
?id=23207) > >> - > >>> someone taps on a selection. i do a check, throw up a "nope", and > nothing > >>> changes. this one is preventing me from moving off of the > >>> tmControls > >> navbar. > >>> * autowidth to the card widt

RE: Svg Icon Tool

2022-08-26 Thread Ralph DiMola via use-livecode
mho are >>>>> * [preHiliteChanged]( >> https://quality.livecode.com/show_bug.cgi?id=23207) >>>> - >>>>> someone taps on a selection. i do a check, throw up a "nope", and >> nothing >>>>> changes. this one is preventing me fr

RE: Svg Icon Tool

2022-08-26 Thread Ralph DiMola via use-livecode
anged would never get triggered. Having the back end highlight change without it visually changing would probably lead to confusion. > On Aug 26, 2022, at 11:55 AM, Ralph DiMola via use-livecode > wrote: > > What if the widget had a property to disable the auto hilite on clic

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

NAVRAD was: lcb missing manual

2022-09-01 Thread Ralph DiMola via use-livecode
I took a major stab at LCB and created a new widget based on the navbar widget. I have made 2 changes to the navbar and call it navrad. It does not modify the stock navbar. With almost no docs it was a challenge. There were so many unknowns I got a few giant headaches. It adds 4 new properties(

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

2022-09-05 Thread Ralph DiMola via use-livecode
Solutions before I tell my tales of woe. Measuretext is a great high speed tool using a field's properties to calculate the width in pixels that the string will occupy when rendered. This can solve many kerning issues. The font size can be adjusted as needed to fit the text into a field without

RE: NAVRAD was: lcb missing manual

2022-09-06 Thread Ralph DiMola via use-livecode
use LiveCode Cc: Mike Kerner Subject: Re: NAVRAD was: lcb missing manual Ralph, got the source, somewhere? i'd like to learn from it. testing to begin...now. On Thu, Sep 1, 2022 at 1:32 PM Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> wrote: > I took a major st

RE: NAVRAD was: lcb missing manual

2022-09-09 Thread Ralph DiMola via use-livecode
an Milby via use-livecode < >> use-livecode@lists.runrev.com> wrote: >> >>> I think the user is going to need to code the width adjustment in >>> the resizeStack handler. Widgets can’t change their rect on their >>> own. It has to happen from the LCS

RE: NAVRAD was: lcb missing manual

2022-09-09 Thread Ralph DiMola via use-livecode
19:05 schrieb Mike Kerner via use-livecode > : > > Weird. I thought you could just toss it in the extensions folder. > >> On Fri, Sep 9, 2022 at 10:33 AM Ralph DiMola via use-livecode < >> use-livecode@lists.runrev.com> wrote: >> >> Yes, And after t

RE: NAVRAD was: lcb missing manual

2022-09-10 Thread Ralph DiMola via use-livecode
I also got rid of the 3 properties. I have a Icon Zoom percent that defaults to 100 % for all icons just about finished. I guess I'll have to understand github. I was hoping to avoid it until I retire. Every time I go to github it's just so confusing just to get something that's there. It's not in

RE: [semi-OT] PDF on the fly

2022-09-14 Thread Ralph DiMola via use-livecode
How fortuitous... I just ran into this while doing JavaScript xhttp network requests to LC Server on Safari only. I just updated from LC Server 9.5.1. to 9.6.6. I saw it in Safari in iOS. Chrome in iOS worked OK. I went back to 9.5.1 and everything started working again in Safari. Do we possibly h

RE: NAVRAD was: lcb missing manual

2022-09-15 Thread Ralph DiMola via use-livecode
Also another new feature is the Icon Fill property. If enabled: 1)If there is no label the icon is enlarged slightly and centered vertically 2) In the PI the label can be deleted without the "New Item" inserted into the label. I did this because among others the social media icons don't need labels

RE: NAVRAD was: lcb missing manual

2022-09-15 Thread Ralph DiMola via use-livecode
Docs aside... I still think that widgets and lcb is one of best additions to LC. Community collaboration like this will make for better documentation and more new/improved widgets. A robust library of widgets can only help LC to penetrate the market. If only we had these when I started... Shout ou

RE: PDF Printing

2022-10-04 Thread Ralph DiMola via use-livecode
Dan, How to delete Windows font cache: https://www.tenforums.com/tutorials/54452-rebuild-font-cache-windows-10-a.ht ml Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On

RE: PDF Printing

2022-10-04 Thread Ralph DiMola via use-livecode
r some property I need to set or reset. -Dan On 10/4/22, 9:51 AM, "use-livecode on behalf of Ralph DiMola via use-livecode" wrote: Dan, How to delete Windows font cache: https://www.tenforums.com/tutorials/54452-rebuild-font-cache-windows-10-a.ht ml Ralph D

RE: Script Compiler

2022-11-02 Thread Ralph DiMola via use-livecode
Or in my case 5 o'clock somewhere 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 Sean Cole via use-livecode Sent: Wednesday, November 02, 2022 12:54 PM To:

RE: LC Date Conversions post 2035 [OT ish]

2022-11-07 Thread Ralph DiMola via use-livecode
Interesting... On my Outlook the received date is used to sort emails but on my phone the "date" field in the header is used for both sorting and displaying in the list. So on my phone this email will be at the top until 31 Dec 2034. This just reinforces that the interpretation of internet mail he

RE: ENTER in scripts

2022-11-07 Thread Ralph DiMola via use-livecode
Well, you learn something exceedingly simple every day. OK I get it. Enter is the same as clicking "Apply". Very convenient! Saves time typing in the SE. THANKS! Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [ma

RE: Anyone any experience with Livecode under Ventura?

2022-11-10 Thread Ralph DiMola via use-livecode
+1 Or stop you car from charging. 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: Wednesday, November 09, 2022 5:31 PM To:

Ask Password Cursor Oddity

2022-11-10 Thread Ralph DiMola via use-livecode
Riddle me this.. I was building an Android Production app using 9.6.9 rc2 on Win 10. I kept getting errors that the keystore passwords not correct. I tried it 10 times until I noticed that when typing in the keystore and the private passwords when you type the first character the cursor is befor

RE: Can we install "command Line Tools 14.1" on Mac?

2022-11-16 Thread Ralph DiMola via use-livecode
You can install any number of Xcode versions. Just point the build tools to 13.2.1. In terminal Xcode-select --print-path Will show the current selected path to xcode.app for building sudo xcode-select --switch PathToXcode13 will set the build tools path Ralph DiMola IT Director Evergreen Informa

RE: Can we install "command Line Tools 14.1" on Mac?

2022-11-16 Thread Ralph DiMola via use-livecode
f Of Klaus major-k via use-livecode Sent: Wednesday, November 16, 2022 10:25 AM To: How to use LiveCode Cc: Klaus major-k Subject: Re: Can we install "command Line Tools 14.1" on Mac? Hi Ralph, > Am 16.11.2022 um 16:21 schrieb Ralph DiMola via use-livecode : > > You can install

RE: Lock screen challenge

2022-11-22 Thread Ralph DiMola via use-livecode
Not to be Johnny Rain Cloud... What if handler "A" locks and it calls either hander "B" OR handler "C" to unlock? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Beha

RE: use-livecode Digest, Vol 230, Issue 17

2022-11-28 Thread Ralph DiMola via use-livecode
Bob, Yes you can "put the lockscreen" 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: Monday, November 28, 2022 11:25 AM

[OT] Upgrade to Monterey from Big Sur

2022-11-28 Thread Ralph DiMola via use-livecode
Is it possible for me to upgrade my M1 Mac mini Big Sur to Monterey? I did some searches but I can't find anything. Software update only lists Ventura as an upgrade option. Thanks! Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net __

RE: [OT] Upgrade to Monterey from Big Sur

2022-11-28 Thread Ralph DiMola via use-livecode
obust that the beta-quality stuff Apple lobbed ourway after Catalina. On Mon, 28 Nov 2022, 21:09 Ralph DiMola via use-livecode, < use-livecode@lists.runrev.com> wrote: > Is it possible for me to upgrade my M1 Mac mini Big Sur to Monterey? I > did some searches but I can't find any

RE: [OT] Upgrade to Monterey from Big Sur

2022-11-28 Thread Ralph DiMola via use-livecode
downloaded from the App Store Does this link work for you to download Monterey. https://apps.apple.com/us/app/macos-monterey/id1576738294?mt=12 > Am 28.11.2022 um 20:09 schrieb Ralph DiMola via use-livecode : > > Is it possible for me to upgrade my M1 Mac mini Big Sur to Monterey? I did some

RE: [OT] Upgrade to Monterey from Big Sur

2022-11-29 Thread Ralph DiMola via use-livecode
94?mt=12 > Am 28.11.2022 um 20:09 schrieb Ralph DiMola via use-livecode : > > Is it possible for me to upgrade my M1 Mac mini Big Sur to Monterey? I did some searches but I can't find anything. Software update only lists Ventura as an upgrade option. > > Thanks! > >

[OT] Upgrade to Monterey from Big Sur Update Simulator/Multiple Xcode versions

2022-11-29 Thread Ralph DiMola via use-livecode
FYI: I was able to run Xcode 14.1 and invoke the iPhone 14 simulator. I tested an LC app building against Xcode 13.2.1. Clicked the test button and BOOM there was the app on the iPhone 14 simulator. Only one little hiccup. I had to select the hardware keyboard then disable then re-enable to get the

RE: correct iphoneSafeAreaInsets in iPad simulator?

2022-11-30 Thread Ralph DiMola via use-livecode
Klaus, I see what you mean. I had my resizing SW using a table that I just kept adding to as new models were released. I gave up on that after the iPhone 14 pro was released. I now use iphoneSafeAreaInsets(). It seems to work OK. I will do some testing of one of my apps on the iPad Pro (11-inch)

RE: correct iphoneSafeAreaInsets in iPad simulator?

2022-11-30 Thread Ralph DiMola via use-livecode
I did not have any problems on iPad Pro (11-inch) (3rd generation) simulator using iphoneSafeAreaInsets(). One thing I did notice that when you change rotation the resizestack handler is not firing. However it does work as expected on the device. LC or simulator bug? Other than that, I have nothin

[OT} Sunsetting Atom Editor 12/15/2022

2022-12-06 Thread Ralph DiMola via use-livecode
I was wondering what editor the LC community is migrating to? I like Atom with the LCS and LCB packages. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode mailing list use-livecode@lists.runrev.com Pleas

RE: [OT} Sunsetting Atom Editor 12/15/2022

2022-12-12 Thread Ralph DiMola via use-livecode
LCB? 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 Wieder via use-livecode Sent: Sunday, December 11, 2022 6:12 PM To: Mark Wieder via use-livecode Cc

RE: Sad news about Brahmanathaswami

2022-12-27 Thread Ralph DiMola via use-livecode
I worked with him on some mobile questions and he was very pleasant to correspond with. A good heart will always "rest in peace" Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.run

RE: Standalone riddle

2023-01-13 Thread Ralph DiMola via use-livecode
I would try to install the "Test version" on another Android device and see if it runs OK. Then it would narrow it to the building process. The "test" apk will be in some temp folder. I will look for it you can't find it. Ralph DiMola IT Director Evergreen Information Services -Original Messa

RE: Standalone riddle

2023-01-15 Thread Ralph DiMola via use-livecode
I'd be interested to see if what difference there is between the test apk and the standalone builder apk. This has me a bit worried. If you want to send me the 2 apks I will dive in and see at least what file(s) are different. Ralph DiMola IT Director Evergreen Information Services rdim...@evergre

RE: Standalone riddle

2023-01-16 Thread Ralph DiMola via use-livecode
. Landman Gay via use-livecode Sent: Sunday, January 15, 2023 6:58 PM To: How to use LiveCode Cc: J. Landman Gay Subject: Re: Standalone riddle On 1/15/23 2:44 PM, Ralph DiMola via use-livecode wrote: > I'd be interested to see if what difference there is between the test > apk and the

RE: Maximum field size

2023-01-19 Thread Ralph DiMola via use-livecode
David, I believe the field limit for X and Y is 32767 pixels. Or is it 65535? 32767 sticks in my head. I have run into this limit a few times and had to chunk the data in/out the field as the user scrolls. As Craig noted variables don't have this limit. Ralph DiMola IT Director Evergreen Informat

RE: Maximum field size

2023-01-19 Thread Ralph DiMola via use-livecode
Craig, You are probably exceeding the 32k pixel limit of the field height. 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 Craig Newman via use-livecode S

RE: Standalone riddle

2023-01-20 Thread Ralph DiMola via use-livecode
Already snoozing. Thanks Mark! From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of J. Landman Gay via use-livecode Sent: Friday, January 20, 2023 4:47 PM To: How to use LiveCode Cc: J. Landman Gay Subject: Re: Standalone riddle On 1/20/23 2:36 AM, Mark Waddingham via us

RE: Android build

2023-02-21 Thread Ralph DiMola via use-livecode
Paul, This is a bug in the ask dialog. Watch as you type the password and you will notice the first character typed will be at the end because the cursor moves preceding the first character typed. I went nuts getting the "key password was incorrect or key associated with not a private key" Se

RE: Livecode Hosting

2023-02-27 Thread Ralph DiMola via use-livecode
David, I currently use it for production. Its had 99.99% up time. The emergency help desk response time is usually within 15 to 30 minutes. Also provides preinstalled/help for LC server. My two cents... Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Ori

RE: diagnosing android crash at launch

2023-03-06 Thread Ralph DiMola via use-livecode
Are you using the correct build type for the device? Maybe get rid of all the inclusions and see if that changes things. Panos, any thoughts on the top of the logcat? -- Forwarded message -- From: Mike Kerner Date: Mar 6, 2023 9:43 AM Subject: Re: diagnosing android crash at lau

RE: LCB development

2023-03-14 Thread Ralph DiMola via use-livecode
For debugging I dispatch a message to a LCS handler with an answer box. 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:

RE: [[ ANN ]] Release 9.6.9 RC-3

2023-03-29 Thread Ralph DiMola via use-livecode
I see the old download page only has the current production version. I went to my account and was able to download the installers but I don't see a link for the release notes? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-li

RE: [[ ANN ]] Release 9.6.9 RC-3

2023-03-29 Thread Ralph DiMola via use-livecode
ere is a Downloads page, which does have the release notes. Kind regards. Panos On Wed, 29 Mar 2023 at 18:19, Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> wrote: > I see the old download page only has the current production version. I > went to my account and was a

RE: Debugging LiveCode Builder scripts (widgets)

2023-03-30 Thread Ralph DiMola via use-livecode
Ben, You could try to dispatch messages to LCS. They may be buffered also, it's worth a shot. 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

RE: How to loop through stacks with same name?

2023-04-05 Thread Ralph DiMola via use-livecode
Use "filter". It is blazingly fast. 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: Wednesday, April 05, 2023 12:49 PM

<    1   2   3   4   5   6   7   8   >