Re: Implementing UNDO

2021-05-21 Thread Mike Kerner via use-livecode
fyi, for posterity, here is the link to the wiki for levure's undo manager helper https://github.com/trevordevore/levure/wiki/helper-undo_manager On Fri, May 21, 2021 at 2:34 PM David Epstein via use-livecode < use-livecode@lists.runrev.com> wrote: > LC’s built in undo does not appear to undo

Re: Implementing UNDO

2021-05-21 Thread Mike Kerner via use-livecode
I _think_ that there might also be an undo manager built into levure, if you are interested. On Fri, May 21, 2021 at 9:20 AM Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Craig, > > > Am 21.05.2021 um 15:12 schrieb Craig Newman via use-livecode < >

Re: XCode command line tools 12

2021-05-20 Thread Mike Kerner via use-livecode
I disagree with not putting it in your applications folder. What I will do, instead, is rename the folder to "XCode"+version On Wed, May 19, 2021 at 8:09 PM Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> wrote: > This has worked for me. > > 1) Never upgrade or install Xcode from

Re: navbar pre hiliteChanged

2021-05-13 Thread Mike Kerner via use-livecode
set/reset the hilitedItem or the hilitedItemName early enough in the handler, most of the time that will take effect before the screen redraws, so the user will not see the blink from the original tap. it's not perfect, but it might be good enough. On Thu, May 13, 2021 at 12:47 PM Mike Kerner wrote

navbar pre hiliteChanged

2021-05-13 Thread Mike Kerner via use-livecode
How do you handle the situation where a user taps on the navBar but you want to intercept and cancel it? Example: User clicks on the navBar to switch cards, but there is an error on the existing card, so the navigation and the hilite changing should be stopped.

Re: 9.6.0 simulator issue

2021-05-07 Thread Mike Kerner via use-livecode
otay, let's see: quitting LC and restarting seems to get it over the hump. On Fri, May 7, 2021 at 2:41 PM Mike Kerner wrote: > what do you mean - reloaded as in reinstalled xcode or just restarted LC? > > On Fri, May 7, 2021 at 2:39 PM Mark Smith via use-livecode < &g

Re: 9.6.0 simulator issue

2021-05-07 Thread Mike Kerner via use-livecode
might want to try that. Simulator first, then load the app and > try the Test button. > > Mark > > > On May 7, 2021, at 7:28 PM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Since 9.6.2 is giving me issues, I decided to try

9.6.0 simulator issue

2021-05-07 Thread Mike Kerner via use-livecode
Since 9.6.2 is giving me issues, I decided to try the simulator in 9.6.0. That is giving me "Unable to start simulator: 634,0,0,unknown C++ exception 573,263,1,revPhoneSetSimulatorSDK" -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the

9.6.2 rc5/xcode 12.1 ipad simulator

2021-05-07 Thread Mike Kerner via use-livecode
I'm getting an error when trying to fire up the simulator: "Booting available device failed with error: Boot a device" In case I was missing a simulator, I fired up XC and then made sure that the ios simulator for 14.0 was installed, but no joy. -- On the first day, God created the heavens and

Re: dg with native controls in template

2021-05-01 Thread Mike Kerner via use-livecode
p would clip it properly). > > Sent from my iPhone > > > On Apr 30, 2021, at 9:47 AM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > not a terrible idea. > > We could probably also just set the hilite of a row. > > Something I'v

Re: dg with native controls in template

2021-04-30 Thread Mike Kerner via use-livecode
a graphic image into a DG column, would either > of those work? Then you just need to script the behaviour of the widget or > graphic when it’s tapped on. I do something similar with check and uncheck > SVG icons. > > > On Apr 29, 2021, at 8:23 PM, Mike Kerner via us

dg with native controls in template

2021-04-29 Thread Mike Kerner via use-livecode
Let's say we want to have a scrolling area, like a DG, and we want one of the columns in that thing to be a native radio button on mobile, which we can activate with touch. I'm not aware of a way to do that in LC at present. Yes? No? Maybe so? ___

ios field widget

