Re: Short Term LiveCode/RDBMS Project Help Wanted

2013-09-05 Thread Mike Kerner
Dang, all of that brings back memories - so what is everyone using to build reports in LC since RDP is (obviously) dead? So far I haven't been able to do everything I want to do in Valentina On Thu, Sep 5, 2013 at 12:40 PM, AC Marketscout wrote: > *Our company is seeking a programmer/consultant

Re: Livecode and iOS 7

2013-09-10 Thread Mike Kerner
I'm not having this issue, either, with any of the devices we're using (ipad mini, iphone 4s, ipod touch 4g). On Tue, Sep 10, 2013 at 12:33 PM, Ralph DiMola wrote: > I upgraded my iPad2 to iOS 7 latest pre-release version. Previously > installed LC apps seem to run OK. BUT... if you delete the a

Re: RELEASE: LiveCode 6.1.1

2013-09-11 Thread Mike Kerner
new auto-installer from this afternoon seems to pick commercial, where appropriate. Earlier one picked community for all machines for me. On Wed, Sep 11, 2013 at 1:37 PM, Dr. Hawkins wrote: > On Wed, Sep 11, 2013 at 8:38 AM, Dr. Hawkins wrote: > > > > Once again, it is installing the wrong ve

Re: [OT] SmartWatches

2013-09-11 Thread Mike Kerner
I want the Nissan watch :-) http://www.gizmag.com/nissan-nismo-smartwatch/29029/ On Wed, Sep 11, 2013 at 4:47 AM, Richmond wrote: > On 09/11/2013 10:57 AM, Erik Beugelaar wrote: > >> Hello Alex, >> >> I am a Dutchman and a Dutch worldwide known product designer, called >> Hermen van denBurg, is

Re: Get Your App Noticed

2013-09-12 Thread Mike Kerner
I didn't want to forward their message to the lists since everybody would be seeing it, anyway. This and 6.5 (come on DP2...come on DP2), have me stoked this afternoon. On Thu, Sep 12, 2013 at 2:23 PM, Mark Wieder wrote: > Mike- > > Thursday, September 12, 2013, 11:15:00

Get Your App Noticed

2013-09-12 Thread Mike Kerner
Great idea LC team. Bravo. -- 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: RELEASE: LiveCode 6.1.1

2013-09-12 Thread Mike Kerner
it again because someone else said they hadn't had a problem. This time, for both Win and Mac, commercial is what showed up. I just (wrongly) assumed you guys put out a new installer. On Thu, Sep 12, 2013 at 7:43 AM, Benjamin Beaumont wrote: > Hi Richard, Mike, Christer. > >

Yikes! Mobile handles URLs differently than desktop?

2013-09-13 Thread Mike Kerner
On the desktop a url that has a space embedded in it seems to be evaluated "normally", but on mobile, if you don't encode that space, you're in for an empty response. I report, you decide: Bug or feature? -- On the first day, God created the heavens and the Earth On the second day, God created

Re: Yikes! Mobile handles URLs differently than desktop?

2013-09-13 Thread Mike Kerner
Hmm. I looked but didn't find it before I sent the message out. I'll look again... On Fri, Sep 13, 2013 at 5:24 PM, Monte Goulding wrote: > > On 14/09/2013, at 7:17 AM, Mike Kerner wrote: > > > On the desktop a url that has a space embedded in it seems to be > e

Re: Yikes! Mobile handles URLs differently than desktop?

2013-09-13 Thread Mike Kerner
wrote: > > > > > >> On 14/09/2013, at 8:16 AM, Mike Kerner > wrote: > >> > >> Hmm. I looked but didn't find it before I sent the message out. I'll > look > >> again... > > > > > > It's quite possible it's

mobileGetDeviceToken doesn't work until after re-install?

2013-09-14 Thread Mike Kerner
This is weird. I have an app that was running on a device, with APNS enabled. I asked it to return mobileGetDeviceToken, and it returned empty. I checked the push settings for the app, they were ok. I tried recompiling the app, no joy. Finally I uninstalled the app and reinstalled the same ver

Re: Dropbox Library Update

2013-09-15 Thread Mike Kerner
;> When the browser object appears, if the user touches cancel instead of > >>> allow, they are then able to navigate and browse the entire Dropbox > >>> account. Can the allow be authorized in the background? > >>> > >>> Can I append a new line to

Re: Dropbox Library Update

