best way to open a script-only library stack?

2018-09-17 Thread Curtis Ford via use-livecode
--When you start using a script-only stack, LC creates a temporary hidden --stack in RAM and assigns the script to it. It's there but not visible. Ah ha... now at least I don't feel silly for not finding it. And it is in the Project Browser too – I may have opened it from there once actually,

Waaay OT: SUBLEQ

2018-09-17 Thread Mark Wieder via use-livecode
Here's a Turing-complete language with one(!) instruction: http://esoteric.codes/blog/a-programming-language-with-only-one-command-and -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: Waaay OT: SUBLEQ

2018-09-17 Thread doc hawk via use-livecode
On Mon, Sep 17, 2018 at 12:28 PM, Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > Here's a Turing-complete language with one(!) instruction > There's a *long* history ad literature about subtract and branch as the sole instruction being turing complete. Making it

Re: best way to open a script-only library stack?

2018-09-17 Thread J. Landman Gay via use-livecode
On 9/17/18 12:49 PM, Curtis Ford via use-livecode wrote: I'm just getting started with the idea of a library stack for scripts, and have a dopey question: what's the best way to edit the library as I work on the project? I've created a script-only stack and included start using stack

Re: Waaay OT: SUBLEQ

2018-09-17 Thread Tom Glod via use-livecode
thats so awesome. i may never use it but to know its even possible. thanks for introducing me to this blog Mark. On Mon, Sep 17, 2018 at 3:29 PM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > Here's a Turing-complete language with one(!) instruction: > >

App Dead on iOS 12

2018-09-17 Thread Dan Friedman via use-livecode
I see that all my apps are launching and immediately crashing on iOS 12. I rebuilt the app using 9.0.1 and I get the same result. Since this list isn't blowing up with people complaining about this, I have must have missed the meeting about the secret button to click to get things working.

Re: best way to open a script-only library stack?

2018-09-17 Thread Bob Sneidar via use-livecode
I have a development menu with all the behaviors and script only stacks in a submenu. It's a hack but it makes editing a behavior script simple and without having to switch to pointer mode. Bob S > On Sep 17, 2018, at 14:27 , Curtis Ford via use-livecode > wrote: > > --When you start

Re: SVG to image

2018-09-17 Thread hh via use-livecode
> Brian wrote: > I'll need to take your stack/widget and see how what it generates > compares to conversions from the source svg file (for the Font > Awesome stuff). Since you are adding back information that was > stripped when converting to an icon, my guess is that the results > should be

Re: Remote Debugger Anomalies

2018-09-17 Thread Sannyasin Brahmanathaswami via use-livecode
Do you have that "script acting as a server" available in Levure? On 9/17/18 2:31 AM, Trevor DeVore via use-livecode wrote: > When working on a project I always work in ST with the LC IDE open. LC has > a script acting as a server running and ST is the client. ST sends a > notification to LC

RE: [ANN] Release 9.0.1

2018-09-17 Thread Jim MacConnell via use-livecode
Did simple update to 9.0.1 and couldn't test on device(iPhone) . I was very surprised by this. "Mobile Support" showed red and the Android SDK path was empty. Would have been nice to have warning (even though release notes do show change to 9.4(9/0/1) from 9.2(9.0.0)). Sort of a big change going

Re: [ANN] Release 9.0.1

2018-09-17 Thread Monte Goulding via use-livecode
> On 18 Sep 2018, at 1:42 am, Jim MacConnell via use-livecode > wrote: > > Did simple update to 9.0.1 and couldn't test on device(iPhone) . I was very > surprised by this. > "Mobile Support" showed red and the Android SDK path was empty. > Would have been nice to have warning (even though

Re: App Dead on iOS 12

2018-09-17 Thread Colin Holgate via use-livecode
For icons to show up you need to make an Assets.car file with the icons in it. Here is one example tool for making that file: http://www.applicationloader.net/appuploader/icontool.php I think you just then include the file in the

Re: App Dead on iOS 12

2018-09-17 Thread Terry Judd via use-livecode
Yeah - I just updated an iPad to iOS 12 and 2 LC apps that were already installed on it now just show a black screen (with the outlines of a couple of native fields) after the splash screen. I kinda assumed they would just still work. Terry... On 18/09/2018 7:56 am, "use-livecode on behalf

Re: App Dead on iOS 12

2018-09-17 Thread Dan Friedman via use-livecode
Terry, So, here's what I've discovered in the last 40 minutes… If you add, "set the acceleratedRendering of stack myStack to true", then things start working again. However, I did find that if I had more than one stack open, and the second stack did not have acceleratedRendering enabled,

Re: App Dead on iOS 12

