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
n Fri, Mar 5, 2021 at 9:59 AM Rick Harrison via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Mike, > > You could have led with that information. > > You aren’t new to the process, and you > have one solution, and a possible second. > What do you ne

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
he ID thingy, if i understand correctly what > you ask. > because if i remember correct the ID created by the dg scroller was not > 'detectable' > But to be sure on it check the quality site or one of the releasenotes when > the DG2 came out > > Op do 27 aug. 2020 om 21:58 schreef An

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
use-livecode@lists.runrev.com> wrote: > On 8/26/20 9:36 PM, Andrew at MidWest Coast Media via use-livecode wrote: > > > The highlighted row when scrolling is a separate bug patched by Mike > Wieder https://quality.livecode.com/show_bug.cgi?id=22798 < > https://quality.livecode.com/sho

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
I got impatient/spooked so we went another direction. I think we're going to use other tools. On Thu, Jul 16, 2020 at 10:00 AM Ben Rubinstein via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Mike, > > Brian Milby put me on to the solution for the OAuth problem: &g

Re: Web help needed

2020-07-13 Thread Mike Doub via use-livecode
if they will do the trick. Thank to all for helping!  I’m learning all sorts of stuff!  It great.   -= Mike On Jul 13, 2020, 11:45 AM -0400, Andre Garzia via use-livecode , wrote: > Folks, > > I think that either you're all misreading the original intent, or I have > read it wrong. > >

Re: Web help needed

2020-07-12 Thread Mike Doub via use-livecode
HostM does support rsync but you have to request SSH to be enabled. I was able to get an sftp client to work.  Im not sure if LiveCode supports sftp. -= Mike On Jul 12, 2020, 1:13 PM -0400, Mike Doub , wrote: > I just sent a request to HostM to see if they support rsync.  If they do then &g

Re: Web help needed

2020-07-12 Thread Mike Doub via use-livecode
on both the mac and server. On Jul 12, 2020, 12:56 PM -0400, Mike Doub , wrote: > The server is hosted on HostM and they are very good a keeping Livecode > Server current. I am assuming it is a Unix variant of some sort.  My desktop > is a mac. > > Let me tell you the details of w

Re: Web help needed

2020-07-12 Thread Mike Doub via use-livecode
on both the mac and server side. -= Mike On Jul 12, 2020, 12:32 PM -0400, Rick Harrison via use-livecode , wrote: > Hi Mike, > > I think we are lacking some key information in order to solve your problem. > > Is your LC Server on a Mac? If so, what is preventing you from just > dra

Re: Web help needed

2020-07-12 Thread Mike Doub via use-livecode
Thanks Richard.   I guess I was not clear.   I was looking for the best ways to do the file transfer with LiveCode and LiveCode server.   -= Mike On Jul 11, 2020, 10:50 PM -0400, Richard Gaskin via use-livecode , wrote: > Mike Doub wrote: > > > I need to move hundreds of files fro

Web help needed

2020-07-11 Thread Mike Doub via use-livecode
with binary files too (thinking images).  All of the examples I see are for a user interface form and that does not make sense for the number of files I need to move. Thanks in advance.       -= Mike ___ use-livecode mailing list use-livecode

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

Xcode 11.4

2020-04-30 Thread Mike for GDC via use-livecode
Can you create a build for app submission using Xcode 11.4? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

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: Apps to fight COVID-19

2020-04-10 Thread Mike Doub via use-livecode
Apple and Google adding contact tracking to their OSs https://www.nytimes.com/2020/04/10/business/stock-market-today-coronavirus.html#link-418ae121 On Apr 10, 2020, 2:41 PM -0400, dsc--- via use-livecode , wrote: > And for those of you who want to volunteer for the COVID Watch team, here is >

Re: DataGrid question...

2020-04-01 Thread Mike Doub via use-livecode
the mouseUp to mouseDown, all works as expected.   I have not spent the time to figure out what is going on, but these are my observations. -= Mike On Apr 1, 2020, 9:29 AM -0400, Niggemann, Bernd via use-livecode , wrote: > This is a modification of Jaque's script to get the row and col

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
esn't seem to be any interest in updating merggoogle. On Wed, Mar 11, 2020 at 4:46 PM Ben Rubinstein via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Mike, > > I haven't forgotten, but finally found time to take a look today and > started > writing minimal

[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
it might help us get started. i'm going to probably put out an rfq to wrap the v4 rest api, because we're going to have to come to a solution, either using lc or some other tool. On Sun, Mar 8, 2020 at 6:01 PM Ben Rubinstein via use-livecode < use-livecode@lists.runrev.com> wrote:

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
ok, that's what i thought. On Thu, Mar 5, 2020 at 3:47 PM Kaveh Bazargan via use-livecode < use-livecode@lists.runrev.com> wrote: > This is where I started, Mike: > > https://andregarzia.com/2018/11/reading-google-sheets-data-from-livecode.html > > Then I had to do a lot o

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

SSH and SCP in LiveCode

2019-11-01 Thread Mike Felker via use-livecode
Hello group. Just joined but long-time LiveCode user. I need SSH / SCP capability for LiveCode. Anyone know how to use this (either the old external or by any other means)? I do not thing TSNet will help in this case. Thanks. Mike Rubidex - The Reliable Blockchain Company

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

DataGrid Scrolling problem

2019-10-02 Thread Mike for GDC via use-livecode
99 and 100 but because you are holding the screen you cannot "select" either one of those lines. When you take your finger off the grid, the scroll immediately takes the last two lines off the screen and you can just see up to line 98 again. Hope this description makes sens

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
wrong thread, i think, bob. On Tue, Oct 1, 2019 at 10:55 AM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Mike. > > I do this already in some "popup" fields I use. (There are reasons I use > fields instead of buttons I won't go into here.

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

Help with iOS app submission.

2019-09-25 Thread Mike for GDC via use-livecode
I would like to get some help (consulting) to help me with the final stage of uploading an app to the app store. Can pay your going rate for help. Please contact me directly if interested. Thanks. Mike ___ use-livecode mailing list use

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

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