Re: Don't amputate numberFormat (was: affecting array keys???)

2017-04-24 Thread Mike Kerner via use-livecode
That's too bad. I was hoping that I could trade deprecating numberFormat for giving equal rights to the last item in a list. Say it with me now: EQUAL RIGHTS FOR ALL ITEMS! EVEN THE LAST ONES! On Mon, Apr 24, 2017 at 10:06 AM, Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> w

Re: Subject: Re: Don't amputate numberformat

2017-04-24 Thread Mike Kerner via use-livecode
This is why I want to try to get a more centralized repo of all the cool stuff that everyone's done in LC, especially if it's available in-app, sort of like a widget store, if we ever get one of those... On Mon, Apr 24, 2017 at 9:57 AM, Dave Kilroy via use-livecode < use-livecode@lists.runrev.com>

Re: Subject: Re: Don't amputate numberformat

2017-04-24 Thread Mike Kerner via use-livecode
I've talked about doing some microfinancing projects in LC, but so far I haven't heard a lot of interest. I'm all for it. On Mon, Apr 24, 2017 at 8:13 AM, Roland Huettmann via use-livecode < use-livecode@lists.runrev.com> wrote: > Mike Kerner: "Well, that would

Re: Don't ampute numberformat

2017-04-23 Thread Mike Kerner via use-livecode
Well, that would be a nice thing to have in a field widget, but I run into formatting issues with databases, as well, especially when sorting. On Sun, Apr 23, 2017 at 12:42 PM, Roland Huettmann via use-livecode < use-livecode@lists.runrev.com> wrote: > I get around with numberformt, format() and

Re: Cognitive load

2017-04-22 Thread Mike Kerner via use-livecode
So I assume that smaller is better On Sat, Apr 22, 2017 at 1:36 PM, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Since cognitive load came up in the other thread about numberFormat, some > of you may find this paper very interesting: > > > Using Cognitive Load Theory

Re: Don't amputate numberFormat (was: affecting array keys???)

2017-04-21 Thread Mike Kerner via use-livecode
I tend to agree. There is nothing about "format" that is intuitive to the non-initiated. On Fri, Apr 21, 2017 at 8:51 PM, Curry Kenworthy via use-livecode < use-livecode@lists.runrev.com> wrote: > Mark Waddingham: > > I think this is perhaps more evidence that 'numberFormat' > > should probably

Re: numberFormat affecting array keys???

2017-04-21 Thread Mike Kerner via use-livecode
Here's an interesting case I ran into: long time - hours can be single digits, e.g. "8", but minutes and seconds are always two digits, e.g. "00", and, of course, setting the numberFormat does not affect anything. ___ use-livecode mailing list use-liveco

Re: Initializing the segmented control

2017-04-18 Thread Mike Kerner via use-livecode
The browser widget is too limited for my use, so no, I don't bother with it. By "well-written", I meant written in such a way as being easy to understand, not well-written like feature-complete, free of any bugs, etc. I still use tmc2 for all my interface work... __

Re: Initializing the segmented control

2017-04-18 Thread Mike Kerner via use-livecode
e been trying to avoid getting into the widget modification > part of livecode. I just figured there must be an easy way to initialize > the widget’s selection. I did look at the dictionary API entry and it > doesn’t tell me anything about how I would code an initialization to a > particular

Re: Initializing the segmented control

