Multiple versions of apps

2014-08-12 Thread Rodney Green
How feasible is it to write an app and customize it with many users data. Like a few hundred users. Are there any tools for this? Would this be a nightmare to manage? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to sub

Screen resolution

2014-08-06 Thread Rodney Green
Using 6.6.1 with resolution independence, is there a recommended screen size for a main stack to target ios and android? What is your default size that you use for your projects? Thanks. ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: noob array question

2014-05-14 Thread Rodney Green
Sorry - please bear with me. When I said noob, I meant it. I was wanting to know how my parsed json should look. I already have the json coming in and I have learned the basics of parsing. My json looks like this: {"results":[{"definition":"before - in front","word":"ante","createdAt":"2014-03-24T

noob array question

2014-05-14 Thread Rodney Green
Hi All, In attempting to parse some json data I can't find what the final output should look like. Should it be something like this?: [{key:value,key:value,key:value},{key:value,key:value,key:value}] Thanks in advance ___ use-livecode mailing list use-

Re: MS SQL

2014-04-26 Thread Rodney Green
ualtech ODBC driver version 3.2.3 and MS SQL Server 2005 and 2008. > My select query is about 70 lines contains several case statements with > several replace statements and several joins. All is working as expected > even over VPN. > > Regards, > > Matthias > > > &g

Re: MS SQL

2014-04-24 Thread Rodney Green
I'm curious, does anyone have a project that uses the revDataFromQuery() command? And does anyone use the Actual Technologies ODBC driver? On Thu, Apr 24, 2014 at 9:23 AM, Rodney Green wrote: > I'll put in a bug report for this. Does anyone have any kind of > work-around for

Re: MS SQL

2014-04-24 Thread Rodney Green
I'll put in a bug report for this. Does anyone have any kind of work-around for this? Have there been any updates to database in the developer previews? Maybe I'll give a DP a try. On Wed, Apr 23, 2014 at 7:53 PM, Rodney Green wrote: > I tried it in 6.6 and 6.6.1. I'm using A

Re: MS SQL

2014-04-23 Thread Rodney Green
lt;http://www.lcsql.com/sqliteadmin.html> > > > On Wed, Apr 23, 2014 at 2:47 PM, Rodney Green >wrote: > > > I turned on tracing in the odbc driver and I can see field names in the > > data. So I'm assuming the query is working. But still can't figure out >

Re: MS SQL

2014-04-23 Thread Rodney Green
I turned on tracing in the odbc driver and I can see field names in the data. So I'm assuming the query is working. But still can't figure out why LC is hanging. I have database checked in the stand alone settings, not sure if this matters while in LC. Any ideas how I can track down why LC is hangi

Re: MS SQL

2014-04-22 Thread Rodney Green
il you figure out exactly what's wrong. > The most basic query should look like this: > > put revDataFromQuery(,,tDatabaseID,"SELECT * FROM Rep_Offices") into > fld"results" > > HTH > > > On Wed, Apr 23, 2014 at 2:40 AM, Rodney Green >wrote

MS SQL

2014-04-22 Thread Rodney Green
Hello, It's my first time using LC and MS SQL in a project. I can connect and receive a connection ID. However, I can't seem to pass any SQL commands. I try this: *get* revDataFromQuery(tab,*return*,tDatabaseID,"select top 3 * from [dbo].[Rep_Offices]") or this: *put* revDataFromQuery(tab,*retu

Re: Advice of cheap/free online server

2014-03-29 Thread Rodney Green
Have you looked at the back-end as a service offerings such as parse.com? They have a free level. On Sat, Mar 29, 2014 at 5:03 PM, Richard Gaskin wrote: > Nakia Brewer wrote: > > > I want to learn how to use LC server scripts (try and improve my > > knowledge and progress my learning) but curren

Re: mobile ads

2014-03-25 Thread Rodney Green
I got an ID key from inneractive and tried using it with the mobileAdRegister command but I get an error message saying that it can't find handler. Not sure how to proceed. The command takes only the ID key. Anyone else get past this? On Tue, Mar 25, 2014 at 12:03 PM, John Dixon wrote: > Has an

mobile ads

2014-03-24 Thread Rodney Green
Just into my first few days of livecode. I tried to follow the inneractive tutorial here: http://lessons.runrev.com/s/3527/m/4069/l/68315-how-do-i-use-ads-in-livecode And in the tutorial it points to this url to sign up http://runrev.com/store/account/inneractive/ I don't get any inneractive lo