Re: ANN: Script Editor Refactoring Support

2019-03-20 Thread Geoff Canyon via use-livecode
This sounds awesome! gc > On Mar 20, 2019, at 10:45 AM, Mark Wieder via use-livecode > wrote: > > Announcing (60 days until the San Jose conference): > > ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: A Question about Ask File

2019-03-20 Thread Roger Guay via use-livecode
Thank you, Herman, but by providing this solution, are you saying that one cannot specify BOTH a defaultName and a defaultFilePathin a standard ask file prompt??? Roger > On Mar 20, 2019, at 2:21 PM, hh via use-livecode > wrote: > > Create a *full* filePath. For example: > > ask file "Save

Re: ANN: Script Editor Refactoring Support

2019-03-20 Thread Bob Sneidar via use-livecode
And I wasn't there??!? Dam me! Dam me to heck!!! Bob S > On Mar 20, 2019, at 12:25 , Richard Gaskin via use-livecode > wrote: > > Mark demo'd this at our recent LiveCode User Group in Pasadena. It's cool. > You will want to download it. > > -- > Richard Gaskin > Fourth World Systems

Re: ANN: Script Editor Refactoring Support

2019-03-20 Thread Mark Wieder via use-livecode
On 3/20/19 2:53 PM, Mark Wieder via use-livecode wrote: Here's a scenario that will probably break: (save your work first) Heh. In trying to fix that, I broke it more, so I just uploaded version 2. Fun stuff, eh? -- Mark Wieder ahsoftw...@gmail.com

Re: ANN: Script Editor Refactoring Support

2019-03-20 Thread Bob Sneidar via use-livecode
You are the freaking bomb! Bob S > On Mar 20, 2019, at 10:45 , Mark Wieder via use-livecode > wrote: > > Announcing (60 days until the San Jose conference): > > Script Editor Refactor Plugin >Brings refactoring support to the LiveCode Script Editor. >Place the plugin into your user

Re: A Question about Ask File

2019-03-20 Thread Brian Milby via use-livecode
You are providing a path and a file name.  They are just not provided as separate parameters.  The suggested file name must be placed at the end of the path location. On Mar 20, 2019, 9:42 PM -0400, Roger Guay via use-livecode , wrote: > Thank you, Herman, but by providing this solution, are

Re: A Question about Ask File

2019-03-20 Thread Roger Guay via use-livecode
Yes, you are so right! I found my problem: Some of my filenames had slashes in them which created confusion for the filePath. Once I got rid of the slashes, everything worked as one would expect. BTW, it’s not really my fault . . . I didn’t put the slashes in the names . . . my customer did.

Re: password protected stack and passkey

2019-03-20 Thread AndyP via use-livecode
The password function protects the script of your stack files so that they are scrambled when viewed in a text editor or if they are opened in in the LC IDE a password is required before you are able to view or edit the stack files. I just tried using the Standalone Application Settings option of

Re: Localisation - Internationalization Package

2019-03-20 Thread AndyP via use-livecode
No t quite fitting what you want but, I found this a couple of days ago on Product hunt and thought you may find it of interest. https://traduora.com/ https://github.com/traduora/traduora - Andy Piddock My software

Re: Apple Wants Application Specific Password

2019-03-20 Thread Bob Sneidar via use-livecode
Oh Steve, why did you leave us so soon? ;-) Bob S > On Mar 19, 2019, at 21:33 , Sannyasin Brahmanathaswami via use-livecode > wrote: > > There is nothing in all the documentation that explains this! Apple has > broken its own HIG with "mystery meat" UI. > > It just that App Loader has it

Re: add file extension share for iOS app

2019-03-20 Thread Bob Sneidar via use-livecode
Good job Matthias! It always amazes me the resourcefulness of the LC community. Bob S > On Mar 19, 2019, at 17:02 , Matthias Rebbe via use-livecode > wrote: > > I´ve managed to get it now working. > > So i am now able to open an email attachment on my iOS device in my Livecode > App. > >

Re: Apple Wants Application Specific Password

2019-03-20 Thread Sannyasin Brahmanathaswami via use-livecode
Yeah really... This shows a real gap in the Apple infrastructure, how does engineering and design of the access the new password UI -- how does it *not* get conveying to Apple Developer Support? I had three phone conversations with someone looking at my screen, and they still had no idea of

Localisation - Internationalization Package

2019-03-20 Thread R.H. via use-livecode
Being "international" I also have lots of need for localization from German to English, French, Italian, Russian. UTF-8 is my friend, first of all. For example, in Switzerland, there are four languages and the German part of Switzerland uses different decimal/currency number settings compared to

Re: x-eyes

2019-03-20 Thread Klaus major-k via use-livecode
Hi Al, > Am 20.03.2019 um 01:58 schrieb Alejandro Tejada via use-livecode > : > > Hi Klaus, > > Check the stack posted in this forum thread: > http://forums.livecode.com/viewtopic.php?f=10=32358 wonderful, muchas gracias! > Al Best Klaus -- Klaus Major http://www.major-k.de