2013-09-15 Thread Mike Kerner
Mainly, thanks to Gugliermo for 1) writing it and 2) making it open source so we can help improve it. On Sun, Sep 15, 2013 at 12:48 PM, Dave Kilroy wrote: > I'm with you Roger, I think this library is sweet (thanks Guglielmo & Mike) > > > > -- > View this message i

Re: Dropbox Library Update

2013-09-15 Thread Mike Kerner
That's exactly what I'm doing, as well, but I have encrypted the data on dropbox so that even if my users manage to figure out what the keys are, they still can't access anybody else's data. -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On t

Re: Dropbox Library Update

2013-09-15 Thread Mike Kerner
Roger, first, then Dave: Roger, On your first question, the REST library is effectively stateless, so with each request, your app is essentially logging in again. It will send information to DB with each call that includes authentication info., so there really is no timing out. The initializing

Re: Restful Methods: http PATCH and http HEAD etc

2013-09-16 Thread Mike Kerner
have a look at the phx_dropbox library that gugliermo wrote. It is now six iterations in, works on both desktop and mobile, and is all REST. It has techniques, tricks, and ideas in it that can help guide you toward writing a REST API library for Salesforce. On Mon, Sep 16, 2013 at 2:35 PM, Davi

Re: Restful Methods: http PATCH and http HEAD etc

2013-09-16 Thread Mike Kerner
it's phx_dropboxWriteFile On Mon, Sep 16, 2013 at 3:37 PM, Mike Kerner wrote: > no, put won't work on mobile. You have to use post - I forget which of > the methods uses post, but one of them does. > > > On Mon, Sep 16, 2013 at 3:28 PM, David Bovill wrote: > >&g

Re: Restful Methods: http PATCH and http HEAD etc

2013-09-16 Thread Mike Kerner
no, put won't work on mobile. You have to use post - I forget which of the methods uses post, but one of them does. On Mon, Sep 16, 2013 at 3:28 PM, David Bovill wrote: > Thanks Mike - found the library and it looks like there are indeed a few > good tips in the code. There is this

Re: Xcode 5 and 4.3 Simulator

2013-09-17 Thread Mike Kerner
Uhwhoops, I guess it doesn't On Tue, Sep 17, 2013 at 10:53 AM, Mike Kerner wrote: > I have XC 4.2 on mountain lion, and I'm pretty sure it still works. > > > On Tue, Sep 17, 2013 at 2:44 AM, Richmond wrote: > >> On 09/17/2013 02:31 AM, Monte Goulding wrote: &

Re: Xcode 5 and 4.3 Simulator

2013-09-17 Thread Mike Kerner
I have XC 4.2 on mountain lion, and I'm pretty sure it still works. On Tue, Sep 17, 2013 at 2:44 AM, Richmond wrote: > On 09/17/2013 02:31 AM, Monte Goulding wrote: > >> Hi Folks >> >> With the introduction of the Mountain Lion only Xcode 5 I may need to >> drop builds for the simulator for pre-

Re: Dropbox Library Update

2013-09-18 Thread Mike Kerner
In case anybody is having troubles with the library, Trevor found a bug - when Gugliermo and I were going back and forth with this version, he wound up with an intermediate version that had a couple of extra encoding lines (whoops, my bad). If you can wait, he's going to release the update shortly

MDM and LC

2013-09-18 Thread Mike Kerner
I WANT this: http://www.csoonline.com/article/739938/mobile-device-management-companies-get-more-app-control-on-ios-7?source=CSONLE_nlt_salted_hash_2013-09-18 We are writing apps for mobile for ourselves and our business partners. MDM would make everyone feel better about all of it. -- On the f

Re: iOS 7

2013-09-18 Thread Mike Kerner
I've been using 7 since the first beta, and it's sort-of grown on me. The parts that make me roll my eyes are countered by new features. On Wed, Sep 18, 2013 at 3:43 PM, John Dixon wrote: > After downloading iOS7 onto my iphone and looking at it for a while... I > am afraid that I have come to

Re: A possible improvement of Livetalk

2013-09-20 Thread Mike Kerner
I agree with Mark and Peter. An "is an" or "is a" test would be a better idea. On Fri, Sep 20, 2013 at 2:28 AM, wrote: > or may be "[array]" would be better... > Actually, IMHO the probability that an array contains "[array]" > is far smaller than it contains empty because of a bug in the code

Re: Stop emailing me

2013-09-25 Thread Mike Kerner
(voicemail from tiger woods to mistress - take your name off my phone bhahahahaha) On Wed, Sep 25, 2013 at 12:42 AM, Mark Wieder wrote: > Roger- > > Tuesday, September 24, 2013, 7:22:36 PM, you wrote: > > > Dude, you can't make an email list stop by talking to it. You started > it, > > so y