2021-04-22 Thread Mike Kerner via use-livecode
I'm working on moving a tmc2 project to widgets and I noticed for the first time that there isn't an ios field widget. There's an android field widget and an macos field widget, but no ios field widget. Obviously we can code one out, but does someone have a widget? Are there any widget

inputEndEditing out of sequence?

2021-04-03 Thread Mike Kerner via use-livecode
Can someone else test this? 9.6.0 ios create a native field have a button that navigates to another card in the script of the card with the field put an onInputEditing handler enter something into the native field hit the button does the onInputEditing fire before or after the card transition? For

Re: USA OSHA ITA Reporting

2021-03-05 Thread Mike Kerner via use-livecode
ed? > > Are you trying to find an app that already > uses the API? > > Rick > > > On Mar 5, 2021, at 9:33 AM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > rick, > > ITA reporting is not new. it has been a requirement for

Re: USA OSHA ITA Reporting

2021-03-05 Thread Mike Kerner via use-livecode
ubmit anything. > > Rick > > > On Mar 4, 2021, at 9:27 AM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > For anyone in the USA who is subject to OSHA's ITA reporting, have you > > implemented a solution that you would be willi

USA OSHA ITA Reporting

2021-03-04 Thread Mike Kerner via use-livecode
For anyone in the USA who is subject to OSHA's ITA reporting, have you implemented a solution that you would be willing to share? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: New MacBook Pro Results

2020-12-14 Thread Mike Kerner via use-livecode
the good news is that both are just normal stacks (as is tmControls/2), so you should be able to fix them. On Sat, Dec 12, 2020 at 3:27 PM Roger Guay via use-livecode < use-livecode@lists.runrev.com> wrote: > Thought some of you might like to know, LC 6.0 works fine in MacOS Big Sur > on the new

apns

2020-12-12 Thread Mike Kerner via use-livecode
has anyone worked out the new way to do apns? since apple is dumping the old way... -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said,

Re: reading QR-code on Mac from an imported image

2020-11-23 Thread Mike Kerner via use-livecode
why not ask LC if they will compile the external from ios to macos? On Mon, Nov 23, 2020 at 1:43 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > Right, no idea. I've heard the barcode reader can read QR codes but that > requires camera access and is for scanning

Re: Hacktoberfest is coming

2020-10-01 Thread Mike Kerner via use-livecode
for both scrolling and dragging! any any any any public repo on github will do On Thu, Sep 24, 2020 at 7:56 PM Mike Kerner wrote: > It's almost here - Hacktoberfest 2020! > And now registration is open > https://hacktoberfest.digitalocean.com > All you have to do is register, then

Re: Hacktoberfest is coming

2020-09-24 Thread Mike Kerner via use-livecode
: https://www.digitalocean.com/blog/announcing-hacktoberfest-2020/ Get To HACKING On Wed, Sep 9, 2020 at 10:16 AM Mike Kerner wrote: > it's yours until you get a cease and desist letter. > > On Fri, Sep 4, 2020 at 1:06 PM Bob Sneidar via use-livecode < > use-livecode@lists.ru

Re: Hacktoberfest is coming

2020-09-09 Thread Mike Kerner via use-livecode
it's yours until you get a cease and desist letter. On Fri, Sep 4, 2020 at 1:06 PM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > That's really an old saying?? I came up with the saying People don't > change until it hurts not to. I thought I was being pithy. > > Bob S >

Re: Hacktoberfest is coming

2020-09-03 Thread Mike Kerner via use-livecode
Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Mike Kerner wrote: > > > there isn't any reason why we can't have a fork of the ide that > > doesn't sit around waiting for themuns to say "ok". > > I've considered this myself, but ma

Re: Hacktoberfest is coming

2020-09-02 Thread Mike Kerner via use-livecode
o do any work thats > going to sit there for a year+ > > Maybe someone from the mothership can give a yay or nay. > > On Mon, Aug 31, 2020 at 10:55 PM Mark Wieder via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > On 8/27/20 9:05 AM, Mike Kerner via use

Re: Layers in PBrowser

2020-08-31 Thread Mike Kerner via use-livecode
The pb sucks. however, HACKTOERFEST IS COMING! Issue some PR's to fix the PB in Hacktober, get some swag... ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: DataGrid 2 swipe actions

