RE: Android Native Button

2018-04-03 Thread Ralph DiMola via use-livecode
Yes, I enumerated the font names on the device and used the "Droid Serif" font. QCC report 21141 submitted. Thanks Brian Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net From: Brian Milby [mailto:br...@milby7.com] Sent: Tuesday, April 0

RE: Android Native Button

2018-04-03 Thread Ralph DiMola via use-livecode
Thanks Ali, I submitted bug https://quality.livecode.com/show_bug.cgi?id=21141 Also in the QCC is that I can't change the font of text size. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun

Android Native Button

2018-04-02 Thread Ralph DiMola via use-livecode
in com.livecode.widget.native.android.button.SetTypeface 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

RE: Browser Widget Document Download

2018-03-31 Thread Ralph DiMola via use-livecode
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 Brahmanathaswami via use-livecode Sent: Saturday, March 31, 2018 1:00 PM To: Ralph DiMola via use-livecode Cc

RE: Intel CPU for Android Devices

2018-03-31 Thread Ralph DiMola via use-livecode
? If so does it download/install? If it installs does it even start running? 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 Todd Fabacher via use-livecode Sent

Browser Widget Document Download

2018-03-30 Thread Ralph DiMola via use-livecode
. When I put the url into a var "put url (tURL) into MyVar" I see some html/javascript in MyVar but no PDF. What I would like to do is download the PDF on both mobile platforms. Is this even possible with LC? Ralph DiMola IT Director Evergreen Information Services rdim...@evergre

RE: Apple iOS App Rejection because Location Usage String is too Generic

2018-03-25 Thread Ralph DiMola via use-livecode
Panos / Ludovic, Thanks! Approved... 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 merakos via use-livecode Sent: Saturday, March 24, 2018 2

Apple iOS App Rejection because Location Usage String is too Generic

2018-03-23 Thread Ralph DiMola via use-livecode
These keys aren't in the settings.plist file. NSLocationUsageDescription NSLocationWhenInUseUsageDescription Does anyone know where they are? I need to change them and re-submit the app. Thanks Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net

RE: Smooth transition between stacks

2018-03-20 Thread Ralph DiMola via use-livecode
My understanding is that the first stack has the engine, inclusions and needs to be in memory. 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: App rejected because of camera permission modal alert!

2018-03-16 Thread Ralph DiMola via use-livecode
No problem William. Congrats! I filed a QCC report on this http://quality.livecode.com/show_bug.cgi?id=21083 Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net From: William de Smet [mailto:williamdes...@gmail.com] Sent: Friday, March 16, 2018 5

RE: Strange problem with tsNet external on Windows

2018-03-15 Thread Ralph DiMola via use-livecode
uot; then answer"tsNet is disabled" else answer "tsNet in use"&"Version==>"& tsNetVersion() end if end NetworkType To unload: dispatch "revUnloadLibrary" to stack "tsNetLibUrl" To load again: dispatch &

RE: OT: Develop yourself?

2018-03-14 Thread Ralph DiMola via use-livecode
I thought it was a way not to send the film to the lab. 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

RE: iOS cached Screen Flashes after Splash Image

2018-03-14 Thread Ralph DiMola via use-livecode
. 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 Colin Holgate via use-livecode Sent: Wednesday, March 14, 2018 1:28 PM To: How to use LiveCode Cc: Colin Holgate

RE: iOS cached Screen Flashes after Splash Image

2018-03-14 Thread Ralph DiMola via use-livecode
if this became a problem on older devices since Apple introduced as "App Thinning/Slicing." 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]

RE: App rejected because of camera permission modal alert!

2018-03-13 Thread Ralph DiMola via use-livecode
) Fire up LC and make an iOS app and submit it. I would suggest you submit a QCC Bug Report. This looks like it could be a problem for any app that uses the camera. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net From: William de S

RE: App rejected because of camera permission modal alert!

2018-03-13 Thread Ralph DiMola via use-livecode
William, Did you tic the various Camera options(as needed) to "Required" in the iOS standalone setting? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com]

