Search found 22 matches
- Thu Jul 25, 2019 1:37 pm
- Forum: Talking LiveCode
- Topic: mergDropboxDownload example
- Replies: 23
- Views: 3653
Re: mergDropboxDownload example
I do, and it works well!
- Thu Jul 25, 2019 12:28 am
- Forum: Talking LiveCode
- Topic: mergDropboxDownload example
- Replies: 23
- Views: 3653
Re: mergDropboxDownload example
Many thanks!
- Wed Jul 24, 2019 10:18 pm
- Forum: Talking LiveCode
- Topic: mergDropboxDownload example
- Replies: 23
- Views: 3653
Re: mergDropboxDownload example
I am using LC 9.0.1 Build 15103 - do I need to update? Or do I need to include any library or anything in my iOS build? Here is my relevant code: put dbToken into pAccessToken put "overwrite" into pMode put False into pAutorename put true into pMute get hiliteData put "Update:" && the seconds into l...
- Wed Jul 24, 2019 7:47 pm
- Forum: Talking LiveCode
- Topic: mergDropboxDownload example
- Replies: 23
- Views: 3653
Re: mergDropboxDownload example
I read this post with great excitement, as I have been trying to upload files to Dropbox from an iOS app. Unfortunately this doesn't seem to be implemented in the iOS environment. Is there any way to do it?
- Wed Jun 12, 2019 10:32 pm
- Forum: iOS Deployment
- Topic: "selectionChanged" handler in native scroller
- Replies: 1
- Views: 484
Re: "selectionChanged" handler in native scroller
So, I have with further testing, found that the selectionChanged message is only sometimes captured in a field which does not contain enough text to need scrolling. It is very capricious! It changes from testing to testing, with no code change at all!
Is this a LC bug??
Is this a LC bug??
- Tue Jun 11, 2019 7:35 pm
- Forum: iOS Deployment
- Topic: "selectionChanged" handler in native scroller
- Replies: 1
- Views: 484
"selectionChanged" handler in native scroller
I am having difficulty in capturing a selectionChanged message in an iOS native scrolling field, when it is locked. My handler works when there is not enough text in the field to need the scroller to activate scrolling (text not filling entire field rectangle), but when it does, even if I try using ...
- Tue Jun 11, 2019 1:07 pm
- Forum: Talking LiveCode
- Topic: mouseChunk in a loop
- Replies: 8
- Views: 838
Re: mouseChunk in a loop
It appears to me that in a locked native iOS scroller field, the selectionChanged message is not being sent, unless the amount of text in the field is not great enough to need scrolling. The code in my last post works fine then, but if the field scrolls, the on selectionChanged handler is never call...
- Mon Jun 10, 2019 5:58 pm
- Forum: Talking LiveCode
- Topic: mouseChunk in a loop
- Replies: 8
- Views: 838
Re: mouseChunk in a loop
Thanks, that worked - in the development environment. But now, how can I make it work in iOS, with a locked native scroller text field? I have set a flag to stop the scrolling in the scrollerDidScroll and scrollerEndDecelerate handlers to allow selection motion without scrolling. This does stop the ...
- Mon Jun 10, 2019 2:10 am
- Forum: Talking LiveCode
- Topic: mouseChunk in a loop
- Replies: 8
- Views: 838
Re: mouseChunk in a loop
The red and blue if/then segment is just there for my testing. I was trying to see if the loop was hanging up on the get mouseChunk statement, but it is not. It's just that the mouseChunk doesn't ever update after the first time in the loop.
- Mon Jun 10, 2019 2:05 am
- Forum: Talking LiveCode
- Topic: mouseChunk in a loop
- Replies: 8
- Views: 838
Re: mouseChunk in a loop
Thanks,
I see what you are saying, but I am trying to do this in a locked text field. I should have stated that in the original post, but no changes are allowed in the field, other than code driven.
I see what you are saying, but I am trying to do this in a locked text field. I should have stated that in the original post, but no changes are allowed in the field, other than code driven.
- Sun Jun 09, 2019 9:28 pm
- Forum: Talking LiveCode
- Topic: mouseChunk in a loop
- Replies: 8
- Views: 838
mouseChunk in a loop
I want to select text for highlighting in a field. It seems most reasonable to use the mouseChunk function recursively while waiting for the mouse to be up. But it seems that the mouseChunk only returns an initial set of values when the mouseDown occurs, and not agains until another mouseDown. Is th...
- Sat Jun 01, 2019 9:02 pm
- Forum: iOS Deployment
- Topic: Known iOS scroller issue?
- Replies: 1
- Views: 530
Re: Known iOS scroller issue?
Oops! It was an orientation issue. I change my trap and found there is an "unknown" orientation which wasn't trapping for ... 

- Sat Jun 01, 2019 8:51 pm
- Forum: iOS Deployment
- Topic: Known iOS scroller issue?
- Replies: 1
- Views: 530
Known iOS scroller issue?
I am using native controls in scrolling fields in an iOS app, and have noticed that when I have scrolled to the very bottom of a field on the iPhone and then tilt the phone back towards being parallel to the ground, the text jumps almost an entire field height. This is not enough of a tilt to trigge...
- Fri May 31, 2019 5:27 pm
- Forum: iOS Deployment
- Topic: iOS app has begun opening very slowly
- Replies: 10
- Views: 1187
Re: iOS app has begun opening very slowly
Thanks very much!
- Fri May 31, 2019 5:07 pm
- Forum: iOS Deployment
- Topic: iOS app has begun opening very slowly
- Replies: 10
- Views: 1187
Re: iOS app has begun opening very slowly
Thanks, Brian.
Does that mean I don't need to include the devControls substack, either?
Does that mean I don't need to include the devControls substack, either?