Search found 431 matches

by jameshale
Wed May 14, 2025 6:47 am
Forum: iOS Deployment
Topic: Help with touchmove
Replies: 4
Views: 1606

Re: Help with touchmove

OK Got it working. I realised that as I only wanted to act at the end of the swipe putting my decision tree in the TouchMove handler would be confusing, given that it continues to be called during the swipe. So I placed it in the TouchEnd where I want the action triggered. local sLastX,sLastY, sTouc...
by jameshale
Tue May 13, 2025 7:57 am
Forum: iOS Deployment
Topic: Help with touchmove
Replies: 4
Views: 1606

Re: Help with touchmove

Getting each handler to write to a field shows me:
touchStart is triggered
touchMove is not
Tested in Simulator AND my iPad
??
by jameshale
Tue May 13, 2025 2:57 am
Forum: iOS Deployment
Topic: Help with touchmove
Replies: 4
Views: 1606

Re: Help with touchmove

Thanks.
Interestingly it works once, that's it.
One swipe and then no more.
??

Will explore further.
by jameshale
Mon May 12, 2025 3:49 am
Forum: iOS Deployment
Topic: Help with touchmove
Replies: 4
Views: 1606

Help with touchmove

Hi, I am trying to enable a swipe to the right on a locked field to activate an action. I have used the following code: local sLastX, pID on touchStart pTouchData put pTouchData into pID end touchStart on touchMove pTouchID, pTouchX, pTouchY put pTouchID into pID -- sLastX[pTouchID] will be empty wh...
by jameshale
Fri May 02, 2025 6:41 am
Forum: iOS Deployment
Topic: How to debug writing or reading a file
Replies: 9
Views: 26905

Re: How to debug writing or reading a file

So, the left hand doesn't know what the right hand has done.
In updating the app I decided to change the names of the pref file from what had had previously used.
Unfortunately I missed an occurrence.
Sorry :oops:
by jameshale
Fri May 02, 2025 1:30 am
Forum: iOS Deployment
Topic: How to debug writing or reading a file
Replies: 9
Views: 26905

Re: How to debug writing or reading a file

When I open the app, the first thing it does is check for the presence of a pref file.
if it doesn't exist it creates one.
Well it creates the folder and then the file.
This works.
There is indeed a pref file.
by jameshale
Thu May 01, 2025 8:21 am
Forum: iOS Deployment
Topic: How to debug writing or reading a file
Replies: 9
Views: 26905

Re: How to debug writing or reading a file

Well removed “/“, thanks @klaus.
Tested in IDE and the simulator and it worked fine.
Tested on my iPad and it fails.

The save file returns “can’t open file”
by jameshale
Tue Apr 29, 2025 3:15 pm
Forum: iOS Deployment
Topic: How to debug writing or reading a file
Replies: 9
Views: 26905

Re: How to debug writing or reading a file

I realised I can try the remote debugger. I can set a breakpoint and put the result after each read and write. put specialFolderPath("documents") into thisfolder put thisfolder &"/Heartease/Heartease.pref" into preffile put the result if there is a file preffile then --load prefs put the result and ...
by jameshale
Tue Apr 29, 2025 10:26 am
Forum: iOS Deployment
Topic: How to debug writing or reading a file
Replies: 9
Views: 26905

How to debug writing or reading a file

Hi, I am in the process of updating my iOS app and have hit a snag that has me baffled. Me app writes an reads preference file. This worked ine in my initial app. However when building under the latest xcode and LC 10 my app shows no evidence of reading in the prefs. So the code that previously work...
by jameshale
Tue Apr 15, 2025 2:02 am
Forum: iOS Deployment
Topic: Navbar widget only responds to labels being touched
Replies: 1
Views: 26422

Re: Navbar widget only responds to labels being touched

Sorry.
It was a layering error on my part.
I had a text field that covered the icons.
On updating the app I musts have reversed the layering from my previous version.
Interestingly running the app in the IDE did not show this.
by jameshale
Mon Apr 14, 2025 3:43 pm
Forum: iOS Deployment
Topic: Navbar widget only responds to labels being touched
Replies: 1
Views: 26422

Navbar widget only responds to labels being touched

I am using a navbar widget in my iOS app. In my previous build and submission to the app store it worked fine. touch an icon and it would go where it should. This was made 3 years ago so I am assuming I made it in LC9.x In my builds using 10.1 rc 3 it doesn’t. it will work as expected only if I touc...
by jameshale
Sun Apr 13, 2025 3:04 pm
Forum: iOS Deployment
Topic: Another problem about provisioning profiles…
Replies: 19
Views: 22242

Re: Another problem about provisioning profiles…

I had the same issue.
Installing all the intermediate certificates fixed my issue too.
Thanks
by jameshale
Thu Dec 19, 2024 3:40 pm
Forum: Made With LiveCode
Topic: updates to mkvmerge and sub-to-srt
Replies: 0
Views: 20959

updates to mkvmerge and sub-to-srt

mkvmerge has been updated on livecodeshare to now allow you to paste the mkvToolnix command line into the settings page. simple set up a single job in mkvtoolnix. copy the command line and past it into mkvmerge. sub-to-srt also been updated on livecodeshare to fix sets that have enterie with the sam...
by jameshale
Mon Aug 19, 2024 1:39 am
Forum: Announcements
Topic: Free apps badge
Replies: 34
Views: 41254

Re: Free apps badge

Given unwanted items on a main screen can really upset the aesthetics of one’s design (a bit like Tv station logos always being on screen.)
Surely an acceptable way forward would be the inclusion of a credit page and perhaps a badge or logo on the splash screen.
by jameshale
Sat Jul 27, 2024 1:30 am
Forum: Talking LiveCode
Topic: Livecode Create - thoughts?
Replies: 125
Views: 124736

Re: Livecode Create - thoughts?

I was Manager Licensing and Procurement for a large Australian University before retiring and I can say that this licensing model for such a product as LC would not get a look in. Certainly a per seat charge for users is fine, but having that charge the same as the development seat, no. It is also n...