Re: RELEASE: LiveCode 6.1.2 RC1

2013-09-26 Thread Mike Kerner
I'm getting a different error, with mergAES attached to my project: linking for armv7 failed with Undefined symbols for architecture armv7: "___libinfoptr_mergAES", referenced from: -u command line option "___libinfoptr_mergZXing", referenced from: -u command line option Id: symbol(s) not found fo

Re: RELEASE: LiveCode 6.1.2 RC1

2013-09-26 Thread Mike Kerner
thank you, sir. On Thu, Sep 26, 2013 at 8:54 PM, Monte Goulding wrote: > I'll get new builds of all my stuff out ASAP. I've had to make some tweaks > to my build process but I'm nearly there. > > On 27/09/2013, at 10:43 AM, Mike Kerner wrote: > > > I'

Re: [ANN] mergExt: Dropbox Sync External and iOS 7 Updates

2013-09-27 Thread Mike Kerner
thanks for the update, monte! On Fri, Sep 27, 2013 at 12:49 AM, Monte Goulding < mo...@sweattechnologies.com> wrote: > Hi LiveCoders > > Today I have released a new iOS external called mergDropboxSync. The > external uses the new Dropbox Sync SDK to take the hassle out of adding > Dropbox integr

Re: RELEASE: LiveCode 6.1.2 RC1

2013-09-27 Thread Mike Kerner
thank you, sir -- 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." ___ use-livecod

mobileDeviceToken empty?

2013-09-27 Thread Mike Kerner
Uh oh. 6.1.2 rc1 - mobileGetDeviceToken is returning empty. Is that just me? -- 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 go

Re: mobileDeviceToken empty?

2013-09-27 Thread Mike Kerner
Never mind - I was trying to get it in preOpenStack, but that must be too early. Looks like the docs need to be updated. On Fri, Sep 27, 2013 at 4:46 PM, Mike Kerner wrote: > Uh oh. 6.1.2 rc1 - mobileGetDeviceToken is returning empty. > > Is that just me? > > -- > On

Re: mobileDeviceToken empty?

2013-09-27 Thread Mike Kerner
Bug report 11236 It seems that the earliest that the token can be retrieved is in openCard for the first card of the stack - even in preOpenCard for the first card of the stack, mobileGetDeviceToken will return empty. On Fri, Sep 27, 2013 at 5:01 PM, Mike Kerner wrote: > Never mind - I

Password Protecting Projects With Password-Protected Stacks Attached

2013-09-28 Thread Mike Kerner
If you're using mobGui, or tmC or any other password-protected library, how the heck are you supposed to password protect your project? The option isn't even available. I assume that's because those libraries are already protected. -- On the first day, God created the heavens and the Earth On t

Re: Password Protecting Projects With Password-Protected Stacks Attached

2013-09-28 Thread Mike Kerner
That's a good question, Roger, and I don't know what the impact would be afterward... On Sat, Sep 28, 2013 at 10:19 AM, Roger Eller wrote: > Can you set your own password *before* injecting a protected library stack? > > ~Roger > On Sep 28, 2013 9:09 AM, "Mike Kern

Re: Password Protecting Projects With Password-Protected Stacks Attached

2013-09-28 Thread Mike Kerner
ork immediately. > > > On Sat, Sep 28, 2013 at 12:53 PM, J. Landman Gay > wrote: > > > On 9/28/13 8:08 AM, Mike Kerner wrote: > > > >> If you're using mobGui, or tmC or any other password-protected library, > >> how > >> the heck are you sup

Re: Datagrid in scroller on iOS update speed?

2013-09-28 Thread Mike Kerner
Did anybody ever figure out a way to make datagrid scrolling speedy? Most of the time it's tolerable, but I have at least one case where it is so slow that it has become unbearable. On Tue, May 1, 2012 at 2:48 PM, Chris Sheffield wrote: > Did you make sure to set the layerMode of the scrolling

Re: Password Protecting Projects With Password-Protected Stacks Attached

2013-09-29 Thread Mike Kerner
If the scripts are not compiled/obscured for the desktop, I would be willing to bet that they are not for the handheld, either. On Sun, Sep 29, 2013 at 1:03 AM, J. Landman Gay wrote: > On 9/28/13 3:46 PM, Mike Kerner wrote: > >> Well, I ONLY use Commercial, but on the Stacks