2017-04-17 Thread Mike Kerner via use-livecode
Go into the API, then in the picker on the top left, pick "Segmented Control". There is one message and a bunch of properties. Also, if you get stuck, some time, all the widgets have their source available, and since they're written with LCB, it's pretty easy to read (the documentation for each is

APNS response twice?

2017-04-12 Thread Mike Kerner via use-livecode
Here's one I don't remember: Send APNS App gets pushNotificationReceived...twice, one right on top of the other. -- 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: mergEXT

2017-04-12 Thread Mike Kerner via use-livecode
Have a look in the dictionary. I don't know if Monte still has the demo stacks available, but perhaps that would also help. On Wed, Apr 12, 2017 at 10:23 AM, Roger Eller via use-livecode < use-livecode@lists.runrev.com> wrote: > I have never used it, but this is in the LC forum: > > try > merg

Re: mergEXT

2017-04-12 Thread Mike Kerner via use-livecode
on mac, its in Contents->Tools->Ext On Wed, Apr 12, 2017 at 8:43 AM, Mike Kerner wrote: > you don't download it. It's built in. > > On Wed, Apr 12, 2017 at 8:42 AM, Richmond Mathewson via use-livecode < > use-livecode@lists.runrev.com> wrote: > >>

Re: mergEXT

2017-04-12 Thread Mike Kerner via use-livecode
you don't download it. It's built in. On Wed, Apr 12, 2017 at 8:42 AM, Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > " an Indy or Business license, will I get mergEXT automatically? Yes!" > > As I have an Indy licence I would be grateful if I could find out > wher

Push Notification Repo

2017-04-08 Thread Mike Kerner via use-livecode
I took John Craig's APNsAssistant and put it up on github. I also broke it apart into behavior SOS's, and made some other modifications to it. Now I'd like to make it more complete, so if you have any push code, whether for Android or LC Server, etc., I want it. -- On the first day, God created

Re: Error when create iOS standalone, any workaround ?

2017-04-05 Thread Mike Kerner via use-livecode
I've been running into this frequently. This happens in a variety of combinations. Sometimes just running it again fixes it. Sometimes it does not. The thing that most frequently resolves it is if I go into standalone builder settings and change the target ios version, even just reselecting the

Re: APNS Debugging

2017-04-05 Thread Mike Kerner via use-livecode
got a hazard icon next to the profile and a note that it was invalid. Weird. On Wed, Apr 5, 2017 at 11:34 AM, Mike Kerner wrote: > Does anyone have a tool/technique to help figure out what's going on with > APNS? I have it working for some apps, but for my latest one, nothing. >

APNS Debugging

2017-04-05 Thread Mike Kerner via use-livecode
Does anyone have a tool/technique to help figure out what's going on with APNS? I have it working for some apps, but for my latest one, nothing. The feedback from the server looks ok, but cert fiddling hasn't fixed it, device id double-checks hasn't fixed it, blah, blah, blah. -- On the first da

Re: Private Repo Services

2017-04-03 Thread Mike Kerner via use-livecode
And I didn't read far enough right on gitlab, either. When I was looking at it, I misread the left side, which is for me hosting, not for them hosting. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubs

Re: Private Repo Services

2017-04-03 Thread Mike Kerner via use-livecode
Crap. I didn't think of BitBucket. On Mon, Apr 3, 2017 at 7:55 AM, Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > On 2017-04-03 13:44, Mike Kerner via use-livecode wrote: > >> Github is nice, but all your repos have to be public in order to be

Private Repo Services

2017-04-03 Thread Mike Kerner via use-livecode
Github is nice, but all your repos have to be public in order to be free. I went looking for private ones (because there are things you just can't do without a remote repo, and I don't want all my code in the open) So far I've found two: 1) Github - $7/month 2) Google - free, but it's more complic

Re: Release 9.0.0-rc1

2017-03-31 Thread Mike Kerner via use-livecode
rc1? The latest one on the website is DP6 On Fri, Mar 31, 2017 at 9:48 PM, hh via use-livecode < use-livecode@lists.runrev.com> wrote: > I can't sleep. The new LC 9.0.0-rc1 features make me crazy. > Close to infinity. Converting all my stacks since two hours. > >

Re: Libraries To Contribute

2017-03-25 Thread Mike Kerner via use-livecode
thanks, I was hoping it would be complete so I could just copy/paste it... On Sat, Mar 25, 2017 at 4:15 PM, Dr. Hawkins via use-livecode < use-livecode@lists.runrev.com> wrote: > On Sat, Mar 25, 2017 at 6:03 AM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wr

Re: Libraries To Contribute

2017-03-25 Thread Mike Kerner via use-livecode
YO, HAWKINS! Are you going to write the rest of the routine and make it cross-platform, already? You're holding up a library contribution! On Sat, Mar 25, 2017 at 9:02 AM, Mike Kerner wrote: > Did I say "depo"? REPO > -- On the first day, God created the heavens

Re: Libraries To Contribute

2017-03-25 Thread Mike Kerner via use-livecode
Did I say "depo"? REPO ___ 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: Libraries To Contribute

2017-03-25 Thread Mike Kerner via use-livecode
reference each piece. Anything else? On Fri, Mar 24, 2017 at 9:21 PM, Mike Kerner wrote: > Very true - I wasn't thinking of links, and I didn't even think of trying > to do it with the command-line. I would like it to be cross-platform - at > least for desktops, but that's

Re: Libraries To Contribute

2017-03-24 Thread Mike Kerner via use-livecode
n't it? On Fri, Mar 24, 2017 at 5:06 PM, Dr. Hawkins via use-livecode < use-livecode@lists.runrev.com> wrote: > On Thu, Mar 23, 2017 at 2:04 PM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > I went looking, today, for a routine to re

Fwd: Libraries To Contribute

2017-03-23 Thread Mike Kerner via use-livecode
ssage > From: use-livecode@lists.runrev.com > Sent: March 23, 2017 9:38 PM > To: use-livecode@lists.runrev.com > Reply-to: use-livecode@lists.runrev.com > Cc: ambassa...@fourthworld.com > Subject: Re: Libraries To Contribute > > Mike Kerner wrote: > > > The code was relati

Re: Libraries To Contribute

2017-03-23 Thread Mike Kerner via use-livecode
Anyway, Richard, to answer your other question, the problem is that revCopyFolder copies not just the contents of the source folder but the source folder as well, and I didn't figure out a way to copy just the contents, so I wrote something to do it. On Thu, Mar 23, 2017 at 9:00 PM, Mike K

Re: [ANN] tinyDictionary

2017-03-23 Thread Mike Kerner via use-livecode
Oh, yes, and one more thing: We need to bring back user additions and owner addendums/notes. On Thu, Mar 23, 2017 at 7:45 PM, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Mike Kerner wrote: > > > I want this to be my official dictionary. > >

Re: Libraries To Contribute

2017-03-23 Thread Mike Kerner via use-livecode
x27;ve put a few things in git, already. I just want it to be a lot bigger. On Thu, Mar 23, 2017 at 7:50 PM, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Mike Kerner wrote: > > > I went looking, today, for a routine to recursively copy folders and

Libraries To Contribute

2017-03-23 Thread Mike Kerner via use-livecode
I went looking, today, for a routine to recursively copy folders and files from one place to another. I have several LC libraries, but none of them seemed to have such a routine. All of those libraries are in stacks. So... a) Does anyone have a git repo with LC libraries/routines in it b) If not

