Re: some thoughts on version 9.0.0

2018-04-19 Thread Monte Goulding via use-livecode
> On 20 Apr 2018, at 2:27 pm, J. Landman Gay via use-livecode > wrote: > > Another disadvantage is that you can't debug them remotely, which for some > projects means you can't debug remotely at all. You can use the breakpoint command can’t you? There is a

Re: some thoughts on version 9.0.0

2018-04-19 Thread J. Landman Gay via use-livecode
On 4/19/18 10:41 PM, James At The Hale via use-livecode wrote: One downer I have noticed with the advent of behaviors being in script only stacks is you lose the ability to edit them when you click on the behavior badge. Another disadvantage is that you can't debug them remotely, which for

Re: some thoughts on version 9.0.0

2018-04-19 Thread Monte Goulding via use-livecode
> On 20 Apr 2018, at 1:41 pm, James At The Hale via use-livecode > wrote: > > One downer I have noticed with the advent of behaviors being in script only > stacks is you lose the ability to edit them when you click on the behavior > badge. > > If the behavior

Re: some thoughts on version 9.0.0

2018-04-19 Thread James At The Hale via use-livecode
One downer I have noticed with the advent of behaviors being in script only stacks is you lose the ability to edit them when you click on the behavior badge. If the behavior resides in a button, as before, all is well. Recently while looking into something with the data grid I noticed all the

Re: Contributing to the IDE

2018-04-19 Thread Monte Goulding via use-livecode
I also just remembered that much of the information that you may find helpful is in the contributing to docs page which you may not have read if your interest is in source contributions. https://github.com/livecode/livecode/blob/develop/docs/contributing_to_docs.md

Re: Contributing to the IDE

2018-04-19 Thread Brian Milby via use-livecode
I will add that building from source is not that hard for Mac or Linux (have not tried Windows). I didn’t know what platform you were using which is why I referenced the Readme since it had a section with links for each one. If you run into specific issues getting things set up then we can

Re: Contributing to the IDE

2018-04-19 Thread Monte Goulding via use-livecode
Hmm… OK Geoff, sorry for being flippant and causing a rant! I must admit I don’t know anything about GitKracken. I used to use SourceTree which I found quite reasonable, however, once working for the LC team I found it too slow and hard to do some of the more complicated things like interactive

Re: Contributing to the IDE

2018-04-19 Thread Geoff Canyon via use-livecode
I have to admit, this is very frustrating. I *have* read both documents referenced, and neither comes close to answering my question. I remember reading those documents, or their ancestors, when LC first went open source, and I would likely have started contributing to the IDE then except they

Re: some thoughts on version 9.0.0

2018-04-19 Thread Monte Goulding via use-livecode
> On 20 Apr 2018, at 10:28 am, Mark Wieder via use-livecode > wrote: > > On 04/19/2018 03:03 PM, Niggemann, Bernd via use-livecode wrote: > >> actually the problem was that if you use the number of lines of the >> behaviors and you have a couple of behaviors

Re: some thoughts on version 9.0.0

2018-04-19 Thread Mark Wieder via use-livecode
On 04/19/2018 03:03 PM, Niggemann, Bernd via use-livecode wrote: actually the problem was that if you use the number of lines of the behaviors and you have a couple of behaviors stacked then the space needed for the behaviors would run into the text. The current solution was the one which

Re: mergAccessory

2018-04-19 Thread Monte Goulding via use-livecode
> On 20 Apr 2018, at 2:01 am, Douglas Ruisaard via use-livecode > wrote: > > I am pursuing another course of action for my iOS USB investigation... in the > meantime, in case I need it, I'd appreciate some assistance with > mergeAccessory. > > > > first,

Re: Contributing to the IDE

2018-04-19 Thread Monte Goulding via use-livecode
Just a guessing based on your response that you possibly didn’t read the docs that you asked for and Brian responded with ;-) > On 20 Apr 2018, at 5:43 am, Geoff Canyon via use-livecode > wrote: > > I have GitKraken; is it as simple as initializing a new

Re: some thoughts on version 9.0.0

2018-04-19 Thread Niggemann, Bernd via use-livecode
Mark Wieder via use-livecode Thu, 19 Apr 2018 13:46:24 -0700 > >On 04/19/2018 01:15 PM, Niggemann, Bernd via use-livecode wrote: > >the number 1 indicates that this is the first behavior. Behaviors can be >stacked and then you would have 2,3 or whatever up to ten behaviors. The >number >of

Re: some thoughts on version 9.0.0