2020-08-29 Thread Mike Kerner via use-livecode
I don't think so. The scroller is a separate native object that overlays the rest of the interface. On desktop, the scrolling is handled by the object with the scrollbar. On Fri, Aug 28, 2020 at 5:09 AM Mark Smith via use-livecode < use-livecode@lists.runrev.com> wrote: > Is there not a way to

Re: DataGrid 2 swipe actions

2020-08-27 Thread Mike Kerner via use-livecode
you - great... > > Unfortunately it breaks some functionality for others so isn’t mergeable > as it stands. > > Warmest Regards, > > Mark. > > Sent from my iPhone > > > On 27 Aug 2020, at 20:58, Mike Kerner via use-livecode < > use-livecode@lists.runrev.co

Re: DataGrid 2 swipe actions

2020-08-27 Thread Mike Kerner via use-livecode
https://quality.livecode.com/show_bug.cgi?id=22798 i submitted a PR as well. If you do a Show Package Contents on the LC binary, then navigate to Content->Tools->/Toolset->palettes->revdatagridlibrary and open "behaviorsdatagridbuttonbehavior.livecodescript" change line 371 to mobileControlSet

Re: DataGrid 2 swipe actions

2020-08-27 Thread Mike Kerner via use-livecode
meantime(s), setting the delayTouches to false(s) on a DG(s) breaks scrolling(s), thus my PR(s), from however-long-ago it(s) was. :-P Tag. You(s)'re it(s) On Thu, Aug 27, 2020 at 2:17 PM Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > On 2020-08-27 17:07, Mike

Re: DataGrid 2 swipe actions

2020-08-27 Thread Mike Kerner via use-livecode
name's mikey. y'all can call me... mikey howdy. i think it was just one line of code, too, right? it was just a matter of setting the delayTouches to true. i have no idea why it was originally "false". On Thu, Aug 27, 2020 at 11:39 AM Mark Wieder via use-livecode <

Hacktoberfest is coming

2020-08-27 Thread Mike Kerner via use-livecode
It's just over a month away, this year's Hacktoberfest If you have or know of a LC repo that would appreciate some love, please put it here, and let's see if we can get some folks involved in participating in making the LC universe a better place. In case you have no idea what I'm talking about,

Re: Basic question about behaviors

2020-08-26 Thread Mike Kerner via use-livecode
On Tue, Aug 25, 2020 at 12:41 PM Sean Cole (Pi) via use-livecode < use-livecode@lists.runrev.com> wrote: > I LOVE 'this me'. This extraordinary use of coding language is truly where > LC shines and why I love it so much, - sometimes. [sigh] > > Sean > and that's why your fonts break - because

Re: Basic question about behaviors

2020-08-25 Thread Mike Kerner via use-livecode
i like "this me" less and less every time i read it. On Mon, Aug 24, 2020 at 11:30 PM Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > Wouldn’t it just be “me”? And “this me” should be the behavior object. > > Sent from my iPhone > > > On Aug 24, 2020, at 11:19 PM,

Re: Cross Platform Font Layout - current workarounds

2020-08-25 Thread Mike Kerner via use-livecode
this has always been a problem with multiple development tools, at least for as long as I can remember x-platform development tools and WYSIWYG being a thing, so Win 95, and MacOS 6 or 7 (uh...7?). I agree it would be great if LC would try harder, since the goal is to make the developer's life

Re: Google API Oauth - refresh tokens?

2020-08-03 Thread Mike Kerner via use-livecode
I'm pretty sure that refresh tokens are used with service accounts (the account has its own authorization so that it can do things, but it does not have its own storage or documents). Authentication is more involved, including, for instance, generating a JWT which has to be built and sent to

Re: OAuth2 was Re: google sheets - anybody doing anything besides mergGoogle

2020-07-21 Thread Mike Kerner via use-livecode
nces which suggest that, but they date back to last year, and I > believe > > I've used this stack in January. (I also tried using LC 9.0.4 with the > same > > result.) > > > > I will try to get back to this. In the meantime, have you - or anyone - > found > > issue

Re: iOS - open next field?

