Re: sideloading updates to mobile

2024-02-28 Thread Mike Kerner via use-livecode
ons so >> you >> can easily compare that to the one on the server. After updating the >> stacks, update the stored text file as well. >> >> If updates are mandatory, just skip the comparisons entirely and >> force-download the updates. If only some of the stacks s

Re: sideloading updates to mobile

2024-02-29 Thread Mike Kerner via use-livecode
ac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > On February 28, 2024 8:12:57 PM Mike Kerner via use-livecode > wrote: > > > so, how do we force LC to reload the stack? > > i can force the script to reload, and replace it, but if i want to rel

Re: sideloading updates to mobile

2024-02-29 Thread Mike Kerner via use-livecode
h location. Any file in documents will be overwritten with > the new download if the file name is the same. > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > On February 29, 2024 7:31:28 AM Mike Kerner via use-livecode >

Re: sideloading updates to mobile

2024-02-29 Thread Mike Kerner via use-livecode
uments will be overwritten >> with >> the new download if the file name is the same. >> >> -- >> Jacqueline Landman Gay | jac...@hyperactivesw.com >> HyperActive Software | http://www.hyperactivesw.com >> On February 29, 2024 7:31:28 AM Mike Kerner via use-

Re: sideloading updates to mobile

2024-03-01 Thread Mike Kerner via use-livecode
i'm going to have to mess with this, some more. i didn't think documents is sandboxed. On Fri, Mar 1, 2024 at 11:49 AM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > They should stop calling it a Sandbox then. It’s the entire beach! LOL! > > Bob S > > > On Mar 1, 2024, at

Re: sideloading updates to mobile

2024-03-01 Thread Mike Kerner via use-livecode
x27;t have to steal my husband's > phone, which is tricky business. > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > On March 1, 2024 11:40:09 AM Mike Kerner via use-livecode > wrote: > > > i

Re: sideloading updates to mobile

2024-03-02 Thread Mike Kerner via use-livecode
you find out. I'm still running in the before times. > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > On March 1, 2024 12:25:21 PM Mike Kerner via use-livecode > wrote: > > > the latest pieces th

Re: sideloading updates to mobile

2024-03-02 Thread Mike Kerner via use-livecode
; > > On Fri, Mar 1, 2024 at 6:39 PM J. Landman Gay via use-livecode < > > use-livecode@lists.runrev.com> wrote: > > > >> Let me know if you find out. I'm still running in the before times. > >> > >> -- > >> Jacqueline Landman Gay | jac.

Re: Cursor Placement in MobileControl

2024-03-06 Thread Mike Kerner via use-livecode
it would be nice to have a universal field widget, and be able to have this sort of behavior be part of it... On Wed, Mar 6, 2024 at 2:07 PM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > That is damn handy. That could be massaged to work with a Livecode field > too. I’m g

Re: Cursor Placement in MobileControl

2024-03-06 Thread Mike Kerner via use-livecode
your own > coffee table. :-) > > Bob S > > > > On Mar 6, 2024, at 11:11 AM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > it would be nice to have a universal field widget, and be able to have > this > > sort of behavi

Re: FindIndex question

2024-03-24 Thread Mike Kerner via use-livecode
i don't know if you dove into the code, but it's too early to think about unpacking this, so here's the code: *## pSearchA is array-valued index for accessing sDataArray* *## pSearchA[1] = key_1* *## pSearchA[2] = key_2* *command* FindIndex pKeyIndexA, pSearchString *--, ...* *-* *local*

Re: FindIndex question

2024-03-24 Thread Mike Kerner via use-livecode
it's in the behavior of the dg you can also go digging through the OSS repo, if you like. On Sun, Mar 24, 2024 at 5:23 PM Neville Smythe via use-livecode < use-livecode@lists.runrev.com> wrote: > > > On 25 Mar 2024, at 3:00 am,Mike Kerner wrote: > > > > i don't know if you dove into the code, bu

Re: FindIndex question

2024-03-24 Thread Mike Kerner via use-livecode
just to sanitycheck myself, i opened 9.6.9, created a new stack, and added a dg to it. then i fired up the pb. expand the card, and you'll see the dg. there are two behaviors assigned to the dg. the first is button id 1005 of stack "revDataGridLibrary" which has, as its behavior, stack "RevDataGrid