Browser widget and downloading of files

2019-03-20 Thread Tore Nilsen via use-livecode
Are there any ways to start a download of a file via a link in the browser widget? It works fine in any other browser, but not when the page is displayed in a browser widget. Best regards Tore Nilsen ___ use-livecode mailing list

ANN: Script Editor Refactoring Support

2019-03-20 Thread Mark Wieder via use-livecode
Announcing (60 days until the San Jose conference): Script Editor Refactor Plugin Brings refactoring support to the LiveCode Script Editor. Place the plugin into your user Plugins folder. After launching the script editor there will be a new Refactoring menuItem in the Edit menu.

Re: A Question about Ask File

2019-03-20 Thread Alex Tweedly via use-livecode
ask file prompt [with *defaultFilePath*] [with filter *types*] [as sheet] On 20/03/2019 16:13, Roger Guay via use-livecode wrote: This should be easy, but I’m having difficulty with this: In the Ask File prompt, is there a way to make the “Where” field to always default to a specific

A Question about Ask File

2019-03-20 Thread Roger Guay via use-livecode
This should be easy, but I’m having difficulty with this: In the Ask File prompt, is there a way to make the “Where” field to always default to a specific folder? Thanks, Roger ___ use-livecode mailing list use-livecode@lists.runrev.com Please

[ANN] Release 9.0.3

2019-03-20 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.0.3 STABLE. Getting the Release === You can get the release at https://downloads.livecode.com/livecode/ or via the automatic updater. Release Contents LiveCode 9.0.3 STABLE contains more

Re: Localisation - Internationalization Package

2019-03-20 Thread Richard Gaskin via use-livecode
R.H. wrote: > A bigger problem is that the date can be ambiguous. How to know if a > month and day is actually a month or day using mm/dd/ instead of > dd/mm/? You need to know the source of the date string to be able > to convert it to the local settings in such cases. And no system

LiveCode Localization?

2019-03-20 Thread trevix via use-livecode
I have splash and working stacks I developed for Italian and English (and more) I have hundred of dialogs, field labels, text contents, tooltips - On the splash screen, on first opening, I ask the language. - Dialogs text are stored in a tab delimited text file. Each line is something like "98

Re: A Question about Ask File

2019-03-20 Thread hh via use-livecode
Create a *full* filePath. For example: ask file "Save as:" with imagePath("export",".png") function imagePath f,x put the effective filename of this stack into p set itemdel to slash put 0 into z put f into last item of p repeat while there is a file p add 1 to z put f into

Re: ANN: Script Editor Refactoring Support

2019-03-20 Thread hh via use-livecode
So useful and so clever made ... 5/5 stars! > Mark Wieder wrote: > Uploaded to LiveCodeShare: > http://livecodeshare.runrev.com/stack/934/revRefactor ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: ANN: Script Editor Refactoring Support

2019-03-20 Thread Mark Wieder via use-livecode
On 3/20/19 1:52 PM, J. Landman Gay via use-livecode wrote: Wow. The whole thing sounds really cool but this "go back" bit is something I've wanted forever. You mind reader, you. Heh. I've needed to move that over from the glx2 editor for a long time as well. But I specifically added it

Re: ANN: Script Editor Refactoring Support

2019-03-20 Thread Mark Wieder via use-livecode
On 3/20/19 12:04 PM, Kaveh Bazargan via use-livecode wrote: Now to try and break them. :-) Hmmmph... always some clown who wants to try to actually *use* stuff. Here's a scenario that will probably break: (save your work first) If you have a handler in a script and a handler with the same

Re: add file extension share for iOS app

2019-03-20 Thread Matthias Rebbe via use-livecode
I´ve created a more detailed lesson about the needed steps here: http://lessons.livecode.com/m/4069/l/1069016-associating-a-file-type-file-extension-with-an-lc-ios-app Regards, Matthias > Am 20.03.2019 um 01:02 schrieb Matthias Rebbe via use-livecode > : > > I´ve managed to get it now

Re: password protected stack and passkey

2019-03-20 Thread JJS via use-livecode
Ok thank you Andy. I will give that a try. Op 20-3-2019 om 09:09 schreef AndyP via use-livecode: The password function protects the script of your stack files so that they are scrambled when viewed in a text editor or if they are opened in in the LC IDE a password is required before you are

Re: ANN: Script Editor Refactoring Support

2019-03-20 Thread Jacques Hausser via use-livecode
I had a dream…now it’s real ! Thanks ! Jacques > Le 20 mars 2019 à 19:40, Mark Wieder via use-livecode > a écrit : > > On 3/20/19 11:31 AM, Matthias Rebbe via use-livecode wrote: >> Thanks for this great enhancement. >> The rename handler is something i would have needed yesterday... Took me

Re: Browser widget and downloading of files