2018-04-19 Thread gcanyon via use-livecode
Self-promotion: Navigator's script menu displays all the behaviors, and the handlers in them, of an object. The theoretical limit is 100,000 stacked behaviors, but I suspect the menu system would break before reaching that limit. You need to

Re: some thoughts on version 9.0.0

2018-04-19 Thread Mark Wieder via use-livecode
On 04/19/2018 01:15 PM, Niggemann, Bernd via use-livecode wrote: the number 1 indicates that this is the first behavior. Behaviors can be stacked and then you would have 2,3 or whatever up to ten behaviors. The number of lines is useful for the object but not so much for the behavior. The

Re: some thoughts on version 9.0.0

2018-04-19 Thread Niggemann, Bernd via use-livecode
I use the Project Browser heavily ... one change in 9.0.0 I definitely DO NOT like is the "new" way of indicating a "behavior" assignment on an object. What's with the little oval with a "1" in it??? I used the (previous) line counts to visually match to the "source" button line counts.. easy...

Re: Contributing to the IDE

2018-04-19 Thread Geoff Canyon via use-livecode
I have GitKraken; is it as simple as initializing a new repository in /Applications/LiveCode Indy 8.1.8.app/Contents/Tools/Toolset/libraries? On Mon, Apr 16, 2018 at 7:48 PM, Brian Milby wrote: > https://github.com/livecode/livecode/blob/develop/CONTRIBUTING.md > >

Re: Has Anyone Got A Directory "Walker" Available

2018-04-19 Thread Paul Hibbert via use-livecode
> On 19 Apr 2018, at 11:20, Sannyasin Brahmanathaswami via use-livecode > > wrote: > > Never mind… > > I found this in a toolbox. Sent by some ago, by a LiveCode deva That looks very much like the code supplied under the

mergAccessory

2018-04-19 Thread Douglas Ruisaard via use-livecode
I am pursuing another course of action for my iOS USB investigation... in the meantime, in case I need it, I'd appreciate some assistance with mergeAccessory. first, the associated doc (api.lcdoc) to mergAccessory is a tad out of date... referencing LC v 5.5 ... but adjusting for version

some thoughts on version 9.0.0

2018-04-19 Thread Douglas Ruisaard via use-livecode
I use the Project Browser heavily ... one change in 9.0.0 I definitely DO NOT like is the "new" way of indicating a "behavior" assignment on an object. What's with the little oval with a "1" in it??? I used the (previous) line counts to visually match to the "source" button line counts..

Android assistance / information?

2018-04-19 Thread Douglas Ruisaard via use-livecode
Anyone is this community as versed in Android as Monte Goulding is in iOS? One of the beauties of LC is its cross-platform ability. The app I've written in iOS ports just fine to Android .. at least the user-interactive and data processing parts do. .. without changing one line of code (and

Has Anyone Got A Directory "Walker" Available

2018-04-19 Thread Sannyasin Brahmanathaswami via use-livecode
I have directory available this days of Ken Ray, in the on system of set the default folder and get the the files, registered that path. descend recursively to the level… etc. Do anyone has a new one handy they could share using the folder and file function? BR

Re: DataGrid Column Labels

2018-04-19 Thread Bob Sneidar via use-livecode
Ah. My problem was that my datagrids had different objects when I checked. Probably because I have been working with this project since the v6 days. BTW I replaced my datagrids which were showing non-3D column labels with fresh ones and they look fine now. I have 2 scripts that help me with

Re: Posting to LiveCode Server

2018-04-19 Thread Bob Sneidar via use-livecode
URL Encode it. Bob S > On Apr 18, 2018, at 22:48 , David Bovill via use-livecode > wrote: > > Todd, the browser auto-translates things you type / copy paste in the url > bar to something it expects you want as a url. > > You have characters in the url that

OpenLanguage: abstract syntax trees

2018-04-19 Thread David Bovill via use-livecode
I'm doing some research around languages for a new project. I'd like to get a firmer handle on where Livecode as a language is going, and need to learn a bit more computer science regarding compilers, abstract syntax trees and language design. So let's ask some dumb questions: 1. Is there an

Re: DataGrid Column Labels

2018-04-19 Thread Terence Heaford via use-livecode
It’s weird but placing this in the preopenCard script sorts out the issue for now. set the dgProp[ "column labels" ] of group “myTable" to the dgProp[ "column labels" ] of group "myTable" All the best Terry > On 18 Apr 2018, at 18:43, Terence Heaford via use-livecode >