localization/localisation/ of LC Community version's GUI?

2019-03-18 Thread Nicolas Cueto via use-livecode
In short, if my aim is to translate LC Community's GUI (for youngish Japanese students learning to program) , where might I start? Now, if something terrifyingly named "GitHub" should be part of the answer, all I know about that is it's a discussion start-off point for LC "gurus", plus a cue for

Re: get an overview of all scripts (e.g total lines of all scripts) of a stack

2019-03-18 Thread Geoff Canyon via use-livecode
Late to the party, but the contextual menu in Navigator has a scripts sub-menu: Scripts Count Count with Behaviors Count Enclosed Count Enclosed with Behaviors - Copy Copy with Behaviors Copy Enclosed Copy Enclosed with Behaviors The counting options report looks like this: The size of the

Re: [off]sublimeText update

2019-03-18 Thread Geoff Canyon via use-livecode
Don't forget that you can iterate over the keys if you need them: repeat for each key tStack in tStacks or over the elements if you don't need the keys: repeat for each element V in tStacks On Mon, Mar 18, 2019 at 4:10 PM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: >

Re: LiveCode Localization?

2019-03-18 Thread Phil Davis via use-livecode
I considered qualifying that phrase, but... nh. On 3/18/19 3:52 PM, Bob Sneidar via use-livecode wrote: The hell I am! ;-) Bob S On Mar 17, 2019, at 17:31 , Phil Davis via use-livecode wrote: To add a new language, we clone an existing YAML file and translate it, and adjust the

Re: [off]sublimeText update

2019-03-18 Thread Mark Wieder via use-livecode
On 3/18/19 3:50 PM, Bob Sneidar via use-livecode wrote: Nice little shortcut. I usually put the keys into a variable first so I can see what they are when debugging. I do too, but this was just a one-off proof of concept. -- Mark Wieder ahsoftw...@gmail.com

Re: Remain on First Card Whilst Sending Messages to Second Card

2019-03-18 Thread Bob Sneidar via use-livecode
That should not be happening simpy because you send a message to a card. Something must be going to the card. Lock screen will help but there are certain circumstances I have learned much to my dismay that unlocks all screen locks. Bob S > On Mar 17, 2019, at 19:56 , Roger Guay via

Re: LiveCode Localization?

2019-03-18 Thread Bob Sneidar via use-livecode
The hell I am! ;-) Bob S > On Mar 17, 2019, at 17:31 , Phil Davis via use-livecode > wrote: > > To add a new language, we clone an existing YAML file and translate it, and > adjust the RTL/LTR training UI orientation settings as needed. Add the YAML > file into the next build of the

Re: [off]sublimeText update

2019-03-18 Thread Bob Sneidar via use-livecode
Nice little shortcut. I usually put the keys into a variable first so I can see what they are when debugging. Bob S > On Mar 16, 2019, at 10:21 , Mark Wieder via use-livecode > wrote: > > repeat for each line tStack in the keys of tStacks ___

Re: OT: ji32k7au4a83

2019-03-18 Thread Bob Sneidar via use-livecode
hilarious. Bob S > On Mar 16, 2019, at 10:44 , Mark Wieder via use-livecode > wrote: > > Some Saturday Unicode fun: > > https://gizmodo.com/why-ji32k7au4a83-is-a-remarkably-common-password-1833045282 > > -- > Mark Wieder > ahsoftw...@gmail.com

WANTED: Codecs for DirectShow and LC9xx

2019-03-18 Thread Paul Dupuis via use-livecode
WANTED: Recommendations for free to distribute and use codec for use with DirectShow and LiveCode 9xx under Windows. I have found that the range of media formats DirectShow supports (out of the box) in LiveCode 9xx (when compared to earlier LC versions and Quicktime for Windows) to be

Re: add file extension share for iOS app

2019-03-18 Thread Matthias Rebbe via use-livecode
Tried now yesterday and today eving, but without success. I´ve created the ios standalone. copied the info.plist to the desktop and inserted this CFBundleDocumentTypes CFBundleTypeName mrtest CFBundleTypeRole Viewer

Re: LC 9 and Externals

2019-03-18 Thread Mark Wieder via use-livecode
On 3/18/19 9:05 AM, Mark Waddingham via use-livecode wrote: So - probably best to ensure that any apps which need to run on Mojave and future macOS versions are built and work in 64-bit mode. ...and as a hint for applications: open the Apple menu (upper left corner) select "About This Mac"

Re: Remain on First Card Whilst Sending Messages to Second Card

2019-03-18 Thread Roger Guay via use-livecode
Found it!! … Well, not exactly. I THINK I was seeing the result of a script error. Once I recognized that and fixed it, it stopped navigating to the second card. Thanks very much to Kee, Craig and Tom for your help and encouragement Roger > On Mar 18, 2019, at 8:11 AM, Kee Nethery wrote: >

Re: LC 9 and Externals

2019-03-18 Thread Trevor DeVore via use-livecode
On Mon, Mar 18, 2019 at 11:05 AM Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > So - probably best to ensure that any apps which need to run on Mojave > and future > macOS versions are built and work in 64-bit mode. > I recently finished transitioning ScreenSteps to

Re: LC 9 and Externals

