Creating LiveCode applications that play well with version control software

2017-02-04 Thread Trevor DeVore via use-livecode
For the last few months I've been developing an application framework for LiveCode applications that works well with version control software such as git. The framework encourages the use of as many text files as possible. Scripts are stored in script only stacks and all configuration is done with

Converting scripts in stacks to script only stack behaviors

2017-02-04 Thread Trevor DeVore via use-livecode
I created a screencast showing how you can convert the scripts in your stacks to script only behavior stacks using a new Property Inspector feature in LiveCode 9 (still in early development). Storing your code in script only stacks allows you to manage your application with source control software

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Trevor DeVore via use-livecode
On Sun, Feb 5, 2017 at 2:48 PM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > Do we know if TW or Atom can do that? I'm not aware of Atom being able to, > but I don't know if TW can Sorry, I don't. -- Trevor DeVore Outcome & ScreenSteps www.outcomeapp.io -

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Trevor DeVore via use-livecode
On Sun, Feb 5, 2017 at 9:14 AM, Skip Kimpel via use-livecode < use-livecode@lists.runrev.com> wrote: > I second Dave's comments very well done and a foundation for amazing > things to come. This is been an issue that has been brought up in the past > and you have made great headways into

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Trevor DeVore via use-livecode
On Sun, Feb 5, 2017 at 3:18 PM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > So: Installing the sublime text customizations for LC - where? Install using Package Control: https://packagecontrol.io/packages/LiveCode Github page:

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Trevor DeVore via use-livecode
On Sun, Feb 5, 2017 at 9:30 AM Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > Has anyone who is using an external editor come up with a way of generating > a handler list? That's the one thing that we don't have, yet, in external > text editors (at least that I'm aware

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Trevor DeVore via use-livecode
On Sun, Feb 5, 2017 at 2:36 PM, William Prothero via use-livecode < use-livecode@lists.runrev.com> wrote: > > Anyway, I somehow missed getting the new Project Browser you use in your > tutorial. Where can I get it? > That is actually the old Application Browser that I accessed from the plugins

Re: Converting scripts in stacks to script only stack behaviors

2017-02-05 Thread Trevor DeVore via use-livecode
ieOn Sun, Feb 5, 2017 at 12:03 PM, Sannyasin Brahmanathaswami via use-livecode wrote: > > 2) building UI from script: every now and the notion passes by that > perhaps building UI from script has advantages of the LC WSIWIG model. I > was intrigued in your to see

Re: Different result in LC 6 to LC 8 when copying field text into Excel?

2017-02-05 Thread Trevor DeVore via use-livecode
On Thu, Feb 2, 2017 at 5:13 AM, Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > I have a standard scrolling list field with multiple lines of text. I copy > the text by: > > *set the clipboarddata["text"] to fld "List"* > > The User now can past the text into MS Excel

Re: Converting scripts in stacks to script only stack behaviors

2017-02-05 Thread Trevor DeVore via use-livecode
On Sun, Feb 5, 2017 at 9:00 PM, Sannyasin Brahmanathaswami via use-livecode <use-livecode@lists.runrev.com> wrote: > In line > On 2/5/17, 3:41 PM, "use-livecode on behalf of Trevor DeVore via > use-livecode" <use-livecode-boun...@lists.runrev.com on behalf of >

Re: TextDecode JSON array

2017-01-22 Thread Trevor DeVore via use-livecode
On Sun, Jan 22, 2017 at 1:26 AM, Peter TB Brett via use-livecode < use-livecode@lists.runrev.com> wrote: > On 22/01/2017 03:22, J. Landman Gay via use-livecode wrote: > >> Here's a test sample of some UTF8 I get back from a server: >> >> {"UserID":48,"UserName":"Eduardo

Re: Built-in JSON functions not working in standalone

2017-01-30 Thread Trevor DeVore via use-livecode
On Mon, Jan 30, 2017 at 11:53 AM, pink via use-livecode < use-livecode@lists.runrev.com> wrote: > JSON Library is the LCB library with the command JsonImport and JsonExport. > > Those are not the commands that I am using. > > I am using JSONToArray which is part of the mergjson external. I've >

Re: Dumb deployment question

2017-01-25 Thread Trevor DeVore via use-livecode
On Wed, Jan 25, 2017 at 2:49 PM, Malte Brill via use-livecode < use-livecode@lists.runrev.com> wrote: > Now, I would really like to make the first serious standalone using 8.x > (final might be using 9.x). This is still a bit ahead, but I want to > prepare. I would really like to work with script