Re: Updating iOS apps

2013-10-02 Thread Mike Kerner
Monte has a tool that integrates with testApp, which lets me notify my users of updates. Then I give the users a certain period of time before the app locks them out if they don't update. On Tue, Oct 1, 2013 at 5:50 PM, Monte Goulding wrote: > > On 02/10/2013, at 7:23 AM, Andrew Kluthe wrote:

Re: Updating iOS apps

2013-10-02 Thread Mike Kerner
e relevant profile on their device so they can execute your app. Once you're over 99, you need to purchase an Enterprise license, to do your own private distribution. On Wed, Oct 2, 2013 at 11:34 AM, Mike Kerner wrote: > Monte has a tool that integrates with testApp, which lets me no

Re: 6.1.2 rc1

2013-10-03 Thread Mike Kerner
Either I missed something in the release notes for one of the last couple of versions, or it wasn't there. In 6.1.2 rc1, if you right-click on a handler or function name, and the source for that handler or function is in a substack, you can go to its definition. Can I just say :-) On Thu, Sep 2

Re: Encrypt/decrypt availability in server / devices

2013-10-07 Thread Mike Kerner
I can't speak for server, but it works on ios, with the caveat that in certain cases I've had to bit16 encode the encrypted file. On Mon, Oct 7, 2013 at 3:23 AM, Christer Pyyhtiä wrote: > Are there any plans to get encrypt/decrypt available in iOS/Android and > server (actually could be there bu

Re: Encrypt/decrypt availability in server / devices

2013-10-08 Thread Mike Kerner
Christer, Actually, come to think of it, encrypting/decrypting on ios requires mergAES - sorry, I was sleepy yesterday. On Tue, Oct 8, 2013 at 1:10 AM, Christer Pyyhtiä wrote: > Encrypting both in the device and in LC server makes sense in case you > have literals in variables you do want to pro

Re: set cursor to busy

2013-10-11 Thread Mike Kerner
William, In case you didn't understand, the way you get the busy cursor (beachball) to animate is to set it. Each time you set it, it moves. Thus repeat 100 times set the cursor to busy end repeat You can rotate it or not rotate it as much as you want. On Wed, Oct 9, 2013 at 3:50 PM, Richard

Re: "Be This Guy"

2013-10-12 Thread Mike Kerner
Anybody CAN learn how to program with many languages (BASIC is another one that comes to mind), but that doesn't mean you can learn to do it well. We used to have this same sort of debate on the HC usenet group 20+ years ago. Here's what frequently happens, though: someone new comes to the commu

Re: "Be This Guy"

2013-10-13 Thread Mike Kerner
ick. ANYBODY but Steinbeck. I'd rather be Dickens, first. On Sat, Oct 12, 2013 at 11:23 PM, Richard Gaskin wrote: > Mike Kerner wrote: > > Anyone can write a novel, too, by the way. That doesn't demean the > > knowledge of folks who are experts using it. > >

Re: Why Microsoft Word must Die

2013-10-14 Thread Mike Kerner
Which reminds me, the LC script editor must be brought into this century. On Mon, Oct 14, 2013 at 3:05 PM, Richmond wrote: > On 10/14/2013 10:00 PM, Mark Wieder wrote: > >> From Charlie Stross: >> >> > why-microsoft-word-must-die.**html

Re: Apple Push Notification error after uploading app with LC 6.5.1

2014-01-16 Thread Mike Kerner
This has been an issue in LC for quite a while, and discussed several times. It does not affect anything. As the message says, this is a warning, only. APNS is built into the engine, and LC doesn't bother to strip it out if you don't use it. On Wed, Jan 15, 2014 at 12:45 PM, William de Smet wr

[off] Xojo Update

2014-01-17 Thread Mike Kerner
For everybody who is married to LC, and remembers the big fat lead it has over other tools, Xojo is getting closer: http://www.xojo.com/blog/en/2014/01/ios-progress-report.php -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, G

Re: [off] Xojo Update

2014-01-17 Thread Mike Kerner
yes, it's RB. On Fri, Jan 17, 2014 at 10:28 AM, Björnke von Gierke wrote: > Ooohhh that's real basic, you had me worried that i had missed a mature > dev-environment completely xD > > On 17.01.2014, at 15:14, Mike Kerner wrote: > > > For everybody who is marri

Re: localnotification badge, how to remove? iOS

2014-01-17 Thread Mike Kerner
set it to 0 On Fri, Jan 17, 2014 at 7:31 AM, Klaus major-k wrote: > HI all, > > I am currently playing with the localnotification feature (on iOS). > > Works fine, but I do not seem to be able to REMOVE the badge > from the app icon on iOS once it has appeared. > Know what I mean? > > Did not f

Re: localnotification badge, how to remove? iOS

2014-01-17 Thread Mike Kerner
sorry for not being more specific. I'm doing my crazy-busy mode today. On Fri, Jan 17, 2014 at 2:13 PM, Klaus major-k wrote: > HI all, > > Am 17.01.2014 um 19:29 schrieb Klaus major-k : > > > Hi Mike, > > Am 17.01.2014 um 18:50 schrieb Mike Kerner : > >>

Re: "send message in 10" doesn't work properly

2014-01-19 Thread Mike Kerner
unfortunately the docs aren't really open-source/wiki yet. There are plenty of cases where the docs are unclear or problematic, and suggestions have been sent, but they're really busy in Edinburgh, so the update isn't a priority, yet. On Sun, Jan 19, 2014 at 8:25 AM, Dr. Hawkins wrote: > On Su

Re: "send message in 10" doesn't work properly

2014-01-19 Thread Mike Kerner
I'm embarrassed to say I didn't even think of going that route. On Sun, Jan 19, 2014 at 11:48 AM, Richard Gaskin wrote: > Mike Kerner wrote: > >> unfortunately the docs aren't really open-source/wiki yet. >> > > In the meantime I've found fairly co

OT: English web page building

2014-01-26 Thread Mike Bonner
Looks pretty interesting actually. http://jenglish.org/gui/ ___ 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/us

repeating string

2014-02-04 Thread Mike Kerner
There isn't a repeating string function/keyword/construct, right? put 30 spaces into a or put space * 30 into a -- 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: repeating string

2014-02-04 Thread Mike Kerner
That's clever. It would be item 29, but that hardly matters. What's even more interesting about that is that put space into word 29 of mySpaces will give me a string that's 1 character long. On Tue, Feb 4, 2014 at 9:39 PM, Mark Schonewille < m.schonewi...@economy-x-talk.c

Re: [OT] will amuse you Linux fans

2014-02-04 Thread Mike Kerner
On Tue, Feb 4, 2014 at 10:50 AM, Richmond wrote: > On 04/02/14 17:42, Richard Gaskin wrote: > >> stephen barncard wrote: >> >> Not amusing to the look and feel people at Apple. >>> >>> the Icons are copied or very close. Not to mention about 20 other things. >>> Can 'they' get away with this?

Re: repeating string

2014-02-05 Thread Mike Kerner
Craig suggested by using a built-in construct, which made me think that we should have something like put 30 "a" into goop, but that is a recipe for failure, and put 30 "a"'s into goop is almost unreadable On Wed, Feb 5, 2014 at 4:38 AM, Mark Schonewille < m.schone

Re: repeating string

2014-02-05 Thread Mike Kerner
14 at 11:00 AM, Dave Kilroy wrote: > Mike Kerner wrote > > I was trying to avoid the solution Craig suggested > > Why do you want to avoid it? Making a function to do the job seems the best > way to me! > > > > - > "Some are born coders, some achieve c

Re: repeating string

2014-02-05 Thread Mike Kerner
don't get me wrong, I hate it, because it's c and I can't just stare at it and know that %30s means pad the front with spaces, but nice. On Wed, Feb 5, 2014 at 12:50 PM, Mike Kerner wrote: > nice. > > > On Wed, Feb 5, 2014 at 11:24 AM, Alex Tweedly wrote: > >&

Re: repeating string

2014-02-05 Thread Mike Kerner
nice. On Wed, Feb 5, 2014 at 11:24 AM, Alex Tweedly wrote: > On 05/02/2014 15:06, Mike Kerner wrote: > >> Alex's idea is also clever, but what if I am trying to repeat another >> character, like "#"? >> >> >> > put replacetext( format(&

Re: Send and the context

2014-02-06 Thread Mike Bonner
use "of me" instead. This refers to the current card of the default stack. So if the handler is running on a card that isn't the front card, you'll get the short name of the card that IS the front. of me references the object that contains the script in question. On Thu, Feb 6, 2014 at 12:09 PM

Re: [OT] Haiku

2014-02-06 Thread Mike Bonner
Has anyone tried open indiana, aka open solaris? I have it running in a couple VMs (server version command line, and full desktop version) Don't know all that much about it yet but so far it seems to be rock solid. On Thu, Feb 6, 2014 at 12:41 PM, Dr. Hawkins wrote: > On Wed, Feb 5, 2014 at 6

Re: Send and the context

2014-02-07 Thread Mike Bonner
wser.html> and > SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html> > > > On Thu, Feb 6, 2014 at 7:21 PM, Mark Wieder > wrote: > > > Mike- > > > > Thursday, February 6, 2014, 11:53:52 AM, you wrote: > > > > > use "of

Re: Send and the context

2014-02-07 Thread Mike Bonner
can pass it as a parameter as part of the send. Curious now though, is there an easy way to get the owning card name of an object that is sent to without parsing or tree crawling? On Fri, Feb 7, 2014 at 9:07 AM, Mark Wieder wrote: > Mike- > > Friday, February 7, 2014, 7:08:29 AM, you wr

Re: [ANN] MobGUI V1.2 and demo version

2014-02-09 Thread Mike Kerner
Whoa. Dude, the manual was nice, and this version looks like more fun than the last one... On Sat, Feb 8, 2014 at 10:49 AM, John Craig wrote: > The MobGUI plugin has been updated to V1.2 and there's now a demo version > available for download. > The plugin also comes bundled with mobguicons -

Re: Stacks, cards and memory on mobile

2014-02-09 Thread Mike Kerner
I have some fairly substantial databases that I'm accessing, and I have run into no issues as yet, and they are screaming fast. On Sun, Feb 9, 2014 at 4:54 AM, David Bovill wrote: > Has anyone done any tests regarding the size of a stack in terms of what > works on mobile. My guess is that the

Re: Stupid simple version control using dropbox

2014-02-09 Thread Mike Kerner
Now if you could mark/name the versions... On Sun, Feb 9, 2014 at 10:48 AM, Peter Haworth wrote: > Google Drive has the same feature. Right click a file, Manage versions. > Never thought about using it for version control, thanks for the idea. > > Pete > lcSQL Software > On Feb 8, 2014 5:54 PM,

Re: repeating string

2014-02-10 Thread Mike Kerner
mberformat would > take effect, I guess. > > On Feb 8, 2014, at 9:41 PM, Geoff Canyon wrote: > > > On Wed, Feb 5, 2014 at 9:06 AM, Mike Kerner >wrote: > > > >> put 30 "a" into goop, but that is a recipe for failure, and > >> put 30 "

Crowd Funding Enhancements

2014-02-10 Thread Mike Kerner
I started this thread on the other list, but it's time to bring it over here. Now that LC is OSS, I'm thinking of starting a "fund" to get other things done in LC. For example, * code folding * stack-level setting for giving equal rights to all items, especially the last one * macros in the scrip

Re: Crowd Funding Enhancements

2014-02-10 Thread Mike Kerner
The things I'm thinking of are generally not on the road map, which is how this thing got started in the first place. Some of them are on a wishlist that I gave to Kevin after our Pro meeting. I also don't want to unnecessarily fork LC just to get what I want (e.g. all items are created equal).

Re: repeating string

2014-02-10 Thread Mike Kerner
I like that, too On Mon, Feb 10, 2014 at 12:54 PM, J. Landman Gay wrote: > On 2/10/14, 11:51 AM, Devin Asay wrote: > >> Seems like the most LiveCode-like syntax would be something like: >> >> pad with at beginning|end| [for] >> N [times] >> >> So, >> >> pad myvar with space at beginning 4 time

Re: Crowd Funding Enhancements

2014-02-10 Thread Mike Kerner
;> >> Subject: Re: Crowd Funding Enhancements >> To: "How to use LiveCode" >> Date: Monday, February 10, 2014, 7:14 AM >> >> I'm originally from Chicago... so in >> the tradition of that great city, I'm stuffing the virtual >>

Re: repeating string

2014-02-11 Thread Mike Kerner
I guess I'm more of a fan of having multiple ways of saying something, because then each person can use whatever feels most natural and intuitive to them instead of being forced. On Tue, Feb 11, 2014 at 12:40 PM, J. Landman Gay wrote: > On 2/10/14, 6:15 PM, Alex Tweedly wrote: > > I don't see a

Re: John Craig posted a new video on Youtube about the new Carousel feature of MobGui

2014-02-13 Thread Mike Kerner
That's pretty cool... On Thu, Feb 13, 2014 at 8:46 AM, Matthias Rebbe < matthias_livecode_150...@m-r-d.de> wrote: > Hi, > > i just watched John Craig´s new video on Youtube about the new Carousel > feature of MobGui. > > What an awesome feature of MobGui!! > > But have a look yourselves > > htt

Re: RELEASE LiveCode 6.6 DP1

2014-02-14 Thread Mike Kerner
Great. A 25 year step BACKWARDS when it comes to readability. There is nothing readable about recursive code. It might be clever and brief, but it is most definitely NOT readable. On Fri, Feb 14, 2014 at 2:22 PM, Peter Haworth wrote: > I see in the release notes that the hope is to include t

Re: RELEASE LiveCode 6.6 DP1

2014-02-14 Thread Mike Kerner
to see SQLite catching up with other > SQL implementations. > > Pete > lcSQL Software <http://www.lcsql.com> > Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html> and > SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html> > > > On Fri, Feb

Re: RELEASE LiveCode 6.6 DP1

2014-02-15 Thread Mike Kerner
Bjornke, That was my question exactly. On Sat, Feb 15, 2014 at 5:24 PM, Björnke von Gierke wrote: > Can someone elaborate why assert is better then using "is true/false", and > what additional things it adds? > > I don't feel i can do the following otherwise: "Please do not be afraid to > try i

Re: [OT] Kickstarter Hacked

2014-02-16 Thread Mike Kerner
Also not the most significant hack I've seen, even this week. Password changed, even though old password hash should make it really hard for someone to hack. On Sun, Feb 16, 2014 at 4:10 AM, Richmond wrote: > https://www.kickstarter.com/blog/important-kickstarter-security-notice > > Not funny.

udid

2014-02-16 Thread Mike Kerner
I know we aren't supposed to use udid's for apps that go through the app store, but what about my corporate apps, that aren't going through the app store? I actually NEED a udid/analog that is set in stone so I can control the devices that are running corporate apps. Push tokens change, so that w

Re: Crowd Funding Enhancements

2014-02-16 Thread Mike Kerner
Another: When I'm in a script, and I select a handler/function and pick "Go To Definition", I'd like to be able to have a "go back", like in a browser, that takes me back to where I was in the script I just left. If the code is in a different script it's not a big deal, because a different tab ope

Re: Crowd Funding Enhancements

2014-02-16 Thread Mike Kerner
And as per previous, I'd like to be able to have two columns for reading scripts (like pages of a book) for these extra-wide monitors. On Sun, Feb 16, 2014 at 6:31 PM, J. Landman Gay wrote: > On 2/16/14, 3:38 PM, Richmond wrote: > >> On 16/02/14 23:17, Peter Haworth wrote: >> >>> I'd vote for th

Re: udid

2014-02-16 Thread Mike Kerner
Changes if the app is uninstalled, and I THINK it returns all 0's in ios7 (but don't quote me on that) On Sun, Feb 16, 2014 at 9:32 PM, Michael Gruenthal wrote: > What about iphoneIdentifierForVendor()? > > > On 2/16/14, 2:52 PM, "Mike Kerner" wrote: >