RE: iOS cached Screen Flashes after Splash Image

2018-03-13 Thread Ralph DiMola via use-livecode
/splash. I’m getting a lot of noise because the vast majority of other apps don’t exhibit this behavior. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net From: Brian Milby [mailto:br...@milby7.com] Sent: Tuesday, March 13, 2018 1:59 PM To: How to use LiveCode

iOS cached Screen Flashes after Splash Image

2018-03-13 Thread Ralph DiMola via use-livecode
nd it very strange that apps that never did this are now acting strangely. I find very little in web searches on this subject. The few hits I've seen were mainly Safari a couple of years ago and a one or two non native Xcode "app building" platforms. Has anyone else ever seen this?

RE: Navigation widget

2018-03-09 Thread Ralph DiMola via use-livecode
Setting it to zero was what I was what I tried it and it did nothing. What I was thinking of is a splash page with the navigation widget all gray and then you select an option and navigate to that page. After that one item would always be hilited. Ralph DiMola IT Director Evergreen

Navigation widget

2018-03-09 Thread Ralph DiMola via use-livecode
I can't seem to figure out how to reset the hilited option back to unhilited. None of the traditional button properties seem to work. I can change the hilited option but not clear it. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net

RE: Standalone compile problem including more than two stack files to the mainstack

2018-03-09 Thread Ralph DiMola via use-livecode
I usually panic and run into the barn with all the chain saws hanging from the ceiling to hide. 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

RE: Forcing a device update

2018-03-08 Thread Ralph DiMola via use-livecode
"androidDevicesChanged" to stack ("revDeployLibraryAndroid") 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 Sen

RE: Slide puzzle question

2018-03-07 Thread Ralph DiMola via use-livecode
I don't know about the 9 puzzle but I suspect it's like the 15 puzzle. The 15 puzzle and Rubics Cube have parity. If the 15 is out of parity it can never be solved. The same for Rubics Cube, if you say switch 2 edge pieces or rotate 1 corner piece it's not solvable. Ralph DiMola IT Director

RE: Internet checking?

2018-03-02 Thread Ralph DiMola via use-livecode
ilable". 4) If there is a timeout I set the app to "Network Not Available". 5) Set the network timeout back to the previous value. I don't check the tsNet error to find out why the "ping" failed. I have a timer set to check if the network is up periodically.

RE: How to include files in an iOS-App?

2018-03-01 Thread Ralph DiMola via use-livecode
folder. 3) Your app will access the file in the " the documents folder/somepath" folder and read/write at will. "The engine folder" is where you find the files in the Copy Files pane and is read-only. "The documents folder" is read/write. Ralph DiMola IT Director Ev

RE: AcceleraterRendering - when to turn off

2018-02-20 Thread Ralph DiMola via use-livecode
. 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 Brahmanathaswami via use-livecode Sent: Tuesday, February 20, 2018 5:25 PM To: How LiveCode Cc

RE: Text Styles: Expanded, condensed

2018-02-20 Thread Ralph DiMola via use-livecode
quot; font, again without warning. A PDF created from this document will be problematic when pre-flighted.. I'm planning to use LC to produce "print ready" PDFs. +100 to the mother ship for removing LiveCode's phony font styling . Ralph DiMola IT Director Evergreen Inform

RE: Text Styles: Expanded, condensed

2018-02-20 Thread Ralph DiMola via use-livecode
I started using TT and Type 1 fonts for composition back in 1994. We had many font issues over the years and I figured that the industry would get it together. In 2018 there are still font naming inconsistencies between various programs and OS platforms. When will this ever get straightene

RE: [ANN] Release 8.1.9

2018-02-09 Thread Ralph DiMola via use-livecode
"Jazz is not dead, it just smells funny" Frank Zappa 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 Se

RE: iOS app Error ITMS-90529 submitting to app store via Application Loader

