RE: revMoveFolder on Windows

2019-01-24 Thread Ralph DiMola via use-livecode
Beyond the obvious of having files open in the folder could it be that if you trying to move LC's current defaultfolder it causes a problem on Windows? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use

RE: Lock Screen does NOT work!

2019-01-24 Thread Ralph DiMola via use-livecode
Poof.. Mind not blown but enlightened. That explains some screen update problems I've had in the past. Thanks! > Well then the problem is, send in time cancels ALL my screen locks! One idle message and the engine clears all the locks! Ralph DiMola IT Director Evergreen Information Services r

RE: Displaying or identifying emoji

2019-01-23 Thread Ralph DiMola via use-livecode
"Also, depending on the emoji, it may be 1 codepoint or many. Use the keyword “word” when finding, etc." Word or "true word"? Does it matter? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode

RE: Problem building Android app - 'could not compile service support class' error message

2019-01-22 Thread Ralph DiMola via use-livecode
Your just about there. Look at "the result" from the executeShellCommand. That where more detailed error info will be. Just put a "Put the result" after the executeShellCommand Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Origin

RE: Problem building Android app - 'could not compile service support class' error message

2019-01-22 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 Terry Judd via use-livecode Sent: Tuesday, January 22, 2019 4:02 PM To: How to use LiveCode Cc: Terry Judd

RE: Script Editor Slow on Windows

2019-01-17 Thread Ralph DiMola via use-livecode
I have seen this a few times. I observed it's the return after typing "command someCommand". I also had "return key" start deleting code at the top of the script tab. I have not seen this in 9.0.2 GM yet but did see it 9.0.1 and 9.0.2 DPs and RCs. Ralph DiMola IT Director E

RE: Script Editor Slow on Windows

2019-01-17 Thread Ralph DiMola via use-livecode
happen pre v9. All this being said I still get more done with LC than any other language I have ever used so it's still a net large gain in productivity. I don't know what I can do to help. Ralph DiMola IT Director Evergreen Information Services rdim.

RE: XMLHttpRequest from JavaScript to LC Server

2019-01-13 Thread Ralph DiMola via use-livecode
. 3) Sync and Async JavaScript requests to LC Server. 4) LC Server sessions maintained. 5) Creating cookies from LC server request. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode mailing list use

XMLHttpRequest from JavaScript to LC Server

2019-01-12 Thread Ralph DiMola via use-livecode
er. 4) LC Server sessions maintained. 5) Creating cookies from LC server request. If this isn't old news... then let me know if this is of interest to anyone. If so I will post example html JavaScript webpage and server side LC script. Ralph DiMola IT Director Evergreen Information Services rdim...@e

RE: Livecode Server Post

2019-01-11 Thread Ralph DiMola via use-livecode
don't know how long it would have taken if you did not send me a script that worked. I was just doing some initial tests to get wired into LC server and was just testing $_Server["REQUEST_METHOD"] to examine the request method. Funny though, if the method is "get" then there i

Livecode Server Post

2019-01-10 Thread Ralph DiMola via use-livecode
"s. If I change the method to "get" in the .html form the put in the same .lc is immediately displayed with no delay. I want to use post so the params aren’t in the URL and the page can't be bookmarked. LC server 9.02 Business on on-rev diesel. What am I missing? Thanks

RE: Livecode Server GoDaddy

2019-01-02 Thread Ralph DiMola via use-livecode
Where did you see that error? The error log is empty. That's very depressing. I sold this based on the info I got from the GoDaddy sales team before I signed up. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode

Livecode Server GoDaddy

2019-01-02 Thread Ralph DiMola via use-livecode
I keep getting 500 errors. I changed the htacces file to point .lc files to the livecode server executable. Log files have no useful info. The error log has nothing. Has anyone gotten LC Server working on GoDaddy shared hosting? Thanks Ralph DiMola IT Director Evergreen Information Services rdim

RE: Refactoring is your friend / moving from 6.x to 9.x

2018-12-31 Thread Ralph DiMola via use-livecode
Of course a memory database is faster than a disk based database. I find that SQL invaluable for dealing with complex data relationships. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.

RE: Refactoring is your friend / moving from 6.x to 9.x

2018-12-30 Thread Ralph DiMola via use-livecode
be flushed to the field before the field is visible or the screen is unlocked. 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: Image Remove Perimeter White Space