Re: FindIndex question

2024-03-25 Thread Mike Kerner via use-livecode
i would be curious to know if an in-memory sqlite db increases scroll speed with dg's. basically, you would live load the dg with pages from the db. i can't imagine that the dg is faster than the pg. everything i've tried with the pg is faster than the dg. just one more reason to resurrect the scri

Re: FindIndex question

2024-03-25 Thread Mike Kerner via use-livecode
d and backwards a few pages, and > in that case a memory database could help, but if the user drags the > elevator box (how many people know what THAT is) then you go back to square > 1 concerning efficiency. > > Bob S > > > > On Mar 25, 2024, at 10:34 AM, Mike Kerner via

Re: FindIndex question

2024-03-25 Thread Mike Kerner via use-livecode
in that case a memory database could help, but if the user drags the >> elevator box (how many people know what THAT is) then you go back to square >> 1 concerning efficiency. >> >> Bob S >> >> >> > On Mar 25, 2024, at 10:34 AM, Mike Kerner via use-l

Re: FindIndex question

2024-03-26 Thread Mike Kerner via use-livecode
why* you want to use a dg ather > than a pg ? Is there a missing capability you need ? Or some non-obvious > (to me) reason to avoid pg? > > Thanks, > > Alex. > > On 25/03/2024 18:50, Mike Kerner via use-livecode wrote: > > i guess what i'm wondering is how quickly o

Re: Revisiting Lock Screen

2024-03-28 Thread Mike Kerner via use-livecode
there are many (many) datagrid functions and commands that unlock the screen, the behavior script for dg's is 11,597 lines long. i started copying/pasting the signature of them, but finally decided there were many too many. instead of deleting the rest of this post, i left them in place. i reiterat

Re: Revisiting Lock Screen

2024-03-28 Thread Mike Kerner via use-livecode
avior? (That is rhetorical. Only the devs would know that.) > > Bob S > > > On Mar 28, 2024, at 8:48 AM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > there are many (many) datagrid functions and commands that unlock the > screen, >

Re: Revisiting Lock Screen

2024-03-28 Thread Mike Kerner via use-livecode
n the window while > processing, then deleting it when done. > > The trouble is I have other windows open that will update because they are > synching with the module I am working in. Also this won’t improve > performance the way Lock Screen would (should). > > Bob S > > &

Re: Xcode 15.01 working with LC?

2024-04-06 Thread Mike Kerner via use-livecode
it does not work, at least with 9.6.11 here's where you can find all the downloads, including xcode 15 https://developer.apple.com/download/all/?q=xcode On Sat, Apr 6, 2024 at 4:22 PM Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi friends, > > I am just setting up a n

Re: Xcode 15.01 working with LC?

2024-04-06 Thread Mike Kerner via use-livecode
i should further note that in lc settings, if you select 15.0.1, you will get the green box like all's well, but during the build you will get an error, late. On Sat, Apr 6, 2024 at 4:34 PM Mike Kerner wrote: > it does not work, at least with 9.6.11 > here's where you can find all the downloads,

Re: Xcode 15.01 working with LC?

2024-04-09 Thread Mike Kerner via use-livecode
dreas > > > > 6 apr. 2024 kl. 22:35 skrev Mike Kerner via use-livecode < > use-livecode@lists.runrev.com>: > > > > i should further note that in lc settings, if you select 15.0.1, you will > > get the green box like all's well, but during the build you wil

Re: Xcode 15.01 working with LC?