Re: Dumb deployment question

2017-01-25 Thread Trevor DeVore via use-livecode
Where Monte = Malte. Sorry about that. -- Trevor DeVore On Wed, Jan 25, 2017 at 5:19 PM Trevor DeVore wrote: > On Wed, Jan 25, 2017 at 2:49 PM, Malte Brill via use-livecode < > use-livecode@lists.runrev.com> wrote: > > Now, I would really like to make the first

Re: use-livecode Digest, Vol 160, Issue 48

2017-01-25 Thread Trevor DeVore via use-livecode
On Wed, Jan 25, 2017 at 6:05 PM, Peter Thirkell via use-livecode < use-livecode@lists.runrev.com> wrote: > Thanks Trevor for a very informative posting. It deserves a wider audience > as well, perhaps on the Livecode Forum? > > I have been wondering about the move to script-only stacks as well,

Re: [ ANN ] Release 8.1.3 RC-1

2017-01-20 Thread Trevor DeVore via use-livecode
On Fri, Jan 20, 2017 at 1:32 PM, panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: > The startup log is stored in /Users/your_user_name/ > Library/Logs/RunRev/LiveCodeToolsLog.txt > > This file should be quite large, so scroll down to see the most recent > startup log. >

Re: [ ANN ] Release 8.1.3 RC-1

2017-01-20 Thread Trevor DeVore via use-livecode
On Fri, Jan 20, 2017 at 1:32 PM, panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: > The startup log is stored in /Users/your_user_name/ > Library/Logs/RunRev/LiveCodeToolsLog.txt > Here is the error. I’ll submit a bug report, although I can’t reproduce it now that I

Re: [ ANN ] Release 8.1.3 RC-1

2017-01-20 Thread Trevor DeVore via use-livecode
On Fri, Jan 20, 2017 at 1:42 PM, Trevor DeVore wrote: > On Fri, Jan 20, 2017 at 1:32 PM, panagiotis merakos via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> The startup log is stored in /Users/your_user_name/ >> Library/Logs/RunRev/LiveCodeToolsLog.txt >

Re: [ ANN ] Release 8.1.3 RC-1

2017-01-20 Thread Trevor DeVore via use-livecode
On Fri, Jan 20, 2017 at 12:34 PM, panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: > @Trevor It works as expected for me, just tried Business and Indy in my > home laptop. What you describe sounds as a result of corrupted Prefs. Have > you tried trashing your existing

Re: TextDecode JSON array

2017-01-21 Thread Trevor DeVore via use-livecode
That is UTF-8. I've seen older versions of Ruby on Rails would use escape sequences like that in JSON responses. -- Trevor DeVore On Sat, Jan 21, 2017 at 9:22 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > Here's a test sample of some UTF8 I get back from a

Re: [ ANN ] Release 8.1.3 RC-1

2017-01-20 Thread Trevor DeVore via use-livecode
On Fri, Jan 20, 2017 at 11:26 AM, panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: > > LiveCode 8.1.3 RC 1 contains 83 bug fixes and stability improvements: > > - Several crashes have been fixed. > … - Several clipboard-related bugs have been fixed. > After getting

Re: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks

2017-02-21 Thread Trevor DeVore via use-livecode
On Tue, Feb 21, 2017 at 6:00 PM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Thanks Trevor. Just one more question. Do I copy JUST the executable, or > the whole folder including Drivers folder etc Just the executable. -- Trevor DeVore >

Re: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks

2017-02-22 Thread Trevor DeVore via use-livecode
On Wed, Feb 22, 2017 at 9:34 AM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > If the debugger hilites errors in red, it's working! > Great. You will see the error message in the horizontal pane along the bottom of the window. You can use CMD + CONTROL + A to navigate

Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks

2017-02-20 Thread Trevor DeVore via use-livecode
Hi List, I added a screencast showing how to configure a Sublime Text project to a notify a Levure application running in the IDE about updates to script only stacks. This allows you to edit script only stacks in Sublime Text and have the stack script updated in the IDE.

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-22 Thread Trevor DeVore via use-livecode
On Wed, Feb 22, 2017 at 3:09 PM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > From what little I know, the levoure framework is designed to allow > multiple devs on a single project. This is almost undoable from within the > IDE. If however it's just text files getting

Re: [ANN] Release 9.0.0 DP-5