2018-12-26 Thread Ralph DiMola via use-livecode
Thanks! I'll give it a try in the am. All of the images are 512/512 or less(icons). 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: Image Remove Perimeter White Space

2018-12-26 Thread Ralph DiMola via use-livecode
by pixel and check left, top, right and bottom sides for any non-zero RGB and delete rows/columns until one of the sides has an RGB that is not zero. Again... Just when I find myself "WAH"ing I remember this is LiveCode and things like this are not so bad to code. Ralph DiMola IT Director

Image Remove Perimeter White Space

2018-12-26 Thread Ralph DiMola via use-livecode
I am downloading various images from a customer with varying unpredictable amount of white space around the image. I want to make the visible center portion images the same size. Before I start coding is there any native LC way or existing example stacks that do this? Thanks! Ralph DiMola

RE: Versions 7.1.1 and 8.1.3 no long working properly

2018-12-21 Thread Ralph DiMola via use-livecode
When all else fails delete the prefs... Win10==> C:\Users\USERNAME\AppData\Roaming\RunRev\Preferences Mac High S==>Users/USERNAME/Library/Preferences/RunRev Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mail

RE: preOpenCard not running on iPhoneX simulator

2018-12-16 Thread Ralph DiMola via use-livecode
Alan, This is usually caused by a failure in the preopenstack script. Try some answer's in the preopenstack handler. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com

RE: Seeking OSX Code signing consultant...

2018-12-14 Thread Ralph DiMola via use-livecode
get you though setup and the signing process but can only make suggestions getting you though the Apple approval gauntlet. When deploying to external testers I suggest JLM's AirLaunch plug-in. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message

RE: LiveCode Server

2018-11-30 Thread Ralph DiMola via use-livecode
back shelf for now... Thanks again! Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Alex Tweedly via use-livecode Sent: Friday, November 30,

LiveCode Server

2018-11-30 Thread Ralph DiMola via use-livecode
t and SQL server. 2) Are there any examples of how to do this? Thanks in advance. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

LiveCode Server

2018-11-29 Thread Ralph DiMola via use-livecode
esigner rather than sub it all out using vb.net and SQL server. 2) Are there any examples of how to do this? Thanks in advance. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode mailing list us

RE: iOS Policies

2018-11-18 Thread Ralph DiMola via use-livecode
BR, I once got rejected for the same thing. When you play with a trillion dollar company they call all the shots. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com

RE: NSURLErrorDomain error -999

2018-11-14 Thread Ralph DiMola via use-livecode
Yes, This can be safely ignored. I reported this in 2014 QCC 12575. I did some research at the time and found a code snippet in objective C that shows it to be the only error that can be safely ignored. The code is documented in the QCC report. Ralph DiMola IT Director Evergreen Information

RE: finding location on mobile device

2018-11-13 Thread Ralph DiMola via use-livecode
k default answer tGPStext && "can't determine your location." & cr & \ "If your" && tGPStext && "was just enabled, please try again in a few minutes." \

RE: vbscript sendkeys()

2018-10-13 Thread Ralph DiMola via use-livecode
You could "ping" a nonexistent IP with a repeat of 1 and a timeout of x seconds. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Tom Glod via us

RE: OT our shipping software is finally finished

2018-10-04 Thread Ralph DiMola via use-livecode
Congrats! Nice to see LC out in the field. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Matthias Rebbe via use-livecode Sent: Wednesday, October 03

RE: [off] Do me a solid

2018-10-01 Thread Ralph DiMola via use-livecode
As the philosopher Pete Townshend once said: Meet the new boss Same as the old boss 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

RE: put URL blocking?

2018-09-30 Thread Ralph DiMola via use-livecode
and they are blocking but are not blocked by the simultaneous outstanding async operations. 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 Peter Bogdanoff via use

RE: Script Editor Unusable on Windows

2018-09-26 Thread Ralph DiMola via use-livecode
I've seen this. I have no recipe yet. It seems to be related to either breakpoints or a break cause by bad code(setting property for a non-existent control for example). Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use

RE: saving file on android to use as email attachment

2018-09-22 Thread Ralph DiMola via use-livecode
G, made me smile, Nice.... 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 scott--- via use-livecode Sent: Saturday, September 22, 2018 5:17 PM To: u

When an Absolute Path is Not So Absolute

2018-09-19 Thread Ralph DiMola via use-livecode
eate the path at run time before verifying the file's existence. 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 an

RE: LIC 9.0.1 Stable Redraw Problem