2024-04-09 Thread Mike Kerner via use-livecode
s on "Launching app..." LC is unresponsive and a Force Quit is needed. > Any ideas? > Thanks > > Ralph DiMola > IT Director > Evergreen Information Services > rdim...@evergreeninfo.net > > -Original Message----- > From: use-livecode [mailto:use-livecode-b

Re: Windows on ARM...

2024-04-09 Thread Mike Kerner via use-livecode
paul, lc apps that i built on win years ago are still running on win on arm (and have been, for three years), so i'm guessing there is at least an emulation mode. On Tue, Apr 9, 2024 at 3:04 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > Mothership people (or anyone in

Re: Websockets ... again.

2024-04-26 Thread Mike Kerner via use-livecode
i'm interested in client side, especially on mobile. we have an app that is in the wild that would be much better if we could stop pinging the server every five seconds. On Fri, Apr 26, 2024 at 4:10 PM Tom Glod via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Folks, > > Can we get a

Re: Websockets ... again.

2024-04-27 Thread Mike Kerner via use-livecode
really? discuss. On Sat, Apr 27, 2024 at 5:06 PM Bernard Devlin via use-livecode < use-livecode@lists.runrev.com> wrote: > One thing to bear in mind is that Livecode does not support secure sockets > (despite what the Dictionary might say). > > On Sat, Apr 27, 2024 at 12:31 AM Richard Gaskin via

Re: web

2024-04-29 Thread Mike Kerner via use-livecode
any word on web? just curious On Tue, Feb 13, 2024 at 5:09 AM Mark Smith via use-livecode < use-livecode@lists.runrev.com> wrote: > > > On 13 Feb 2024, at 5:02 am, Curry Kenworthy via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > What doesn’t kill us ... makes us awesome and migh

Re: LC compilation

2024-04-29 Thread Mike Kerner via use-livecode
ntages. Obfuscation of code, as you mention, is another > (although I have never personally worried about anyone wanting to steal my > code 😊). > > Mark > > > > On 29 May 2023, at 5:56 pm, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > >

Re: LC compilation

2024-04-29 Thread Mike Kerner via use-livecode
well, bob, since 10 was supposed to have an ai assistant as part of it... gpt 4 is pretty good, with fairly simple stuff, with some languages. it has not done well with anything LC that i've thrown at it. it keeps hallucinating all sorts of things, like commands that don't exist, whole documentatio

Re: LC compilation

2024-04-30 Thread Mike Kerner via use-livecode
t; > > On Apr 29, 2024, at 6:30 PM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > sometimes, it is very good at coding > > ___ > use-livecode mailing list > use-livecode@lists.runrev.com &

Re: Livecode startup messages...

2024-05-08 Thread Mike Kerner via use-livecode
this is not just a lc issue we use 4d, extensively, and every time a 4d client starts on windows, the same message appears On Fri, May 3, 2024 at 6:20 PM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Interesting. As I’ve mentioned I install and provide IT support for > co

Re: WebDeployHelper tool - the LC10 web app toolbox

2024-05-15 Thread Mike Kerner via use-livecode
4d's qodly, which is, imho, even a more promising web dev tool, is also stalled, and has been stalled for almost six months. i can't hide my disappointment with lc's eternal chasing of the next squirrel (script compiler is now 17 months overdue because, ooh! look! web apps! squirrel!). however, i a

Re: WebDeployHelper tool - the LC10 web app toolbox

2024-05-15 Thread Mike Kerner via use-livecode
seconding on the compiler as the biggest thing. (you owe me a year, lc. i paid for it) my #2 priority would be more effort on mobes (long paragraph deleted - you're welcome). but i could be convinced that #3 could be web, if it wasn't a squirrel, too. (you also owe me a year, here, lc). On Wed, M

Re: Saving data in standalone

2024-05-16 Thread Mike Kerner via use-livecode
this is also how levure operates, so if you build with levure, you can just do this with stacks in the project On Thu, May 16, 2024 at 5:08 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > You can save external stacks or created on the fly stacks where ever you > have *wr

Re: Return Total of a Given Repeated Number in a List

2024-05-23 Thread Mike Kerner via use-livecode
just spitballing: let's call our containers "tSearchingFor" and "tSearchString" *set* the itemDelimiter to comma & tSearchString & comma *put* the number of items in tSearchingFor - 1 into tNum *if* tSearchString begins with tSearchingFor & comma *then* *add* 1 to tNum *if* tSearchString ends w

Re: Return Total of a Given Repeated Number in a List

2024-05-24 Thread Mike Kerner via use-livecode
; > /Andreas > > > > 24 maj 2024 kl. 07:08 skrev Roger Guay via use-livecode < > use-livecode@lists.runrev.com>: > > > > Very clever, Mike. I never thought to use itemDelimiter this way. I’ll > have to play with this. > > > > Thanks very much,

Re: Strange syntax in new widgets!?

2024-05-25 Thread Mike Kerner via use-livecode
a couple of notes on bob's comments: * the widgets were written by a third party using lcb. lc purchased the source. unfortunately, the source is closed, so your ability to improve them is limited. (then there's the whole matter of the property editor and property inspector not being documented, wh

Re: Return Total of a Given Repeated Number in a List

2024-05-25 Thread Mike Kerner via use-livecode
(to alex's question) > * quicken date shortcuts quicken has/had these very nifty ways of handling date inputs, to make entry faster. if you enter a numeral, like 26, it means that date of this month. similarly, month/date e.g. 5/25 is 5/25 of this year. "T" is today "+" to increment the date field

Re: Mosquitto library.

2024-06-07 Thread Mike Kerner via use-livecode
* if you're on mobile, you can use push * you can also set up a small web server in your app to receive messages. levure uses this technique to receive messages from a plugin in sublime text that a script has been updated (so livecode will reload the script) * if we get websockets working, that wil

Re: Mosquitto library.

2024-06-08 Thread Mike Kerner via use-livecode
ecode < use-livecode@lists.runrev.com> wrote: > I think it might be time to solve this. > > On Fri, Jun 7, 2024 at 6:13 PM Tom Glod wrote: > > > websockets again. > > > > On Fri, Jun 7, 2024 at 3:46 PM Mike Kerner via use-livecode < > > use-livecod

Re: Mosquitto library.

2024-06-11 Thread Mike Kerner via use-livecode
>Either way, I'd imagine a subscribe client looking to avoid polling is going to depend on a long-lived socket, no? That's part of the point of a websocket. you don't have to keep reopening it, and both ends can use it, as needed. On Mon, Jun 10, 2024 at 11:38 AM Bob Sneidar via use-livecode < use

Re: Mosquitto library.

2024-06-12 Thread Mike Kerner via use-livecode
the original question was about mosquitto and handling messaging, thus the remarks about websockets. bob: the server just opens the port and listens. there is no timeout on the server. the client sends the request, and then times out if it does not receive a reply. whether it receives a reply or ti

Re: Apple developer application and installer certificates

2024-06-12 Thread Mike Kerner via use-livecode
for anyone else dropping into this thread, custom apps have to be rebuilt with a new cert, once per year. it's not a big deal, it's just something that has to be done. it takes a few minutes, max. On Wed, Jun 12, 2024 at 6:11 PM matthias rebbe via use-livecode < use-livecode@lists.runrev.com> wrot

Re: Hacking LiveCode

2024-06-17 Thread Mike Kerner via use-livecode
runrev.com> wrote: > >> Did you restart LiveCode after installing the updated widget? >> >> Brian Milby >> br...@milby7.com >> >> > On Sep 25, 2022, at 4:53 PM, Mike Kerner via use-livecode < >> use-livecode@lists.runrev.com> wrote: >> >

Re: Socket Packaging

2024-06-24 Thread Mike Kerner via use-livecode
have a look at caddy. it allows you to reverse proxy and have the best of both worlds: * server traffic to and from caddy is in the clear, so less mess * caddy handles all the cert silliness, while also giving you ssl to/from the clients we've been doing this for two years (maybe it's three, now).

Re: Planning upgrade to Mac OS Sonoma 14.5 – any issues with LiveCode 9.6.12 or LC 10 Create?

2024-06-27 Thread Mike Kerner via use-livecode
still sitting on ventura. usually LC is the reason why i hold off on updating macOS, but i'm not sure what is compelling about sonoma, anyway. On Thu, Jun 27, 2024 at 8:12 AM Martin Koob via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi all > > I am always a laggard when it comes to d

Re: web/Happy 4th

2024-07-03 Thread Mike Kerner via use-livecode
HAPPY TREASON DAY! On Wed, Jul 3, 2024 at 8:46 AM Curry Kenworthy via use-livecode < use-livecode@lists.runrev.com> wrote: > I've been wanting to say, with a slight delay... > Thanks for your comment - It's a great year for encouragement! > > I hope everyone has a great week, and 4th! > > Mark Sm

Re: Websockets RFC 6455

2024-07-13 Thread Mike Kerner via use-livecode
cool On Fri, Jul 12, 2024 at 9:06 PM Tom Glod via use-livecode < use-livecode@lists.runrev.com> wrote: > Heyall, > > I wanted to test Anthropic's Claude Opus with Livecode on a real project. > So I chose to worked with it to implement WebSocket's standard RFC 6455 > > Methodology is explained in

Re: Websockets RFC 6455

2024-07-19 Thread Mike Kerner via use-livecode
see the issue i posted on the repo On Sat, Jul 13, 2024 at 12:20 PM Mike Kerner wrote: > cool > > On Fri, Jul 12, 2024 at 9:06 PM Tom Glod via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Heyall, >> >> I wanted to test Anthropic's Claude Opus with Livecode on a real project. >> So

Re: Websockets RFC 6455

2024-07-23 Thread Mike Kerner via use-livecode
i'd like to learn more about how you did this. i have had terrible luck getting any of the LLM's to generate reasonable LC code (including multiple attempts on this very topic). ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: Websockets RFC 6455

2024-07-24 Thread Mike Kerner via use-livecode
source > code for the httpd library for livecode. I also provided the specs for the > standard. > > And it was Claude opus. I'll get the client code in there soon thanks for > letting me know about that ...duh! 😉 I would have found out I guess when I > got to testing it > &

Re: Websockets RFC 6455

2024-07-24 Thread Mike Kerner via use-livecode
his > > https://chatgpt.com/g/g-AuN0YeBOr-livecode-expert-gpt > > Thanks, > > Tom > > > > On Wed, Jul 24, 2024 at 8:29 AM Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > so, for you, the trick was: > > * claude (opus) &

Re: Livecode Future

2024-07-25 Thread Mike Kerner via use-livecode
i'm coming to this conversation, late, because i'm spending very little time coding, and most of my time managing. if i understand the pricing correctly, LC wants to charge $440/year for each mobile device that is running an app that we wrote (we don't have any publicly available apps, so the 5%, a

Re: Livecode Future

2024-07-26 Thread Mike Kerner via use-livecode
after the emails from kevin and heather, this morning, here's hoping we get a discussion of a more typical/traditional corporate app dev tier, because that's what lc is. it's not a db server. it's not an application server, it's a app dev tool, for building standalone, single-threaded, engined bina

Re: Livecode Future

2024-07-26 Thread Mike Kerner via use-livecode
FWIW, i was thinking about an example of a competing product, and its pricing. here's xojo's "buy" url: https://xojo.com/store/ these are annual prices. it's actually a little less expensive than i would have guessed, but it is what it is. On Fri, Jul 26, 2024 at 12:05 PM Heriberto Torrado via use

Re: Livecode Future

2024-07-27 Thread Mike Kerner via use-livecode
sean, * in reverse order: compare to xojo. $799. unlimited deployment (mac/win/linux/web/mobile, console/service apps. instead of bragging about their consulting service, they send you consulting leads). if you want to unlock god mode, with things like "top priority support", "fast fixes", "rapid

Re: Livecode Future

2024-07-27 Thread Mike Kerner via use-livecode
sired. > > I used Xojo for many years until they came out with API2 and started > renaming everything just for the sake of renaming. Its a mess now. > > > > From: "Mike Kerner via use-livecode" > Sent: 7/27/24 9:28 AM >

Re: By popular demand - Extend access to LC Classic IDEs BEYOND 2027!

2024-08-02 Thread Mike Kerner via use-livecode
as i have previously said, the new pricing ($440 per deployed device) is untenable for my companies. we won't pay 4d for their REST licenses (for a much more complete product), either. we are starting to actively search for alternatives. if the pricing does not change to something that is actually

Re: By popular demand - Extend access to LC Classic IDEs BEYOND 2027!

2024-08-02 Thread Mike Kerner via use-livecode
heather, as i told you, at the time, i am busy running multiple companies. i don't have time for pitches. i asked for you to send me the information so that i could review it, ahead of a call. that request was declined. if the pricing remains untenable, we will be rewriting apps and exiting. On F

Re: By popular demand - Extend access to LC Classic IDEs BEYOND 2027!

2024-08-02 Thread Mike Kerner via use-livecode
esolve it and > potentially save you... I have no idea how long rewriting your apps. > > But its entirely up to you. > > Best Regards, > > Heather > > Heather Laine > Customer Services Manager > LiveCode Ltd > www.livecode.com > > > > > On 2 Aug 2024, a

Re: Scott Rossi and TactileMedia

2018-04-30 Thread Mike Kerner via use-livecode
Todd, I think every one of the tmc2 controls would be a good start, as would a calendar widget. More customization options are always better. On Mon, Apr 30, 2018 at 11:36 AM Roger Guay via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Bob, > > If your problem with tmAlign was the sa

Re: Scott Rossi and TactileMedia

2018-04-30 Thread Mike Kerner via use-livecode
I'm also a huge fan of tmnavigator, that has saved me from screaming and throwing a tantrum on multiple occasions, but that's not a widget. On Mon, Apr 30, 2018 at 11:47 AM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > spell correct. I typed tmalign. > > > On Apr 30, 2018

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

2018-05-02 Thread Mike Kerner via use-livecode
See the thread on the other list. It appears to be working for me just fine. On Wed, May 2, 2018 at 6:56 AM Sean Cole (Pi) via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi > > Apparently, google stopped using their old method of oAuth and started > deprecation from 1March 2017. As o

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

2018-05-02 Thread Mike Kerner via use-livecode
I certainly have no money left to get LC > support and Monte, the only one who could do anything about it, will be in > bed by now. I am so totally screwed because I put my trust in LC. And not > for the first time! > > Sean Cole > Pi Digital > > > On 2 May 2018, at 13:43, M

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

2018-05-02 Thread Mike Kerner via use-livecode
tely, in London > there > > > are plenty of trains and cars to run in front of as I can’t face > another > > > day of this. I’ve lost a huge client, a tonne of work and any chance of > > > being paid. And LC won’t care a jot! Last time I had something similar > I

date libraries/routines for LCG

2018-05-08 Thread Mike Kerner via use-livecode
I'm working on my session for next week's lcg, which is going to focus on dates. I'd like to feature any libraries or routines that anyone wants to share that have to do with dates. Please email me at one of my 300 email addresses. -- On the first day, God created the heavens and the Earth On th

Re: date libraries/routines for LCG

2018-05-09 Thread Mike Kerner via use-livecode
ode?dl=0 > > On May 8, 2018, 9:10 PM -0400, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com>, wrote: > > I'm working on my session for next week's lcg, which is going to focus on > > dates. I'd like to feature any libraries or routines

Re: date libraries/routines for LCG

2018-05-09 Thread Mike Kerner via use-livecode
ists.runrev.com> wrote: > > > > > Have you checked the Master Library? > > > > > > https://www.dropbox.com/s/3wpwn3hfbmpl7sk/MasterLibrary.livecode?dl=0 > > > > > > On May 8, 2018, 9:10 PM -0400, Mike Kerner via use-livecode < > > > use-liveco

Re: How to dismiss keyboard on mobile

2018-05-10 Thread Mike Kerner via use-livecode
I personally use *on* inputReturnKey *focus* *on* nothing *end* inputReturnKey On Thu, May 10, 2018 at 6:02 PM Tore Nilsen via use-livecode < use-livecode@lists.runrev.com> wrote: > You could also try: > > on returnInField > > focus on nothing > > end returnInField > > > in the field script.

Re: How to dismiss keyboard on mobile

2018-05-10 Thread Mike Kerner via use-livecode
The sequence is return key is pressed focus is removed ___ 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-live

Re: WTF Worldpay?

2018-05-17 Thread Mike Kerner via use-livecode
It might be a foreign-transaction thing. Some of my cards will not go through worldpay. On Thu, May 17, 2018 at 4:01 PM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > Still won't accept my credit cards. > Is this a brexit thing? > > -- > Mark Wieder > ahsoftw...@gmail

Re: Update to SublimeText LiveCode Script linter

2018-05-25 Thread Mike Kerner via use-livecode
so far so good here other than the version tag being a commit early... On Fri, May 25, 2018 at 10:51 AM Trevor DeVore via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi, > > The LiveCode Script linter for SublimeText has been updated. The update > includes fixes required in order to wo

Re: [ANN] v2.2 of DB Lib

2018-06-19 Thread Mike Kerner via use-livecode
what is the difference? On Tue, Jun 19, 2018 at 8:09 AM Skip Kimpel via use-livecode < use-livecode@lists.runrev.com> wrote: > Is there an upgrade charge? > > SKIP KIMPEL > > On Mon, Jun 18, 2018 at 11:12 PM, Andre Garzia via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > Friends, >

Re: [ANN] v2.2 of DB Lib

2018-06-19 Thread Mike Kerner via use-livecode
; > LC and out of LC into the databases. I still need to iron out some cases > > but I think it is better. > > > > On Tue, Jun 19, 2018 at 10:01 AM, Mike Kerner via use-livecode < > > use-livecode@lists.runrev.com> wrote: > > > >> what is the difference?

tsnet dialog

2018-06-26 Thread Mike Kerner via use-livecode
I am catching lc errors, but if tsnet runs into something, it throws up a dialog, anyway. For example I have multiple wifi zones in my house. Some of those are a good distance away from where I might be. When my lappie auto-connects to one of them, the connection will naturally be slow. In that

odbc "information type out of range"

2018-07-06 Thread Mike Kerner via use-livecode
I've got an odbc database that I'm trying to write to. From a tool like valentina it works fine, but in LC I'm getting "Information type out of range" from the driver. The line that fails is insert into employee (empno) values (-1) employee is defined as a double. Again, that very same line in v

Re: odbc "information type out of range"

2018-07-06 Thread Mike Kerner via use-livecode
Hmmm. How about this: The insert is actually succeeding, but I'm getting the error. select count (*) from employee where empno=-1 -> 0 insert into employee (empno) values (-1) -> "revdberr,[Microsoft][ODBC Driver Manager] Information type out of range" select count (*) from employee where empno=

Re: odbc "information type out of range"

2018-07-06 Thread Mike Kerner via use-livecode
t; I have no way to test it, but if you change your insert to.. > insert into employee (empno) values (double(-1)) > > Does it make a difference? > > > On Fri, Jul 6, 2018 at 10:14 AM Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > Hm

Re: Help with Bug #19550: Add support for symlinks to standalone builder

2018-07-20 Thread Mike Kerner via use-livecode
A couple of thoughts: 1) There might be cases where symlinks should not be traversed, so there probably should be an option to traverse or not 2) There are probably going to be cases where the symlinks are recursive. I think there should definitely be an option to resolve those. On Fri, Jul 20, 20