Re: [ANN] tinyDictionary

2017-03-23 Thread Mike Kerner via use-livecode
The other issues with the existing official dictionary involve the bootstrap framework, and those are not easy to address without ripping out bootstrap. While we are on the topic of a large monitor, that does not fix the issues. Indeed, on a larger monitor, the dictionary will get worse, due to b

Re: [ANN] tinyDictionary

2017-03-23 Thread Mike Kerner via use-livecode
Then please also make sure to submit this to Edinburgh. I want this to be my official dictionary. On Wed, Mar 22, 2017 at 8:41 PM, BNig via use-livecode < use-livecode@lists.runrev.com> wrote: > Skip Kimpel via use-livecode wrote > > On 03/22/2017 12:46 PM, BNig via use-livecode wrote: > > > >>

Re: Dropbox Public Folder

2017-03-18 Thread Mike Kerner via use-livecode
In theory, at least, for ios, you can compile only for specific devices. AirLaunch is more convenient than Apple's private distribution tools. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Dropbox Public Folder

2017-03-18 Thread Mike Kerner via use-livecode
Now that the Public folder has been changed, what is everyone doing to deal with it? The main effect that I see is that it is more complicated to deal with distributing mobile apps for internal use and external testing. I started messing with how to get it to work again with AirLaunch, but I have

Re: (off) dropbox down

2017-03-18 Thread Mike Kerner via use-livecode
rse- > > dns-issue-for-some-delegations-in-the-ripe-ncc-service-region < > > https://www.ripe.net/support/service-announcements/reverse- > > dns-issue-for-some-delegations-in-the-ripe-ncc-service-region> > > > > > > > > > > > Am 17.0

Re: (off) dropbox down

2017-03-17 Thread Mike Kerner via use-livecode
See their twitter account. On Fri, Mar 17, 2017 at 9:37 AM, Skip via use-livecode < use-livecode@lists.runrev.com> wrote: > I am not seeing the same problem… looks like it is functioning to me. > > SKIP > > Sent from Mail for Windows 10 > > From: Mike Kerner via