2018-09-14 Thread Ralph DiMola via use-livecode
mybtn to true". It's something to do with the blendlevel, but A small test stack does not demonstrate the bug. I will try to make a small test stack but may have to submit my entire stack to Panos. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Origin

RE: Slow LC 9 Performance - Test Stack, Video, QA Report

2018-09-11 Thread Ralph DiMola via use-livecode
I have observed this also. I tested by putting an animated gif in front of a extremely hi-res test image. LC 8 choked but LC9 did not even breath hard. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use

RE: Android install on Lollypop 9.01 rc2

2018-09-05 Thread Ralph DiMola via use-livecode
zed for my device, but it still installs and runs. Let us know if you figure it out. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On September 4, 2018 10:55:46 AM Ralph DiMola via use-livecode wrote: > J, > > Thanks. > I nee

RE: Play YouTube in Portrait and Turn Landscape

2018-09-04 Thread Ralph DiMola via use-livecode
ast TV. Really I turn off whatever I am watching and wonder why the rest of the world can live with this pre 1927 hand cranked projector with a cylinder victrola sync quality? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-

RE: Android install on Lollypop 9.01 rc2

2018-09-04 Thread Ralph DiMola via use-livecode
? This was discussed awhile back. I'm going to go back to 8.1.10 and see if it still installs. V5 is still 20% of market. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com

Android install on Lollypop 9.01 rc2

2018-09-04 Thread Ralph DiMola via use-livecode
I have a tester that can't install an apk on a v5 Android device. All that the package installer says is "App not installed". No other error message. Anyone seen this??? Is this that min version thingy? Thanks in advance... Ralph DiMola IT Director Evergreen Information Ser

RE: fullscreenmode and rect of a substack on mobile device ?

2018-08-30 Thread Ralph DiMola via use-livecode
that there is no issues with getting the correct card rect. The splash stack sits invisible in the background and houses the engine and any inclusions/extensions... Of course in the IDE the splash stack remains open and visible, but who cares? Ralph DiMola IT Director Evergreen Information Services rdim

RE: fullscreenmode and rect of a substack on mobile device ?

2018-08-29 Thread Ralph DiMola via use-livecode
height of this card /1125)),R3-(48*(the width of this card / 2436)),R4-(69*(the height of this card / 1125))) break default return (R1,R2,R3,R4) end switch else return (R1,R2,R3,R4) end if end getCardRect Ralph DiMola IT Director Ev

RE: What happened to the LC 9 UI font?

2018-08-24 Thread Ralph DiMola via use-livecode
not. 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 Tiemo Hollmann TB via use-livecode Sent: Friday, August 24, 2018 5:48 AM To: 'How to use LiveCode' Cc: Tiemo

RE: Set the backgroundcolor of all lines a field to null

2018-08-23 Thread Ralph DiMola via use-livecode
What would be very convenient would be an "index" option for the repeat construct. I have to add this index counter all the time. Repeat for each line tLine in tLines index tIndex tIndex would start at 1 and increment by 1 for each iteration. Ralph DiMola IT Director Evergreen I

RE: fullscreenmode and rect of a substack on mobile device ?

2018-08-21 Thread Ralph DiMola via use-livecode
he buttons are not there. I'm trying to make a small-ish stack with a recipe. 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 Sen

RE: filter list_of_files with REGEX xyz?

2018-08-17 Thread Ralph DiMola via use-livecode
Let them eat cake. 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: Friday, August 17, 2018 4:39 PM To: How to use

RE: filter list_of_files with REGEX xyz?

2018-08-17 Thread Ralph DiMola via use-livecode
True true... I thought about it but left it as is just in case there was an image without a file name before the ".". I did not want it to be missed. You know users... Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: us

RE: filter list_of_files with REGEX xyz?

2018-08-17 Thread Ralph DiMola via use-livecode
The ".*" is the wild card(zero or more) and "\." Is the period. filter tList with regex pattern "(?i).*\.(jpe?g|png|gif)$" Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-live

RE: filter list_of_files with REGEX xyz?

2018-08-17 Thread Ralph DiMola via use-livecode
(?i) turn off case sensitivity for everything after it in the regex expression. (?-i) turns it back on again for everything after it. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun

RE: Windows: "not responding"

2018-08-14 Thread Ralph DiMola via use-livecode
I just got "application is not responding" from the Win 10 Task Manager for about 10 seconds before it came back. I don't say that LC could not improve on this but if one of Windows core utilities can't avoid it, then in my humble opinion LC can only mitigate it but never solve it. Ra