2020-07-01 Thread Mike Kerner via use-livecode
oh, wait, I thought you meant the return key, or in your photo, the "go", key. nothing to see here, move along, move along. On Wed, Jul 1, 2020 at 10:40 AM Mike Kerner wrote: > yep. > use the on inputReturnKey event > then mobileControlTarget() to get the current field >

Re: iOS - open next field?

2020-07-01 Thread Mike Kerner via use-livecode
yep. use the on inputReturnKey event then mobileControlTarget() to get the current field You need to know what the next field is to get the focus, then you use use mobileControlDo (next object),"focus" I generally have a handler in the card to do this, and I also generally have a list of the

Re: stacks panel in standalone application settings disabled

2020-06-24 Thread Mike Kerner via use-livecode
what's really weird is even if you turn on the other platforms, it stays disabled. On Wed, Jun 24, 2020 at 2:47 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > On 6/24/20 7:26 AM, Mike Kerner via use-livecode wrote: > > why would it be disabled in

Re: datagrid delay hilite

2020-06-24 Thread Mike Kerner via use-livecode
ntentionally is > iOS only. What is the solution 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 >

Re: datagrid delay hilite

2020-06-24 Thread Mike Kerner via use-livecode
nm, the datagrid library uses mobileControlSet sScrollerId, "delayTouches", "false" instead of true. bug report issued. On Tue, Jun 23, 2020 at 5:30 PM Mike Kerner wrote: > i just put a new dg in a mobile app (was using the mergDGScroller before), > and noticed th

Re: stacks panel in standalone application settings disabled

2020-06-24 Thread Mike Kerner via use-livecode
ce but it works. > > On 6/23/20 4:11 PM, Mike Kerner via use-livecode wrote: > > uh, isn't that a problem if you have behaviors included and you need to > add > > or remove some? > > > > On Tue, Jun 23, 2020 at 4:57 PM J. Landman Gay via use-livecode < > > use-live

datagrid delay hilite

2020-06-23 Thread Mike Kerner via use-livecode
i just put a new dg in a mobile app (was using the mergDGScroller before), and noticed that the auto-hilite is very fast, like so fast that the dg selects the row instead of recognizing that what you're really trying to do is scroll. has anyone resolved that? -- On the first day, God created the

Re: stacks panel in standalone application settings disabled

2020-06-23 Thread Mike Kerner via use-livecode
uh, isn't that a problem if you have behaviors included and you need to add or remove some? On Tue, Jun 23, 2020 at 4:57 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > On 6/23/20 2:34 PM, Mike Kerner via use-livecode wrote: > > why would everythin

stacks panel in standalone application settings disabled

2020-06-23 Thread Mike Kerner via use-livecode
why would everything on the stacks panel of the standalone application settings be disabled? -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God

SHA256withRSA

2020-06-16 Thread Mike Kerner via use-livecode
how about SHA256withRSA - anyone have an lc script? -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said, "This is good."

Re: base64urlencode

2020-06-16 Thread Mike Kerner via use-livecode
you sure? there is a difference in padding, as well, it seems. On Tue, Jun 16, 2020 at 12:44 PM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 6/16/20 9:24 AM, Mike Kerner via use-livecode wrote: > > does anyone have a routine to do base64url

base64urlencode

2020-06-16 Thread Mike Kerner via use-livecode
does anyone have a routine to do base64urlencoding? it's not the same as base64encoding or urlencoding. -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little

Re: ADA Compliency

2020-05-28 Thread Mike Kerner via use-livecode
Oh gawd, I had an ancient college sweaty OMG FINALS panic attack, because I thought you wrote Ada, not ADA. On Tue, May 26, 2020 at 6:57 PM Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: > Has anyone done anything in regards to ADA compliancy in mobile apps built > with

Re: lc vs macos vs xc vs ios table

2020-05-26 Thread Mike Kerner via use-livecode
lder" (2018 era) ipads that are stuck in ios 9.x ***BUT*** that build config causes the app to fail on newer versions of ios. On Wed, May 20, 2020 at 3:41 PM Mike Kerner wrote: > do we have a table somewhere on which versions can be connected? > i just tried to rebuild one of our app