2018-09-17 Thread Terry Judd via use-livecode
OK - just to follow up on that, I rebuilt one of the apps using LC 9.0.1 - I'm still on OSX 10.10.5 so I'm using an older version of XCode - anyway, the app installs and launches on the iPad OK but the app icon is missing. Any ideas on how to get it to show up? Terry... On 18/09/2018 8:52

Re: App Dead on iOS 12

2018-09-17 Thread Monte Goulding via use-livecode
Hi Dan Are you using the 9.0.1 stable or are you using one of the RCs? It sounds like you are hitting a bug that we fixed for RC 2. Cheers Monte > On 18 Sep 2018, at 9:02 am, Dan Friedman via use-livecode > wrote: > > Terry, > > So, here's what I've discovered in the last 40 minutes… > >

Re: App Dead on iOS 12

2018-09-17 Thread Monte Goulding via use-livecode
> On 18 Sep 2018, at 9:47 am, Colin Holgate via use-livecode > wrote: > > For icons to show up you need to make an Assets.car file with the icons in > it. Here is one example tool for making that file: > > http://www.applicationloader.net/appuploader/icontool.php >

Re: App Dead on iOS 12

2018-09-17 Thread Colin Holgate via use-livecode
Is what you said true for older LiveCode, or just 9.0.1? > On Sep 17, 2018, at 8:09 PM, Monte Goulding via use-livecode > wrote: > > > >> On 18 Sep 2018, at 9:47 am, Colin Holgate via use-livecode >> wrote: >> >> For icons to show up you need to make an Assets.car file with the icons in

Re: App Dead on iOS 12

2018-09-17 Thread Monte Goulding via use-livecode
> On 18 Sep 2018, at 10:15 am, Colin Holgate via use-livecode > wrote: > > Is what you said true for older LiveCode, or just 9.0.1? Should be true back to late 2011. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: App Dead on iOS 12

2018-09-17 Thread Monte Goulding via use-livecode
> On 18 Sep 2018, at 10:18 am, Monte Goulding via use-livecode > wrote: > > > >> On 18 Sep 2018, at 10:15 am, Colin Holgate via use-livecode >> wrote: >> >> Is what you said true for older LiveCode, or just 9.0.1? > > Should be true back to late 2011. FWIW I just opened this report

Re: App Dead on iOS 12

2018-09-17 Thread Terry Judd via use-livecode
Thanks Monte. I'll try installing the additional component to my old version of XCode in the meantime. Regards, Terry... On 18/09/2018 10:22 am, "use-livecode on behalf of Monte Goulding via use-livecode" wrote: > On 18 Sep 2018, at 10:18 am, Monte Goulding via use-livecode

Re: App Dead on iOS 12

2018-09-17 Thread Terry Judd via use-livecode
Umm - spoke to soon. How do I do that? I assumed that there would be something in the downloads pane of Xcode that I could install. Terry... On 18/09/2018 10:43 am, "use-livecode on behalf of Terry Judd via use-livecode" wrote: Thanks Monte. I'll try installing the additional component

Re: App Dead on iOS 12

2018-09-17 Thread Dan Friedman via use-livecode
Monte, I am definitely using 9.0.1 Stable. NOT the RC's. -Dan On 9/17/18, 4:38 PM, "use-livecode on behalf of Monte Goulding via use-livecode" wrote: Hi Dan Are you using the 9.0.1 stable or are you using one of the RCs? It sounds like you are hitting a bug that we fixed for

Re: App Dead on iOS 12

2018-09-17 Thread Monte Goulding via use-livecode
> On 18 Sep 2018, at 10:59 am, Dan Friedman wrote: > > I am definitely using 9.0.1 Stable. NOT the RC's. OK can you open a report about this. Perhaps there’s something else that behaves the same way as the issue that was fixed. Cheers Monte ___

Re: App Dead on iOS 12

