Thank you all for your help!
Walter
Search found 12 matches
- Fri Nov 16, 2018 6:00 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problem with mobile scroller
- Replies: 16
- Views: 18567
- Tue Nov 13, 2018 9:13 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problem with mobile scroller
- Replies: 16
- Views: 18567
Re: Problem with mobile scroller
Hi Jacqueline,
Could you do me a favour and try the app? I really would be interested if you are able to reproduce the problem, so that I could rule out that it is a failure on my system - at least.
Do the following steps:
- open the app
- press "goto stack2" -----> scroller works
- go back to ...
Could you do me a favour and try the app? I really would be interested if you are able to reproduce the problem, so that I could rule out that it is a failure on my system - at least.
Do the following steps:
- open the app
- press "goto stack2" -----> scroller works
- go back to ...
- Tue Nov 13, 2018 8:46 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problem with mobile scroller
- Replies: 16
- Views: 18567
Re: Problem with mobile scroller
Hi Jacqueline,
Thank you for your reply.
Yes, I do destroy the scroller on closeCard:
on closeCard
// Delete the scroller
if environment() is not "mobile" then exit closeCard
mobileControlDelete sScrollerID
end closeCard
There must something happen when jumping from one stack to another ...
Thank you for your reply.
Yes, I do destroy the scroller on closeCard:
on closeCard
// Delete the scroller
if environment() is not "mobile" then exit closeCard
mobileControlDelete sScrollerID
end closeCard
There must something happen when jumping from one stack to another ...
- Mon Nov 12, 2018 6:21 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problem with mobile scroller
- Replies: 16
- Views: 18567
Re: Problem with mobile scroller
Thank you for your reply.
I have corrected the typo, I also use local instead of global variables now, but still no luck.
Corrected app is attached (.zip this time).
It still puzzles me that it works 1 time at program start, from the second time on it doesn't.
Tom:
More importantly, why are you ...
I have corrected the typo, I also use local instead of global variables now, but still no luck.
Corrected app is attached (.zip this time).
It still puzzles me that it works 1 time at program start, from the second time on it doesn't.
Tom:
More importantly, why are you ...
- Sun Nov 11, 2018 5:28 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problem with mobile scroller
- Replies: 16
- Views: 18567
Problem with mobile scroller
Hi forum,
I have a problem with a mobile scroller. It basically works, but when switching from one stack to another, the following happens:
- open the app
- press "goto stack2" -----> scroller works
- go back to stack1
- press "goto stack3" ------> scroller works
- go back to stack1
- press "goto ...
I have a problem with a mobile scroller. It basically works, but when switching from one stack to another, the following happens:
- open the app
- press "goto stack2" -----> scroller works
- go back to stack1
- press "goto stack3" ------> scroller works
- go back to stack1
- press "goto ...
- Sun Sep 09, 2018 11:36 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problem with HTTP access on Android
- Replies: 8
- Views: 8427
Re: Problem with HTTP access on Android
Hi Jacqueline,
Thank you very much, that works!
BTW: how would I write back to the Internet-File?
Thank you very much, that works!
BTW: how would I write back to the Internet-File?
Code: Select all
put myText into url "http://myServer/text.txt"
won't work
Thank you
Walter- Thu Sep 06, 2018 3:48 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problem with HTTP access on Android
- Replies: 8
- Views: 8427
Re: Problem with HTTP access on Android
The Android version is 8.0.0
- Thu Sep 06, 2018 3:43 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problem with HTTP access on Android
- Replies: 8
- Views: 8427
Re: Problem with HTTP access on Android
Klaus, you are omnipresent!
Walter
Walter
- Thu Sep 06, 2018 3:26 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problem with HTTP access on Android
- Replies: 8
- Views: 8427
Problem with HTTP access on Android
Hi forum,
I want to populate a field via HTTP. It works great on Windows, but the app hangs on the Android phone when I try to import the data. The "Internet" is included in the "Inclusions".
Like this:
put url "http://myDomain/myText.txt" into tt
put tt into fld "input"
I use LC 9 (rc2 ...
I want to populate a field via HTTP. It works great on Windows, but the app hangs on the Android phone when I try to import the data. The "Internet" is included in the "Inclusions".
Like this:
put url "http://myDomain/myText.txt" into tt
put tt into fld "input"
I use LC 9 (rc2 ...
- Tue Aug 21, 2018 5:50 pm
- Forum: Android Deployment
- Topic: Could not encode class bundle
- Replies: 5
- Views: 7541
Re: Could not encode class bundle
Hi Jacqueline,
Sorry, I was not clear enough. What I was trying to say, do I need a seperate program to install the SDK Build Tools, or is is enough to activate the checkbox within Android Studio (which I did):
Thank you
Walter
Sorry, I was not clear enough. What I was trying to say, do I need a seperate program to install the SDK Build Tools, or is is enough to activate the checkbox within Android Studio (which I did):
Thank you
Walter
- Mon Aug 20, 2018 9:28 pm
- Forum: Android Deployment
- Topic: Could not encode class bundle
- Replies: 5
- Views: 7541
Re: Could not encode class bundle
Hi Jacqueline,
Thank you for your reply,
No, I did not install the build tools. Do I need them too?
Thank you
Walter
Thank you for your reply,
No, I did not install the build tools. Do I need them too?
Thank you
Walter
- Sat Aug 18, 2018 4:05 pm
- Forum: Android Deployment
- Topic: Could not encode class bundle
- Replies: 5
- Views: 7541
Could not encode class bundle
Hi,
I'm new to LC and I have the following problem:
I receive the folllwing error message, when I try to make an Android standalone app:
error.JPG
My Windows version is Win 10,
LC 9.0.1 (rc 1) Community
Android Studio 3.1.4
My mobile support preferences:
mobile_support.JPG
the installed ...
I'm new to LC and I have the following problem:
I receive the folllwing error message, when I try to make an Android standalone app:
error.JPG
My Windows version is Win 10,
LC 9.0.1 (rc 1) Community
Android Studio 3.1.4
My mobile support preferences:
mobile_support.JPG
the installed ...