2018-02-09 Thread Ralph DiMola via use-livecode
Panos, Thanks! That did it. Uploaded and waiting for review. Have a good weekend. 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:use-livecode-boun

RE: iOS app Error ITMS-90529 submitting to app store via Application Loader

2018-02-09 Thread Ralph DiMola via use-livecode
Panos, Hold the presses. I reorganized the folder with the icons and must have deleted the iStore icon file. I did not get an error when building. I am going to try again. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net Phone: 518-636-3998 Ex:11 Cell: 518-796

RE: iOS app Error ITMS-90529 submitting to app store via Application Loader

2018-02-09 Thread Ralph DiMola via use-livecode
Brain, Thanks but still no-go. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net Phone: 518-636-3998 Ex:11 Cell: 518-796-9332 From: Brian Milby [mailto:br...@milby7.com] Sent: Friday, February 09, 2018 4:16 PM To: How to use LiveCode Cc: Ralph

RE: iOS app Error ITMS-90529 submitting to app store via Application Loader

2018-02-09 Thread Ralph DiMola via use-livecode
Panos. Yes I did. I just tried with 8.1.9gm just to make sure... Same error. I tried sending an .ipa with a .zip extension but same error. I included all icons and splash screens. I received no "dimension" errors when adding or LC build errors or warnings Thanks Ralph DiMola I

iOS app Error ITMS-90529 submitting to app store via Application Loader

2018-02-09 Thread Ralph DiMola via use-livecode
ERROR ITMS-90529: "Invalid package. Applications built with sdk 9.0 or later must be packaged as proper IPA files." Has the zipping procedure changes with 8.1.9 rc2? I did not get this with 8.1.9 rc1. Thanks in advance... Ralph DiMola IT Director Evergreen Information Services rdim.

RE: [ANN] Release 8.1.9

2018-02-09 Thread Ralph DiMola via use-livecode
:\Users\\AppData\Roaming\RunRev\Preferences 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: Friday, February 09, 2018

RE: SE: restore default handlers?

2018-02-07 Thread Ralph DiMola via use-livecode
an error if you are even reading the record in another program at the same time as an update happens in LC. You can use these LC errors to do a retry for the update. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode

RE: FormattedHeight of a field and its contents

2018-02-03 Thread Ralph DiMola via use-livecode
in a field. None of them seem to address all font size cases. This 6px thingy might explain a lot! Thanks again for all your work. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun

RE: discrepancy between official device metric and LC stack size

2018-01-31 Thread Ralph DiMola via use-livecode
he effective working screenrect - item 1 of the effective working screenrect into tRight put item 4 of the effective working screenrect - item 2 of the effective working screenrect into tBottom This has been working for me on both iOS and Android. Ralph DiMola IT Director Evergreen Inform

RE: Saving Changes in iOS

2018-01-29 Thread Ralph DiMola via use-livecode
e documents folder&"MyDatabase.db"), , ,) into tDatabaseID You would put MyDatabase.db in the copy file pane of the standalone settings. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livec

RE: Saving Changes in iOS

2018-01-29 Thread Ralph DiMola via use-livecode
Roger, On Android and iOS "the engine folder" is read only. Any files/stacks you want to save/modify must be moved to "the documents folder" or "the temporary folder" before they can be modified/saved. Ralph DiMola IT Director Evergreen Information Serv

RE: Feature proposal: mobileActualAllowedOrientations?

2018-01-28 Thread Ralph DiMola via use-livecode
entation "A" and LCS changes the allowed orientation is set to "B", the screen will rotate and the appropriate messages are sent, but like I said not on iPads or Android. If we implement #1 and fix #4 and LC uses rules #2 and #3, then all options are available. Ralph DiMola IT Director Everg

RE: Feature proposal: mobileActualAllowedOrientations?

2018-01-27 Thread Ralph DiMola via use-livecode
Richard, LC apps in iOS do respect the lock. This an Android only 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 Richard Gaskin via use-livecode

RE: Preserving Detailed Field Content

