Android Push Registration Error

2014-02-16 Thread Dan Friedman
Greetings! I am experiencing an error when my android app attempts to register the device (on launch) to GCM. pushNotificationRegistrationError returns this: error APA91bH...[a whole bunch of crud]...YV2Yg insert error Table 'xx.x' doesn't exist update error Table 'xx.x' doesn't

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: > > >I know we aren't supposed to use udid's

Re: Most Effecient way to repeat a handler/function - Found word(s) list error in the Text body

2014-02-16 Thread Geoff Canyon
On Sun, Feb 16, 2014 at 2:52 PM, Bob Sneidar wrote: > Funny, just before I read your post I was thinking, "I wonder if this > scales linearly or logarithmically?" GET OUT OF MY HEAD!!! ;-) > It's pretty much my personal quest to convince everyone never to use repeat with i = 1 to the number of an

Re: udid

2014-02-16 Thread Michael Gruenthal
What about iphoneIdentifierForVendor()? On 2/16/14, 2:52 PM, "Mike Kerner" wrote: >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

Re: Crowd Funding Enhancements

2014-02-16 Thread Peter Haworth
Thanks for that Jacque. I knew about the prefs setting but not moving a tab into another window. My split pane suggestion was to see separate parts of the same script, one above the other. With that, right clicking on a handler name and going to its definition would show both the original handl

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: on returnInField - Next fld - Up - Down

2014-02-16 Thread Nakia Brewer
I was too looking at this sometime ago and thought it would be a good external to make. Sure it could be done out of pure LC but as native iOS objects sit on the layer above the LC objects it didn't work out too well when I tried it. http://www.randomsequence.com/articles/adding-a-toolbar-with-n

Re: on returnInField - Next fld - Up - Down

2014-02-16 Thread J. Landman Gay
On 2/15/14, 10:16 AM, Jim sims wrote: Am setting up a lot of iOS flds so the user can hit the "Next" key and go to the next fld. I've sen a few instances where an up image or down image or "X" or "Done" have been added to the space above the keyboard. I'm referring to ability to go from fld to f

Re: [OT] Richmond's DNS disease, was: RELEASE LiveCode 6.6 DP1

2014-02-16 Thread J. Landman Gay
On 2/16/14, 2:19 PM, Bob Sneidar wrote: To Mark’s point, turning off SSID broadcasting is really only to keep the less-than-adept from jumping on your wireless. It really does nothing these days to secure your wireless. Neither does Mac Address Filtering by the way. Yeah, I'd read that so I did

Re: Crowd Funding Enhancements

2014-02-16 Thread J. Landman Gay
On 2/16/14, 3:38 PM, Richmond wrote: On 16/02/14 23:17, Peter Haworth wrote: I'd vote for that one. And while we're talking Script editor changes, how about split screen (horizontally) display and perhaps the ability to move tabs around. It would be very useful if one could see two scripts, e

Re: udid

2014-02-16 Thread kee nethery
What about if the user logs in using their corporate login data and you assign them a unique id based upon that? Maybe your app gathers some data about the phone (model, whatever is available) to characterize the device to some degree in case they have multiple? Kee Nethery On Feb 16, 2014, at

Re: Crowd Funding Enhancements

2014-02-16 Thread Richmond
On 16/02/14 23:17, Peter Haworth wrote: I'd vote for that one. And while we're talking Script editor changes, how about split screen (horizontally) display and perhaps the ability to move tabs around. It would be very useful if one could see two scripts, either side-by-side or above each othe

Re: Crowd Funding Enhancements

2014-02-16 Thread Peter Haworth
I'd vote for that one. And while we're talking Script editor changes, how about split screen (horizontally) display and perhaps the ability to move tabs around. Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin

Re: RELEASE LiveCode 6.6 DP1

2014-02-16 Thread Peter Haworth
Thanks for the explanation Mark. Been prowling around the web for information on assert and I think I'm getting clearer on its use. Seems like it's really meant to detect the infamous "this should never happen" situation rather than expected errors., kinda like a switch default statement to show

Re: [OT] Richmond's DNS disease, was: RELEASE LiveCode 6.6 DP1

2014-02-16 Thread Richmond
On 16/02/14 20:13, Mark Wieder wrote: Richmond- Sunday, February 16, 2014, 12:54:21 AM, you wrote: So; I got into my TP-LINK router's settings and changed the DNS to one of the ones I mentioned in an earlier posting: had to physically restart the router (the soft restart just stopped the thing

Re: [OT] Richmond's DNS disease, was: RELEASE LiveCode 6.6 DP1

2014-02-16 Thread Bob Sneidar
To Mark’s point, turning off SSID broadcasting is really only to keep the less-than-adept from jumping on your wireless. It really does nothing these days to secure your wireless. Neither does Mac Address Filtering by the way. Tools exist that can mimic your Mac Address, which can be discerned b

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: [OT] Richmond's DNS disease, was: RELEASE LiveCode 6.6 DP1

2014-02-16 Thread Bob Sneidar
Pretty sure you can change the primary DNS on ALL devices, but you really are going about it properly by changing the DNS on the router instead. Wait until the monkeys are gone, then do as you please with the router. Bob On Feb 16, 2014, at 24:15 , Richmond mailto:richmondmathew...@gmail.com>

