RE: Array Split vs Combine

2021-03-09 Thread Ralph DiMola via use-livecode
LC 9.6.1 Win 10 VM on SSD. 524 ms,512 ms, 3.28 minutes 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 (Pi) via use-livecode Sent: Tuesday, March

RE: Multidimensional array issue

2021-03-09 Thread Ralph DiMola via use-livecode
If “item” is among the lines of the keys of tDataA and tDataA [“item”] is empty then --it's an array key with an empty value. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun

RE: Multidimensional array issue

2021-03-08 Thread Ralph DiMola via use-livecode
Also works, if tArray[“status”] an array -- It's an array if (not (tArray[“status”] an array)) and (tArray[“status”] is not empty) -- it's a value Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use

RE: Multidimensional array issue

2021-03-08 Thread Ralph DiMola via use-livecode
Typed too fast(left out a "the") If the number lines of the keys of tArray[“status”] > 0 -- It's an array Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.c

RE: Multidimensional array issue

2021-03-08 Thread Ralph DiMola via use-livecode
If the number lines of keys of tArray[“status”] > 0 -- It's an array 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 HENRY LOWE via use-livecode S

RE: tsNet mail message not formatting

2021-03-03 Thread Ralph DiMola via use-livecode
There are 2 things(at least) that I can't believe in 2021 have standards. 1) Fonts and their names/faces 2) Carriage returns/new lines/line feed In LC(on windows) both cr and lf have a chartonum value of 10 Try a numtochar(13) or numtochar(13)(10) Ralph DiMola IT Director Evergreen Information

RE: sort container parameters

2021-03-02 Thread Ralph DiMola via use-livecode
I found that you must us a "Do"(thank heaven for "Do"s) if you want to make variable any LC token that colorizes like "stack", "the", "field", "button", "put" or "ascending". I don't think "Do"

RE: Close Stack Cleanup

2021-02-04 Thread Ralph DiMola via use-livecode
Is this what you're looking for? revIDESetEdited pStackName revIDESetUnedited pStackName Interrogate it with: revIDEStackIsEdited pStackName Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode

RE: Using MySQL on (headless) Linux

2021-02-04 Thread Ralph DiMola via use-livecode
global vars or even a different include file of constants depending on the data received in the web request. Is this correct? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.c

RE: In-app purchasing

2021-01-19 Thread Ralph DiMola via use-livecode
in a DB. The PlayStore has an API that you can get purchase information to load into a DB. If you run into any snags give me a shout. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists

RE: opened socket in IDE prevents script changes

2021-01-15 Thread Ralph DiMola via use-livecode
in https://quality.livecode.com/show_bug.cgi?id=22555 . I've seen this even when not doing the socket thingy. I either add/delete a space or do a ctrl s to resolve it. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net

RE: Basic mobile app question

2020-12-23 Thread Ralph DiMola via use-livecode
This would not be approved by the Apple reviewers. The PlayStore now has similar rules prohibiting apps that are nothing more than website portals. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode

RE: Secure connection to server

2020-12-22 Thread Ralph DiMola via use-livecode
Tried it on Mac (Mojave) and it worked. Though I did have to use the IP address rather than the Mac's name in the client. I wonder what I'm doing wrong? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use

RE: Secure connection to server

2020-12-22 Thread Ralph DiMola via use-livecode
I'm able to have the socket client and server on the same device. (Win 10) 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

RE: Android Keystore signing problem

2020-12-22 Thread Ralph DiMola via use-livecode
Scott, Well thanks to Panos also. Two other options are to edit the script and add a "put" or an "answer". This edit will disappear after an LC restart. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-

RE: Android Keystore signing problem

2020-12-21 Thread Ralph DiMola via use-livecode
the standalone application signing failed-" is coming from the jar signer(but only word 4 to -1). You can put in a breakpoint at 1065 and examine the full result of the shell to jar signer. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Me

RE: Trying to use the Segmented Control

2020-11-28 Thread Ralph DiMola via use-livecode
Put an lock/unlock messages around your code to keep from getting a message when you are doing those type of changes. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com

RE: Chromebook apps?

2020-11-26 Thread Ralph DiMola via use-livecode
Haven't looked close at CBs but if it's x86 then an x86 build performance will be 8-10 times faster than an app running in an arm emulator. At least that's what I measured using an x86 Android tablet. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net

