Search found 429 matches

by andyh1234
Sun Oct 01, 2023 1:11 pm
Forum: Mac OS
Topic: OS X Somona
Replies: 9
Views: 15099

OS X Somona

Hi, I have had a couple of users upgrade to OS X Sonoma and report my app is now crashing. Is anyone else having problems or is there a known issue, or has anyone else upgraded and everything is working? I am reluctant to upgrade my Mac as it all works at the moment and if I upgrade the older versio...
by andyh1234
Mon Sep 18, 2023 1:34 pm
Forum: Talking LiveCode
Topic: Getting image urls out of html page
Replies: 2
Views: 1553

Re: Getting image urls out of html page

Thanks, I guess that can return the first URL, then I can loop through the HTML to find the rest.

Thanks for the idea.

Andy
by andyh1234
Sun Sep 17, 2023 9:54 pm
Forum: Talking LiveCode
Topic: Getting image urls out of html page
Replies: 2
Views: 1553

Getting image urls out of html page

Hi, Does anyone have any code to strip image urls out of a html page and put them in an array. Looking to write a small piece of code to be able to download all of the images on a patricular (customisable) web page, I can write the code to download them but am struggling on parsing the html to extra...
by andyh1234
Sun Sep 17, 2023 4:54 pm
Forum: Made With LiveCode
Topic: Tracker2Go Calorie Counting App Released for iOS and Android
Replies: 5
Views: 1430

Re: Tracker2Go Calorie Counting App Released for iOS and Android

Thanks. A bar code scanner was next on my list of things to do, along with a lot more images, product images, graphical representations of BMI etc, I just wanted a base to build it all on and see what traction it could get. A few thousand users would be nice, not looking for millions, no way I could...
by andyh1234
Sun Sep 17, 2023 4:14 pm
Forum: Made With LiveCode
Topic: Tracker2Go Calorie Counting App Released for iOS and Android
Replies: 5
Views: 1430

Re: Tracker2Go Calorie Counting App Released for iOS and Android

Thanks, mfp is a superb and well developed app but it's not free, it has lots of paid features you have to unlock so I hope being completely free might work in my favour.
by andyh1234
Sun Sep 17, 2023 3:39 pm
Forum: Made With LiveCode
Topic: Tracker2Go Calorie Counting App Released for iOS and Android
Replies: 5
Views: 1430

Tracker2Go Calorie Counting App Released for iOS and Android

Hi, My new app, Tracker2Go calorie counter has been released for free for iOS and Android Links are below: iOS: https://apps.apple.com/us/app/id6463267994 Android: https://play.google.com/store/apps/details?id=com.byoni.tracker2gov2 Now the hard part, to get any downloads at all. Hopefully as it is ...
by andyh1234
Tue Sep 05, 2023 1:15 pm
Forum: Android Deployment
Topic: Common Android Deployment issues
Replies: 91
Views: 155541

Re: Common Android Deployment issues

On my PC I can work around the issue by creating a key and signing the app with my key, then choose build standalone to create an apk file. Copy this file to your device (I use Google drive for this) and install it. It's long winded but it works for me. I still cant deploy as a test straight to the ...
by andyh1234
Wed Aug 23, 2023 5:42 pm
Forum: iOS Deployment
Topic: Getting the users country
Replies: 40
Views: 12498

Re: Getting the users country

Thanks, I don't think I have that external, I am sure at one point in the past I had it but cannot find a download link for it now.
by andyh1234
Mon Aug 14, 2023 4:18 pm
Forum: iOS Deployment
Topic: Mobile Native Essentials Widget Pack - One Slider per card?
Replies: 6
Views: 3069

Re: Mobile Native Essentials Widget Pack - One Slider per card?

There already seems to be a bug report there dating from 2020 so I guess this is not going to be resolved.
by andyh1234
Mon Aug 14, 2023 4:13 pm
Forum: iOS Deployment
Topic: Getting the users country
Replies: 40
Views: 12498

Re: Getting the users country

put JSONToArray(URL ("https://ipleak.net/json/")) into xArray put xArray["country_code"] into fld "ff" Works fine in the desktop IDE but not is the iOS simulator. I have broken it down and the getting of the URL works fine, it is the JSONToArray that does not seem to work. Am I missing something, d...
by andyh1234
Mon Aug 14, 2023 3:52 pm
Forum: iOS Deployment
Topic: Mobile Native Essentials Widget Pack - Activating the date picker with code
Replies: 3
Views: 1524

Re: Mobile Native Essentials Widget Pack - Activating the date picker with code

Thanks,

Im afraid neither worked with the widget. I am guessing it is just not set up that way, it would be nice if it was developed further to accept font settings, as it is it is quite small for my use which is a shame as when it is clicked the calendar selection tool is very neat and well done.
by andyh1234
Mon Aug 14, 2023 12:57 pm
Forum: iOS Deployment
Topic: Mobile Native Essentials Widget Pack - One Slider per card?
Replies: 6
Views: 3069

Re: Mobile Native Essentials Widget Pack - One Slider per card?

Who do I report this as a bug to as it is an extension and not core Livecode.

It says made by Livecode factory but I do not see their details anywhere.
by andyh1234
Mon Aug 14, 2023 12:56 pm
Forum: iOS Deployment
Topic: Mobile Native Essentials Widget Pack - Activating the date picker with code
Replies: 3
Views: 1524

Mobile Native Essentials Widget Pack - Activating the date picker with code

I am trying to work with the Mobile Native Essentials Widget Pack date picker. It works, but I would like to change the appearance of the date, I can set up a custom field to do this but when I click on the field I would like it to pass the mouseup to the widget, but whatever I try it does not activ...
by andyh1234
Sun Aug 13, 2023 5:01 pm
Forum: iOS Deployment
Topic: Mobile Native Essentials Widget Pack - One Slider per card?
Replies: 6
Views: 3069

Mobile Native Essentials Widget Pack - One Slider per card?

Im trying to use the slider control in the Mobile Native Essentials Widget Pack

The first slider on the card works perfectly, but if I add a second it does not work.

Is there a limit as to how many sliders or widgets you can add to one card (one slider) or is there a setting I am missing.
by andyh1234
Mon Aug 07, 2023 8:46 pm
Forum: iOS Deployment
Topic: Error when uploading to App Store - 64 bit architecture
Replies: 4
Views: 1590

Re: Error when uploading to App Store - 64 bit architecture

Yes, ios11 is ok for me anyway since we are at ios16 on current devices. At least there was a workaround and a quick solution from Livecide.

Go to advanced search