iOS text file download from Dropbox

2019-12-06 Thread Marty Knapp via use-livecode
I'm working on my first iOS app. It needs to access a 6mb text file in Dropbox. Using "dropboxDownLoad" it works fine on my Mac. On the iPhone I'm using specialFolderPath("Documents") as the location to save but I get an error every time - 573,336,1. When I poll it to see if the file exists it

Re: Script Editor disassociates - a lossy LC IDE bug

2019-12-06 Thread hh via use-livecode
I reported a bug (#18688, Oct 26 - 2016) that is still there in 9.5.0 on Mac 10.15.1. It partially overlaps with your description: [1] Saving a stack while the script editor is open with an unsaved script doesn't save the script. [2] Quitting LC without closing (saved) stack window or SE doesn't

Re: Script Editor disassociates - a lossy LC IDE bug

2019-12-06 Thread Ben Rubinstein via use-livecode
I've seen something similar - on Mac - it may be the same in which case I have some hope for you. The bug I've seen is that I make some changes, run the script, am surprised that my changes haven't fixed the behaviour I'm trying to correct. Twiddle the script, swear, same. I try setting a

Valentina -- Reporting for LiveCode 50% Off Last Day Cyber Monday 2019

2019-12-06 Thread R.H. via use-livecode
@Lynn Fredricks I missed this message about Valentina and offer. Well, no problem. May I ask about the basic principle of Valentina database and Valentina Reports for LiveCode? I assume that the Report Engine is built on the SQL engine and not into LiveCode itself? Years ago I personally met

Android Scrolling Field - 9.6.dp1 - Receives MouseUp/Down

2019-12-06 Thread Sannyasin Brahmanathaswami via use-livecode
On 9.6 dp 1 I was testing on iOS for a week. Then I tested on Android. Surprising new behavior in the mobileScroller: It receives the mouseDown as soon as you scroll, or mouseUp after you scroll. This does not happen on iOS, not did in happen in 9.5 on Android. How can I prevent this and only

Re: Android Scrolling Field - 9.6.dp1 - Receives MouseUp/Down

2019-12-06 Thread Bob Sneidar via use-livecode
Is there a message sent when the scroller is used and another when it stops? Set a local script variable to true when scrolling and check for it in your mouseDown and mouseUp handlers, then set it to false when scrolling stops. Bob S > On Dec 6, 2019, at 06:50 , Sannyasin Brahmanathaswami

Re: Script Editor disassociates - a lossy LC IDE bug

2019-12-06 Thread Bob Sneidar via use-livecode
Yes Mac. Bob S > On Dec 5, 2019, at 17:11 , Tom Glod via use-livecode > wrote: > > Are you all on Mac? This does not ring a bell. > ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: XCode 11 requirements

2019-12-06 Thread J. Landman Gay via use-livecode
Check for updates was selected but I rarely look at that pane in the system settings. So maybe that's why I missed it. On 12/6/19 1:27 AM, Matthias Rebbe via use-livecode wrote: There is a Software-Update icon in System Preferences, which should at least show up all available updates. There

RE: Valentina -- Reporting for LiveCode

2019-12-06 Thread Lynn Fredricks via use-livecode
> I missed this message about Valentina and offer. Well, no problem. > > May I ask about the basic principle of Valentina database and > Valentina Reports for LiveCode? Yes, and I will also cc to the list as these are good questions that others may be interested in as well. > I assume that

Re: Valentina -- Reporting for LiveCode

2019-12-06 Thread R.H. via use-livecode
Oh, thank you Lynn. That is nice from you to write detailed. Please, my greetings to Ruslan. He may not remember me, already how man years passed? I think 16 or 17 years. I had a group of developers in Kherson. I think it will be good to address your product more strongly on the list. And

How to revoke that bottom pane of the script editor?

2019-12-06 Thread Klaus major-k via use-livecode
Hi all, in the script editor we ususally have three panes: 1. List of handlers on the left 2. The actual script on the right 3. At the botton we see the content of variables when debugging etc. Now I somehow managed to make the bottom pane disappear 8-), how can I get it back without to quit LC

Re: How to revoke that bottom pane of the script editor?

2019-12-06 Thread Bob Sneidar via use-livecode
Do you see the two horizontal lines at the bottom of the window? That is the handle for those panes. Try dragging it up. If you do not see those, not sure what has happened. Bob S > On Dec 6, 2019, at 13:21 , Klaus major-k via use-livecode > wrote: > > Hi all, > > in the script editor we

Re: How to revoke that bottom pane of the script editor?

2019-12-06 Thread Klaus major-k via use-livecode
Hi Bob, > Am 06.12.2019 um 23:01 schrieb Bob Sneidar via use-livecode > : > > Do you see the two horizontal lines at the bottom of the window? That is the > handle for those panes. > Try dragging it up. If you do not see those, not sure what has happened. thanks, the latter one of course, no