RE: New Google PlayStore Console

2020-11-09 Thread Ralph DiMola via use-livecode
I submitted a week earlier with the same widgets/externals using the "classic" console and only received the first one. This seems to be connected to the "new and improved" console. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Origin

RE: New Google PlayStore Console

2020-11-09 Thread Ralph DiMola via use-livecode
No it isn't. Apparently no one on the list has any input on the implications of this is. I will have to take this to the mother ship and file a QCC report. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use

New Google PlayStore Console

2020-11-05 Thread Ralph DiMola via use-livecode
and ANRs easier to analyze and debug. Learn More 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: Need to track click on a MacStatusMenu without menu items

2020-11-02 Thread Ralph DiMola via use-livecode
quot; grains that I would have to process in to pasta. 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 Stephen Barncard via use-livecode Sent: Monday, Nove

RE: Livecode server UNIX version (not Linux).

2020-10-29 Thread Ralph DiMola via use-livecode
The session lockup issue also needs to be addressed. This has been raised in the past but I found the recipe. This bug occurs when requests come too close together. My spidy sense says that this is a file locking race condition. https://quality.livecode.com/show_bug.cgi?id=22560 Ralph DiMola

[OT] Users (was RE: Naive XML questions)

2020-10-26 Thread Ralph DiMola via use-livecode
ted at the top of the keyboard just like today. After we were finished being flabbergasted we regrouped and listened to the testers and changed the design. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-liv