Re: ANN: glx2 script editor 4.1

2020-05-25 Thread Mike Kerner via use-livecode
thanks, mark. On Thu, May 21, 2020 at 11:31 PM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > I have moved the repository from bitbucket to github because reasons. > > This is the latest build. It's now at glx2ScriptEditor version 4.1. > Release notes and a documentation

lc vs macos vs xc vs ios table

2020-05-20 Thread Mike Kerner via use-livecode
do we have a table somewhere on which versions can be connected? i just tried to rebuild one of our apps for the annual app-build-of-doom, and discovered that: i can't seem to build for ios 9.3.5 (some older ipads), because i need to run xcode 11 on catalina. on 9.3.5 the app flashes white and

Re: [ANN] Release 9.6.0 RC-2

2020-05-20 Thread Mike Kerner via use-livecode
if i do a build for ios, the build number is what shows in xcode as the "version", and the "version" does not appear anywhere. On Wed, May 20, 2020 at 11:43 AM panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: > Dear list members, > > We are pleased to announce the

mergGoogle source OSS'd

2020-05-12 Thread Mike Kerner via use-livecode
LC has decided to deprecate mergGoogle, which is disappointing since my company uses it hourly to generate reports from our ERP system that our customers can use to check up on you-name-it. However, LC also generously agreed to OSS it, so here it is. https://github.com/macMikey/merggoogle -- On

Re: Best relational database for IOS / Android

2020-04-29 Thread Mike Kerner via use-livecode
do you mean for c/s? if it's client-only, then sqlite and mysql are perfectly integrated into lc for ios. On Wed, Apr 29, 2020 at 9:55 AM Skip Kimpel via use-livecode < use-livecode@lists.runrev.com> wrote: > Good morning, > > In your opinion, what is the best relational database to use for an

Re: Which git service suits a LiveCoder best?

2020-04-28 Thread Mike Kerner via use-livecode
I wouldn't say it's using levure as intended. trevor, in his videos, anyway, does not export every script to an SOS, only ones that are a certain length. if you do it that way, then scriptTracker could be valuable. I choose to put every script in SOS's, so scriptTracker isn't particularly useful

Re: Which git service suits a LiveCoder best?

2020-04-22 Thread Mike Kerner via use-livecode
github. pricing is getting better, especially in the last month, to compete with gitlab. we have projects in both github and gitlab (and I guess one person is messing with Azure, or whatever M$'s other git thang is), but people seem to be using github more. gitkraken is the most popular gui our

Re: LC & Catalina; macOS 10.15.x; Xcode 11.3.x; iOS 13.3.x support ???

2020-03-12 Thread Mike Kerner via use-livecode
it really has been, by multiple people, over multiple years. i'm not going to repeat myself, or them. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: OAuth2 was Re: google sheets - anybody doing anything besides mergGoogle

2020-03-12 Thread Mike Kerner via use-livecode
interesting. i didn't realize the oauth routines were in an lcs library. it's only 423 lines, and a lot of that is documentation. On Thu, Mar 12, 2020 at 4:08 PM Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> wrote: > I have another type of slowdown on Win 10 that I can't get an

Re: LC & Catalina; macOS 10.15.x; Xcode 11.3.x; iOS 13.3.x support ???

2020-03-12 Thread Mike Kerner via use-livecode
i'm kind-of annoyed. i have spent enough of my company's funds and my personal time doing lc sessions for beginners. the two years before the lc global sessions, we had a similar level of communication from hq as we do now. there is a difference between complaining and flameing badgering over

Re: OAuth2 was Re: google sheets - anybody doing anything besides mergGoogle

2020-03-12 Thread Mike Kerner via use-livecode
monte has previously said that merggoogle is using a c-library. the "need" for merggoogle is to not rewrite the existing code and/or write a new library from scratch. otherwise i wouldn't need to issue an rfq to have someone write a library. i could have it done for free. or i would be overrun

Re: OAuth2 was Re: google sheets - anybody doing anything besides mergGoogle

2020-03-12 Thread Mike Kerner via use-livecode
sult.) > > I will try to get back to this. In the meantime, have you - or anyone - > found > issues recently with OAuth2, in particular against any of the Google APIs? > > Ben > > > On 08/03/2020 22:22, Mike Kerner via use-livecode wrote: > > it might help us get

