Search found 38 matches

by MarkoSato
Tue Jun 02, 2020 1:56 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Swtich Button toggle
Replies: 8
Views: 3664

Re: Swtich Button toggle

Hi Marko, so you have a "switch button" for this? Then you need to script: on hiliteChanged, just in case you didn't. And this one-liner will do what you need: on hiliteChanged ## Thanks to Mr. Boole we can: set the visible of img "image.png" to the hilite of me end hiliteChanged :-) Best Klaus Hey...
by MarkoSato
Sun May 31, 2020 9:05 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Swtich Button toggle
Replies: 8
Views: 3664

Swtich Button toggle

Hello, when i click a button I want to show and hide an image. I have this code: set the Hilite of the Target to not the Hilite of the Target if the Hilite of the Target = true then set the visible of img "image.png" to true else set the visible of img "image.png" to false end if and i have "hide im...
by MarkoSato
Thu May 28, 2020 3:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with Android Standalone Application
Replies: 14
Views: 6138

Re: Problem with Android Standalone Application

Hey,

thanks Klaus, I did as you said now it works without problems.

A little question. Is it normal that the sounds are a little bit delayed on mobile?

Kind regards
Marko
by MarkoSato
Wed May 27, 2020 7:05 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with Android Standalone Application
Replies: 14
Views: 6138

Re: Problem with Android Standalone Application

Hey, thanks, background problem fixed with focus on NOTHING. Sound works now on mobile but I get an error in LiveCode if i click on the button. The code i found on the internet and used: put specialFolderPath("engine") & "/Sound/levelclick.wav" into tSoundFile mobilePlaySoundOnChannel tSoundFile, "c...
by MarkoSato
Wed May 27, 2020 11:14 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with Android Standalone Application
Replies: 14
Views: 6138

Re: Problem with Android Standalone Application

hello, sry for the late reply.Yes that was the problem, i had more than 1 version, i deleted all, reinstalled now it works. Now i have the problem that i don't have sound in my mobile application. I copied files ind the standalone application in the folder "Sound" that i made and in the script i hav...
by MarkoSato
Tue May 12, 2020 7:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with Android Standalone Application
Replies: 14
Views: 6138

Re: Problem with Android Standalone Application

Hey, thanks for the reply. So now i installed LC 9.5.1 stable because i read that the stable versions are better. Then i reinstalled Java JDK 8u251, installed android studio and choose sdks 9.0 and now if i choose the path in the preferences it actually worked. But now i get another error message if...
by MarkoSato
Tue May 12, 2020 3:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with Android Standalone Application
Replies: 14
Views: 6138

Re: Problem with Android Standalone Application

i am using live code community 8 (rc1) and i installed the android studio and installed the android sdk 4.0.3 (i guess you need this for LC 8?). If i try to set the preferences in mobile support and choose the android/sdk path it gives me an error. Note: I used this version 3-4 years ago and at this...
by MarkoSato
Tue May 12, 2020 2:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with Android Standalone Application
Replies: 14
Views: 6138

Problem with Android Standalone Application

Hello, i have a little program and wanted to test in on my android phone so i tried to make the apk but i get this error message: "There was an error while while saving the standalone application could not compile application class". i also attached a screenshot of my standalone settings There is no...
by MarkoSato
Wed Jul 13, 2016 12:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode program on mobile
Replies: 35
Views: 20609

Re: LiveCode program on mobile

Hey, Sry for the late reply but I thought I could give an update. I tried to compansate the program by shorting some of the music and gifs in the project. After that, I made a new APK and now it works on mobile until the end. (Only issue is that the mobile is playing the gifs very slow and not as sm...
by MarkoSato
Sun Jun 05, 2016 8:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode program on mobile
Replies: 35
Views: 20609

Re: LiveCode program on mobile

Ok I might try it later but to be honest I used this type of visual effect almost on every card.
So it would be weird if it would only crash because of this, then it should have happened way earlier.
by MarkoSato
Sun Jun 05, 2016 12:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode program on mobile
Replies: 35
Views: 20609

Re: LiveCode program on mobile

There is no loop in the whole game. Right before the crash I have card with an image "To be continued" there you can click a button to go to the next card. That is the code: on mouseUp go to the next card send "mouseUp" to button "begin" end mouseUp On the next card there is this button "begin" Code...
by MarkoSato
Fri Jun 03, 2016 5:20 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode program on mobile
Replies: 35
Views: 20609

Re: LiveCode program on mobile

nope, sadly none. Guess I can't do anything about it.
At least everything else is working :D
by MarkoSato
Fri Jun 03, 2016 3:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode program on mobile
Replies: 35
Views: 20609

Re: LiveCode program on mobile

This is the only code on my stack script (I hope you meant this?) on preOpenStack set the fullscreenmode of me to "exactFit" end preOpenStack There is no script or anything like that when the game crashes. It just turns black for few seconds then the app closes itself. No notification or pop up mess...
by MarkoSato
Thu Jun 02, 2016 10:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode program on mobile
Replies: 35
Views: 20609

Re: LiveCode program on mobile

Hello, Klaus you are my hero! I did exactly like you said and the sound works completely fine. Thank you a lot! :D I still have the problem with the crashing at the same place though We need to take alook at the script(s) to be able to check what might go on! What do you mean with this exactly ? - A...

Go to advanced search