2017-02-24 Thread Trevor DeVore via use-livecode
On Fri, Feb 24, 2017 at 11:00 AM, panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: > If you want, you can apply those changes locally: > > https://github.com/livecode/livecode/pull/5180/files > > and see if the problem is fixed. > I have a stack that will install the

Re: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks

2017-02-25 Thread Trevor DeVore via use-livecode
On Sat, Feb 25, 2017 at 2:19 PM Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > For anyone who is messing with this, sublimeText is a little different in > the way you add things to it and configure it. > > If you get tired of the color scheme that Trevor is using, here is

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-23 Thread Trevor DeVore via use-livecode
On Wed, Feb 22, 2017 at 8:01 PM, Sannyasin Brahmanathaswami via use-livecode wrote: > going a bit OT here… I've dabbled withj Atom, Visual Studio and also long > time ago Sublime… any reason you prefer Sublime? > > I still keep dropping out back to BBEdit.. but if

Re: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks

2017-02-21 Thread Trevor DeVore via use-livecode
up at home. > > Bob S > > > > On Feb 20, 2017, at 12:03 , Trevor DeVore via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Hi List, > > > > I added a screencast showing how to configure a Sublime Text project to a > > notify

Re: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks

2017-02-21 Thread Trevor DeVore via use-livecode
/sublimelinter-contrib-livecodelint -- Trevor DeVore On Tue, Feb 21, 2017 at 4:29 PM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Oh IC! I was thinking I had to install LC Server! That helps a lot. > > Bob S > > > > On Feb 21, 2017, at 10:15 , Tre

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-22 Thread Trevor DeVore via use-livecode
On Tue, Feb 21, 2017 at 8:27 PM, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > It's always exciting to see new ground explored with inter-app > communications, but with script editors I find myself wondering: > > Why not use LC's? > > If it's not on par with

Re: PUT method where is returned data?

2017-02-10 Thread Trevor DeVore via use-livecode
On Fri, Feb 10, 2017 at 9:10 AM, Dr. Hawkins via use-livecode < use-livecode@lists.runrev.com> wrote: > On Fri, Feb 10, 2017 at 6:52 AM, Trevor DeVore via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > It’s been so long I don’t recall the exact reasons why

Re: PUT method where is returned data?

2017-02-10 Thread Trevor DeVore via use-livecode
On Fri, Feb 10, 2017 at 9:43 AM, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > > Thank you, Trevor. With that explanation I can rest easy, since my older > code only uses GET and POST. > > So to summarize, please let me know if any of the following is incorrect: > >

Re: PUT method where is returned data?

2017-02-10 Thread Trevor DeVore via use-livecode
On Fri, Feb 10, 2017 at 8:47 AM, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Devin Asay wrote: > > > On Feb 8, 2017, at 2:02 PM, Richard Gaskin wrote: > > > >> "it" is not longer a valid container for URL responses? > >> > >> I missed that memo. Which version did

Re: [ ANN ] Release 8.1.3 RC-1

2017-01-20 Thread Trevor DeVore via use-livecode
On Fri, Jan 20, 2017 at 11:26 AM, panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: > Dear list members, > > We are pleased to announce the release of LiveCode 8.1.3 RC 1. > I just downloaded 8.1.3 rc-1 Business and the IDE is acting up. None of my plugins load, can’t

the screenpixelscale on Microsoft SurfaceBook?

2017-02-28 Thread Trevor DeVore via use-livecode
Does anyone have access to a Microsoft SurfaceBook with an Intel HD 520 card at 3000x2000 running the latest version of Windows 10? If so can you tell me what LiveCode 8 reports for the screenPixelScale property if the display scaling is set to 200% or 150%? I had a bug report today that makes me

Re: Sublime Text - Trevors LivecodeLint - some questions

2017-02-27 Thread Trevor DeVore via use-livecode
Matthias, Did you ever get this figured out? If not then email me off-list and we can troubleshoot. Right now the extension isn’t available on Package Control. I’m waiting for the Sublime Linter folks to approve the package and make it a part of their distribution. They seem to be backed up with

Re: Codesigning issue with revxml.bundle in LC 8

2017-01-05 Thread Trevor DeVore via use-livecode
On Thu, Jan 5, 2017 at 7:40 AM, Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > thank you for that helpful link. > After I gave rwx permission to the files with chmod I could successfully > use > xattr -cr, whereafter I could "successfully" codesign my app without

Re: Codesigning issue with revxml.bundle in LC 8