Re: rIDE

2014-02-17 Thread Mike Kerner
So...why not integrate it with the main project? On Mon, Feb 17, 2014 at 12:49 PM, Benjamin Beaumont wrote: > Dear list members, > > I wanted to email to make you aware of a the rIDE open-source project. The > project lead or proposer is Mats Wilstand, a regular contributor here. Many > of you

Re: Page Turner

2014-02-18 Thread Mike Kerner
What I would REALLY like is a way to slide from one card to the next on mobile, but have the slide follow my finger, so that if I start to slide, but stop, the slide stops, at least until I start moving again, and if I remove my finger, I can decide, based on how far I've slid, whether to continue

Re: RELEASE LiveCode 6.6 DP1

2014-02-21 Thread Mike Kerner
I'm not really "warming up" to the syntax. I'm warming up to the idea, but I like Björnke's thinking on this. One of the things that's been bugging me is that this reminds me of try/catch, but it's not thought-out enough, yet. On Fri, Feb 21, 2014 at 10:36 AM, Björnke von Gierke wrote: > Alri

TestFlight acquired by Apple, Android Version DRT

2014-02-21 Thread Mike Kerner
http://venturebeat.com/2014/02/21/apple-snaps-up-testflight-parent-burstly-amid-product-shutdowns/ -- 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 G