2018-01-26 Thread Ralph DiMola via use-livecode
Roger, The htmltext will preserve all of that. 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 Roger Guay via use-livecode Sent: Friday, January 26, 2018

RE: resizing and rescaling an object: Is this math/logic ok?

2018-01-19 Thread Ralph DiMola via use-livecode
screen rect and their relationship to other controls. LC now offers solutions that I have not used that others have had good success with. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun

RE: deploying to multiple mobile devices

2018-01-16 Thread Ralph DiMola via use-livecode
file explorer" or "Astro") in order to install the app. At first I thought it was the apk copy to the server or the web server was at fault until I found out it was Chrome's new security protocol. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -

RE: Mac path to Android SDK?

2018-01-15 Thread Ralph DiMola via use-livecode
sure you have download the 1) Build Tools 2) Platform Tools 3) API 27. You also need to install JRE and JDK from the Oracle site. JDK 1.8.0 has been working well for me. Point LC Mobile Prefs to the folder you unzipped it to. You should then be able to build an Android app. Ralph DiMola IT Directo

RE: Standalone Name vs Display Name

2018-01-14 Thread Ralph DiMola via use-livecode
The "Title" in stack properties is only seen in the IDE and desktop apps. On Mobile this is never displayed. You could leave it defaulted to the stack name. I usually make it nice to read and identify so the title bars in the IDE are easy on the eyes. Ralph DiMola IT Director

RE: Standalone Name vs Display Name

2018-01-14 Thread Ralph DiMola via use-livecode
akes an app unique on a device is "Internal App ID"(iOS) and "Identifier"(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 Roger Guay

Creating .ipa now that iTunes has depreciated apps.

2018-01-10 Thread Ralph DiMola via use-livecode
ot; to "as arguments" 5) Paste in this script current_path=$(dirname "$1") cd "$current_path" for f in "$@" do mkdir Payload cp -r "$f" Payload/ base=$(basename $f) base2="${base%.*}" zip -r "$base2".zip Payload/ mv "$bas

RE: Parameters for functions and commands

2018-01-04 Thread Ralph DiMola via use-livecode
unction does a "Return somevar" the value of somevar with be in "the result" Example: On DoStuff3 a,b Return A End DoStuff3 The if you do this in another handler Dostuff3 2,3 Answer the result You will see "2" Ralph DiMola IT Director Evergreen Information Services

RE: lineHeight different Mac vs. Windows

2018-01-02 Thread Ralph DiMola via use-livecode
I have 2 bug reports on this. 12176 and 13551 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: Could not encode class bundle

2017-12-22 Thread Ralph DiMola via use-livecode
OK... back to the problem at hand J, On Win 10 I built/installed/ran an Android app using dp11. I have JDK 1.8.0_102 installed. On the MacBook I successfully built but did not install using JDK 1.8.0_121. Looks like JDK 1.8.0 is the magic sauce. Hope this helps. Have a good holiday. Ralph

RE: [ANN] Release 9.0.0 DP-11

2017-12-22 Thread Ralph DiMola via use-livecode
on the Friday before a holiday? 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 merakos via use-livecode Sent: Friday, December 22, 2017 5:55 PM

RE: [ANN] Release 9.0.0 DP-11

2017-12-22 Thread Ralph DiMola via use-livecode
get a QCC report going? 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 prefere

RE: [ANN] Release 9.0.0 DP-11

2017-12-22 Thread Ralph DiMola via use-livecode
on the list. 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 merakos via use-livecode Sent: Friday, December 22, 2017 9:31 AM To: How to use LiveCode Cc

Android Answer Box Bug When Tapping Outside of Dialog

2017-12-21 Thread Ralph DiMola via use-livecode
de the dialog. This is a problem. Filing QCC Android Nougat LC 8.1.7 and 8.1.9 rc1 Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url t

RE: Versions of LC and Xcode