2017-01-05 Thread Trevor DeVore via use-livecode
The code walks through your app bundle and signs any bundles it comes across (e.g. revxml). Once that is done it signs your app bundle. -- Trevor On Thu, Jan 5, 2017 at 10:15 AM Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > yesss! It works, now the validation

Re: D3 LiveCode Chart Examples

2017-03-24 Thread Trevor DeVore via use-livecode
On Fri, Mar 24, 2017 at 12:06 AM, Todd Fabacher via use-livecode < use-livecode@lists.runrev.com> wrote: > On Facebook people had expressed a desire to work with D3 and LiveCode. So, > here is the D3 LiveCode Chart Examples on github: > https://github.com/digitalpomegranate/D3-Livecode-Charts

Re: the screenpixelscale on Microsoft SurfaceBook?

2017-03-16 Thread Trevor DeVore via use-livecode
On Mon, Mar 6, 2017 at 1:11 PM, Andre Garzia wrote: > Hey Trevor, > > This is a Surface Pro 4 with Intel HD 520 running latest Windows 10 at > 2736x1284 with 200% display scaling. The screenPixelScale reported is 2 on > LC 8.1.2 > > I can't have my machine go to 3000x2000,

Re: Password field code to share?

2017-03-21 Thread Trevor DeVore via use-livecode
On Tue, Mar 21, 2017 at 7:46 AM, Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > thanks for sharing this smart solution. > You're welcome. > Did you ever had any issues loading the font on any platform or is that a > near 100% reliable approach? > I have been

Re: Password field code to share?

2017-03-21 Thread Trevor DeVore via use-livecode
On Tue, Mar 21, 2017 at 4:48 AM Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > > there have been several solutions for password fields around the community > (Eric Chatonet, .), but all I have seen so far are not complete (e.g. no > copy/paste) or safe in handling or

Re: taking a screenshot fails - video experience needed

2017-04-21 Thread Trevor DeVore via use-livecode
On Fri, Apr 21, 2017 at 1:53 AM Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > And what do you mean with "feature"? to suppress the ability of making > screenshots in general? Ever heard of something like this? I've seen Webroot affect what can be captured on the

Re: Importing Unicode from MySQL

2017-07-28 Thread Trevor DeVore via use-livecode
On Wed, Jul 26, 2017 at 3:16 PM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Trevor, does sqlYoga do this automatically? Is there a down side to doing > this by default? > SQL Yoga does not. I'm not familiar with the SET NAMES query so I don't know what the down sides

Re: Codesigning a Mac desktop version

2017-07-06 Thread Trevor DeVore via use-livecode
On Thu, Jul 6, 2017 at 3:16 AM Jonathan Lynch via use-livecode < use-livecode@lists.runrev.com> wrote: > I tried using Trevor Devore' codesigning stack, which is a very nice > contribution to the community. I am getting a complaint about unsealed > contents present in the bundle root. > > Does

Re: can I lock screen over more than one handler?

2017-07-05 Thread Trevor DeVore via use-livecode
On Wed, Jul 5, 2017 at 6:45 AM, Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > > > Is this possible? > > on handler1 > > lock screen > > -- do some stuff here > > send "handler2" in 0 milliseconds > > end handler1 > > > > on handler2 > > -- do some other stuff here >

Re: Obtaining the "active" Desktop/Monitor under OSX?

2017-06-28 Thread Trevor DeVore via use-livecode
I am not at my computer to confirm this but I believe the "screen "property of a stack returns the number of the screen that the stack is on. That number represents the line offset of the screen in the screenrects property. -- Trevor DeVore On Wed, Jun 28, 2017 at 9:59 AM Paul Dupuis via

Re: Web vs Native (was Re: HTML5 limitations?)

2017-07-28 Thread Trevor DeVore via use-livecode
On Fri, Jul 28, 2017 at 11:43 AM, Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > > At the end of the day, it might not be that making it synchronous *is* the > solution, but instead tweaking engine syntax and semantics to make it > easier to deal with this

Re: the defaultStack changes on resume