Re: Support for Mac OSX 10.5

2014-02-25 Thread Mike Kerner
This is yet another opportunity for crowd-funding. Let everybody put their money where their needs are. Default: Wave and move forward. On Tue, Feb 25, 2014 at 12:04 PM, J. Landman Gay wrote: > On 2/25/14, 10:18 AM, Benjamin Beaumont wrote: > >> So we'd like to consult the community to gauge

Re: How To Say "This Is Crap" In Different Cultures

2014-02-26 Thread Mike Kerner
So if I was to say "iTunes Radio", everyone in every language wouldn't agree that what I really meant was "Crap"? On Wed, Feb 26, 2014 at 3:26 AM, Richmond wrote: > On 26/02/14 00:13, Mark Wieder wrote: > >> Some cross-cultural issues: >> >>

Re: How To Say "This Is Crap" In Different Cultures

2014-02-26 Thread Mike Kerner
iTunes Radio for me is FULL of ads, AND it sucks. On Wed, Feb 26, 2014 at 10:13 AM, Thomas McGrath III wrote: > If you haven't tried the new iTunes radio, I suggest you give it a try. It > is almost as good as Pandora with no ads. > > Tom > > -- Tom McGrath III > http://lazyriver.on-rev.com > mc

Re: Support for Windows XP

