Search found 14 matches
- Mon Oct 24, 2016 6:55 am
- Forum: HTML5
- Topic: not able to get html file to run from server
- Replies: 1
- Views: 4118
not able to get html file to run from server
I have a simple stack that I have created and save as an hmtl 5 folder. I am unable to get it to run from a server. It runs perfectly if I take to .html file and dump it into firefox. When i put it onto a server, I am unable to get it to run. The wheel starts spinning and it shows downloading, but n...
- Mon Apr 27, 2015 6:29 am
- Forum: Internet
- Topic: Getting text from an external file
- Replies: 3
- Views: 4935
Re: Getting text from an external file
what i mean is that when i upload with my mac and retrieve the data in another stack it is all one line of text. ie. 56 45 23 67 I have to reformat the data so that word 1 is put into line 1 etc. When i upload with my PC and then retrieve the data in another stack it appear as I need it. 56 45 23 67...
- Sat Apr 25, 2015 12:20 am
- Forum: Internet
- Topic: Getting text from an external file
- Replies: 3
- Views: 4935
Getting text from an external file
I have a file on an external server and when i post to it and retireive it with in my program it is not properly formatted depending on which platform I am using. If I post the file on my mac, the file reads as a single line when I retireive it and put it into a text field. When I use my PC, the tex...
- Thu Dec 25, 2014 12:54 am
- Forum: Android Deployment
- Topic: Saving a data stack in android
- Replies: 23
- Views: 16618
Re: Saving a data stack in android
A true christmas miracle! Thanks again. Solved a problem I have had for quite a while.
- Wed Dec 24, 2014 8:32 pm
- Forum: Android Deployment
- Topic: Saving a data stack in android
- Replies: 23
- Views: 16618
Re: Saving a data stack in android
Bingo! Something so basic. Thanx for the help.
- Tue Dec 23, 2014 7:46 am
- Forum: Android Deployment
- Topic: Saving a data stack in android
- Replies: 23
- Views: 16618
Re: Saving a data stack in android
Yes, it is a separate stack and it was added in the copy files pane.
- Mon Dec 22, 2014 12:20 am
- Forum: Android Deployment
- Topic: Saving a data stack in android
- Replies: 23
- Views: 16618
Re: Saving a data stack in android
I disabled the code that takes me to the file in documents folder and put a button on the launchstack that reads on mouseUp set the defaultfolder to specialfolderpath("Documents") if there is not a file "appstack.livecode" then answer "no such file." end if end mouseUp It answers "no such file" whic...
- Sun Dec 21, 2014 7:56 pm
- Forum: Android Deployment
- Topic: Saving a data stack in android
- Replies: 23
- Views: 16618
Re: Saving a data stack in android
tried script and no luck. worked with it and still no luck. thanks for all your help.
Any known scripts that work for this?
Any known scripts that work for this?
- Fri Dec 19, 2014 7:59 am
- Forum: Android Deployment
- Topic: Saving a data stack in android
- Replies: 23
- Views: 16618
Re: Saving a data stack in android
when I run the script "answer the mainstacks" I get a message that I have the launchstack running and the appstack. Will this have some bearing on being able to save? Frustrated, this should be easy. Thank you for your continued help.
- Wed Dec 17, 2014 7:43 am
- Forum: Android Deployment
- Topic: Saving a data stack in android
- Replies: 23
- Views: 16618
Re: Saving a data stack in android
I don't think this is the problem because it opens the file in the documents folder. Any ideas how I might check this?
- Mon Dec 15, 2014 4:58 pm
- Forum: Android Deployment
- Topic: Saving a data stack in android
- Replies: 23
- Views: 16618
Re: Saving a data stack in android
Thanks for the reply. Unfortunately, this still does not save the changes to the stack. I have a field on the stack and I type into it then click on the save button. When I close the application and open it again, the text that I had typed in is not there.
- Mon Dec 15, 2014 6:22 am
- Forum: Android Deployment
- Topic: Saving a data stack in android
- Replies: 23
- Views: 16618
Re: Saving a data stack in android
thanks for your response. I have copied the stack to my documents folder, but do not know how to initiate a save of any modifications to my stack. Here is my code that saves it to my documents. on openstack set the defaultfolder to specialfolderpath ("Documents") if there is not a file "Appstack.liv...
- Mon Dec 15, 2014 5:15 am
- Forum: Android Deployment
- Topic: Saving a data stack in android
- Replies: 23
- Views: 16618
Re: Saving a data stack in android
Is it possible to save a substack(appstack) of a mainstack(launcherstack) in Android?
- Mon Dec 15, 2014 5:02 am
- Forum: Android Deployment
- Topic: Saving a data stack in android
- Replies: 23
- Views: 16618
Saving a data stack in android
I have created a launcher stack that opens an application stack. I am able to access the application stack on an android device, but am not able to save the stack after I modify it. I can modify it, but can not find the right syntax to save the modifications.