Re: drawing a Barcode without a Barcode font

2018-07-25 Thread Mike Kerner via use-livecode
What up Matthias? You're using 2 of 5, right? TT can be a little messy depending on how small you try to make the barcodes, and that Zebra isn't going to help. Start with proportionally jacking the widths and then see if you can scan. I meant to ask you this before, but since you got it running I

Re: drawing a Barcode without a Barcode font

2018-07-26 Thread Mike Kerner via use-livecode
It doesn't surprise me that the optical scanning on the iphone is performing differently than the ccd or laser scanner on the conveyor are. The laser/ccd is only going to scan in the 600-650 nm wavelength, which is both good and bad. The overall width of the barcode shouldn't matter to the scanner

Re: Home Screen Icon Not Rendered on iOS

2018-07-30 Thread Mike Kerner via use-livecode
Yes, I've had a similar problem, but I haven't figured it out. I went back and found a couple of icons we had used several years ago. They do work, so I'm also baffled. On Mon, Jul 30, 2018 at 10:11 AM Sannyasin Brahmanathaswami via use-livecode wrote: > Apple continues to give us grief…Anyone

Re: iOS multi-line input field

2018-07-30 Thread Mike Kerner via use-livecode
Second one: I've had a similar problem. I think there's a QR for it First one: Try moving your handler to inputEndEditing, just for giggles On Sun, Jul 29, 2018 at 6:30 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > I'm looking at a stack with a multi-line input f