2017-08-09 Thread Trevor DeVore via use-livecode
On Wed, Aug 9, 2017 at 11:08 AM, Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > Has any one run into the following situation in LiveCode standalones? > > In a multiple window application, the user has either a standard window > or a modal dialog open (the topWindow which

Re: set the clipboarddata["image"] not compatible with Adobe Photoshop

2017-08-04 Thread Trevor DeVore via use-livecode
On Fri, Aug 4, 2017 at 4:41 AM Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Panos, > > you are right: > > MS Paint (old version): No > Adobe Photoshop: No > Adobe InDesign: No > MS Paint 3D (new Windows 10): Yes (this was my first test) > MS Word: Yes > MS

Levure update: Customizing builds

2017-08-20 Thread Trevor DeVore via use-livecode
Hi list, I made a screencast introducing a new features I've been working on for the Levure packager. Applications that are delivered to different target groups may have different distribution requirements. On macOS a common example is an application that is distributed through the developers

Levure update: Customizing builds

2017-08-20 Thread Trevor DeVore via use-livecode
Hi list, I made a screencast introducing a new features I've been working on for the Levure packager. Applications that are delivered to different target groups may have different distribution requirements. On macOS a common example is an application that is distributed through the developers

Re: Parent of Target

2017-08-22 Thread Trevor DeVore via use-livecode
On Tue, Aug 22, 2017 at 6:11 PM, Sannyasin Brahmanathaswami via use-livecode wrote: > > > in this case behavior_SearchAndFilter is attache to the searhView custom > control > > yep I plan that simple dispatch > > hence my function to turn the long idea of the

Re: Parent of Target

2017-08-22 Thread Trevor DeVore via use-livecode
On Tue, Aug 22, 2017 at 3:24 PM, Sannyasin Brahmanathaswami via use-livecode wrote: > > See earlier longer memo. > USE CASE aka "Problem to Solve" > > is a frame work with multiple stacks/aka "modules" with content. > > Search will be a global requirement. > > I

Re: Parent of Target

2017-08-23 Thread Trevor DeVore via use-livecode
On Wed, Aug 23, 2017 at 1:33 AM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > On 8/22/17 11:42 PM, Trevor DeVore via use-livecode wrote: > > Why do you need to turn > > the long id of the parent into a small array and dispatch to to any > o

Re: Help me test Levure

2017-06-12 Thread Trevor DeVore via use-livecode
On Mon, Jun 12, 2017 at 9:00 AM AndyP via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Trevor, > > All installed and working as documented..excellent work. > > Windows 10 , LC 8.4 Great. Thanks Andy. -- Trevor DeVore > ___ use-livecode

Creating installers when packaging a Levure application

2017-06-23 Thread Trevor DeVore via use-livecode
Hey list, If you attended my session on Levure at LiveCode Global Jam you may have heard me mention that installers couldn’t be automated yet. Well, now they can. Levure 0.9.1 was pushed out today and it adds some features to “helpers” that allow the creation of installers during the packaging

Re: Creating installers when packaging a Levure application

2017-06-23 Thread Trevor DeVore via use-livecode
On Fri, Jun 23, 2017 at 6:09 PM William Prothero via use-livecode < use-livecode@lists.runrev.com> wrote: > Trevor: > This looks like a wonderful resource. However, I got stuck following the > “Make Installer” tutorial because I couldn’t read the text on the yml file, > where you modified added

Re: Creating installers when packaging a Levure application

2017-06-24 Thread Trevor DeVore via use-livecode
On Sat, Jun 24, 2017 at 12:41 PM William Prothero via use-livecode < use-livecode@lists.runrev.com> wrote: > Trevore: > I looked at the helper video and noted the yml file for each helper. > However, I didn’t know where to add those lines to the main app yml file. > But, I will take another look

Re: Levure wiki / documentation

2017-06-26 Thread Trevor DeVore via use-livecode
And what Monte said too :-) -- Trevor DeVore ScreenSteps www.screensteps.com On Mon, Jun 26, 2017 at 6:41 PM, Monte Goulding via use-livecode < use-livecode@lists.runrev.com> wrote: > Contributing to a GitHub wiki is probably not your best introduction to > git if the wiki is restricted to

Re: Levure wiki / documentation

2017-06-26 Thread Trevor DeVore via use-livecode
What Andre said. Here is the link to the issue page: https://github.com/trevordevore/levure/issues -- Trevor DeVore ScreenSteps www.screensteps.com On Mon, Jun 26, 2017 at 6:20 PM, Andre Garzia via use-livecode < use-livecode@lists.runrev.com> wrote: > Alex, > > I am not Trevor so he may

Re: GLX apps and 8.15

2017-06-26 Thread Trevor DeVore via use-livecode
On Mon, Jun 26, 2017 at 11:39 PM, Monte Goulding via use-livecode < use-livecode@lists.runrev.com> wrote: > Yes something _has_ changed. > > https://github.com/livecode/livecode/pull/5456 > > The issue is really in GLX and can be fixed two ways: > > Code your stack to handle all the GLX managed