2017-12-20 Thread Ralph DiMola via use-livecode
LC looks for build tools from that hard coded path. It does not matter what Xcode entries are in the prefs this path(applications/xcode.app) is always used when building. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use

RE: Versions of LC and Xcode

2017-12-19 Thread Ralph DiMola via use-livecode
on it. I can't see a downside. This would encourage me to do more testing with DPs and RCs. I can't remember a contiguous 30 day period in the last 18 months that my iOS prefs were stable. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message

RE: libUrl tsNet and socketTimeoutInterval

2017-12-08 Thread Ralph DiMola via use-livecode
uot;&&&"has been downloaded. Result==>" else answer "File'"&&&"has been downloaded but is too small==>"&&"Result==>" -- this was before I had the 404 check delete file Get_Path("Updates") end if en

RE: libUrl tsNet and socketTimeoutInterval

2017-12-08 Thread Ralph DiMola via use-livecode
Charles, Thanks... FYI Async tsNet in the iOS version just worked(like magic). 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 Charles Warwick via use

RE: libUrl tsNet and socketTimeoutInterval

2017-12-07 Thread Ralph DiMola via use-livecode
value, do something and then set it back to the saved timeout. I don't see a way to query this in the dictionary. 2) I seems the you don't need to do a "tsNetInit" in the IDE. In the IDE one gets "tsneterr: Already initialized". On Android this error does not occur. Ralp

RE: Versions of LC and Xcode

2017-12-06 Thread Ralph DiMola via use-livecode
s. Radio buttons in the Xcode prefs to indicate==> "Build using tools in this version would solve this. #3 below==> I agree the docs need to be updated matrix whenever a new Xcode/Mac/LC version is released. Even if LC does not support a particular combination it should be documented

libUrl tsNet and socketTimeoutInterval

2017-11-22 Thread Ralph DiMola via use-livecode
It's my understanding that when tsNet is unloaded libUrl falls back to using sockets and the socketTimeoutInterval property should be respected. I'm using 8.1.7 Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-li

RE: Rant on my favourite topics : LC server with a side-dish of on-rev :-)

2017-11-20 Thread Ralph DiMola via use-livecode
Hey Rick, The only difference I have seen is the ability to open password protected stacks. 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 Rick

RE: Rant on my favourite topics : LC server with a side-dish of on-rev :-)

2017-11-20 Thread Ralph DiMola via use-livecode
There is no license registration for LC server because there is no GUI. You only have the rights to use the commercial server if you have paid version of LC. This way only account holders with the proper license can download the commercial server. Ralph DiMola IT Director Evergreen Information

RE: Testing Bandwidth with new TSNet Functions

2017-11-15 Thread Ralph DiMola via use-livecode
the transfer and notify the user the data connection is either too slow or nonexistent at this time. That's all I got Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com

RE: Specialty Fonts on Mobile -- OK? or Stay Away?

2017-11-15 Thread Ralph DiMola via use-livecode
tension of OTF fonts from .otf to .ttf. OTF fonts work after the extension rename. Bug Report 12431 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

RE: Was I hallucinating? Totally OT, perhaps relevant

2017-11-08 Thread Ralph DiMola via use-livecode
ng one open and make sure the device is face up when I put it down. Too many fleeting nature pics to keep the back one covered. And I can't imagine having a smart phone or any internet connect device the bedroom. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreenin

IOS simulator/ iPhone X and Xcode Mobile Pref Order

2017-11-08 Thread Ralph DiMola via use-livecode
started up with an older phone model. I selected the iPhone X(now an option), shutdown the older simulator device, clicked the test button again and the iPhone X was up and running my app. Ralph DiMola IT Director Evergreen Information Services rdim...@evergre

RE: Was I hallucinating? Totally OT, perhaps relevant

2017-11-08 Thread Ralph DiMola via use-livecode
theory going for the better part of a year until I put 2 + 2 together the fateful day I decided to goof-off at work... Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com

RE: iPhone X or "Apple is just the most annoying company of all time"