Re: Home Screen Icon Not Rendered on iOS

2018-07-30 Thread Mike Kerner via use-livecode
makes the needed Android icons. > > > > On Jul 30, 2018, at 8:52 AM, panagiotis merakos via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Do the icons have an alpha channel? I *think* they are not allowed to > have > > one. > > &g

Re: Regaining IDE Efficiency: Property Inspector

2018-08-09 Thread Mike Kerner via use-livecode
I'm not a fan of sheets. I find myself doing constant scrolling because the property I'm looking for never seems to be on the screen, or if I'm changing multiple properties and messing with settings to see what the combination does, I'm constantly going up down up down, overshooting the property,

Re: Livecode Global

2018-08-10 Thread Mike Kerner via use-livecode
And you can pull all the recordings off the website. I'd say the beginner series is worth the price all by itself. That guy is AWESOME. Brian was ok, too. I don't remember anything earth-shattering, which is usually what gets people talking. Lots of good instructionals this time. On Fri, Aug 10

logging

2018-08-18 Thread Mike Kerner via use-livecode
I'm messing with the logger in levure, and looking for feedback, sample code, and thoughts others have from your own logging experience. • Formatting • Delimiters • Information you include • Targets (files, message box, dialogs, fields, etc.) -- On the first day, God created the heavens and the E