RE: IDE Hang When Exiting. (was Can't edit scripts in DataGrid group in Windows 10)

2020-10-23 Thread Ralph DiMola via use-livecode
It was a hardcoded breakpoint in this form. If x<0 then breakpoint I wonder if inadvertently triggered "red dot" breakpoints when exiting can cause the same hang? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From:

IDE Hang When Exiting. (was Can't edit scripts in DataGrid group in Windows 10)

2020-10-22 Thread Ralph DiMola via use-livecode
this a bug or user error? Win 10 LC 9.6.1 Thanks for pushing me(more like a poke) to finally solve this annoyance. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf

RE: SQL Show Status

2020-10-19 Thread Ralph DiMola via use-livecode
I don't use this method but this works. put revDataFromQuery(,,YourDataseID,"SHOW STATUS") This will return a tab delimited list, one per line. put revDataFromQuery(comma,cr,YourDataseID,"SHOW STATUS") This will return a comma delimited list, one per line. Ralph DiMola I

RE: LC Server- Optimum setup

2020-10-19 Thread Ralph DiMola via use-livecode
I use it daily for everything from web pages to my homebrew web services. I don't have a heavy load but I have not received and performance complaints from customers. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use

RE: SQL Show Status

2020-10-19 Thread Ralph DiMola via use-livecode
Sean, revQueryDatabase(tConnId, “SHOW STATUS”) only returns an integer That integer is a record set. In my case it returned 536 rows. Each row has two columns: Variable_name Value Let me tell you Mr. Johnson... Some very interesting stuff in there. Ralph DiMola IT Director Evergreen

RE: Odd data in message box

2020-10-16 Thread Ralph DiMola via use-livecode
This what I get here in the eastern US time zone(gmt-4). Looks Correct to me. Command: put the seconds into x;put convertToLocalTime(x) into y;convert x to dateitems;convert y to dateitems;put x Message box results: 2020,10,16,12,20,25,6 2020,10,16,16,20,25,6 Ralph DiMola IT Director

RE: Interface Resolution

2020-10-15 Thread Ralph DiMola via use-livecode
evelopment==>Plugins and select(at the bottom) "Plugin Settings" Select your Plugin from the dropdown list In the "Open Plugin when:" section select "LiveCode starts up" In the "Open as" section select "Invisible" Restart LC and you should be

RE: Android PlayStore Warning APK v1 signature scheme

2020-10-14 Thread Ralph DiMola via use-livecode
Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net Phone: 518-636-3998 Ex:11 Cell: 518-796-9332 Thanks! One interesting thing is that keytool requires the keystore and the alias passwords to be the same. I had them as different. Although you can change the alias

Android PlayStore Warning APK v1 signature scheme

2020-10-14 Thread Ralph DiMola via use-livecode
or switch to the Android App Bundle to fix this. Does anyone know what the deal is here? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

RE: LiveCode server IDE

2020-10-12 Thread Ralph DiMola via use-livecode
my libraries on the server and in apps. What other programming language does this? If you are doing web pages then look into revIgniter. For a web service vanilla LC scripts do the trick. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message

RE: LiveCode server IDE

2020-10-12 Thread Ralph DiMola via use-livecode
for LC builder and html(when Dreamweaver is just to much). 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 Keith Clarke via use-livecode Sent: Monday, October

RE: LiveCode server IDE

2020-10-12 Thread Ralph DiMola via use-livecode
I use the standard issue LC IDE to edit the server script, do a "Ctrl S" and use either a web disk or VPN to drag the saved file to the server. Then I test my web service in the currently opened IDE. Fast debug cycle. Easy-peezy... Ralph DiMola IT Director Evergreen Information Ser

RE: Xcode, iOS 14 and Livecode

2020-10-08 Thread Ralph DiMola via use-livecode
udo xcode-select -switch "/path/to/xcode_xx.xx.app" where xx.xx is the renamed xcode.app to include version. 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: Xcode, iOS 14 and Livecode

2020-10-08 Thread Ralph DiMola via use-livecode
Graham, If you referring to the message in the "Devices and Simulator" window can ignore it. Just drag you .app in to window and it will work just fine. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [

RE: Canvas Limited to 32767

2020-10-06 Thread Ralph DiMola via use-livecode
as device memory is concerned I don't want to go to 2^31 but I am missing the cut by a couple thousand pixels. If we had 2^31 it would be up to the developer to keep the performance under control rather than apps breaking for 2 pixels over the limit. Ralph DiMola IT Director Evergreen Information

RE: Canvas Limited to 32767

2020-10-06 Thread Ralph DiMola via use-livecode
returns an obscene number of 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 Paul Dupuis via use-livecode Sent: Tuesday, October 06, 2020 2:39 PM

RE: Canvas Limited to 32767

2020-10-06 Thread Ralph DiMola via use-livecode
Desktop and mobile. It's a scrolling group with many sub-groups each with 1 or more fields. Sometimes the height of the main group > 32767. It's the result of a proximity search and in dense areas users are getting hosed by this limit. Customer is screaming (but don't they always). Ralph DiM

Canvas Limited to 32767

2020-10-06 Thread Ralph DiMola via use-livecode
... 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 subscription preferences: http

RE: Accessing files on a local network file server - BEST PRACTICE?

2020-09-25 Thread Ralph DiMola via use-livecode
On my Mac this form works to a Win 10 smb share put url ("file://volumes/shareName/folder/sub-folder/file.ext") Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.

RE: Converting from unicode to ASCII

2020-09-22 Thread Ralph DiMola via use-livecode
How about converting the non ascii characters into to base 64 ascii? This could produce really long filenames. I guess you could truncate if needed. Also the filename would make no sense at all if it was all non ascii. Ralph DiMola IT Director Evergreen Information Services rdim

https put url not working first time

2020-09-22 Thread Ralph DiMola via use-livecode
Has anyone seen this? LC 9.6.1 business. tsNet is active Thanks Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

RE: HOw to get htmltext from the field to display in another field

2020-09-17 Thread Ralph DiMola via use-livecode
BR, set the htmltext of fld "Dest" to the htmlText of fld "Src" 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 Sannyasin Brahmanathasw

RE: THIS group

2020-09-14 Thread Ralph DiMola via use-livecode
e target" in the beginning. Not all synonyms are the devil incarnate. In this case there would be no backwards compatibility issues? 2 cents... Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode ma

RE: Looping though a numerically indexed array

2020-09-02 Thread Ralph DiMola via use-livecode
will put the array data in the message box (assuming there is no other sub keys in each numeric array entry). put tMyArray[tKey] into tMyVar end repeat Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use

RE: Cross Platform Font Layout - current workarounds

2020-08-26 Thread Ralph DiMola via use-livecode
s expected. If my supposition is correct I'm just wondering why you do it only for Android? 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 G

RE: Cross Platform Font Layout

2020-08-25 Thread Ralph DiMola via use-livecode
why we just had to laugh when the bad version of the document circled back around to us 5 years later. Fonts can be a real pain (am I understating it?) Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use

RE: Cross Platform Font Layout

2020-08-25 Thread Ralph DiMola via use-livecode
ast that's the way I feel" 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 subscription prefer

RE: Getting page counts of PDFs

2020-08-23 Thread Ralph DiMola via use-livecode
PDF Widget will do the trick. I start reading the PDF spec 20 years ago and got a giant headache. 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 David V

RE: iOS app denied: AVAudioSession

2020-08-21 Thread Ralph DiMola via use-livecode
-balling here but I would be inclined to submit a new binary with no changes and bump up the version and see what happens. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: Dan Friedman [mailto:d...@clearvisiontech.com] Sent: Friday

Mobile Field Default Background Color Behavior Change

2020-08-21 Thread Ralph DiMola via use-livecode
and the IDE looks the same as it always did and now the mobile app looks like the IDE again. Note: I had 30% transparency with srCopy. Did I miss a release note? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use

RE: iOS app denied: AVAudioSession

2020-08-21 Thread Ralph DiMola via use-livecode
Dan, Why is there a foreign language in the left top bar header to the right of the time? I spent some time in Japan and this message suspiciously looks like katakana and kanji. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From

RE: LibURL and TSNet in LC Indy

2020-08-17 Thread Ralph DiMola via use-livecode
Tom, Your problem with tsNet could be a timeouts. See tsNetSetTimeouts Disable tsNet: dispatch "revunloadlibrary" to stack tsnetliburl Enable tsNet: dispatch "revloadlibrary" to stack tsnetliburl Ralph DiMola IT Director Evergreen Information Services rdim.

RE: Browser Widget and Twitter on iOS 13

2020-08-17 Thread Ralph DiMola via use-livecode
I was thinking of doing it just for Twitter but if other sites become stricter I did not want to have to release a new app. I could have done an OTA update of sites that needed this userAgent but I opted for the simple solution. Ralph DiMola IT Director Evergreen Information Services rdim

RE: Browser Widget and Twitter on iOS 13

2020-08-14 Thread Ralph DiMola via use-livecode
.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1" end switch end if 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 W

RE: Browser Widget and Twitter on iOS 13

2020-08-14 Thread Ralph DiMola via use-livecode
Mark/Panos, Thanks for all your help, this worked like a charm! I got the userAgent from a v12 iPad and v13 iPad. For any other iPad OS version I use the v13 version. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode

RE: iOS 12 and browser widget

2020-08-14 Thread Ralph DiMola via use-livecode
By the way you can put all local html files into the temp folder(or subfolders of temp). That works for v13 and all v12 devices. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun

RE: iOS 12 and browser widget

2020-08-14 Thread Ralph DiMola via use-livecode
J, On some but not all iOS 12 devices you must load local html files from the temp folder. I went around this with Panos for a week before he figured this out. See QCC 22816 https://quality.livecode.com/show_bug.cgi?id=22816 Ralph DiMola IT Director Evergreen Information Services rdim

RE: Browser Widget and Twitter on iOS 13

2020-08-14 Thread Ralph DiMola via use-livecode
ther tsNet functions? Should it be reset back to empty for any reason? Should I file a bug report? Have a good weekend. Thanks again. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.

RE: Browser Widget and Twitter on iOS 13

2020-08-13 Thread Ralph DiMola via use-livecode
Panos) just found a iPad oddity that a couple of iPad Mini models running 12.x would only load local web pages if they were in the temp folder. So this unified iOS SW/HW thing is not 100% yet. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message

RE: Browser Widget and Twitter on iOS 13

2020-08-13 Thread Ralph DiMola via use-livecode
9.6.0 OSX 10.14.6 Xcode 11.3.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 Mark Waddingham via use-livecode Sent: Thursday, August 13, 2020 11:16 AM To:

Browser Widget and Twitter on iOS 13

2020-08-13 Thread Ralph DiMola via use-livecode
to eliminate this? It works on Android and iOS 12. This is from the first tester. Could there be a iOS devices setting that this user inadvertently changed that caused this? I'm waiting for other testers but wanted to get on top of this. Any ideas? Thanks. Ralph DiMola IT Director Evergree

RE: Building a Windows standalone without tsNet?

2020-08-12 Thread Ralph DiMola via use-livecode
(dispatch "revunloadlibrary" to stack tsnetliburl) in the standalone's preopenstack handler. 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 Paul

RE: Building a Windows standalone without tsNet?

2020-08-12 Thread Ralph DiMola via use-livecode
Paul, Disable: dispatch "revunloadlibrary" to stack tsnetliburl Enable: dispatch "revloadlibrary" to stack tsnetliburl Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun

RE: ProtonMail vs Apple

2020-08-06 Thread Ralph DiMola via use-livecode
prover helped me get approved once. Moral: be careful how you word your messages with Apple. It is a monopoly, no question about it. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.r

Debugging IDE infinite Loops

2020-08-05 Thread Ralph DiMola via use-livecode
Is there a way to break out of an IDE loop or break the IDE into the debugger when it's slow? (LC 9.6.0 Win 10) I keep getting hangs when exiting the IDE and also very slow app response with the SE open. I want to see if I can get to the bottom of it. Thanks Ralph DiMola IT Director Evergreen

RE: ProtonMail vs Apple

2020-08-04 Thread Ralph DiMola via use-livecode
Or a trailer for sale or rent. Also... you slowly give up your rights and individuality with every bit of "cradle to grave" security you embrace, be it in big tech or government. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message

RE: Push notifications

2020-07-17 Thread Ralph DiMola via use-livecode
Same here. Customers don't want to hear nor will they understand the technical reason why. It just annoys the heck out of them. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun

RE: Live code Server revOpenDatabase help needed

2020-07-15 Thread Ralph DiMola via use-livecode
is a mystery? https://quality.livecode.com/show_bug.cgi?id=22514 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--- via use-livecode Sent: Wednesday, July 15

RE: returnKey and ask on iPhone

2020-07-15 Thread Ralph DiMola via use-livecode
Does it work for an LC field or native field? Maybe custom keyboard is not supported for "ask"? 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 Da

RE: What's Going On In The IDE

2020-07-10 Thread Ralph DiMola via use-livecode
Thanks Mark. It did not help me though. How can you break a loop the IDE? 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

RE: Downloading LiveCode Slow...

2020-07-08 Thread Ralph DiMola via use-livecode
>From the Download page I get an average of 2.6mbs download speed. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscr

RE: [off-topic-ish] do you prefer LC-related content as books or video courses?

2020-07-07 Thread Ralph DiMola via use-livecode
I Agree, Books. For the most part the only videos I watch are music related. Other than that I read much faster. I watch a video only after the narrative needs additional details (car/electronics/instrument... repairs). Ralph DiMola IT Director Evergreen Information Services rdim

RE: What's Going On In The IDE

2020-07-06 Thread Ralph DiMola via use-livecode
I can repeat it every time I load the stack. It never is fast once the SE is opened. So the 64k question. What am a doing that can wack out the SE from square one? The 128k question how do I find it? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original

RE: WebSites made using Livecode.

2020-07-06 Thread Ralph DiMola via use-livecode
ge all my existing LC libraries(20,000+ lines). I had to learn a little JS but all the heavy lifting is done in LC. My little slice... Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode mailing list use

What's Going On In The IDE

2020-07-03 Thread Ralph DiMola via use-livecode
veCode Business 9.6/Toolset/libraries/revidelibrary.8.livecodescript" 190 ms revIDEGetPreference Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net _

RE: AR in LiveCode Browser?

2020-06-30 Thread Ralph DiMola via use-livecode
on to the LG V20 because it has both an SD card and removable battery. I do a lot of backwoods hiking and having a spare battery is as comforting as my having my compass. Thanks for the push to upgrade. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net From

RE: AR in LiveCode Browser?

2020-06-30 Thread Ralph DiMola via use-livecode
that the browser would directly open the AR. I'm a little fuzzy on how to open and view these AR's. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: Dan Friedman [mailto:d...@clearvisiontech.com] Sent: Tuesday, June 30, 2020 10:47 AM

RE: iOS Browser Widget and javascriptHandlers Update

2020-06-30 Thread Ralph DiMola via use-livecode
Filed QCC 22812 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 Brian Milby via use-livecode Sent: Monday, June 29, 2020 8:01 PM To: How to use LiveCode Cc

RE: AR in LiveCode Browser?

2020-06-29 Thread Ralph DiMola via use-livecode
it from being implemented in Chrome(therefore Android) but I guess there's some licensing issues(money). Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Dan

RE: iOS Browser Widget and javascriptHandlers Update

2020-06-29 Thread Ralph DiMola via use-livecode
Will do. 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 Brian Milby via use-livecode Sent: Monday, June 29, 2020 8:01 PM To: How to use LiveCode Cc

iOS Browser Widget and javascriptHandlers Update

2020-06-29 Thread Ralph DiMola via use-livecode
re working. Could there a plist permission issue? I'm at a loss... Any ideas? 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, u

RE: Sockets (again)

2020-06-29 Thread Ralph DiMola via use-livecode
Bob, I think you are doing the write too soon. On the open socket command add "with message "MyConnectionAccepted" Do the write in the MyConnectionAccepted handler. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- Fro

RE: Browser Widget iOS Local Html Files

2020-06-29 Thread Ralph DiMola via use-livecode
But how would I pass any parameters? Like MyPage.html?IDs=315,316,317" 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 Tore Nilsen via use-livecode

Browser Widget iOS Local Html Files

2020-06-29 Thread Ralph DiMola via use-livecode
ired parameters. I tried 1,2,3 and 4 slashes after the "file:" with no luck. I'm stuck and under the gun(as usual) so any help would be appreciated. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___

RE: What the heck? Writing and reading ios files??

2020-06-25 Thread Ralph DiMola via use-livecode
to check it out. Live and learn, 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 Wieder via use-livecode Sent: Thursday, June 25, 2020 6:36

RE: What the heck? Writing and reading ios files??

2020-06-25 Thread Ralph DiMola via use-livecode
with case sensitivity but in most cases it doesn't make much if any performance difference. Imagine if we had case sensitive URLs or email addresses. That would be a hackers dream. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message-

iOS Browser Widget and javascriptHandlers

2020-06-24 Thread Ralph DiMola via use-livecode
or alerts are working. Could there a plist permission issue? I'm at a loss... Any ideas? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visi

RE: Mobile Keyboard

2020-06-24 Thread Ralph DiMola via use-livecode
age in 100 ticks. Works great now. Thanks! Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: Dan Friedman [mailto:d...@clearvisiontech.com] Sent: Tuesday, June 23, 2020 7:54 PM To: How to use LiveCode Cc: Ralph DiMola Subject:

RE: Mobile Keyboard

2020-06-24 Thread Ralph DiMola via use-livecode
to prevent data entry into the field.. if the lockText of me then pass keyDown/rawKeyDown end if Still learning... Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: Dan Friedman [mailto:d...@clearvisiontech.com] Sent: Tuesday

RE: datagrid delay hilite

2020-06-24 Thread Ralph DiMola via use-livecode
Setting (mobileControlSet sScrollerId, "delayTouches", "true") to make it easier to scroll without getting the mouseDown message unintentionally is iOS only. What is the solution for Android? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -

Mobile Keyboard

2020-06-23 Thread Ralph DiMola via use-livecode
a solution for both iOS and Android? Thanks 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 su

RE: JavaScript-Livecode integration question

2020-06-18 Thread Ralph DiMola via use-livecode
revBrowserAddJavaScriptHandler is for the browser control. javascriptHandlers is for the browser widget. You will need to use the widget to get this to work on mobile. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use

RE: JavaScript-Livecode integration question

2020-06-18 Thread Ralph DiMola via use-livecode
Heriberto, LC makes it easy... Works for me on Mobile also. In LC do this once. set the javascriptHandlers of widget "MyBrowerWidget" to "LCHandlerName" Create this handler: command LCHandlerName pNum answer pNum end LCHandlerName Javascript: liveCode.LCHandlerName('

RE: Scrolling jitter

2020-06-06 Thread Ralph DiMola via use-livecode
enough to be 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 J. Landman Gay via use-livecode Sent: Saturday, June 06, 2020 1:43 PM To: How to use

RE: Scrolling jitter

2020-06-06 Thread Ralph DiMola via use-livecode
complaints that while scrolling sometimes the fields mouseup handlers trigger unintentionally. I guess I should put in a timer to ignore the mouseUPs until a short time after the scrolling stops. Android is most affected. iOS rarely has this issue. Ralph DiMola IT Director Evergreen Information

Fonts and Property Inspector / fontNames / fontStyles Different on Every Platform

2020-06-02 Thread Ralph DiMola via use-livecode
uot;Arial Narrow Bold" with 2 styles (plain, bold) "Arial Narrow Italic" with 2 styles (plain, italic) "Arial Narrow Bold Italic" with 4 styles (plain, bold, italic, bold-italic) "Arial Black" with 2 styles (plain, bold) -

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