Search found 63 matches

by abanowBUSTfGf
Fri Oct 04, 2013 3:39 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Test Target for my 7in tablet is greyed out
Replies: 6
Views: 4393

Re: Test Target for my 7in tablet is greyed out

I've tried everything suggested so far. My Android 7inch in "Settings" has just the USB debugging checked and nothing else. I've incapacitated the debug.keystore file by renaming it as debug.keystoreOLD. The drivers are installed for the 7in and I can browse through device files, subdirectories etc....
by abanowBUSTfGf
Sat Sep 28, 2013 12:41 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Test Target for my 7in tablet is greyed out
Replies: 6
Views: 4393

Re: Test Target for my 7in tablet is greyed out

I tried that but still no luck. Any other suggestions? Tx.
by abanowBUSTfGf
Fri Sep 27, 2013 10:22 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Test Target for my 7in tablet is greyed out
Replies: 6
Views: 4393

Test Target for my 7in tablet is greyed out

I have developed my app on the 10in Android tablet but when I plug in
a new 7in tablet the Test Target is greyed out. I have checked the USB debugging
box prior to this but to no avail.
Any help would be appreciated.
by abanowBUSTfGf
Sat Mar 23, 2013 4:11 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Decimal Field
Replies: 10
Views: 5058

Decimal Field

How do I make a field a decimal field? I've created a text field and scripted it as below: ======================================= on keyDown k if k is a number then pass keyDown end if end keyDown ========================================== This forces only numbers 0 to 9 but a) Does not allow decim...
by abanowBUSTfGf
Sat Mar 02, 2013 8:52 am
Forum: Android Deployment
Topic: Ads showing on cellphone but not on Tablet
Replies: 2
Views: 2642

Ads showing on cellphone but not on Tablet

If I use this code on my cellphone it works but does not work on my Android tablet: ==================================================================== if the environment = "mobile" then mobileAdRegister "Teachingthechild" local tDetails put "30" into tDetails["refresh"] put 25 into tDetails["age"]...
by abanowBUSTfGf
Fri Mar 01, 2013 11:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Inneractive ads in my apps
Replies: 2
Views: 2342

Inneractive ads in my apps

Do I simply create an inneractive account and enter the inneractive code as per the tutorial into my app or do
I have to download some other software as well?
Tx
by abanowBUSTfGf
Fri Mar 01, 2013 11:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: What version of SDK am I using?
Replies: 1
Views: 1626

What version of SDK am I using?

How can I tell what version of the SDK I'm using and if I upgrade to the latest one,
will my apps be affected?
Thanks
by abanowBUSTfGf
Thu Feb 28, 2013 5:56 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Inneractive code in my app - not working on click
Replies: 0
Views: 1329

Inneractive code in my app - not working on click

I have inserted the following code into my app in the stack script: ========================================================================== on openstack mobileAdRegister "TeachingKidsnewThings" local tDetails -- See the dictionary for more metadata entries put "30" into tDetails["refresh"] -- The...
by abanowBUSTfGf
Wed Feb 27, 2013 9:22 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Inserting ad in my app Errors
Replies: 5
Views: 4165

Inserting ad in my app Errors

I'm trying out the tutorial to insert an ad in my app but get the error: Type Handler: can't find handler Object Register Line mobileAdRegister "My_First_app" Hint mobileAdRegister I get the same for mobileAdCreate and mobileAdDelete I got the key from inneractive and am implementing on an Android m...
by abanowBUSTfGf
Tue Feb 26, 2013 12:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Videos on using Inneractive ads
Replies: 0
Views: 1366

Videos on using Inneractive ads

Are there any videos on how to install and use Inneractive ads in
Livecode Android apps.
by abanowBUSTfGf
Wed Feb 13, 2013 6:11 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Want to check more than 1 checkbox.
Replies: 8
Views: 4529

Re: Want to check more than 1 checkbox.

I am new to Livecode. What is the easiest way to play four MP3 sound files one after the next perhaps with a 1second interval between them? The sounds as follows play fine individually: put specialFolderPath("engine") & "/soundwavs/Bird.mp3" into tSndPath play tSndPath put specialFolderPath("engine"...
by abanowBUSTfGf
Tue Feb 12, 2013 11:57 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Want to check more than 1 checkbox.
Replies: 8
Views: 4529

Re: Want to check more than 1 checkbox.

Hi Simon yes I want all the selected sounds to play in sequence
But somehow they don't - just 1 plays
by abanowBUSTfGf
Tue Feb 12, 2013 7:39 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Want to check more than 1 checkbox.
Replies: 8
Views: 4529

Re: Want to check more than 1 checkbox.

Hi, thanks, what I've done is set up 4 checkboxes (not grouped) and want to perform a sound the boxes have been checked. What I'm getting is only 1 sound even if I click 2 or more boxes. The script is if the hilite of button "EnglishLang"is true then put specialFolderPath("engine") & "/soundwavs/Bel...
by abanowBUSTfGf
Tue Feb 12, 2013 4:16 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Want to check more than 1 checkbox.
Replies: 8
Views: 4529

Want to check more than 1 checkbox.

I have four checkboxes and want to be able to check more than one. If I do this the
system responds as if only the last one is checked. How can I get around this.
Thanks.
by abanowBUSTfGf
Mon Feb 04, 2013 7:13 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to open a scrollable PDF file in an image object
Replies: 2
Views: 2122

How to open a scrollable PDF file in an image object

How can I open a scrollable PDF file in an image object?
I'm deploying to an Android tablet
Thanks

Go to advanced search