Re: logging

2018-08-18 Thread Mike Kerner via use-livecode
insaw really > sharp. > > -- Alex. > > > On 18/08/2018 17:06, Mike Kerner via use-livecode wrote: > > I'm messing with the logger in levure, and looking for feedback, sample > > code, and thoughts others have from your own logging experience. > > • Formatting

Re: logging

2018-08-18 Thread Mike Kerner via use-livecode
It's a different audience. Choose wisely. ___ 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: OCR

2018-08-24 Thread Mike Kerner via use-livecode
Anybody doing ocr _now_? On Mon, Oct 3, 2016 at 9:54 AM Roger Eller wrote: > Speaking of using the camera for OCR, the Google Translate app is pretty > amazing at real-time OCR+translation. > > > https://play.google.com/store/apps/details?id=com.google.android.apps.translate&hl=en > > ~Roger > >

Re: What do we know about LC 10?

2018-08-29 Thread Mike Kerner via use-livecode
we don't even have 9.0.1 out yet. On Wed, Aug 29, 2018 at 3:02 PM Tom Glod via use-livecode < use-livecode@lists.runrev.com> wrote: > Hey folks, > > What do we know about whats coming in LC 10? > > My only hint was the smile on Kevin's face when he mentioned it when him > and Chris were here in

Re: LiveCode 1.6.1 docset now available