[rfq]implement google sheets rest api

2020-03-11 Thread Mike Kerner via use-livecode
we're looking for someone to quote implementing the google sheets rest api to replace mergGoogle (and extend features since the rest API is more extensive than mergGoogle) https://developers.google.com/sheets/api/reference/rest I was thinking of taking the nice work monte did on the lc dropbox

Re: google sheets - anybody doing anything besides mergGoogle

2020-03-08 Thread Mike Kerner via use-livecode
, but please promise not to judge me... > > Ben > > On 06/03/2020 15:13, Mike Kerner via use-livecode wrote: > > Ben, > > would you send me what you've got? I was considering paying someone to > > wrap the entire v4 api and dropping mergGoogle, so any head start

Re: google sheets - anybody doing anything besides mergGoogle

2020-03-06 Thread Mike Kerner via use-livecode
that it would become a thing, and it would get updated as required, but crap happens). On Thu, Mar 5, 2020 at 6:04 PM Ben Rubinstein via use-livecode < use-livecode@lists.runrev.com> wrote: > On 04/03/2020 20:37, Mike Kerner via use-livecode wrote: > > is anyone using anything besides mer

Re: google sheets - anybody doing anything besides mergGoogle

2020-03-05 Thread Mike Kerner via use-livecode
f work to get unicode imported properly. Somehow > got it to work. :-) > > On Thu, 5 Mar 2020 at 19:58, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > @Kaveh > > what are you using to connect to it? are you using the sheets api or >

Re: google sheets - anybody doing anything besides mergGoogle

2020-03-05 Thread Mike Kerner via use-livecode
@Kaveh what are you using to connect to it? are you using the sheets api or something else? On Thu, Mar 5, 2020 at 2:34 PM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Bob Sneidar wrote: > > And again, I must caution that any local folders set to sync with a > >

google sheets - anybody doing anything besides mergGoogle

2020-03-04 Thread Mike Kerner via use-livecode
is anyone using anything besides mergGoogle to work with google sheets? care to share, if you are? -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And

Re: iOS Dropbox access

2019-12-02 Thread Mike Kerner via use-livecode
why not use the dropbox library? On Wed, Nov 27, 2019 at 3:08 PM Marty Knapp via use-livecode < use-livecode@lists.runrev.com> wrote: > I have a desktop app that reads data from a text file in Dropbox. I want > to create an iOS app that can also read (but not write) the same text file. > I've

xpaj-gen infection?

2019-11-21 Thread Mike Kerner via use-livecode
i decided to try out avast for mac, and almost immediately i got a message that one of our compiled LC windoze apps is infected with xpaj-gen. I don't see this topic mentioned anywhere. Sophos didn't ever see anything, and neither did Norton. So maybe it's a false positive, and maybe it's

Re: Give a bug a hug

2019-10-11 Thread Mike Kerner via use-livecode
agree On Fri, Oct 11, 2019 at 3:15 PM hh via use-livecode < use-livecode@lists.runrev.com> wrote: > This is a wonderful project. > > Should be limited to bugs that are NOT regressions. > And instead extended by feature requests. > > ___ > use-livecode

Re: Give a bug a hug

2019-10-10 Thread Mike Kerner via use-livecode
wow, i managed to mute this conversation. fail. @paul, that's exactly why we ponied up, too, as an insurance policy. we have been burned by numerous organizations either abandoning their software work product or disappearing. thankfully, for most of our mission-critical stuff, we have, own, and

Re: Give a bug a hug

2019-10-08 Thread Mike Kerner via use-livecode
i am so not being clear about this. i hate it when no one else understands what i'm not saying. i am not proposing a system that is either administered by LC or where LC is involved in the work. what i am proposing is that all of us control this process. it's our money, right? We propose the

Re: Give a bug a hug

2019-10-07 Thread Mike Kerner via use-livecode
Huh? I'm suggesting that this be taken the direction of a bounty. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Give a bug a hug