Re: Creating installers when packaging a Levure application

2017-06-25 Thread Trevor DeVore via use-livecode
On Sat, Jun 24, 2017 at 12:41 PM William Prothero via use-livecode < use-livecode@lists.runrev.com> wrote: > Trevore: > I looked at the helper video and noted the yml file for each helper. > However, I didn’t know where to add those lines to the main app yml file. > But, I will take another look

Re: which port is beeing used with get URL?

2017-05-20 Thread Trevor DeVore via use-livecode
On Fri, May 19, 2017 at 3:40 AM, Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > > LC6 and 8. Again and again I have customers, where my program doesn't gets > an internet connection with standard "put URL foo into res". This happens > only at "institutional

Re: Sql problem

2017-05-25 Thread Trevor DeVore via use-livecode
I always thought it would be nice to have a different type of connector in SQL Yoga that would interface with a web API. I never had a project where I needed to actually flesh out the idea to see if it was practical. -- Trevor DeVore ScreenSteps www.screensteps.com On Wed, May 24, 2017 at 12:05

Re: Param Naming - Object by Reference Best Practices

2017-05-31 Thread Trevor DeVore via use-livecode
On Wed, May 31, 2017 at 5:17 PM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > I almost always pass long IDs as object references, e.g.: > > put the long ID of grc "portal-title-bkgnd" into tObj > DoSomethingWith tObj > > Complete, absolute, unambiguous, and, if

Re: Livecode 9 and converting to Stack Behaviors

2017-05-31 Thread Trevor DeVore via use-livecode
On Wed, May 31, 2017 at 2:38 PM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi all. > > I have been reviewing Trevor's Youtube video on using Livecode 9 to create > behaviors much more easily. Looks cool, I'd like to start working on this. > But there was a place where

Re: AW: 64 bit desktop apps

2017-06-08 Thread Trevor DeVore via use-livecode
On Thu, Jun 8, 2017 at 2:55 AM Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > > As a general request, can people let us know if they are relying on > externals on Mac which are currently 32-bit only? I have a couple of externals I use in my apps that are 32-bit. I

Re: Stack Files and Behaviors

2017-06-13 Thread Trevor DeVore via use-livecode
On Tue, Jun 13, 2017 at 12:43 PM, Sannyasin Brahmanathaswami via use-livecode wrote: > > 3) By default, all the behaviors were added at the beginning of this project, but, a recent "event" tells me that you *do not* need to add behaviors to the stack files. > >

Re: Can't Sign App

2017-06-16 Thread Trevor DeVore via use-livecode
On Fri, Jun 16, 2017 at 1:35 PM Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: > Sweet! That did the trick! Thank you for the stack. That made what was > a seemingly complicated process into a one-click joy! > > I hate to be greedy, but do you have a solution for Windows

Help me test Levure

2017-06-10 Thread Trevor DeVore via use-livecode
Hi everyone, The first official release of the Levure application development framework is drawing nigh and I'm looking for help in testing it on various system configurations. For those unfamiliar with the framework I've included the description from the github page below. I have a test that I

Re: Help me test Levure

2017-06-10 Thread Trevor DeVore via use-livecode
On Sat, Jun 10, 2017 at 11:33 AM, Trevor DeVore wrote: > I have a test that I would like as many people as possible to run. If you > could take a few minutes to try it out and report back that would be great. > BTW, I forgot to mention that the test should be done

Re: Help me test Levure

2017-06-10 Thread Trevor DeVore via use-livecode
On Sat, Jun 10, 2017 at 3:25 PM, panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi all, > > In LC 8.1.4 (as this is the case starting from LC 8.1.2 IIRC) you need at > least OSX 10.10 to build iOS standalones. > Well that explains it. Thanks for the info Panos. --

Re: Help me test Levure

2017-06-10 Thread Trevor DeVore via use-livecode
On Sat, Jun 10, 2017 at 2:54 PM Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > Mac OS 10.7.5 > > At stage 5. Package Application. > > Put this |levurePackageApplication "release" in to the > Message Box and got a number of rapidly flashing grey windows followed by >

Re: Can't Sign App

2017-06-16 Thread Trevor DeVore via use-livecode
On Wed, Jun 14, 2017 at 5:13 PM, Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: > Using LC 8.1.3 (or 8.1.5 or 9.0.0) if I attempt to sign my standalone > application using the instructions found here: http://revolution. >