2018-08-30 Thread Mike Kerner via use-livecode
James, Talk about why dash. ___ 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: What do we know about LC 10?

2018-08-30 Thread Mike Kerner via use-livecode
Mark tends to complain about the engine, but they also inherited the engine when they bought it from MetaCard. He has said that it is difficult to work on. On Thu, Aug 30, 2018 at 2:57 PM Tom Glod via use-livecode < use-livecode@lists.runrev.com> wrote: > Kevin seemed pretty pumped about it. > >

Re: How to get word offset all instances of a string in a chunk of text?

2018-08-31 Thread Mike Kerner via use-livecode
Since the topic of processes came up a few weeks ago I've been thinking about what it would take to build a process/threading framework. I wonder if a text processing subprocessor, written and copiled in 6 would be worth everyone's time. The main app would hand off the data and the command to the

Re: This is disturbing!

2018-09-06 Thread Mike Kerner via use-livecode
wow. that's not cool. I just tried "is" and yep. is. On Thu, Sep 6, 2018 at 11:47 AM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Did anyone know that "6. " is equal to "6."??? > > THAT is disturbing! So now we have to check the length of a string as well > to make su

Re: This is disturbing!

2018-09-06 Thread Mike Kerner via use-livecode
If I put anything else in place of the dot, I get a fail, but with the dot, i get true On Thu, Sep 6, 2018 at 11:55 AM Tore Nilsen via use-livecode < use-livecode@lists.runrev.com> wrote: > It seems to only compare the integer part of the statements. If you > substitute the integer with a letter,

Re: This is disturbing!

2018-09-06 Thread Mike Kerner via use-livecode
dictionary says when comparing strings we go char by char, and says that quotes around the literal causes it to be evaluated as a string. On Thu, Sep 6, 2018 at 11:57 AM Mike Kerner wrote: > If I put anything else in place of the dot, I get a fail, but with the > dot, i get true > > On Thu, Sep

Re: This is disturbing!

2018-09-06 Thread Mike Kerner via use-livecode
Dictionary: First, if you look in the operands, it says *The operands value1 and value2 can be numbers, literal strings of characters (delimited with double quotes), or any sources of value, including arrays.* The example for comparing two strings is "ABC" = "abc" -- true if and only if caseSensit

Re: This is disturbing!

2018-09-06 Thread Mike Kerner via use-livecode
so the description seems to imply that the comparison should be as strings if double-quotes are included around the literals. On Thu, Sep 6, 2018 at 12:14 PM Mike Kerner wrote: > Dictionary: > First, if you look in the operands, it says > *The operands value1 and value2 can be numbers, literal s

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