2019-10-07 Thread Mike Kerner via use-livecode
there isn't any reason why bug bounties have to all go to the mothership. you're (for lack of a better word) kickstarting a bug fix. it's a bounty. it should go to the person who delivers the fix, the bounty hunter. ___ use-livecode mailing list

Re: ...and Livecode... where are we now?

2019-10-03 Thread Mike Kerner via use-livecode
poor comms don't make this better. one good thing about LCG was that we had bi-monthly updates. this year, no comms. i am less hopeful that the influx of new revenue will matter in the medium term, because most of the effort will be on the requests that are tied to the new revenue. every time

Re: Hactoberfest is coming...

2019-10-01 Thread Mike Kerner via use-livecode
LOL, sorry, not a list field, a list of ideas. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Hactoberfest is coming...

2019-10-01 Thread Mike Kerner via use-livecode
ersons is script local variable that I populate with the > salespersons on openField. filterOptions returns a list matching > salespersons LIKE %%. listOptions > populates the popup field so the user can select one of the filtered > salespersons. > > HTH > > Bob S > >

Re: Hactoberfest is coming...

2019-10-01 Thread Mike Kerner via use-livecode
-hacktoberfest On Fri, Sep 27, 2019 at 4:40 PM Mike Kerner wrote: > click on the "start hacking" button in the page and you can sign up. i > don't know what it will do for people who don't already have a github > account, but here's what I got: > > > > [image: Hacktoberfest

Re: Hactoberfest is coming...

2019-09-27 Thread Mike Kerner via use-livecode
tober 1 and October 31. > > There are no links I can find to sign up to the fest yet, just a few links > to github which will ask you to sign in/up when it loads. > > Sean Cole > Pi Digital Prod Ltd > > > On 26 Sep 2019, at 21:47, Mike Kerner via use-livecode < >

Re: Hactoberfest is coming...

2019-09-26 Thread Mike Kerner via use-livecode
ds which are enough for now). > > Sean Cole > Pi Digital Prod Ltd > > > On 25 Sep 2019, at 21:05, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > The Hacktoberfest registration is now open: > > https://hacktoberfest.dig

Re: Hactoberfest is coming...

2019-09-25 Thread Mike Kerner via use-livecode
The Hacktoberfest registration is now open: https://hacktoberfest.digitalocean.com Get registered and then between October 1, and 31, make 3 pull requests to projects housed on GitHub, and get your

Re: Maintenance forever?

2019-09-01 Thread Mike Kerner via use-livecode
Ugh. I feel your pain on the RAID failure. We had one fail on our primary ERP server about a month ago when a drive controller bit it. The corruption then propogated to the rest of the array. The machine first locked up then was unbootable. About five hours later the team gave up on the

Re: Hactoberfest is coming...

2019-09-01 Thread Mike Kerner via use-livecode
and issue a pull request back. On Sat, Aug 31, 2019 at 5:47 PM Pi Digital via use-livecode < use-livecode@lists.runrev.com> wrote: > Good work, thanks Mikey. > > Sean Cole > Pi Digital Prod Ltd > > > On 31 Aug 2019, at 22:27, Mike Kerner via use-livecode < > use

Re: Hactoberfest is coming...

2019-08-31 Thread Mike Kerner via use-livecode
OK, Mikey's 100% unofficial livecode hacktoberfest idea exchange repo is now live. https://macmikey.github.io/lc-hacktoberfest/ On Fri, Aug 30, 2019 at 11:22 PM Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > Yes, very good idea. I got my first shirt last year. > >

Re: Any recommendation which GitHub client to use for Livecode contributions?

2019-08-11 Thread Mike Kerner via use-livecode
I am a big fan of gitKraken. On Thu, Aug 8, 2019 at 4:30 PM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 8/8/19 10:50 AM, Matthias Rebbe via use-livecode wrote: > > Okay, 3 in a row for Sourcetree, so i think i will use it, too. > > I'm a commandline kinda guy, so

Re: Symantec quarantining LiveCode standalone on client's machine

2019-07-03 Thread Mike Kerner via use-livecode
We had the same problem with our Norton installs having issues with our LC-built apps, even when installing an update to the same app. We never were able to fix it, even with code signing. We still had to go into Norton, find the quarrantine, and whitelist the app. Switching AV was our solution,