RE: Fun with Windows 10

2018-08-14 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 Richmond Mathewson via use-livecode Sent: Tuesday, August 14, 2018 1:17 PM To: How to use LiveCode Cc

RE: Fun with Windows 10

2018-08-14 Thread Ralph DiMola via use-livecode
6.76 thru 9.01 on a 1709 VM is OK. I would have him blow away the prefs to start==>\users\\AppData\Roaming\RunRev\Preference In that folder delete or rename the Livecode*.rev files. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Mess

RE: Windows: "not responding"

2018-08-07 Thread Ralph DiMola via use-livecode
Also, I was able to reduce this by calls to WMPaint or in VB to DoEvents while in a tight loop doing I/O. This brings me back to the never ending question: When is the equivalent to "DoEvents" in LC? "Wait in time with messages" does not always do it. Ralph DiMola I

RE: Windows: "not responding"

2018-08-07 Thread Ralph DiMola via use-livecode
spect it's a locking algorithm that does not always know why it's still waiting for a lock to be released. I work on Windows, Mac and a little Linux. It seems Linux handles this much better. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message

RE: CEF browser question

2018-08-03 Thread Ralph DiMola via use-livecode
Bill, Are getting bit by iOS App Transport Security (ATS) for non https sites? Try disabling ATS on the iOS standalone settings pane. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net Folks, As I was working on and testing the browser widget, which seemed

RE: [Bug 19998] The non-appearance of Polygon graphics in LC

2018-07-11 Thread Ralph DiMola via use-livecode
to bloated OSs(started with XP SP3) that obsoleted the HW and not only created another environmental disaster in the landfills(euphemism for un-regulated garbage dump) but also all the energy needed to manufacture and deliver new PCs. Sometimes old-school is new-school Ralph DiMola IT Director Evergre

RE: odbc "information type out of range"

2018-07-06 Thread Ralph DiMola via use-livecode
Mike, What DB engine and odbc driver version are you using? Mac, Windows, Mobile? 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

RE: Sort IP List

2018-07-01 Thread Ralph DiMola via use-livecode
he message box it never goes crazy. I'm going to dig in and see what's happening here. If I can get a recipe I'm going to send it off to Panos. Win 10 VM LC 9 Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:us

RE: Sort IP List

2018-06-30 Thread Ralph DiMola via use-livecode
down and attacking each bottleneck. Some stuff like putting simple calculations in-line repeat constructs speeded things up as expected, others befuddled me. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use

RE: IOS 11.4 -- Stuck

2018-06-22 Thread Ralph DiMola via use-livecode
What error are you getting? You can revert but it's a pain and you'll need a pre-upgrade iCloud backup. 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: Align baselines of 2 fields

2018-06-21 Thread Ralph DiMola via use-livecode
Option B. I find it easier to see what's going on: If pOffset is a number then put round(pOffset) into pOffset Else return "Invalid parameter passed." End if Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: us

RE: 8.1.10 Reporting the ScreenSize of a iPhone7: 0,0,375,667

2018-06-19 Thread Ralph DiMola via use-livecode
I always get the resizestack message on Android. For me it's when I do a "wait x ticks with messages" in a resize stack hander on iOS. The handler finishes but the engine is unresponsive to any messages after that. Ralph DiMola IT Director Evergreen Information Services rdim...@evergre

RE: 8.1.10 Reporting the ScreenSize of a iPhone7: 0,0,375,667

2018-06-18 Thread Ralph DiMola via use-livecode
BR, "iPhone Initial orientation" applies only to phones that support landscape splash images. At this point it's only the iPhone6 Plus and the iPhone X. All other iPhones will start in portrait. IPads start in the orientation the device is in when the app is launched. Ralph DiMola I

RE: Anything LiveCode Can Learn From GO

2018-06-14 Thread Ralph DiMola via use-livecode
Running a web server on a mobile device accessing the app's data. tsNet work like a charm on mobile. I download a slew of images while the user is entering their credentials. I used to do it serially. tsNet rocks(and rolls). Ralph DiMola IT Director Evergreen Information Services rdim

RE: Anything LiveCode Can Learn From GO

2018-06-14 Thread Ralph DiMola via use-livecode
Mark, Thanks but, Sigh...Not possible on mobile. 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 Talluto via use-livecode Sent: Thursday, June 14

RE: Anything LiveCode Can Learn From GO

