Re: revCopyFolder - execution error in standalone

2020-06-05 Thread Marty Knapp via use-livecode
I’ve been fiddling with this and so far this is what I've found: The problem only exists on Mac In the IDE it works fine on both LC 9.5.1 and 9.6 If I create a basic test stack, standalones from 9.5.1 and 9.6 both work fine But when I build my actual app with Levure, the app built with 9.5.1 works

Re: Scrolling jitter

2020-06-05 Thread J. Landman Gay via use-livecode
On 6/4/20 2:49 PM, J. Landman Gay via use-livecode wrote: On 6/4/20 2:22 PM, J. Landman Gay via use-livecode wrote: So far I've had two complaints from Android users that scrolling fields in our app are jittering when scrolled. Every field that needs to scroll is set up identically: Field

Re: revCopyFolder - execution error in standalone

2020-06-05 Thread J. Landman Gay via use-livecode
The common library is included automatically in every standalone, so you don't need to select it. I think revMoveFolder is in the same library, and since that works you can assume the library is loaded. What does the execution error say? If you get the result, does that tell you anything? Is

Zoom or others-and Livecode

2020-06-05 Thread William Prothero via use-livecode
Folks: I’m curious if anybody has explored a way to interact over one of the online sharing resources, like Zoom of Google Groups, to interface with livecode apps. There is so much going on with folks trying to continue to teach during the pandemic, that a connection of one of these resources

Re: revCopyFolder - execution error in standalone

2020-06-05 Thread Marty Knapp via use-livecode
Clarification - “revCopyFolder" it is working on Windows but not on Mac. Standalones built with LC 9.6 release version. revMoveFolder is working on both. Marty > On Jun 5, 2020, at 11:32 AM, Marty Knapp wrote: > > I'm trying to implement "revCopyFolder" in a standalone. It works fine in the

Re: Unicode and languages

2020-06-05 Thread Richmond via use-livecode
I doubt that. But if you can determine the Unicode range that is being used you can at least know which writing system is being used. You could then trap for individual glyphs (such as 'џ', which is only used in Macedonian) to narrow things down a spot. On 5.06.20 20:15, Paul Dupuis via

revCopyFolder - execution error in standalone

2020-06-05 Thread Marty Knapp via use-livecode
I'm trying to implement "revCopyFolder" in a standalone. It works fine in the IDE but gets an "execution error" in a standalone. In the dictionary it says the "Common library" is implemented. I am manually setting inclusions and don't see anything there that hints at this. Is there some library

Re: Scrolling jitter

2020-06-05 Thread J. Landman Gay via use-livecode
On 6/5/20 12:03 PM, Jim Lambert via use-livecode wrote: Clearly jitterbugs! Our age is showing. ;) I'd still like to know the cause though. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com

Re: Unicode and languages

2020-06-05 Thread Paul Dupuis via use-livecode
On 6/5/2020 1:46 PM, Mark Waddingham via use-livecode wrote: On 2020-06-05 18:15, Paul Dupuis via use-livecode wrote: I don't even know if language exists in the IBM Unicode engine as some exportable property a future version of LiveCode could expose. Any clever ideas or thoughts on this

Re: Unicode and languages

2020-06-05 Thread Mark Waddingham via use-livecode
On 2020-06-05 18:15, Paul Dupuis via use-livecode wrote: I don't even know if language exists in the IBM Unicode engine as some exportable property a future version of LiveCode could expose. Any clever ideas or thoughts on this problem are welcome. Unicode doesn't deal in languages but

Unicode and languages

2020-06-05 Thread Paul Dupuis via use-livecode
In all the added stuff the LC7 and higher Unicode engine includes, is there any way to determine the LANGUAGE of a range of text? USE-CASE We have a tool that helps researchers transcribe text from digital media. It is used internationally. We have added spell checking using lclSpell form

Re: Scrolling jitter

2020-06-05 Thread Jim Lambert via use-livecode
Clearly jitterbugs! ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode