Search found 15 matches

by SimpleLife
Wed May 29, 2013 10:57 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Where can I find information regarding functions
Replies: 8
Views: 7439

Re: Where can I find information regarding functions

HUGE THANKS Jean-Marc :-)


that was the clue I needed!

It was just the missing brackets for the function

call myfunction()

now works - YAY!
by SimpleLife
Wed May 29, 2013 2:55 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Where can I find information regarding functions
Replies: 8
Views: 7439

Re: Where can I find information regarding functions

What I said.

I'm just trying to call a function in the card scripts, from a button/image in the main stack.
by SimpleLife
Wed May 29, 2013 1:41 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Where can I find information regarding functions
Replies: 8
Views: 7439

Re: Where can I find information regarding functions

which is the link to the user guide :-(

I'm puzzled.

I have added a function to my CARD script, the card is call "mycard"

The function is called "myfunction"

function myfunction
put "hello world" into field "status"
end myfunction

When I use an image script to call myfunction, all variations ...
by SimpleLife
Tue May 28, 2013 11:50 am
Forum: Android Deployment
Topic: SDK Not Found
Replies: 16
Views: 19643

Re: SDK Not Found

@simon

huge thanks
I'll give it a whirl.

But do you now how to make livecode choose a certain version of Java, other than un-installing every other one ?

I can;t see why runrev never addressed this basic issue.
by SimpleLife
Tue May 28, 2013 9:05 am
Forum: Android Deployment
Topic: SDK Not Found
Replies: 16
Views: 19643

Re: SDK Not Found

@simon Many thanks for replying.

yes the 64 bit versioning is a great point!

But I'm not sure how to set that, as livecode seems to decide some how.
Any ideas?

If I remove 64 bit java from my system, other usages will complain.
by SimpleLife
Mon May 27, 2013 7:48 pm
Forum: Android Deployment
Topic: LiveCode 4.6.3 - Android Manifest Support - reference?
Replies: 8
Views: 9351

Re: LiveCode 4.6.3 - Android Manifest Support - reference?

Can we have an actual working example of a basic xml file for livecode?

My project is not creating one!

After it builds the classes etc. it says;
unable to build app for testing:
could not generate package manifest

It does not explain why!
by SimpleLife
Mon May 27, 2013 7:37 pm
Forum: Android Deployment
Topic: The chosen folder is not a valid Android SDK....
Replies: 29
Views: 61837

Re: The chosen folder is not a valid Android SDK....

The link for the old mac sdk appears to be
http://dl.google.com/android/android-sd ... macosx.zip

it is live anyway.

just in case the forum chews it
dl.google.com/android/android-sdk_r20.0.3-macosx.zip
by SimpleLife
Mon May 27, 2013 3:49 pm
Forum: Android Deployment
Topic: SDK Not Found
Replies: 16
Views: 19643

Re: SDK Not Found

OK I downgraded the google sdk manager to the previous version.

I can now get my SDK path accepted as C:/program files (x86)/android/android-sdk/

And it finding the 64 bit java in
C:/program files/java/jdk1.7.0_21/
again it's choosing the latest version - I have no control.

I've set the android ...
by SimpleLife
Mon May 27, 2013 3:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Unable to build app for testing - manifest ERROR
Replies: 59
Views: 72251

Re: Unable to build app for testing - manifest ERROR

I have the same issue.

I haven't changed the manifest.

Where does it live and what should it's contents be?
by SimpleLife
Mon May 27, 2013 2:35 pm
Forum: Android Deployment
Topic: SDK Not Found
Replies: 16
Views: 19643

Re: SDK Not Found

OK I see in this thread
http://forums.runrev.com/viewtopic.php?f=53&t=15215

the no android sdk may be a google update incompatibility upgrading to version 22

Just trying that.
by SimpleLife
Mon May 27, 2013 2:27 pm
Forum: Android Deployment
Topic: SDK Not Found
Replies: 16
Views: 19643

Re: SDK Not Found

OK one potential issue

I am running 64 bit windows 7

That creates a folder
program files (x86)
in addition to
program files.

By default (on my system) livecode goes to x86
My android was already in x86
But re-installing java 7 goes in to program files (as this is a 64 bit version)

This SHOULD ...
by SimpleLife
Mon May 27, 2013 11:39 am
Forum: Android Deployment
Topic: SDK Not Found
Replies: 16
Views: 19643

Re: SDK Not Found

I am also getting
"Unable to build app for testing. Could not generate package manifest."

I had pngs as my images, I removed all images.

Livecode 6.1
I have tried android 2.2 and 2.3.3
THERE IS CONFUSION here. It still says use froyer 2.2, but a forum thread here said use 2.3.3 or livecode 5.5 ...
by SimpleLife
Sun Jul 29, 2012 6:27 pm
Forum: Android Deployment
Topic: hello android
Replies: 4
Views: 6065

hello android

i'm having lots of roadblocks here, to my first android app.

really basic stuff!

what screen size do i use?
how does livecode cope with multiple sized screens?

cdm push notifications :cry: has been redundant since april 2012
it's now august.
why is runrev sleeping over it's documentation and ...
by SimpleLife
Sun Jul 29, 2012 3:30 pm
Forum: Android Deployment
Topic: App to Android Issue
Replies: 22
Views: 27751

Re: App to Android Issue

Is there any other solution than to change the JDK?

it's been almost a month now.
by SimpleLife
Sat Jul 28, 2012 9:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: trouble integrating Android
Replies: 3
Views: 4459

Re: trouble integrating Android - hello world on android, an

this seems to be a known issue

what's alarming is it STILL exists

Anyway, for those that missed it;

livecode 5.51
android 2.2

In the android VDM manager, when you create your virtual device, MANUALLY add the following and set them to "NO";
1) accelerometer
2) magnetic field support
3 ...