Search found 5 matches

by MarcusF
Sat May 02, 2020 10:03 pm
Forum: Android Deployment
Topic: Android native scrollbar?
Replies: 5
Views: 4285

Re: Android native scrollbar?

Thanks for the link. I have an old account somewhere, I was a LiveCode Open Source Contributor years ago, but this is a new account. I'm not using the scroller to actually scroll the line chart. What I'm doing is using it to set the starting point in the dataset (line number in csv data) and when th...
by MarcusF
Sat May 02, 2020 8:19 pm
Forum: Android Deployment
Topic: Can't copy to Android clipboard
Replies: 3
Views: 3475

Re: Can't copy to Android clipboard

Right, so that's sorted by using a native input, and letting the OS deal with text and copying.

That feels like quite an awkward solution for a paid license of a product with heavy focus on mobile development, but it did solve the problem at hand, thanks for the info FourthWorld
by MarcusF
Sat May 02, 2020 7:42 pm
Forum: Android Deployment
Topic: Android native scrollbar?
Replies: 5
Views: 4285

Re: Android native scrollbar?

I'm using a line chart to display data, but there's so much I can't show it all at once. To make it easier, I'm using a scroller to move around the timeline. So it's a freestanding scroller which runs a function when the user moves the slider. I'm trying to figure out how to attach a screenshot, but...
by MarcusF
Sat May 02, 2020 6:57 am
Forum: Android Deployment
Topic: Android native scrollbar?
Replies: 5
Views: 4285

Android native scrollbar?

I'm trying to figure out how to create an Android native scrollbar/slider, and for a language that prides itself on mobile development, this is surprisingly difficult to find.

Anyone got an example they could share?
by MarcusF
Sat May 02, 2020 1:12 am
Forum: Android Deployment
Topic: Can't copy to Android clipboard
Replies: 3
Views: 3475

Can't copy to Android clipboard

I'm trying to copy text from a field into the Android clipboard but the program just stops at that point. I've tried select the text of field "Final Text" copy the selectedText of field "Final Text" answer "Text copied" Doesn't get to the answer part. I've also tried select the text of field "Final ...