2018-09-17 Thread Monte Goulding via use-livecode
> On 18 Sep 2018, at 10:51 am, Terry Judd via use-livecode > wrote: > > Umm - spoke to soon. How do I do that? I assumed that there would be > something in the downloads pane of Xcode that I could install. There is usually a dialog when you first run Xcode. You could try `xcode-select

Re: best way to open a script-only library stack?

2018-09-17 Thread Richard Gaskin via use-livecode
Curtis Ford wrote: > I'm just getting started with the idea of a library stack for scripts, > and have a dopey question: what's the best way to edit the library as > I work on the project? > > I've created a script-only stack and included > > start using stack "myScriptStack.livecodescript" > >

Re: Remote Debugger Anomalies

2018-09-17 Thread Trevor DeVore via use-livecode
Yes, it is part of the repo. https://github.com/trevordevore/levure/tree/master/utils/external_editor_server -- Trevor DeVore ScreenSteps On Mon, Sep 17, 2018 at 9:58 AM Sannyasin Brahmanathaswami via use-livecode wrote: > Do you have that "script acting as a server" available in Levure? > >

best way to open a script-only library stack?

2018-09-17 Thread Curtis Ford via use-livecode
I'm just getting started with the idea of a library stack for scripts, and have a dopey question: what's the best way to edit the library as I work on the project? I've created a script-only stack and included start using stack "myScriptStack.livecodescript" in the preOpenStack handler of my

Widget ColorPicker_v101

2018-09-17 Thread hh via use-livecode
Just uploaded a (slightly improved) LC 9 version of my ColorPicker-widget to "Sample Stacks". Or download widget ColorPicker_v101 from http://livecodeshare.runrev.com/stack/901 This is a *demo-stack* that has also buttons to install/remove the the widget. Examples in the stack (incl. scripts to

Re: App Dead on iOS 12

2018-09-17 Thread Terry Judd via use-livecode
Right, thanks Monte - I suspect they are already installed then. I tried Colin's suggestion of adding the assets.car file using the 'copy files' pane of the standalone builder but that didn't seem to work either. Terry.. On 18/09/2018 11:04 am, "use-livecode on behalf of Monte Goulding via

Gradient Property Palette Bug

2018-09-17 Thread Alejandro Tejada via use-livecode
Hi All, After editing an imported gradient, the Gradient Property Palette shows two "OK" buttons and every graphic imported receive a green color overlay. Please verify this Gradient Property Palette bug in your own setup: 1) Download the stack Eps Import v05c:

LC on Chromebook?

2018-09-17 Thread Nicolas Cueto via use-livecode
Not for running apps. For programming. Is there ANY way to get LC running on a Chromebook? One possibility is a cloud service (MacInClud or Frame). But there´s a fee -- unless someone knows of a limited trial service? -- plus, when not on wifi, my connection is thru hotspotting onto a limited

Re: LC on Chromebook?

2018-09-17 Thread Brian Milby via use-livecode
https://www.howtogeek.com/363331/how-to-set-up-and-use-linux-apps-on-chrome-os/ https://www.androidpolice.com/2018/08/19/install-linux-applications-chrome-os/ It may be possible according to this new capability to run Linux apps. I’ve not seen any reported successes though. Thanks, Brian On

Re: best way to open a script-only library stack?

2018-09-17 Thread J. Landman Gay via use-livecode
On 9/17/18 8:45 PM, Richard Gaskin via use-livecode wrote: While in memory it has all the properties of any stack in memory. I just checked, and script-only stacks do have filenames. I didn't realize that before, I'd assumed they were temporary only. Good info. -- Jacqueline Landman Gay

Re: SVG to image

2018-09-17 Thread Brian Milby via use-livecode
Ok, so your results should be the same as the "trimmed" version of the icons in this repo: https://github.com/leungwensen/svg-icon For most of the icons on that site, the removal of pad is fine. There are a few where the pad is actually important since there are multiple icons where some are

Re: SVG to image

2018-09-17 Thread Klaus major-k via use-livecode
Hi Brian, > Am 17.09.2018 um 06:06 schrieb Brian Milby via use-livecode > : > > Jonathan's stack is very cool. I wasn't minimizing the work in the engine > though, just pointing out that particular images would need to be tested to > see which method provides the needed results. There can be

Re: [ANN] Release 9.0.1

2018-09-17 Thread panagiotis merakos via use-livecode
Hello Alex, Sorry, I thought I had replied already. Yes, if you are on MacOS High Sierra you have to use either Xcode 9.4 or 9.4.1. Just make sure the command line tools (Xcode -> Preferences -> Locations -> Command Line Tools) you use matches the Xcode version. Best, Panos --

Calendar Widget again

2018-09-17 Thread Klaus major-k via use-livecode
Hi friends, thank you very much for all hints and tricks and tips. Bernd, yes teh famous BN :-), contacted me offlist and supplied a compiled for LC 9 version of his enhanced calendar widget, which is also usable for non-english users (weekStartsOn -> monday!). Thank you, Bernd, very, very

[ANN] This Week in LiveCode 146

2018-09-17 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 #146 here: https://goo.gl/zB6zFc This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Remote Debugger Anomalies

2018-09-17 Thread Trevor DeVore via use-livecode
On Sun, Sep 16, 2018 at 11:54 PM Sannyasin Brahmanathaswami via use-livecode wrote: > > I suppose Trevor would chime here. If you to switch Sublime text and > stay away for SE all together, all the problems go away? Because when > you save the script you know it is in the state of your recent >