Re: RELEASE LiveCode 6.6 DP1

2014-02-16 Thread Bob Sneidar
Okay so that means there is corruption in DNS. No surprisingly, since I have a Sprint WiFi cell data dongle which won’t work or work well when I use the default DNS, but when I switch to Google DNS it starts working famously. Another possible cause would be DNS cacheing. Changing the DNS settin

Re: [OT] Richmond's DNS disease, was: RELEASE LiveCode 6.6 DP1

2014-02-16 Thread Mark Wieder
Jacque- Sunday, February 16, 2014, 11:24:46 AM, you wrote: > On 2/16/14, 12:13 PM, Mark Wieder wrote: >> And turn off SSID broadcast - you'll have to type the SSID >> manually in order to connect the first time, but it will keep your >> router under the radar. >> > I had broadcasting turned off

Re: Most Effecient way to repeat a handler/function - Found word(s) list error in the Text body

2014-02-16 Thread Bob Sneidar
Funny, just before I read your post I was thinking, “I wonder if this scales linearly or logarithmically?” GET OUT OF MY HEAD!!! ;-) Bob On Feb 15, 2014, at 07:37 , Geoff Canyon mailto:gcan...@gmail.com>> wrote: For anyone who cares, I re-wrote Bob's code to handle a variable-length string li

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: Most Effecient way to repeat a handler/function - Found word(s) list error in the Text body

2014-02-16 Thread Bob Sneidar
I did not think “snarky” when I read your post. Whenever discussing technical things, it probably always sounds snarky. I’ve second guessed some of my own posts for that reason, But no fear, I take everything I read on this list from long time posters as what it is: Expert opinions from professi

Re: [OT] Richmond's DNS disease, was: RELEASE LiveCode 6.6 DP1

2014-02-16 Thread J. Landman Gay
On 2/16/14, 12:13 PM, Mark Wieder wrote: And turn off SSID broadcast - you'll have to type the SSID manually in order to connect the first time, but it will keep your router under the radar. I had broadcasting turned off for years and wanted to keep it that way, but as soon as I got an Androi

Re: [OT] Richmond's DNS disease, was: RELEASE LiveCode 6.6 DP1

2014-02-16 Thread Mark Wieder
Richmond- Sunday, February 16, 2014, 12:54:21 AM, you wrote: > So; I got into my TP-LINK router's settings and changed the DNS to one > of the ones I mentioned in an earlier posting: > had to physically restart the router (the soft restart just stopped the > thing working) as well as the cable mo

Re: RELEASE LiveCode 6.6 DP1

2014-02-16 Thread Mark Wieder
Pete- Sunday, February 16, 2014, 9:11:23 AM, you wrote: > All valid points. I'm just not seeing any big advantages over using if/then > constructs, but I can see that being a personal preference. Well, one advantage of assert is that the parameters pinpoint exactly where the error occurred, maki

Re: RELEASE LiveCode 6.6 DP1

2014-02-16 Thread Peter Haworth
All valid points. I'm just not seeing any big advantages over using if/then constructs, but I can see that being a personal preference. Pete lcSQL Software On Feb 16, 2014 4:49 AM, "Trevor DeVore" wrote: > On Sunday, February 16, 2014, Peter Haworth wrote: > > > The assert command seems to have

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.

Re: RELEASE LiveCode 6.6 DP1

2014-02-16 Thread Trevor DeVore
On Sunday, February 16, 2014, Peter Haworth wrote: > The assert command seems to have appeared out of nowhere. Is it on any > plan that anyone has seen? I believe it was added in order to aid with adding test coverage to LiveCode. At least I seem to recall reading something about that in some

[OT] Kickstarter Hacked

2014-02-16 Thread Richmond
https://www.kickstarter.com/blog/important-kickstarter-security-notice Not funny. Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://l

Re: [OT] Richmond's DNS disease, was: RELEASE LiveCode 6.6 DP1

2014-02-16 Thread Richmond
On 16/02/14 10:17, Richmond wrote: On 16/02/14 10:15, Richmond wrote: On 15/02/14 22:12, Mark Wieder wrote: Richmond- Saturday, February 15, 2014, 11:43:37 AM, you wrote: and "bingo", everything is lovely. Yay! Well "semi-bingo" insofar as individual computers can now bypass the router'

Re: [OT] Richmond's DNS disease, was: RELEASE LiveCode 6.6 DP1

2014-02-16 Thread Richmond
On 16/02/14 10:15, Richmond wrote: On 15/02/14 22:12, Mark Wieder wrote: Richmond- Saturday, February 15, 2014, 11:43:37 AM, you wrote: and "bingo", everything is lovely. Yay! Well "semi-bingo" insofar as individual computers can now bypass the router's DNS setting (all the Linux boxes I

[OT] Richmond's DNS disease, was: RELEASE LiveCode 6.6 DP1

2014-02-16 Thread Richmond
On 15/02/14 22:12, Mark Wieder wrote: Richmond- Saturday, February 15, 2014, 11:43:37 AM, you wrote: and "bingo", everything is lovely. Yay! Well "semi-bingo" insofar as individual computers can now bypass the router's DNS setting (all the Linux boxes I have connected to my router), but o