Search found 4 matches

by wm-f-simons
Tue Sep 20, 2011 8:48 pm
Forum: Android Deployment
Topic: Works Great in Dev Env not When Deployed to Xoom
Replies: 10
Views: 8334

Re: Works Great in Dev Env not When Deployed to Xoom

Sturgis,

You were right. I think this is a bug with LiveCode when SQL statements are in a button.
by wm-f-simons
Tue Sep 20, 2011 1:29 pm
Forum: Android Deployment
Topic: Works Great in Dev Env not When Deployed to Xoom
Replies: 10
Views: 8334

Re: Works Great in Dev Env not When Deployed to Xoom

Mark, The database is included in the .apk under the stand alone application settings: which has worked perfect on another app. The population of the two scrolling list fields (year and city) works perfect with SQL statements. The failure seems to be when I click the "submit" button and call on the ...
by wm-f-simons
Tue Sep 20, 2011 10:54 am
Forum: Android Deployment
Topic: Works Great in Dev Env not When Deployed to Xoom
Replies: 10
Views: 8334

Re: Works Great in Dev Env not When Deployed to Xoom

Hi Mark, I have not tested this code in the simulator (the simulator is flaky); I built it on my pc and test it on my device. This stack works great while I am working with it in the live code software (the SQL statements call the database and returns all three querys and operate as expected). When ...
by wm-f-simons
Tue Sep 20, 2011 3:55 am
Forum: Android Deployment
Topic: Works Great in Dev Env not When Deployed to Xoom
Replies: 10
Views: 8334

Works Great in Dev Env not When Deployed to Xoom

I am having difficulty deploying an app from my development environment to my Motorola Xoom. The app works great within the development environment. Live Code Version 4.6.4 The Stack: One Card, name = "ARRM_UI" Three Scrolling List Fields, name one = "Year"; name two = "City"; name three = "ARRMdata...