[ANN]CRON - a library for Levure

2019-06-12 Thread Mike Kerner via use-livecode
Calling all Levurithans and anyone who wants to break some code: Mikey's CRON library is now up on Github. This version is intended for use with Levure projects. CRON allows you to schedule tasks for LC to execute. We use it to regularly update mobile devices, inventory spreadsheets, and ERP

Re: pdf widget initial thangers

2019-06-10 Thread Mike Kerner via use-livecode
eninfo.net > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On > Behalf > Of Mike Kerner via use-livecode > Sent: Monday, June 10, 2019 12:03 PM > To: How to use LiveCode > Cc: Mike Kerner > Subject: pdf widget initial thangers &

pdf widget initial thangers

2019-06-10 Thread Mike Kerner via use-livecode
anyone messing with the pdf widget, yet? Any thoughts about using it vs. xpdf? -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said, "This is

file id/hash

2019-05-15 Thread Mike Kerner via use-livecode
I thought I read something about being able to grab and search on the hash/id of a file. That would certainly be useful for those times where you move a file somewhere and then forget where you put it, and you can't remember the name. -- On the first day, God created the heavens and the Earth

Re: Is Anyone using the XPDFViewer?

2019-05-05 Thread Mike Kerner via use-livecode
Matthais, I'm using xpdf, and I have a couple repos with it working. https://github.com/macMikey/xpdf https://github.com/macMikey/scanhammer On Fri, May 3, 2019 at 3:50 PM Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Thanks Paul, > > for whatever reason it still does

Re: [ANN] bnGuides has been updated

2019-03-31 Thread Mike Kerner via use-livecode
Bernd needs his own submenu in LC. On Thu, Mar 28, 2019 at 5:57 PM Niggemann, Bernd via use-livecode < use-livecode@lists.runrev.com> wrote: > bnGuides a tool to visually aid in alignment of controls has been updated > to version 0.5.0 > > if fixes some instances where bnGuides did not delete

Re: Levure Dataview Question

2019-03-31 Thread Mike Kerner via use-livecode
You might want to open an issue at https://github.com/trevordevore/levurehelper-dataview/issues On Sat, Mar 30, 2019 at 7:24 AM David Bovill via use-livecode < use-livecode@lists.runrev.com> wrote: > Yes would be good to know. I've seen demos of drag- reordering, and > scripted a few experiments

LC-based OSS Document Managment System Looking For Love

2019-03-31 Thread Mike Kerner via use-livecode
Scanhammer someday hopes to be an LC-based OSS document management system. It needs love and attention, so if you might be interested in contributing, have a look: https://github.com/macMikey/scanhammer I wrote it on top of Levure, XPDF, and the fileBrowser dataViewTree. Ideas and issues:

Re: [off]sublimeText update

2019-03-26 Thread Mike Kerner via use-livecode
26. Mar 2019, at 15:05, Trevor DeVore via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > On Tue, Mar 26, 2019 at 8:28 AM Ralf Bitter via use-livecode < > > use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>> > wrote

Re: [off]sublimeText update

2019-03-13 Thread Mike Kerner via use-livecode
files. The ST plugin works by > sending messages to a server process running in the IDE. > > forums.livecode.com/viewtopic.php?f=77=31079 > github.com/bwmilby/lc-misc/tree/master/ScriptTracker > github.com/bwmilby/lc-misc/blob/master/ScriptTracker/ScriptTracker.md > > Thanks, > Bria

[off]sublimeText update

2019-03-13 Thread Mike Kerner via use-livecode
The new sublimeText update dropped this morning, and it's pretty sweet. It now has things like git status integration, which is very cool. It would be really cool if we could get better integration between external text editors and ST. The ST kluge works great for updating scripts live in LC,

Re: Need crash course in Dropbox library

2019-02-17 Thread Mike Kerner via use-livecode
Hey pink Yes, you are just going to put 150MB at a time into the pData parameter and ship it. I have not uploaded any binary files, just encoded text files, so you may have to fiddle with encoding to make sure you don't get into any trouble. You should be able to open/read the files using put url

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