2014-02-26 Thread Mike Kerner
you forgot ios On Wed, Feb 26, 2014 at 12:44 PM, Andrew Kluthe wrote: > On Wed, Feb 26, 2014 at 11:37 AM, François Chaplais < > francois.chapl...@mines-paristech.fr> wrote: > > > The methodology is flawed, as it does not take into account those who > flee > > Linux (which is not an OS, but a ke

Re: Support for Windows XP

2014-02-26 Thread Mike Kerner
Wait - is that in German or Irish? On Wed, Feb 26, 2014 at 1:08 PM, Richmond wrote: > On 26/02/14 19:37, François Chaplais wrote: > >> Le 26 févr. 2014 à 18:31, Richard Gaskin a >> écrit : >> >> 11 Percent of Windows XP Users Will Switch to Linux, Survey Claims >>>

Re: Crowd Funding Enhancements

2014-02-28 Thread Mike Kerner
here's another one: when debugging, how about putting variables in a separate window so they aren't competing for scarce vertical space with the script? On Mon, Feb 17, 2014 at 11:16 AM, Bob Sneidar wrote: > GLX2 used to do this if I recall, and so did Remo. I wonder if the code is > still ther

Re: Crowd Funding Enhancements

2014-02-28 Thread Mike Kerner
;> Pete >> lcSQL Software <http://www.lcsql.com> >> Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html> and >> SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html> >> >> >> On Fri, Feb 28, 2014 at 1:35 PM, Mike Kerner >&

Re: Crowd Funding Enhancements

2014-03-02 Thread Mike Kerner
Hide the *&@^@!~)_# dollar-sign variables On Sat, Mar 1, 2014 at 7:38 AM, Richmond wrote: > If you look in the 'Toolset' directory of Livecode 6.6 you will find a > "revvariablewatcher.rev" file. > > If you move that into your plug-ins folder it might prove useful. > > What I don't understand is