(off) dropbox down

2017-03-17 Thread Mike Kerner via use-livecode
For everyone who does anything with dropbox, it's been down since at least 2AM EDT. -- 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

Re: Help troubleshooting IDE Script Editor Window Position

2017-03-14 Thread Mike Kerner via use-livecode
There are at least two bug reports (maybe 3) related to the SE on a second monitor. On Tue, Mar 14, 2017 at 12:24 PM, Mike Bonner via use-livecode < use-livecode@lists.runrev.com> wrote: > to get the top of the window, in the message box do: > put the top of stack "revnewscripteditor 1" > > Same

Re: LC for Raspberry Pi

2017-03-12 Thread Mike Kerner via use-livecode
Pi is interesting to me because of what I can, in theory, build with it, but for the same reason so are many other things. Pi isn't going to bring revenue to LC, IMHO, the way that some of those other tools can, but being able to brag about being the easy-to-use IDE for PI would be cool. On Sat,

Re: breakpoints being ignored

2017-03-10 Thread Mike Kerner via use-livecode
Bingo. It happens in 9 when using the remote debugger. The Script Debugging gets disabled during this process. On Thu, Mar 9, 2017 at 11:45 AM, Dr. Hawkins via use-livecode < use-livecode@lists.runrev.com> wrote: > On Thu, Mar 9, 2017 at 7:43 AM, Mike Kerner via use-livecode < &g

mergav exposure

2017-03-09 Thread Mike Kerner via use-livecode
Is anybody doing anything with mergAV? It doesn't appear to be a popular topic. I'm having a problem with getting the exposure set to "continuous" - it doesn't seem to do anything, even if I first set it to "auto", which the docs suggest is the first thing that has to be done. -- On the first d

Re: breakpoints being ignored

2017-03-09 Thread Mike Kerner via use-livecode
evDevelopment, true: the break point was "honored" Of course > > it starting stepping through a lot of IDE code, so I had to go back and > set > > the gRevDevelopment to "false" and now the break points work… > > > > ….of course if it goes all the way back to 8.1

Re: breakpoints being ignored

2017-03-08 Thread Mike Kerner via use-livecode
This is something that got mixed up with the preferences, somehow. Deleting the preferences file fixed it. On Wed, Mar 8, 2017 at 7:09 PM, Dr. Hawkins via use-livecode < use-livecode@lists.runrev.com> wrote: > On Wed, Mar 8, 2017 at 3:13 PM, J. Landman Gay via use-livecode < > use-livecode@lists.

Re: breakpoints being ignored

2017-03-07 Thread Mike Kerner via use-livecode
It's ignoring the "breakpoint" text, too, not just the dots. Anyway, I trashed my preferences and it seems to be working, now. On Tue, Mar 7, 2017 at 8:56 PM, Dr. Hawkins via use-livecode < use-livecode@lists.runrev.com> wrote: > On Tue, Mar 7, 2017 at 5:36 PM, Mike

breakpoints being ignored

2017-03-07 Thread Mike Kerner via use-livecode
Explain this one: 8.1.3 create a stack put a button on it add some script click in the margin to add a breakpoint - it shows grey with red border run the script breakpoint doesn't activate Add a "breakpoint" line as the first line in the script execute again breakpoint still doesn't fire. -- On t

Re: [ANN] Release 9.0.0 DP-5

2017-03-06 Thread Mike Kerner via use-livecode
You can't build ios with community, so that's moot. Besides, this is not debugging, this is remote debugging, and if anything screams "premium", it's a feature like this. Anyone who has been building for mobile since we could do that with LC has been working with their own personal debugging hack

Re: Remote debugger

2017-03-06 Thread Mike Kerner via use-livecode
Monte, A couple of things: 1) There may be a crash bug related to mergDeploy (19365). I don't KNOW that's mergDeploy related, but if MD is enabled, LC crashes, and if it is not, it doesn't. 2) Seeing !n instead of device name (19376) On Sun, Mar 5, 2017 at 8:00 PM, Monte Goulding via use-livecode

Re: Remote debugger