2019-03-20 Thread Stephen Barncard via use-livecode
I think one has to specifically capture the link-click and deal with it in one's own code. -- Stephen Barncard - Sebastopol Ca. USA - mixstream.org On Wed, Mar 20, 2019 at 10:13 AM Tore Nilsen via use-livecode < use-livecode@lists.runrev.com> wrote: > Are there any ways to start a download of a

Re: ANN: Script Editor Refactoring Support

2019-03-20 Thread JJS via use-livecode
Just reading the possibilities looks awesome already. Have to check it out. Op 20-3-2019 om 19:45 schreef Jacques Hausser via use-livecode: I had a dream…now it’s real ! Thanks ! Jacques Le 20 mars 2019 à 19:40, Mark Wieder via use-livecode a écrit : On 3/20/19 11:31 AM, Matthias Rebbe

Re: ANN: Script Editor Refactoring Support

2019-03-20 Thread Paul Dupuis via use-livecode
WOW On 3/20/2019 1:45 PM, Mark Wieder via use-livecode wrote: Announcing (60 days until the San Jose conference): Script Editor Refactor Plugin     Brings refactoring support to the LiveCode Script Editor.     Place the plugin into your user Plugins folder.     After launching the script

Re: ANN: Script Editor Refactoring Support

2019-03-20 Thread Matthias Rebbe via use-livecode
Thanks for this great enhancement. The rename handler is something i would have needed yesterday... Took me some time, but with your enhancement i would have been just some clicks and some typing. Matthias Matthias Rebbe free tools for Livecoders: https://instamaker.dermattes.de

Re: ANN: Script Editor Refactoring Support

2019-03-20 Thread Mark Wieder via use-livecode
On 3/20/19 11:31 AM, Matthias Rebbe via use-livecode wrote: Thanks for this great enhancement. The rename handler is something i would have needed yesterday... Took me some time, but with your enhancement i would have been just some clicks and some typing. Ah... sorry about that... I was

Re: ANN: Script Editor Refactoring Support

2019-03-20 Thread Kaveh Bazargan via use-livecode
I'm beginning to like you Mark. ;-) Extremely useful set of tools. Now to try and break them. :-) On Wed, 20 Mar 2019 at 18:50, JJS via use-livecode < use-livecode@lists.runrev.com> wrote: > Just reading the possibilities looks awesome already. Have to check it out. > > Op 20-3-2019 om 19:45

Re: ANN: Script Editor Refactoring Support

2019-03-20 Thread Richard Gaskin via use-livecode
Mark Wieder wrote: > Script Editor Refactor Plugin > Brings refactoring support to the LiveCode Script Editor. > Place the plugin into your user Plugins folder. > After launching the script editor there will be a new Refactoring > menuItem in the Edit menu. > The

Re: Browser widget and downloading of files

2019-03-20 Thread Tore Nilsen via use-livecode
Thank you very much, this did the trick! Best regards Tore > 20. mar. 2019 kl. 22:09 skrev hh via use-livecode > : > > on browserUnhandledLoadRequest pURl > -- do your thing with pURL, for example: > -- use libURL for showing progress > put url(pURL) into > end browserUnhandledLoadRequest

Re: A Question about Ask File

2019-03-20 Thread Roger Guay via use-livecode
Ok, that’s very reasonable and works. Now how do I also add a default name to the mix? If I append a defaultFileName to the defaultFilePath, it no longer sticks to the defaultFilePath. Roger > On Mar 20, 2019, at 9:25 AM, Alex Tweedly via use-livecode > wrote: > > > ask file prompt

Re: ANN: Script Editor Refactoring Support

2019-03-20 Thread J. Landman Gay via use-livecode
On 3/20/19 12:45 PM, Mark Wieder via use-livecode wrote: Go Back (contextual menu only)     Not strictly part of a refactoring process, but since I was reworking the Edit menu anyway...     After a "Go to definition" call, this gets you back to where you were. Wow. The whole thing sounds

Re: Browser widget and downloading of files

2019-03-20 Thread hh via use-livecode
> Tore N. wrote: > Are there any ways to start a download of a file via a link in > the browser widget? It works fine in any other browser ... on browserUnhandledLoadRequest pURl -- do your thing with pURL, for example: -- use libURL for showing progress put url(pURL) into end

Re: ANN: Script Editor Refactoring Support

2019-03-20 Thread Matthias Rebbe via use-livecode
> Am 20.03.2019 um 20:25 schrieb Richard Gaskin via use-livecode > : > Mark demo'd this at our recent LiveCode User Group in Pasadena. It's cool. > You will want to download it. Not just to download, even to use it. ;) Matthias ___

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

2019-03-20 Thread Nicolas Cueto via use-livecode
The replies so far---for which, many thanks---are also off topic. I want to change the language of LC "itself", i.e., the development environment. Its menus, such as for opening/ saving stacks, or for creating/ copying/ pasting/ deleting objects. Its windows, such as properties, the toolbar,