Search found 8 matches

by libuda
Mon Sep 11, 2023 12:19 pm
Forum: Android Deployment
Topic: Common Android Deployment issues
Replies: 91
Views: 161019

Re: Common Android Deployment issues

I was refering to this sentence: "Copy this file to your device (I use Google drive for this) and install it. "
This was in the last answer from andyh1234
by libuda
Thu Sep 07, 2023 2:50 pm
Forum: Android Deployment
Topic: Common Android Deployment issues
Replies: 91
Views: 161019

Re: Common Android Deployment issues

It seems that the link is not working :?:
Can you send a private message?
by libuda
Tue Sep 05, 2023 7:55 am
Forum: Android Deployment
Topic: Common Android Deployment issues
Replies: 91
Views: 161019

Re: Common Android Deployment issues

Is there a solution for this problem? I got exactly the same errors.
by libuda
Tue May 18, 2021 1:29 pm
Forum: HTML5
Topic: TIP: How to resize the stack with the window
Replies: 5
Views: 13924

Re: TIP: How to resize the stack with the window

Hi everybody, is there a solution for this problem? I get the same error in my project. I think it´s a problem with the name in the javascript-function: document. liveCode. findStackWithName('whatnamehere'); Which name gos in there. The name of the stack, the name of the standalone? Hope for a solut...
by libuda
Fri May 14, 2021 12:57 pm
Forum: HTML5
Topic: Launch url not workin?
Replies: 5
Views: 4659

Re: Launch url not workin?

So finally i get it to work: Here is the solution: In Livecode you can use: do "jumpurl(targeturl);" as "JavaScript" and on the embedding website: <script type="text/javascript"> function jumpurl(target) { an here use: window open with the target } </script> or you do this in livecode direct. Withou...
by libuda
Fri May 14, 2021 12:18 pm
Forum: HTML5
Topic: Launch url not workin?
Replies: 5
Views: 4659

Re: Launch url not workin?

Hi everybody,
instead of launch url i try to use a javascript on the HTML-page to open the webpage for me.
So i try
do "pagejump (myurl);" in browser
in livecode.

And on the HTML-Page:
function pagejump (myparam) {
a window open statement
}

But it doesn´t work too. Anyone any idea???
by libuda
Thu May 13, 2021 7:13 pm
Forum: HTML5
Topic: Launch url not workin?
Replies: 5
Views: 4659

Re: Launch url not workin?

Hi Klaus,
thnaks for the answer.
Do you know an easy way to open a website over an button in an HTML5-app?
by libuda
Thu May 13, 2021 6:48 pm
Forum: HTML5
Topic: Launch url not workin?
Replies: 5
Views: 4659

Launch url not workin?

Hi everybody,
i try to open an website over a button with this script:
on mouseup
launch url "someurl"
end mouseup
But this doesn´t work in a standalone HTML5 app?
what is my error??

Thanks for some newbi help

Go to advanced search