2017-03-04 Thread Mike Kerner via use-livecode
I have it working on ios, but I have found several bugs with it. It's the first try... On Sat, Mar 4, 2017 at 5:35 PM, Dave Kilroy via use-livecode < use-livecode@lists.runrev.com> wrote: > Thanks Jacque - but I’m not convinced that’s it - I set that (for android) > plus Internet, Remote Debugge

Re: Release 9.0.0 DP-5

2017-03-03 Thread Mike Kerner via use-livecode
ts.runrev.com> wrote: > On 3/2/17 2:18 PM, Mike Kerner via use-livecode wrote: > >> Something else that would be good: If I could go back to being able to >> test right to the device, instead of having to build a standalone and then >> install it. I forget whose plugin let

Re: Release 9.0.0 DP-5

2017-03-02 Thread Mike Kerner via use-livecode
Something else that would be good: If I could go back to being able to test right to the device, instead of having to build a standalone and then install it. I forget whose plugin let me do that, but I miss that, especially when I'm testing things that don't work well in the simulator (like the c

Re: Howto read-write-import-export SAP tables

2017-03-02 Thread Mike Kerner via use-livecode
Most ERP systems have an API and external connectors. You might have to have SAP do the work, though. Look up DBCO On Thu, Mar 2, 2017 at 12:35 PM, Thierry Douez via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi, > > Is there some ways to interact with SAP databases (windows)? > > I

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-28 Thread Mike Kerner via use-livecode
ST3 is "annoy ware" - it will bug you to register and pay, but you don't have to. I've been working on the indent rules, and have discovered that Atom is almost like a prettier version of ST3. After I have this working in ST3, I'm going to go back to Atom and fix them over there. Even the python

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-27 Thread Mike Kerner via use-livecode
I don't understand the last question, on PDF's On Mon, Feb 27, 2017 at 4:47 AM, Simon Knight via use-livecode < use-livecode@lists.runrev.com> wrote: > I’m curious how do the likes of Swift, C# store details of their GUI ? > > As to display of PDF what is it you want to do that can’t be achieved

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-26 Thread Mike Kerner via use-livecode
o the UI). It also produces a simple log file that > describes the delta between backups. I am happy to share if it is of any > interest. > > best wishes > > Skids > > Simon Knight > s...@anvic.net > Telephone : 01427 325911 > Mobile : 07963 077071 > Skyp

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-25 Thread Mike Kerner via use-livecode
I don't think SOS is the main future. I think it gives us another option. Long before someone learns that technique, they should have the traditional method down, cold, and understand why they would use one or the other. SOS definitely make working on the IDE easier, and they make complicated pro

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-25 Thread Mike Kerner via use-livecode
< use-livecode@lists.runrev.com> wrote: > On Sat, Feb 25, 2017 at 10:47 AM, Roger Eller > > wrote: > > > On Feb 25, 2017 9:21 AM, "Mike Kerner via use-livecode" < > > use-livecode@lists.runrev.com> wrote: > > > > > > All I did was

Re: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks

2017-02-25 Thread Mike Kerner via use-livecode
Yes, and that made the task a LOT easier. Now to get the indenting fixed. I've been working on that most of the afternoon... On Sat, Feb 25, 2017 at 4:06 PM, Trevor DeVore via use-livecode < use-livecode@lists.runrev.com> wrote: > On Sat, Feb 25, 2017 at 2:19 PM Mike Kerner vi

Re: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks

2017-02-25 Thread Mike Kerner via use-livecode
For anyone who is messing with this, sublimeText is a little different in the way you add things to it and configure it. If you get tired of the color scheme that Trevor is using, here is one way to load others. Some of these come with configuration "apps" that run inside of ST. You can also do

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-25 Thread Mike Kerner via use-livecode
What do you mean, Roger? On Sat, Feb 25, 2017 at 10:47 AM, Roger Eller via use-livecode < use-livecode@lists.runrev.com> wrote: > On Feb 25, 2017 9:21 AM, "Mike Kerner via use-livecode" < > use-livecode@lists.runrev.com> wrote: > > > > All I did was plant

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-25 Thread Mike Kerner via use-livecode
-livecode < use-livecode@lists.runrev.com> wrote: > Mike Kerner wrote: > > > On Fri, Feb 24, 2017 at 11:32 AM, Richard Gaskin wrote: > > > >> Mike Kerner wrote: > >> > >> > 4) Why is having an integrated editor important, if your edits made >

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-24 Thread Mike Kerner via use-livecode
or backscript, library, behavior, etc.), causing it to be updated live, as if it had been edited in the LC SE. On Fri, Feb 24, 2017 at 11:32 AM, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Mike Kerner wrote: > > > 4) Why is having an integrated ed