2017-11-07 Thread Ralph DiMola via use-livecode
Bottom: 23 Pts 69 Pixels 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 prefere

RE: Xcode 9.1 support

2017-11-06 Thread Ralph DiMola via use-livecode
This seems to happen if you put a recent SDK(9.0) in LC 8.1.7 and then open up LC 8.1.2. The newer unsupported SDK in the prefs will be automatically deleted without warning by 8.1.2. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message

RE: Xcode 9.1 support

2017-11-06 Thread Ralph DiMola via use-livecode
Panos, Thanks for the update. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net Phone: 518-636-3998 Ex:11 Cell: 518-796-9332 From: panagiotis merakos [mailto:merak...@gmail.com] Sent: Monday, November 06, 2017 11:18 AM To: rdim...@evergreeninfo.net

RE: Xcode 9.1 support

2017-11-06 Thread Ralph DiMola via use-livecode
Panos, Thanks! Will iPhone X users be able to see and install current LC apps from the iStore? If so what icon/screenshots will they see? Also when installed what icons/splash screen will the iPhone X use? Ralph DiMola IT Director Evergreen Information Services rdim

RE: Xcode 9.1 support

2017-11-06 Thread Ralph DiMola via use-livecode
Panos, Thanks for the update! Will 8.1.8 RC-1 have iOS support for iPhone X icons and splash screens? 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: results of SPLIT when keys not unique