2019-03-18 Thread Mark Waddingham via use-livecode
On 2019-03-18 16:59, Mark Wieder via use-livecode wrote: On 3/18/19 8:43 AM, Mark Waddingham via use-livecode wrote: ... although if you're using the external in a stack you're shipping to others, it may well be worthwhile to recompile it as a 64-bit external. Especially keeping in mind that

Re: LC 9 and Externals

2019-03-18 Thread Mark Wieder via use-livecode
On 3/18/19 8:43 AM, Mark Waddingham via use-livecode wrote: If this is a Mac external and it has not been rebuilt for a couple of years (at least), then it is most likely that it does not have a 64-bit slice. The 9 IDE (and standalones) build and run (by default) in 64-bit mode on Mac -

Re: LC 9 and Externals

2019-03-18 Thread Dan Friedman via use-livecode
Mark, Thank you for the reply! Yes, it is a Mac External. If I change the IDE to run at 32-bit, then I assume that it will produce apps that are 32-bit. If that's true, then that's really not a solution as Apple is requiring that all apps be 64-bit. I am probably going to have to have

Re: LC 9 and Externals

2019-03-18 Thread Mark Waddingham via use-livecode
Hi Dan, On 2019-03-18 16:35, Dan Friedman via use-livecode wrote: FYI, it's working in LC 8.X. -- the stack is closed when the external paths are set, I am verifying that the external exists, etc. It's working in 8, what changed in 9? If this is a Mac external and it has not been rebuilt for

LC 9 and Externals

2019-03-18 Thread Dan Friedman via use-livecode
Greetings! I have been using an external in my projects for literally over 10 years. I am updating a project from 8.1.5 to the latest version of LC, 9.0.3. Suddenly, it's not working. I tried it in 9.0.2, 9.0.1 and 9.0.0 same thing. I tried it in the last version of 8 (8.1.9) and it worked

Re: Remain on First Card Whilst Sending Messages to Second Card

2019-03-18 Thread dunbarxx via use-livecode
Roger. Maybe make sure that screen locking is disabled everywhere, and step through a few handlers that might be the culprit? I have seen this in my travels over the years. It was always me. Craig -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html

Re: Remain on First Card Whilst Sending Messages to Second Card

2019-03-18 Thread Roger Guay via use-livecode
What am I doing? Good question. I’m doing a lot of text editing and formatting in various fields of the second card from the first, and exporting them to rtfText files to the desktop. But there are definitely no scripts to navigate to the second card. Roger > On Mar 18, 2019, at 6:45 AM,

Drag-and-Drop with Desktop files

2019-03-18 Thread R.H. via use-livecode
Sub-Subject: Detecting user selected files/folders in Windows and other OSes. I like to refer to the last message from -hh (see reference below) regarding Windows possibility of detecting selected items (folders, files, icons as such) on the Windows Desktop. The solution -hh already provided when

[ANN] This Week in LiveCode 172

2019-03-18 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #172 here: https://goo.gl/A9VTq3 This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: App rejected - add parental gate

2019-03-18 Thread Andrew Bell via use-livecode
I had a student submit an app that got rejected for the same reason. To gain approval he presented a grid of 9 random numbers (7,19,603,73,29,200,etc.) and asked the end-user to select values that were "multiples of 3" (603,29,etc.). This was deemed an appropriate age-gate for his audience

Re: Remain on First Card Whilst Sending Messages to Second Card

2019-03-18 Thread dunbarxx via use-livecode
Hi. There is no way that LC navigates to the other card at all, unless you have done something that tells it to. I make a new stack with two cards, with a handler in the card script of cd 2. On cd 1 I have a button that sends a message to cd 2, invoking that handler, and I can see the results.

AW: who has experience with mp4 videos on windows?

2019-03-18 Thread Tiemo Hollmann TB via use-livecode
Hello Hermann, if I would start from the scratch today, it probably would be worth a try, but I think I don't like the idea to reengineer my program with 20.000 videos and a lot of special functions related to the videos. It's just two years ago I had to dump the QT player and re-code all videos

AW: who has experience with mp4 videos on windows?

2019-03-18 Thread Tiemo Hollmann TB via use-livecode
Hello Nicolas, thanks for your idea, but my app doesn't updates the codec. But nevertheless, I just found a newer version of the LAV filters - worth a try. Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Nicolas Cueto via

Re: who has experience with mp4 videos on windows?

2019-03-18 Thread hh via use-livecode
Why not use the future: HTML5 video tag, in a browser widget or a HTML5 standalone? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: who has experience with mp4 videos on windows?

2019-03-18 Thread Nicolas Cueto via use-livecode
Tiemo, My advice is probably of no use but... Could it be the solution is updating the codecs? What you described reminded me very much of "MX Player" updates (a popular video player for Android). Every time after an update, some videos open up with no sound and a "This Audio Format AC3 Is Not

who has experience with mp4 videos on windows?

2019-03-18 Thread Tiemo Hollmann TB via use-livecode
Hello, I still have trouble playing mp4-h.264 videos on some windows machines since some time. I have installed the LAV-filters, which work fine for h.264 on windows. Where my program can play my videos on most windows machines without any problems, there are some single computers, where the