Re: [ANN] Release 9.0.0 DP-5

2017-02-24 Thread Mike Kerner via use-livecode
oh baby i just read the blog on the profiler. I am going to have fun with this, too. On Fri, Feb 24, 2017 at 12:27 PM, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > panagiotis merakos wrote: > > > http://quality.livecode.com/show_bug.cgi?id=19248 > > Unfortunate to se

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-24 Thread Mike Kerner via use-livecode
Obviously I can't speak for LC, but since the source is already there and available, I can't imagine that it would go away, but it is definitely behind most of the run-of-the-mill text editors. ___ use-livecode mailing list use-livecode@lists.runrev.com P

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-24 Thread Mike Kerner via use-livecode
Other reasons to think about an external editor: 1) Code folding 2) Visual markers for structures (vertical lines that connect the beginning and end of a control structure, making it easy to see) 3) Larger community, therefore more people to work on it, make suggestions, etc. 3a) Maybe, eventually,

Re: Remote debugger

2017-02-24 Thread Mike Kerner via use-livecode
Some more instruction on this might be helpful - if there is a socket connection, what port has to be clear? Is the development machine supposed to be listening for the mobile? I have additional security on our network, and on each endpoint, so that may need to be dealt with. On Fri, Feb 24, 201

Re: [ANN] Release 9.0.0 DP-5

2017-02-24 Thread Mike Kerner via use-livecode
I like the way these tracks are going. This is a very sensible and logical way to progress. The cool new dangerous toys go into the newest version, and the sensible stuff goes into both. On Fri, Feb 24, 2017 at 5:07 AM, Ali Lloyd via use-livecode < use-livecode@lists.runrev.com> wrote: > Richmo

Re: [ANN] Release 9.0.0 DP-5

2017-02-23 Thread Mike Kerner via use-livecode
I'm drooling. I once told Kevin that about half of the lines of code in my mobile apps wind up being debugging code (granted the end up being commented out, eventually, but I digress). The biggest issue on mobile has always been debugging. I even have a debugging library that I have added to all

Re: [ANN] Release 9.0.0 DP-5

2017-02-23 Thread Mike Kerner via use-livecode
e the mobile keyboard to accomplish...) On Thu, Feb 23, 2017 at 5:13 PM, Mike Kerner wrote: > I'm drooling. I once told Kevin that about half of the lines of code in > my mobile apps wind up being debugging code (granted the end up being > commented out, eventually, but I digress). T

Re: Community Dictionary (was Re: Delete element from array)

2017-02-22 Thread Mike Kerner via use-livecode
Everyone, Have a look at what Bernd has done. Again, the thread is http://forums.livecode.com/viewtopic.php?f=67&t=28731&p=151678#p151678 On Mon, Jan 30, 2017 at 9:10 PM, Mike Kerner wrote: > Also, over there, I have included a list of bug reports that I found that > seem to be

Re: libjson replacement

2017-02-19 Thread Mike Kerner via use-livecode
But are the syntax and the results the same? On Sun, Feb 19, 2017 at 4:46 PM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > On 2/19/17 9:48 AM, Mike Kerner via use-livecode wrote: > >> Do we have a drop-in replacement for libjson? >> >

libjson replacement

2017-02-19 Thread Mike Kerner via use-livecode
Do we have a drop-in replacement for libjson? -- 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."

backscripts vs. libraries in 8 with .livecodescript

2017-02-18 Thread Mike Kerner via use-livecode
Aside from the libraryStack/releaseStack messages, is there any difference between using a .livecodescript file as a backscript vs a library? -- 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 f

Re: [ ANN ] Release 8.1.3 RC-1

2017-02-13 Thread Mike Kerner via use-livecode
I'm getting this same error (revSEObjectDeleted) in RC2 when running a script that calls a certain external. I just quit and will run it, again, to see if it repeats... On Sat, Jan 21, 2017 at 1:03 PM, zryip theSlug via use-livecode < use-livecode@lists.runrev.com> wrote: > Thanks to the logs sh