2017-11-02 Thread Ralph DiMola via use-livecode
I wyyy over thought this. This is tested: SELECT animals.animalnumber, animals.animalname FROM animals GROUP BY animals.animalname; Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: Dr. Hawkins [mailto:doch...@gmail.com

RE: results of SPLIT when keys not unique

2017-11-02 Thread Ralph DiMola via use-livecode
Whoops, not tested and I saw an error. Select mytable.animalname,mytable.animalnumber from (select distinct mytable.animalname from mytable as mytable2) left join mytable on mytable.animalname = mytable2animalname Ralph DiMola IT Director Evergreen Information Services rdim

RE: results of SPLIT when keys not unique

2017-11-02 Thread Ralph DiMola via use-livecode
Would something like this work? Select mytable.animalname,mytable.animalnumber from (select distinct mytable.animal from mytable as mytable2) left join mytable on mytable.animalname = mytable2animalname Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net

iPhone X or "Apple is just the most annoying company of all time"

2017-11-02 Thread Ralph DiMola via use-livecode
gs option to use only the safe zone for the X. There should also be a separate "show status bar" options for the X. This will allow existing apps to render without clipping on the X. We also need a way to specify ions and splash pages for the X. These items along with Xcode 9.1 support is needed

RE: Announcing our first Livecode app in the iOS App Store

2017-11-02 Thread Ralph DiMola via use-livecode
Congrats! I remember the exhilaration I had after I made it through the Apple gauntlet. 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 hlowe via use

RE: Autosaving stacks corrupted on network drives

2017-10-25 Thread Ralph DiMola via use-livecode
could then open/read it but not save it. This looks like it's been around for a long time. Could locking stack(s) break existing projects? I vote to lock for write any open stacks. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use

RE: Need an Applescript Expert

2017-10-23 Thread Ralph DiMola via use-livecode
Shake some dust off from my Acrobat JavaScript days... I think you will have to open the document. You are in a new instance of Acrobat without an currently open document. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use

RE: Save file dialogs...

2017-10-23 Thread Ralph DiMola via use-livecode
to the engine. In Windows you can also get a callback when the user clicks the save/open/cancel before the dialog is closed. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com

Mobile Device Physical Size

2017-10-20 Thread Ralph DiMola via use-livecode
devices? Web browsers are able to determine the device size or at least a phone vs. tablet. I would like to change the screen layout based on the physical size. I can determine a phone vs. tablet for Apple devices because of the limited number of iOS devices. Ralph DiMola IT Director Evergreen

RE: not really OT: The Coming Software Apocalypse

2017-10-03 Thread Ralph DiMola via use-livecode
er and rifle across my lap saying "I'm shocked that" 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

RE: IPad Mini reports "not supported

2017-09-28 Thread Ralph DiMola via use-livecode
I ran into this and had to de-select the GPS and only select Location Services to make the app available on non-GPS devices. I can still get lat/lon cords. What I am unclear about is if the GPS chip is used on devices that have them. Ralph DiMola IT Director Evergreen Information Services rdim

RE: [ANN] IPA Build Tool for iOS

2017-09-27 Thread Ralph DiMola via use-livecode
Correct, all testers UUIDs must be added to the provisioning profile. There a limit of 100/year. You can only delete old ones after your yearly developer renewal. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode

RE: A modest proposal for a new property

2017-09-26 Thread Ralph DiMola via use-livecode
retain the transparency? 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 Colin Holgate via use-livecode Sent: Tuesday, September 26, 2017 1:18 PM To: How

RE: Converting iOS app build to .ipa file (latest iTunes update stops you doing this)

2017-09-13 Thread Ralph DiMola via use-livecode
it up and renaming it like you said. 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 Terry Judd via use-livecode Sent: Wednesday, September 13, 2017 8:33

RE: Debug java on Mobile Browser

2017-09-07 Thread Ralph DiMola via use-livecode
alerts is a nightmare. Thanks for any insight... 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 Ali Lloyd via use-livecode Sent: Thursday, September 07, 2017 3

Debug java on Mobile Browser

2017-09-07 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: [ANN[ Release 8.1.7 RC-1

2017-09-05 Thread Ralph DiMola via use-livecode
A re-download/re-install fixed it. Strange... Thanks 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:use-livecode-boun...@lists.runrev.com] On Behalf

RE: [ANN[ Release 8.1.7 RC-1

2017-09-05 Thread Ralph DiMola via use-livecode
Panos, On Mac should the Tools/Runtime/iOS/Device-10_3 folder be empty? Thanks Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net From: livecode-dev [mailto:livecode-dev-boun...@lists.runrev.com] On Behalf Of panagiotis merakos Sent: Tuesday

RE: [OT] Hello World

2017-09-05 Thread Ralph DiMola via use-livecode
I agree. I open links like this on an isolated vanilla VM that I keep just for that purpose. It was a good read. Congrats! Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun

RE: TSNet error 6

2017-09-02 Thread Ralph DiMola via use-livecode
of tables. If not then close the connection(found this keeps things from going sideways) and then re-connect to the MySql server. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com]

RE: TSNet error 6

2017-09-02 Thread Ralph DiMola via use-livecode
lso on app startup just in case the user lost connectivity and saved a note locally to the device. I try to deal with all combination but I'm sure there some obscure race conditions that I am not handling, but it's not moving money, air traffic control or launching the space shuttle. Ra

RE: TSNet error 6

2017-09-02 Thread Ralph DiMola via use-livecode
checking and might not function in all circumstances. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: J. Landman Gay [mailto:jlandman...@gmail.com] On Behalf Of J. Landman Gay Sent: Friday, September 01, 2017 11:21 PM To: rdim

RE: TSNet error 6

2017-09-02 Thread Ralph DiMola via use-livecode
connectivity. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: J. Landman Gay [mailto:jlandman...@gmail.com] On Behalf Of J. Landman Gay Sent: Friday, September 01, 2017 11:21 PM To: rdim...@evergreeninfo.net Subject: Re: TSNet error

RE: TSNet error 6

2017-09-01 Thread Ralph DiMola via use-livecode
he timeout for 2 seconds. If the returned data is not "OK" or take more than 2 seconds then I put the app into off-line mode. I try to ping the server every time the users does "x" or the user's action again need network access and see if the network is back online or fast enough.

RE: [ANN] Important: New release of LiveCode 8.1.6

2017-08-31 Thread Ralph DiMola via use-livecode
I would like to thank Panos, Mark et al. This is the type of support that the big boys can't(or won't) give. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf

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