Search found 870 matches

by trevix
Fri Dec 01, 2023 12:34 pm
Forum: Android Deployment
Topic: Google Play:How do I fix device not compatible with Play Store?
Replies: 4
Views: 13223

Re: Google Play:How do I fix device not compatible with Play Store?

My Android 10 TvBox has OpenGL ES 2.0: could this be the problem?
Even modifying the Manifest of LC and inserting a <uses-feature android:glEsVersion="0x00020000" /> or deleting th uses-feature, when the standalone gets generate it always have <uses-feature android:glEsVersion="0x30000" />
by trevix
Thu Nov 30, 2023 5:39 pm
Forum: Android Deployment
Topic: Google Play:How do I fix device not compatible with Play Store?
Replies: 4
Views: 13223

Google Play:How do I fix device not compatible with Play Store?

Publishing a multiplatform App is getting very, very complex. My standalone "Referi" (LC10dp6) is available for iOS and Android, cells and tablets. In the case of Android, also for TvBox A10 and A11. My last version 1.1.8 is available in production on all platforms. Yesterday, when trying to do an u...
by trevix
Thu Nov 23, 2023 7:19 pm
Forum: Android Deployment
Topic: Heads Up - new target API level 33 requirements
Replies: 1
Views: 6466

Re: Heads Up - new target API level 33 requirements

I am using LC10 dp6.
Is the require API level 33 part of it?
If not, considering the late notice of delay in the next LC10 release, I am in big trouble.
Thanks for any info.
PS: what about the billing library? https://forums.livecode.com/viewtopic.php?f=53&t=38550
by trevix
Wed Nov 15, 2023 6:04 pm
Forum: iOS Deployment
Topic: Mobile scrolling?
Replies: 7
Views: 11217

Re: Mobile scrolling?

I couldn't agree more... thankfully AI is going to save us :roll:
by trevix
Wed Nov 15, 2023 10:43 am
Forum: iOS Deployment
Topic: Mobile scrolling?
Replies: 7
Views: 11217

Re: Mobile scrolling?

Hello. I would like to suggest a revival of this subject since, apparently, a unified multiplatform scrolling field hasn't yet appeared. I develop a standalone for iOS and Android and, having my Mac has a development platform, the same scrolling field should work reasonably also on a desktop compute...
by trevix
Tue Nov 07, 2023 6:47 pm
Forum: Talking LiveCode
Topic: Different kinds of QR codes?
Replies: 4
Views: 8062

Re: Different kinds of QR codes?

What about having a QRcode that, shot from the mobile camera, launches a standalone and pass it some parameters (to do things)?
Can it be done?
by trevix
Thu Nov 02, 2023 12:04 pm
Forum: Software Engineering
Topic: Run the same stack from two LC installs
Replies: 22
Views: 49202

Re: Run the same stack from two LC installs

My app work on Android and iOS mobile. The main characteristic of it is that the same app gets installed on a TvBox and on a mobile. Once connected using wifi and sockets, the mobile app controls the tvbox app (and gets data from it). Just to clarify why it does this: - The app is a sport scoring ap...
by trevix
Fri Oct 27, 2023 1:52 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Array referencing
Replies: 22
Views: 44731

Re: Array referencing

I think i can use it also like this: function PathToPref --on the stack if tThis = tThat then --choice put [ "gPrefTvBox", "gPrefTF", gSport ] into tPathToPref else put [ gSport ] into tPathToPref end if return tPathToPref end PathToPref and on Mouseup put pChosenItem into gPrefTF[PathToPref()]["set...
by trevix
Fri Oct 27, 2023 1:09 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Array referencing
Replies: 22
Views: 44731

Re: Array referencing

Amazing! (and rather complex to grasp)
This is exactly what I need it,
THANKS!
by trevix
Fri Oct 27, 2023 11:24 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Array referencing
Replies: 22
Views: 44731

Re: Array referencing

I don't understand how you plan to put a value in tPathNeeded (that is my point)
by trevix
Fri Oct 27, 2023 10:32 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Array referencing
Replies: 22
Views: 44731

Re: Array referencing

Possibly you could use value(tPathToPref), but that’s never worked for me when I’ve tried something like this previously
Yes, it doesn't work.
I wonder if using a function with the "@" before the parameter (pass reference) would work.
I did some experiment but to no avail.
by trevix
Fri Oct 27, 2023 9:54 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Array referencing
Replies: 22
Views: 44731

Re: Array referencing

Let me repost my problem with another example. This code won't work but maybe it clarifies what I want to achieve: if tThis = tThat then put "gPrefTF[" & quote & "gPrefTvBox" & quote & "][" & gSport & "][" & quote & "setting" & quote & "]" into tPathToPref else put "gPrefTF[" & gSport & "][" & quote...
by trevix
Fri Oct 27, 2023 8:43 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Array referencing
Replies: 22
Views: 44731

Re: Array referencing

stam wrote:
Thu Oct 26, 2023 9:02 pm
Does your if statement say

Code: Select all

If 1=1 then… 
or is that a typo?

If not a typo, how will that branch if the first statement always returns true?
Sorry for the misunderstanding: mine was only an example. I should have written "if tThis = tThat then"
by trevix
Thu Oct 26, 2023 5:11 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Array referencing
Replies: 22
Views: 44731

Array referencing

Hello. Small problem that gives me a headache: I save values in array like put "Regular" into gPrefTF[gSport]["setting"]["DEFAdvantage"] Now, the script in some cases needs to change the array path of "DEFAdvantage" to something like this: put "Regular" into gPrefTF["gPrefTvBox"]["gPrefTF"][gSport][...
by trevix
Thu Oct 26, 2023 11:28 am
Forum: Software Engineering
Topic: Run the same stack from two LC installs
Replies: 22
Views: 49202

Re: Run the same stack from two LC installs

As you already have a client/server running between the two computers, can you not after a save on one computer send a "saved" message and have the second computer on receiving this message action a revert command to keep both in sync? The two LC are not always connected and debugging the connectio...

Go to advanced search