Re: Script locals in library stack script

2017-02-10 Thread Mike Kerner via use-livecode
This might explain the bizarre bug I'm experiencing with one of Monte's externals. I manage the calls to the various routines for the external from a library stack. Periodically, I end up somewhere in the code that I shouldn't be able to get to because of the values of various variables, and the

Re: [OT] DevDocs.io doesn't have "LiveCode"

2017-02-07 Thread Mike Kerner via use-livecode
Part of my "attack the docs" project ( http://forums.livecode.com/viewtopic.php?f=67&t=28731) includes doing this, so please add your voice and your ideas over there. There are several important functions within LC that maybe should be outsourced so the team can work on what I think are more impor

Re: Checking out the "Resources" button in LC9

2017-02-06 Thread Mike Kerner via use-livecode
I was thinking about some of the old deprecated/obsolete features (like the Resources), too. I think that some of those should be resurrected in 9, because they are things that a n00b might appreciate. Some of the SQL tools are one good example, like field binding. On Mon, Feb 6, 2017 at 5:47 AM

Re: Converting scripts in stacks to script only stack behaviors

2017-02-05 Thread Mike Kerner via use-livecode
I personally don't like everything in one file. I conceptualize things better if I can think of them as being separate. When I'm building interfaces, I could lay everything out on one card and use groups to show/hide the relevant controls, but in my head they're all still there. In interfaces tha

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Mike Kerner via use-livecode
Wait, I got it. The steps are with the livecodelint depo on github that you created. https://github.com/trevordevore/sublimelinter-contrib-livecodelint I don't know if having package control installed mattered or not, but I finally got it. On Sun, Feb 5, 2017 at 4:57 PM, Mike Kerner

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Mike Kerner via use-livecode
But how do I get any of that into SublimeText? I have the sublimeLinter installed, but I don't see any python or other means to get closer. On Sun, Feb 5, 2017 at 4:41 PM, Trevor DeVore via use-livecode < use-livecode@lists.runrev.com> wrote: > On Sun, Feb 5, 2017 at 3:18 PM, M

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Mike Kerner via use-livecode
wait - i think i found them. On Sun, Feb 5, 2017 at 4:18 PM, Mike Kerner wrote: > So: Installing the sublime text customizations for LC - where? > > On Sun, Feb 5, 2017 at 4:08 PM, Trevor DeVore via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> On

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Mike Kerner via use-livecode
So: Installing the sublime text customizations for LC - where? On Sun, Feb 5, 2017 at 4:08 PM, Trevor DeVore via use-livecode < use-livecode@lists.runrev.com> wrote: > On Sun, Feb 5, 2017 at 2:36 PM, William Prothero via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > > Anyway, I

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Mike Kerner via use-livecode
Do we know if TW or Atom can do that? I'm not aware of Atom being able to, but I don't know if TW can On Sun, Feb 5, 2017 at 3:36 PM, William Prothero via use-livecode < use-livecode@lists.runrev.com> wrote: > Trevor: > Looks like your video is getting lots of hits. It hangs on me, which > shoul

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Mike Kerner via use-livecode
Has anyone who is using an external editor come up with a way of generating a handler list? That's the one thing that we don't have, yet, in external text editors (at least that I'm aware of). Something that we should talk about for 9, since we're still in the DP stage, is seeing if we can come u

Re: github clients

2017-02-04 Thread Mike Kerner via use-livecode
sent to see if those look interesting. On Sat, Feb 4, 2017 at 5:43 PM, Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 02/04/2017 12:22 PM, Mark Wieder via use-livecode wrote: > >> On 02/04/2017 10:53 AM, Mike Kerner via use-livecode wrote: >> >>&

github clients

2017-02-04 Thread Mike Kerner via use-livecode
What are you using for accessing git from your desktop besides the github desktop program? -- 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: Mobile library for barcodes?

2017-02-01 Thread Mike Kerner via use-livecode
l > > eMERGE. /see what I did there. :) > > > > On Jan 31, 2017 10:03 PM, "Mike Kerner via use-livecode" < > > use-livecode@lists.runrev.com> wrote: > > > >> Roger, I agree. I was not aware, until you mentioned it, this evening, > >>

Re: Mobile library for barcodes?

2017-01-31 Thread Mike Kerner via use-livecode
platforms. I do have mergZXing because it works on > Android. It shouldn't be deprecated unless there is an x-plat replacement. > > ~Roger > > On Jan 31, 2017 5:48 PM, "Mike Kerner via use-livecode" < > use-livecode@lists.runrev.com> wrote: > > >

Re: Mobile library for barcodes?

2017-01-31 Thread Mike Kerner via use-livecode
I am not aware of how you would get a JS library to tell the camera to capture an image on ios. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://l

Re: Mobile library for barcodes?

2017-01-31 Thread Mike Kerner via use-livecode
use-livecode@lists.runrev.com> wrote: > Thanks for the responses. I am actually interested in *bar code* reading > rather than QR codes. > > Do any of these solutions do bar codes? I’ll have a look as well in the > meantime. > > Devin > > On Jan 31, 2017, at 11:47

Re: Mobile library for barcodes?

2017-01-31 Thread Mike Kerner via use-livecode
Do you mean for reading them or printing them? squirt is for printing qr codes mergzxing lets you scan them, HOWEVER, I would strongly recommend that you use mergAV to scan them as it is more up-to-date, and has better options. ios only. On Tue, Jan 31, 2017 at 1:29 PM, John Dixon via use-livecod

Re: revDatabaseColumnNames fails to recognize table

2017-01-31 Thread Mike Kerner via use-livecode
TABLE'; from http://stackoverflow.com/questions/14730228/postgres-query-to-list-all-table-names On Tue, Jan 31, 2017 at 10:27 AM, Dr. Hawkins via use-livecode < use-livecode@lists.runrev.com> wrote: > On Mon, Jan 30, 2017 at 8:07 PM, Mike Kerner via use-livecode < &

Re: revDatabaseColumnNames fails to recognize table

2017-01-30 Thread Mike Kerner via use-livecode
What's the type of db, and did you try sending a pragma to pull the table names to doublecheck? On Mon, Jan 30, 2017 at 10:54 PM, Mike Bonner via use-livecode < use-livecode@lists.runrev.com> wrote: > I'm at a loss then. > > On Mon, Jan 30, 2017 at 8:06 PM, Dr. Hawkins via use-livecode < > use-li

Re: Community Dictionary (was Re: Delete element from array)

2017-01-30 Thread Mike Kerner via use-livecode
weigh in so we can add it to the list. On Mon, Jan 30, 2017 at 12:00 PM, Mike Kerner wrote: > Do me a favor, please, and post to the thread I already started on the > forum. > http://forums.livecode.com/viewtopic.php?f=67&t=28731 > > I also have a bug report that I started on t

Re: Community Dictionary (was Re: Delete element from array)

2017-01-30 Thread Mike Kerner via use-livecode
Do me a favor, please, and post to the thread I already started on the forum. http://forums.livecode.com/viewtopic.php?f=67&t=28731 I also have a bug report that I started on this, that I suppose you could contribute to, but I would think that first the forum would be the place to go, until we hav

Re: Dictionary rewrite - thoughts, please

2017-01-29 Thread Mike Kerner via use-livecode
v.com> wrote: > Would it be possible to move this dicussion over to the forums so we can > illustrate > some of our likes and dislikes with screenshots, mockups and so forth? > > Richmond. > > On 1/29/17 4:01 pm, Mike Kerner via use-livecode wrote: > >> I'm fina

Dictionary rewrite - thoughts, please

2017-01-29 Thread Mike Kerner via use-livecode
I'm finally starting to take a look at redoing, or perhaps undoing the dictionary in 8. So what do we like in the old, what do we hate in the old, what do we like in the new, what do we hate in the new, and what sorts of wishlist things do we have? -- On the first day, God created the heavens an

modTableField mobile

2017-01-26 Thread Mike Kerner via use-livecode
Has anyone messed around with modTableField on mobile? I've always used DG's with scrollers, but the performance is sketchy. -- 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

Re: Idea about Norton

2017-01-23 Thread Mike Kerner via use-livecode
I think AV authors were onto this trick a long time ago. I've asked LC to look into seeing what can be done about this (mainly by contacting Norton), because we use NAV at our company, and for every new compile of every desktop app, we have to manually approve it on every workstation. On Mon, Jan

<    6   7   8   9   10   11   12   13   14   15   >