Google Glass

2014-03-05 Thread Mike Kerner
Is anybody messing with LC and Glass? I've got a reason... -- 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: Google Glass

2014-03-05 Thread Mike Kerner
Umm, wha? On Wed, Mar 5, 2014 at 3:08 PM, Colin Holgate wrote: > Yes, you can do Test from LiveCode and the stack will run on a connected > Glass. > > > On Mar 5, 2014, at 3:01 PM, Mike Kerner wrote: > > > >Is anybody messing with LC an

Re: Google Glass

2014-03-05 Thread Mike Kerner
I didn't understand the explanation. You can do "test"? On Wed, Mar 5, 2014 at 3:33 PM, Colin Holgate wrote: > What is "Umm, wha?"? > > What was your reason for asking if anyone was messing with LC and Glass? > > On Mar 5, 2014, at 3:12

Re: Google Glass

2014-03-05 Thread Mike Kerner
OMG. LOL. OK, got it. On Wed, Mar 5, 2014 at 3:40 PM, Roger Eller wrote: > Glass is just another Android device. Connected via USB, you click "Test" > in LC. Right? > > > On Wed, Mar 5, 2014 at 3:36 PM, Mike Kerner >wrote: > > > I didn't und

Re: Google Glass

2014-03-05 Thread Mike Kerner
the items in that menu is > "Test". If you select that while you have a Google Glass connected, and > having chose it as the Android device in Development/Test Target, the stack > will launch on the Google Glass. > > > On Mar 5, 2014, at 3:36 PM, Mike Kerner wrote: &

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