Search found 6 matches

by altschuler.jon
Mon Apr 14, 2014 10:56 pm
Forum: iOS Deployment
Topic: populating a datagrid fails in simulator
Replies: 9
Views: 7218

Re: populating a datagrid fails in simulator

OK, problem solved, sort of.
Basically I was using the load command with a callback script that uses "pURLStatus" which apparently is only useable on desktop. On mobile you need to use a callback script of "on urlProgress".

FACEPALM.

J
by altschuler.jon
Mon Apr 14, 2014 10:04 pm
Forum: Android Deployment
Topic: LiveCode and Google Glass
Replies: 3
Views: 3330

Re: LiveCode and Google Glass

Thanks qberty1337.
Hmmmm, well that's certainly a bummer.
Wonder if there's anything on the LiveCode road map for Glass. Could be really cool.

Jon
by altschuler.jon
Mon Apr 14, 2014 6:46 pm
Forum: iOS Deployment
Topic: populating a datagrid fails in simulator
Replies: 9
Views: 7218

Re: populating a datagrid fails in simulator

When you open the card with the datagrid, i load the API url: on OpenCard put "there is a URL here but I can't seem to include in the forum post" into theURL load URL theURL with message "FileIsDoneDownloading" end OpenCard When the file is down loading, i manipulate the array to be cleaner for the ...
by altschuler.jon
Mon Apr 14, 2014 3:31 pm
Forum: Android Deployment
Topic: LiveCode and Google Glass
Replies: 3
Views: 3330

LiveCode and Google Glass

Is it just me or is there really no information anywhere on using LiveCode to develop for Google Glass? I've searched the forums, tutorials, etc and find nothing. Even a simple google search doesn't really return anything other than people saying "it works". Very interested in LiveCode devs experien...
by altschuler.jon
Mon Apr 14, 2014 4:05 am
Forum: iOS Deployment
Topic: populating a datagrid fails in simulator
Replies: 9
Views: 7218

Re: populating a datagrid fails in simulator

I'm having similar problem: datagrid being populated fine in LiveCode, but fails in iOS simulator. The data is coming from an API. I have tried the recommendation of putting a datagrid on card 1 and hiding it, but that didn't work. Any recommendations for iOS apps that want to use a datagrid? Thanks...
by altschuler.jon
Tue Apr 08, 2014 9:24 pm
Forum: idea2app and Coding School
Topic: Working with JSON
Replies: 10
Views: 12524

Re: Working with JSON

** UPDATE ** I have figure out the issue: The instructions included in the libJson stack are using incorrect syntax. They say "put json.toArray(tJson) into tArray" when it should be "put jsonToArray(tJson) into tArray". Hope this helps anyone else receiving the execution error. Jon I'm also getting ...

Go to advanced search