2018-06-14 Thread Ralph DiMola via use-livecode
I was referring to a local mobile SQLite DB query. But I do use async tsNet for web service requests. It works like a charm even with many requests outstanding. I fire up 10 or more at a time and they all compete as expected. Async tsNet +1 Ralph DiMola IT Director Evergreen Information

RE: Anything LiveCode Can Learn From GO

2018-06-14 Thread Ralph DiMola via use-livecode
. That is where locking would be tricky to prevent dead locks. 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, June

RE: Optimization can be tricky

2018-06-12 Thread Ralph DiMola via use-livecode
the first few letters of a city name. I even carry some meta data along for the ride. I don't know if it can be used here. I have not had the time to look at the code or the problem presented. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message

RE: Android won't quit

2018-06-07 Thread Ralph DiMola via use-livecode
ctivity to finish(). That activity could then send the same result as part of its onDestroy(), which would cascade back to the main activity and result in no running activities, which should cause the app to close. But this is fighting the basic design of the Android OS and might break with a futur

RE: THOUGHT: the [effective] [working] screenLoc

2018-06-04 Thread Ralph DiMola via use-livecode
I agree. The effective and/or working key word should also be modifiers for the screenLoc function. 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: scrollerdidscroll, but WHAT has bee scrolled?

2018-06-02 Thread Ralph DiMola via use-livecode
local ControlID put mobileControlTarget() into ControlID set the vscroll of control ControlID of stack "MainStackGUI" to vscrolled set the hscroll of control ControlID of stack "MainStackGUI" to hscrolled pass scrollerDidScroll end scrollerDi

Cropping an image

2018-05-31 Thread Ralph DiMola via use-livecode
end CropMiddleOfImage pImageName 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

Cropping an image

2018-05-31 Thread Ralph DiMola via use-livecode
short or long? I tried putting the var into the imagedata of a new blank image control. It looked close but there seemed to be some alpha channel issues. The original (png) is copied from a master image card and put on to the working card before I start. Thanks for any insight... Ralph DiMola

RE: How To Become Android Developer

2018-05-29 Thread Ralph DiMola via use-livecode
.2 (API 19) install: SDK Platform v4 Google APIs v20 (don’t know if you need this one) 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 Brahmanath

RE: Strange error from iOS Standalone Builder

2018-05-29 Thread Ralph DiMola via use-livecode
on the Mac. Downloaded the provisioning profiles in Xcode. Then all worked again. I also deleted all old development certificates in the Keychain app. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun

RE: [BUG] Browser widget implemented without access to localStorage API

2018-05-16 Thread Ralph DiMola via use-livecode
Agreed but I have had registry problems in the past doing that so I avoid it. Livecode may not be a problem in that regard. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun

RE: [BUG] Browser widget implemented without access to localStorage API

2018-05-16 Thread Ralph DiMola via use-livecode
It's not that easy on Windows. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Trevor DeVore via use-livecode Sent: Wednesday, May 16, 2018 11:55 AM

RE: [ANN] Release 8.1.10 RC-2

2018-05-15 Thread Ralph DiMola via use-livecode
I don't think there is going to be an 8.2 GM. 8.1.10 will be the last GM in the 8.x series if I understand correctly. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com

RE: PDF

2018-05-13 Thread Ralph DiMola via use-livecode
play nice with the generated html from InDesign. I'm working now on figuring out just what LC is choking on. I also don't see a way to move to the chapter 2 when you slide to the end of chapter 1. We are falling back to chapter selections via sidebars or pop-ups or... Ralph DiMola IT Director Evergreen I

RE: How to dismiss keyboard on mobile

2018-05-09 Thread Ralph DiMola via use-livecode
Focus on nothing or send backKey to the engine on 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 Sannyasin Brahmanathaswami via use-livecode Sent

RE: Navigation Widget Suppressing the hiliteChanged Message

2018-05-08 Thread Ralph DiMola via use-livecode
Agreed. Short of any answer on this list within a few days I will submit a bug report and see what Panos has to say. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net From: Brian Milby [mailto:br...@milby7.com] Sent: Tuesday, May 08, 2018 8:08 PM

RE: Navigation Widget Suppressing the hiliteChanged Message

2018-05-08 Thread Ralph DiMola via use-livecode
That's what I finally did. App works now. 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 dunbarx via use-livecode Sent: Tuesday, May 08, 2018 5:01

Navigation Widget Suppressing the hiliteChanged Message

