Search found 19 matches
- Sun Aug 03, 2014 6:38 pm
- Forum: Using Externals
- Topic: Email from Inneractive?
- Replies: 6
- Views: 9854
Re: Email from Inneractive?
Did you use a fake American number? Also if you don't mind me asking, what did you put down for your website? I don't really have a website so I just quickly put together a basic HTML page.
- Sun Aug 03, 2014 5:17 pm
- Forum: Using Externals
- Topic: Email from Inneractive?
- Replies: 6
- Views: 9854
Re: Email from Inneractive?
Oh that's good to hear I suppose as it means it isn't a problem with the company or anything. Perhaps the problem is I registered using a UK mobile number so they may have assumed it was fake details. I will contact support via their site.
Thanks for letting me know
Thanks for letting me know
- Sat Aug 02, 2014 7:04 pm
- Forum: Using Externals
- Topic: Email from Inneractive?
- Replies: 6
- Views: 9854
Email from Inneractive?
Hi I registered with Inneractive abit more then a week ago and have not received a email back with any account details. I sent another email to their support a few days ago and still did not receive an email i return. To make sure it wasn't just my email account blocking their address I registered ...
- Wed Jul 30, 2014 10:12 pm
- Forum: Android Deployment
- Topic: Install files to documents folder?
- Replies: 8
- Views: 6574
Re: Install files to documents folder?
I will see what I can do. although as A 18 year old fresh out of school and looking for a job it wont be anything groundbreaking, but every little helps I suppose. It does look like a awesome addition to Livecode!
- Wed Jul 30, 2014 9:55 pm
- Forum: Android Deployment
- Topic: Install files to documents folder?
- Replies: 8
- Views: 6574
Re: Install files to documents folder?
would something like this work?
put URL ("file:" & specialFolderPath("documents") & slash & "myDoc.txt") into fileCheck
if fileCheck is empty then
put put URL ("file:" & specialFolderPath("engine") & slash & "myDoc.txt") into URL ("file:" & specialFolderPath("documents") & slash & "myDoc.txt")
end ...
put URL ("file:" & specialFolderPath("documents") & slash & "myDoc.txt") into fileCheck
if fileCheck is empty then
put put URL ("file:" & specialFolderPath("engine") & slash & "myDoc.txt") into URL ("file:" & specialFolderPath("documents") & slash & "myDoc.txt")
end ...
- Wed Jul 30, 2014 9:31 pm
- Forum: Android Deployment
- Topic: Install files to documents folder?
- Replies: 8
- Views: 6574
Re: Install files to documents folder?
Ok thanks. And will that code completely move the file or just copy and paste it? why I ask is If that code is run every time the program is run will it overwrite the changes I have made to the files in specialFolderPath("documents")?
- Wed Jul 30, 2014 8:55 pm
- Forum: Android Deployment
- Topic: Install files to documents folder?
- Replies: 8
- Views: 6574
Install files to documents folder?
Hi I am having a problem with my program. I have a bunch of text documents in my program that I need to write to. They are being installed to specialFolderPath("engine")
however I need them to be installed to specialFolderPath("documents"). Is there a way to achieve this or do I need to write code ...
however I need them to be installed to specialFolderPath("documents"). Is there a way to achieve this or do I need to write code ...
- Wed Jul 30, 2014 4:00 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Need help with MySQL for a leaderboard
- Replies: 2
- Views: 3382
Re: Need help with MySQL for a leaderboard
Thank you very much!
- Tue Jul 29, 2014 4:51 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Need help with MySQL for a leaderboard
- Replies: 2
- Views: 3382
Need help with MySQL for a leaderboard
Hello. I have been working on an android app and am now trying to implement a global leaderboard where high scores are saved.
Pretty much I want my app to retrieve a list of the top 50 scores, compare them to see if the users new score is better then any of them, if so place it in the leaderboard ...
Pretty much I want my app to retrieve a list of the top 50 scores, compare them to see if the users new score is better then any of them, if so place it in the leaderboard ...
- Wed Jul 09, 2014 6:01 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Radio Button selected by default
- Replies: 4
- Views: 4041
Re: Radio Button selected by default
Awesome thanks alot guys
- Wed Jul 09, 2014 5:50 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Radio Button selected by default
- Replies: 4
- Views: 4041
Radio Button selected by default
Hi I have a card with 3 radio buttons. I want one of the buttons to be selected automatically as soon as my program is run. I tried selecting the default button option in the properties tab but it doesn't seem to do anything Can any help?
Thanks.
Thanks.
- Sun Jul 06, 2014 7:40 pm
- Forum: Android Deployment
- Topic: sound works on pc but not on android.
- Replies: 2
- Views: 3618
Re: sound works on pc but not on android.
Thank you very much. I have it working now 
- Sun Jul 06, 2014 6:39 pm
- Forum: Android Deployment
- Topic: sound works on pc but not on android.
- Replies: 2
- Views: 3618
sound works on pc but not on android.
Hi. I have buttons that play a sound when clicked using the code play "pop.wav". I have imported the sound as a control and have copied the sound into the standalone application settings.
The sound plays on my pc but when I test the app on my android phone sounds wont play. Do I need to run the ...
The sound plays on my pc but when I test the app on my android phone sounds wont play. Do I need to run the ...
- Fri Jun 20, 2014 3:47 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Activate code when a card is entered?
- Replies: 2
- Views: 2872
Re: Activate code when a card is entered?
Thank you, and yeah I will check them out now.
- Fri Jun 20, 2014 3:25 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Activate code when a card is entered?
- Replies: 2
- Views: 2872
Activate code when a card is entered?
Hello, Is there a way to execute code as soon as a card is entered, so no button needs to be pressed?
Thanks in advance for any help.
Thanks in advance for any help.