Re: http calls blocked by virus protection?

2017-05-05 Thread Trevor DeVore via use-livecode
On Thu, May 4, 2017 at 11:06 PM Peter Bogdanoff via use-livecode < use-livecode@lists.runrev.com> wrote: > > I have a user who seems to have a good Internet connection, but my > Livecode application can’t connect to a remote server using http. > > He’s on Windows. Is it possible that some virus

Re: Query Input Form

2017-10-13 Thread Trevor DeVore via use-livecode
On Thu, Oct 12, 2017 at 10:00 AM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Has anyone put together a query input form, that can take simple input > from a user, like: > customers.customername is/is not/is greater than/is less than/is like > AND/OR > AND/OR > ... >

Re: Remote debugging - expected behavior

2017-09-29 Thread Trevor DeVore via use-livecode
On Fri, Sep 29, 2017 at 12:56 AM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > On 9/28/17 8:54 PM, Monte Goulding via use-livecode wrote: > > > >> On 29 Sep 2017, at 7:13 am, J. Landman Gay via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> > >> Thanks.

Re: MacOS 10.13 crashes LC after color dialog

2017-09-29 Thread Trevor DeVore via use-livecode
On Fri, Sep 29, 2017 at 12:11 AM, hh via use-livecode < use-livecode@lists.runrev.com> wrote: > MacOS 10.13, LC 6.7.11/ 7.1.4/ 8.1.6/ 9.0.0-dp9 > (here on Mac mini/late 2012 2.5 GHz i5, Intel Grahics HD 4000) > > When using the color dialog from the Property Inspector or via > "answer color",

Re: Parent of Target

2017-08-23 Thread Trevor DeVore via use-livecode
On Wed, Aug 23, 2017 at 9:59 AM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Wh??? So send would but dispatch won't? > That is correct, as long as you aren’t using `in time` with `send`. The following script won’t cause an error until the last `send`: on mouseUp

Re: TSNet error 6

2017-09-01 Thread Trevor DeVore via use-livecode
On Fri, Sep 1, 2017 at 11:40 AM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > I have two apps that normally work fine but in both an occasional user > will get an error "TSNeterr : (6) could not resolve host". What would be > the cause of this sporadic problem? We're

Re: LiveCode documentation set now available for Dash compatible readers

2017-10-04 Thread Trevor DeVore via use-livecode
On Tue, Oct 3, 2017 at 5:54 PM, James Hale via use-livecode < use-livecode@lists.runrev.com> wrote: > There is now a documentation set (currently at LC 9 dp 9) available in the > "user-contribution" category for Dash compatible readers. > Thanks James! -- Trevor DeVore ScreenSteps

Re: Dropbox library in LC 9 - centralise the access token?

2017-10-11 Thread Trevor DeVore via use-livecode
On Wed, Oct 11, 2017 at 1:02 PM Ben Rubinstein via use-livecode < use-livecode@lists.runrev.com> wrote: > > In principle I think that a new app, e.g. built in LiveCode, could > perfectly > happy operate on a number of accounts simultaneously. But my proposal in no > way prevents that - the code

Re: Save file dialogs...

2017-10-23 Thread Trevor DeVore via use-livecode
On Mon, Oct 23, 2017 at 11:32 AM Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > One option would be to leave the extension off when initially presented to > the user. Then add the correct extension before saving if the user did not > manually add one. It is probably a

Re: universal error catching/debugger dropping

2017-11-20 Thread Trevor DeVore via use-livecode
On Mon, Nov 20, 2017 at 8:56 AM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > or every time a mobile script just aborts. > Did you put it in the message path using a library script? If a script error occurs then errorDialog will be triggered. -- Trevor DeVore (703)

Re: universal error catching/debugger dropping

2017-11-20 Thread Trevor DeVore via use-livecode
On Mon, Nov 20, 2017 at 8:56 AM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > That doesn't catch every time we have a debugger drop, unfortunately. The debugger is probably capturing the message. Did you try defining errorDialog in a frontscript? -- Trevor DeVore

Re: universal error catching/debugger dropping

2017-11-20 Thread Trevor DeVore via use-livecode
On Mon, Nov 20, 2017 at 8:31 AM Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > Is there a "universal" error message that is called when something bad > happens in LC? See the errorDialog message in the docs . Trevor DeVore ScreenSteps

Re: Finding on online shop window for apps (was Re: Awful quiet around here )