2018-05-08 Thread Ralph DiMola via use-livecode
I want to change the hilitedItem without triggering the hiliteChanged message. I lock messages the set the hilitedItem but the hiliteChanged message is still fired off immediately. I can code around it but wanted to know if there is a way to prevent the message? Ralph DiMola IT Director Evergreen

RE: Sean?

2018-05-08 Thread Ralph DiMola via use-livecode
Good to hear. I just checked the list after visiting that page and saw your post! 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 Dan Brown via

RE: Gofundme posted in the Forums

2018-05-03 Thread Ralph DiMola via use-livecode
d with all the brew-ha-ha on this list. It's out of love and all we care about is that your OK. 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 Lagi Pittas via us

RE: Emergency Help?

2018-05-03 Thread Ralph DiMola via use-livecode
Ditto... Anyone close enough to go visit him? 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 Peter Reid via use-livecode Sent: Thursday, May 03, 2018 7

RE: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Ralph DiMola via use-livecode
g screens on Tokyo Stock Exchange floor so you can imagine the pressure of the world's financial markets on your shoulders. Cooler heads prevailed and I came out the other side with a few bruises but better off in the long run. A better product and a lesson well learned. Ralph DiMola IT Director

RE: LC on Windows - slow for others or just me?

2018-05-01 Thread Ralph DiMola via use-livecode
I have not reported it. I wasn't sure that my setup (VMs/bloated Adobe Products...) was causing it. It's time to open a QCC report on this. Do you want to report it or should I? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From

RE: Informal survey: multiple desktops

2018-05-01 Thread Ralph DiMola via use-livecode
I've been using a multiple VMs instead. 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 Sent: Tuesday, May 01, 2018 12:44

RE: LC on Windows - slow for others or just me?

2018-04-30 Thread Ralph DiMola via use-livecode
- 10 seconds to Launch LC seems slow until I launch Photoshop or InDesign and lose a few minutes of my life that I will never get back. Launching is not an issue for me. Richard, What is slow for you? PB, control creation, scrolling, editing or running scripts... or yes? Ralph DiMola IT Director

RE: LC Web integration is not good enough

2018-04-30 Thread Ralph DiMola via use-livecode
editor. Other than that it faithfully saves/recreates the LC 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 Andre Garzia via use-livecode Sent

RE: Down a leafy lane or up queer street?

2018-04-29 Thread Ralph DiMola via use-livecode
tools pallet. After that I was able to set the filename property and see the images just fine and dandy. Any chance this is also your problem? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@l

RE: Q on Accessing multi-dimension arrays.

2018-04-27 Thread Ralph DiMola via use-livecode
What's the difference between a violin and a fiddle? A violin has strings and a fiddle has strgs. 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: Enable/disable Group enables/disables all children

2018-04-27 Thread Ralph DiMola via use-livecode
. To solve this I put a custom property on the card with all the long IDs of all the controls and their initial "enabled" state before disabling everything. When re-enabling all the controls I look at the array and decide which controls need to be enabled. The same thing could be done for grou

Programmatically changing cRevStandaloneSettings was [Q on Accessing multi-dimension arrays.}

2018-04-26 Thread Ralph DiMola via use-livecode
. But the more interesting thing is the keys below it are in the format like Alex is asking about (firstkey,secondkey). When you click on one of the keys the value is not there. The value is to the right of the key. I can't make sense of this. What am I missing? Ralph DiMola IT Director Evergreen

RE: Building for Android in v9

2018-04-26 Thread Ralph DiMola via use-livecode
No problem here on 9.0 GM using 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 Richard Gaskin via use-livecode Sent: Thursday, April 26, 2018 2:37

RE: Digital Pomegranate

2018-04-23 Thread Ralph DiMola via use-livecode
+1 How is this not above the fold? Hang in there brother... Were praying for you, your family, friends and country. 1915... Tragedy 1.5 mil Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun

RE: Getting Orientation Enforced on Phone

2018-04-13 Thread Ralph DiMola via use-livecode
ing with all sorts of waits is just madness. 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, April

RE: Android Can't Find Path to Web folder

2018-04-07 Thread Ralph DiMola via use-livecode
nts folder. I delete the tree before unzipping for an app update. If you need the LCS of the un-zipper or folder tree deleter let me know. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-liv

RE: Inclusions for database access?

2018-04-07 Thread Ralph DiMola via use-livecode
I take it you included MySQL. Maybe Andre's library need some other inclusion like XML or json? 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 William

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