Re: "Cascading" Object-Behaviors

2017-08-02 Thread Monte Goulding via use-livecode
> On 3 Aug 2017, at 6:44 am, Brian Milby via use-livecode > wrote: > > So is the BOM causing the issue with detection of the URL being a script > only stack or is it in the function that actually reads in the file? > Trying to wrap my head around how the go stack works (still looking at > code)

Re: "Cascading" Object-Behaviors

2017-08-02 Thread Brian Milby via use-livecode
So is the BOM causing the issue with detection of the URL being a script only stack or is it in the function that actually reads in the file? Trying to wrap my head around how the go stack works (still looking at code). On Wed, Aug 2, 2017 at 8:02 AM, Brian Milby wrote: > I just tried it on Mac/

Re: "Cascading" Object-Behaviors

2017-08-02 Thread Brian Milby via use-livecode
I just tried it on Mac/Win and it works in LC9DP8 that way for me. On Tue, Aug 1, 2017 at 10:34 PM, Monte Goulding via use-livecode < use-livecode@lists.runrev.com> wrote: > Use the following url: > > 811fa6e77e514c7e3ccae150af5fd856199

Re: "Cascading" Object-Behaviors

2017-08-01 Thread Monte Goulding via use-livecode
Use the following url: > I’d li

Re: "Cascading" Object-Behaviors

2017-08-01 Thread Sannyasin Brahmanathaswami via use-livecode
"GIT DUMMY" here.. How does one get the script without downloading the entire LC repository? All I can see is to copy it.. which works I guess you have to then remove all the leading "+" signs and save to your plugins folder? BR On 7/30/17, 10:28 AM, "use-livecode on behalf of Monte Gould

Re: "Cascading" Object-Behaviors

2017-08-01 Thread AndyP via use-livecode
featured under cursor colour picker / finder. http://www.pointandsee.co.uk - made with LiveCode -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Cascading-Object-Behaviors-tp4717715p4717809.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: "Cascading" Object-Behaviors

2017-07-31 Thread Monte Goulding via use-livecode
> On 1 Aug 2017, at 7:00 am, Bob Sneidar via use-livecode > wrote: > > OK got it. I take it this is supposed to be a script only stack? That is how > I saved it. Yes it will generate a very simple UI when you open it Cheers Monte ___ use-livecode

Re: "Cascading" Object-Behaviors

2017-07-31 Thread Bob Sneidar via use-livecode
OK got it. I take it this is supposed to be a script only stack? That is how I saved it. Bob S > On Jul 31, 2017, at 13:20 , Monte Goulding via use-livecode > wrote: > > The url got messed up somehow there try: ___ use-livecode mailing list use-

Re: "Cascading" Object-Behaviors

2017-07-31 Thread Monte Goulding via use-livecode
The url got messed up somehow there try: https://github.com/livecode/livecode/pull/5600 > On 1 Aug 2017, at 6:12 am, Bob Sneidar via use-livecode > wrote: > > I click the link, I go there I log in I cannot see anywhere where there is a > file t

Re: "Cascading" Object-Behaviors

2017-07-31 Thread Bob Sneidar via use-livecode
I click the link, I go there I log in I cannot see anywhere where there is a file to download or code to copy. Bob S > On Jul 30, 2017, at 13:27 , Monte Goulding via use-livecode > wrote: > > I have implemented a scriptifier utility script if you are interested here > https://github.com/li

Re: "Cascading" Object-Behaviors

2017-07-30 Thread Sannyasin Brahmanathaswami via use-livecode
Yes, better to leave in place.. i.e. behavior buttons with no scripts, now assigned behavior to external file. We are using a JSON file on disk that we read in to set the stack files on start up, because with a team, things get crazy if you have this in the binary. One Caveat the PB does not

Re: "Cascading" Object-Behaviors

2017-07-30 Thread Monte Goulding via use-livecode
> On 31 Jul 2017, at 3:50 am, Sannyasin Brahmanathaswami via use-livecode > wrote: > > "Entralled with external scripts and GIT are We" says Yoda I have implemented a scriptifier utility script if you are interested here https://github.com/livecode/livecode/pull/5600

"Cascading" Object-Behaviors

2017-07-30 Thread Sannyasin Brahmanathaswami via use-livecode
"Entralled with external scripts and GIT are We" says Yoda hence refactoring old stacks with all code in the stack/card/behavior buttons "out" to *.Livecodescript files and then assigning these "back" to the stack/card/objects OK so not wanting to mess too much with actually refactoring scripts