2017-11-15 Thread Trevor DeVore via use-livecode
On Tue, Nov 14, 2017 at 1:29 PM, Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Normally i do sign all of my apps (even custom and inhouse apps) for > Windows and Mac. > Makes life easier. But to be honest, sometimes i forgot to sign, if i am > in a hurry or i do not

Re: Should engine be applying link or metadata to an LINEFEED (LF) character?

2017-11-03 Thread Trevor DeVore via use-livecode
On Wed, Oct 25, 2017 at 2:42 PM, Jim Lambert via use-livecode < use-livecode@lists.runrev.com> wrote: > As you noted, one gets: > 10 > > 90660 > > > Now select before char 1 of line 2 and hit the delete key, so that all the > text is on line 1. > Next hit the return key, so that the text is again

Re: Markdown ultra-lite

2017-11-06 Thread Trevor DeVore via use-livecode
On Sun, Nov 5, 2017 at 2:40 PM, Kay C Lan via use-livecode < use-livecode@lists.runrev.com> wrote: > Nor was I aware that mergMardownToXHMTL existed, so thank you for > raising this thread so James could enlighten us. Now all I need is > someone to tell me there is similar function that converts

Should engine be applying link or metadata to an LINEFEED (LF) character?

2017-10-24 Thread Trevor DeVore via use-livecode
Hi all, I’m seeing some behavior that I think is incorrect when setting the htmltext property of a field. I would be interested in other takes on it prior to filing a report, however. Take the following HTML: This is line 1 This is line 2 If you set the htmltext of a field using the above html

Re: Autosaving stacks corrupted on network drives

2017-10-24 Thread Trevor DeVore via use-livecode
On Tue, Oct 24, 2017 at 6:03 PM Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > Yes, this especially happens with simultaneous sync tools such as google > drive (now backup and sync), microsoft ,oneDrive box, and dropbox. There > are a variety of things that play into this

Re: Open printing to PDF error

2018-04-27 Thread Trevor DeVore via use-livecode
On Thu, Apr 26, 2018 at 9:36 AM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > I have a user who ran into the error "printing: Unknown destination: > (Line 0, column 0)" when executing a line in my code that was "Open > printing to PDF " Try testing a filename that has

Re: [BUG] Browser widget implemented without access to localStorage API

2018-05-16 Thread Trevor DeVore via use-livecode
On Tue, May 15, 2018 at 10:51 PM Sannyasin Brahmanathaswami via use-livecode wrote: > > so then, for now I quit livecode, and reboot everytime will do a build, > nuisance. I always open up a second instance of LiveCode when I build standalones. There is too much

Re: [BUG] Browser widget implemented without access to localStorage API

2018-05-16 Thread Trevor DeVore via use-livecode
On Wed, May 16, 2018 at 6:47 AM Sannyasin Brahmanathaswami via use-livecode wrote: > So, I'm not only one… > > How do I create a second instance of LiveCode (or any app for matter) Make a copy of the app and launch it. -- Trevor DeVore ScreenSteps >

Re: [BUG] Browser widget implemented without access to localStorage API

2018-05-16 Thread Trevor DeVore via use-livecode
On Wed, May 16, 2018 at 11:02 AM, Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> wrote: > It's not that easy on Windows. > Why not? I just duplicated the LiveCode Business.exe on Windows 10 and was able to launch two separate instances of LiveCode. -- Trevor DeVore ScreenSteps

LiveCode Builder syntax added to LiveCode SublimeText language module

2018-05-21 Thread Trevor DeVore via use-livecode
Hi all, Support for LiveCode Builder syntax has been added to the LiveCode SublimeText language module and I've created a new release - 0.5.0. This release adds support for navigating LCB handlers, syntax highlighting, and some snippets (use Tools > Snippets menu to see a list of available

Re: Should "put" to the Message Box be affected by lockMessages?

2018-05-23 Thread Trevor DeVore via use-livecode
On Wed, May 23, 2018 at 1:35 PM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > I like the new Message Box API, but I've noticed that now that it's > message-driven it's no longer immune to the lockMessages. > > I have a habit of putting in a simple "put" command here

Re: Update to SublimeText LiveCode Script linter

2018-05-25 Thread Trevor DeVore via use-livecode
On Fri, May 25, 2018 at 9:58 AM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > so far so good here other than the version tag being a commit early... ? -- Trevor DeVore ScreenSteps www.screensteps.com ___ use-livecode

  1   2   3   4   >