Search found 29 matches

by Dragondos2020
Fri May 08, 2020 5:47 pm
Forum: Android Deployment
Topic: Creating Apps for use on Android mobile phones
Replies: 67
Views: 35996

Re: Creating Apps for use on Android mobile phones

Wow! Its like being back at College. All this new information coming from all angles, just to help me in my quest. Just loving it! That might not be a 'cool' saying. But I am truly overwhelmed by the generosity of you all in ensuring that I have a better understanding. I now do have a much better un...
by Dragondos2020
Thu May 07, 2020 7:51 pm
Forum: Android Deployment
Topic: Creating Apps for use on Android mobile phones
Replies: 67
Views: 35996

Re: Creating Apps for use on Android mobile phones

Thanks Klaus.

Appreciate the clarification.
Regards
by Dragondos2020
Thu May 07, 2020 7:16 pm
Forum: Android Deployment
Topic: Creating Apps for use on Android mobile phones
Replies: 67
Views: 35996

Re: Creating Apps for use on Android mobile phones

Hi All I have managed to find the time to delve into the SQLiteAndroidDemo provided by AxWald. There was certainly a number of routines which were rather alien to me. But with the added comments, I was able to start to understand what was going on. Using the information provided I attempted to take ...
by Dragondos2020
Tue May 05, 2020 5:11 pm
Forum: Android Deployment
Topic: Creating Apps for use on Android mobile phones
Replies: 67
Views: 35996

Re: Creating Apps for use on Android mobile phones

I cannot express my thanks enough to everyone who has contributed to this thread. I would also like to thank AxWald for contributing his in depth SQLiteAndroidDemo. I will definitely need time to digest the information - AND really looking forward to getting to grips with all this information. Thank...
by Dragondos2020
Mon May 04, 2020 5:23 pm
Forum: Android Deployment
Topic: Creating Apps for use on Android mobile phones
Replies: 67
Views: 35996

Re: Creating Apps for use on Android mobile phones

Thank you both for your response and encouraging comments. As you can tell, I am still struggling in trying to get to what appears to be a relatively solution. I will thanks, keep trying. And based on your encouragement I will not be shy in accepting additional help. I was just concerned that I was ...
by Dragondos2020
Mon May 04, 2020 3:22 pm
Forum: Android Deployment
Topic: Creating Apps for use on Android mobile phones
Replies: 67
Views: 35996

Re: Creating Apps for use on Android mobile phones

Hi Everyone who has taken time out to get me up and running with my coding problem for using my project on an Android Mobile Phone. You have taken serious time out to provide me with many options and possible solutions. Unfortunately, I am still unable to resolve the last main problem of being able ...
by Dragondos2020
Mon May 04, 2020 10:59 am
Forum: Android Deployment
Topic: Creating Apps for use on Android mobile phones
Replies: 67
Views: 35996

Re: Creating Apps for use on Android mobile phones

There must definitely be a problem within my script. I have made so many different amendments that I am slightly loosing the thought process. I can easily track (watch) each step of the process whilst in the run mode in the LiveCode Environment. But I donot know how to track (watch) each step when r...
by Dragondos2020
Sun May 03, 2020 6:29 pm
Forum: Android Deployment
Topic: Creating Apps for use on Android mobile phones
Replies: 67
Views: 35996

Re: Creating Apps for use on Android mobile phones

Hi Sphere I must admit, your suggestions are looking good. I just need to spend a little time getting my head around your coding and what is happening. I am going to amend my coding to follow your suggestions and provide an outlet so that I can recall and see the data initially created and then ensu...
by Dragondos2020
Sun May 03, 2020 1:19 pm
Forum: Android Deployment
Topic: Creating Apps for use on Android mobile phones
Replies: 67
Views: 35996

Re: Creating Apps for use on Android mobile phones

Hi AxWald. Do appreciate your persistence in trying to resolve this for me. OK. Moving forward: (1) I can confirm that membershipdatabase.db has a table called members. It also contains six separate records for testing. (2) membershipdatabase.db has been copied to 'copy files' in the standalone sett...
by Dragondos2020
Sat May 02, 2020 9:00 pm
Forum: Android Deployment
Topic: Creating Apps for use on Android mobile phones
Replies: 67
Views: 35996

Re: Creating Apps for use on Android mobile phones

Sorry. After adding the coded suggested to the stack openStack . I then run within the LiveCode. No Problem. Running in the emulator produced the same problem indicating no table: members. When running on my Android Phone, then none of the buttons worked. If anyone who feels they can help further, (...
by Dragondos2020
Sat May 02, 2020 3:35 pm
Forum: Android Deployment
Topic: Creating Apps for use on Android mobile phones
Replies: 67
Views: 35996

Re: Creating Apps for use on Android mobile phones

I really do not know what is happening here ….. or why it is not working. I have included / amended the line of code as recommended: else -- Runtime: ## put specialFolderPath("documents") & "/membershipdatabase.db" into -> tDatabaseID put specialFolderPath("documents") & "/membershipdatabase.db" int...
by Dragondos2020
Sat May 02, 2020 1:08 pm
Forum: Android Deployment
Topic: Creating Apps for use on Android mobile phones
Replies: 67
Views: 35996

Re: Creating Apps for use on Android mobile phones

Thank you for your assistance. I changed the stack code as suggested to : global gConnID, gHomeFolder on preOpenStack set the enabled of button "Login" to true // put the effective filename of this stack into gHomeFolder // set the itemDelimiter to slash // put item 1 to -2 of gHomeFolder into gHome...
by Dragondos2020
Fri May 01, 2020 11:17 pm
Forum: Android Deployment
Topic: Creating Apps for use on Android mobile phones
Replies: 67
Views: 35996

Re: Creating Apps for use on Android mobile phones

The 'connectToDB' routine can be found in the stack code and is called via 'onPreOpenStack' routine. The whole project only has one stack and five additional cards. on connectToDB local tDatabasePath, tDatabaseID put "membershipdatabase.db" into tDatabasePath put revOpenDatabase("sqlite", tDatabaseP...
by Dragondos2020
Fri May 01, 2020 9:17 pm
Forum: Android Deployment
Topic: Creating Apps for use on Android mobile phones
Replies: 67
Views: 35996

Re: Creating Apps for use on Android mobile phones

Code of the Main Stack global gConnID, gHomeFolder on preOpenStack set the enabled of button "Login" to true put the effective filename of this stack into gHomeFolder set the itemDelimiter to slash put item 1 to -2 of gHomeFolder into gHomeFolder set the defaultFolder to gHomeFolder disable widget ...
by Dragondos2020
Fri May 01, 2020 7:28 pm
Forum: Android Deployment
Topic: Creating Apps for use on Android mobile phones
Replies: 67
Views: 35996

Re: Creating Apps for use on Android mobile phones

Please find below (1) Code of the Stack; (2) Code of the Card; (3) Code of the Buttons Used; Code of the Main Stack global gConnID, gHomeFolder on preOpenStack set the enabled of button "Login" to true put the effective filename of this stack into gHomeFolder set the itemDelimiter to slash put item ...

Go to advanced search