Search found 11 matches

by cdev007
Tue Sep 21, 2021 10:37 pm
Forum: Android Deployment
Topic: API level 29
Replies: 20
Views: 29477

Re: API level 29

Thanks for your information.
With the transition to a paid Livecode do you happen to know if that update will happen for the free version?
by cdev007
Mon Sep 20, 2021 7:31 pm
Forum: Android Deployment
Topic: API level 29
Replies: 20
Views: 29477

Re: API level 29

I did exactly what you said but when I uploaded it to Google Play I got the error: You uploaded an APK with an invalid signature (learn more about signing). Error from apksigner: ERROR: MIN_SIG_SCHEME_FOR_TARGET_SDK_NOT_MET: Target SDK version 30 requires a minimum of signature scheme v2; the APK is...
by cdev007
Fri Sep 10, 2021 8:15 pm
Forum: Android Deployment
Topic: API level 29
Replies: 20
Views: 29477

Re: API level 29

When I upload to Google Play Console it comes up with this error as well (though now a year later it needs to target API 30). With LiveCode's break from free/opensource, is this something that will only be available in the paid version or is there a way to make my app target an API of 30. In trying ...
by cdev007
Wed Sep 01, 2021 6:03 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Creating list of possibilities/combinations
Replies: 0
Views: 12493

Creating list of possibilities/combinations

Thought I'd contribute this to the forum in case anyone in the future wants it. I don't remember the technical name for this pattern though it uses the rule of product or multiplication principle. I was wanting to create a pattern where I could create the following pattern while being able to adjust...
by cdev007
Sat Aug 07, 2021 5:31 pm
Forum: Android Deployment
Topic: Making Android Native Field Not Opaque
Replies: 9
Views: 28026

Re: Making Android Native Field Not Opaque

I would suppose the clever thing to do is to fill in an enhancement request over here: After submitting an enhancement request this is the response I got. BTW FYI. In the effort of creating a mobile control field (in my case with a nice rounded perimeter) that can look and act more or less the same...
by cdev007
Fri May 14, 2021 12:06 am
Forum: Multimedia
Topic: Embed live video feed
Replies: 2
Views: 13592

Re: Embed live video feed

Ok that was what I was thinking. Thanks so much
by cdev007
Thu May 13, 2021 4:51 am
Forum: Multimedia
Topic: Embed live video feed
Replies: 2
Views: 13592

Embed live video feed

I want to create an app for my child that use the selfie camera but then also allows them to draw on the screen while the selfie camera is live.
I tried to find an app on the Google Play store that does that but couldn't find anything so I decided I might make it instead.
by cdev007
Mon Dec 07, 2020 8:28 pm
Forum: Android Deployment
Topic: Making Android Native Field Not Opaque
Replies: 9
Views: 28026

Re: Making Android Native Field Not Opaque

Is this something that I should post on the suggestions forum since I'm assuming there is no way to do this at the present?
by cdev007
Wed Dec 02, 2020 9:13 pm
Forum: Android Deployment
Topic: Making Android Native Field Not Opaque
Replies: 9
Views: 28026

Making Android Native Field Not Opaque

Is there a way to make an Android Native Field not opaque?
by cdev007
Wed Oct 07, 2020 11:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Moving and expanding Text Field Objects
Replies: 7
Views: 4877

Re: Moving and expanding Text Field Objects

Wow thanks everyone! And thanks AxWald! Unfortunately this forum said that I didn't have permission to view the file you posted. Is there another way for me to get this? I'm going to see if I can get AxWald's stack, so you no need to reply more in case you want my global vertsepleft variable, here i...
by cdev007
Sun Oct 04, 2020 7:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Moving and expanding Text Field Objects
Replies: 7
Views: 4877

Moving and expanding Text Field Objects

I am wanting to be able to move around some text fields and/or resize them then depending on where they are, snap into place. I have a bunch of vertical lines (whose left edge is in an array called vertsepleft) which designate the areas where the text fields need to be bounded by. The problem is tha...