Re: Can use assign multiple behaviors to a single object?

2016-09-24 Thread Sannyasin Brahmanathaswami
Slightly 45 days later I'm back wondering about multiple behavior assignments to single "child" object @ Dick " I have a library called "libBehaviorList" you could use" Can you share that lib with us? BR Dick Kriesel" wrote: > >On Aug 11, 2016, at 2:34 PM, Sannyasin Brahmanathaswami

Re: Can use assign multiple behaviors to a single object?

2016-08-12 Thread Richard Gaskin
Sannyasin Brahmanathaswami wrote: > On 8/11/16, 12:26 PM, Richard Gaskin" wrote: >> Here's a view with nested behaviors: >> >> >> I had tried indenting each level, but found it didn't provide that >> much more clarity and preferred to keep linked

Re: Can use assign multiple behaviors to a single object?

2016-08-11 Thread Sannyasin Brahmanathaswami
@Dick Sure, I think we would be interested. @ monte Not sure if the above qualifies as use case… but may help ? Our new app is very modular. Layout on disk looks like this config.json loader stack # stack script initializes all back/front and lib required to app wide use # as declare

Re: Can use assign multiple behaviors to a single object?

2016-08-11 Thread Sannyasin Brahmanathaswami
I meant "can't run parallel" Svasti Astu, Be Well Brahmanathaswami www.himalayanacademy.com On 8/11/16, 3:08 PM, "use-livecode on behalf of Sannyasin Brahmanathaswami" wrote: So, since we know the behaviors can run parallel, ___ use-livecod

Re: Can use assign multiple behaviors to a single object?

2016-08-11 Thread Sannyasin Brahmanathaswami
"I had tried indenting each level, but found it didn't provide that much more clarity and preferred to keep linked behaviors at the same level" So, since we know the behaviors can run parallel, your view means behavior 3 is parent of 2? And behavior 2 is a patent of 1? Swasti Astu! Be Well ( f

Re: Can use assign multiple behaviors to a single object?

2016-08-11 Thread Monte Goulding
> On 12 Aug 2016, at 10:17 AM, Dick Kriesel wrote: > > A use case involves the script editor’s "Apply" button, whose events may > matter to multiple development tools. When that button already has a > behavior, the process for adding another also adds complexity and adverse > side effects.

Re: Can use assign multiple behaviors to a single object?

2016-08-11 Thread Dick Kriesel
> On Aug 11, 2016, at 2:34 PM, Sannyasin Brahmanathaswami > wrote: > > but looking for > > OBJECT A (with behaviors) > behavior 1 > behavior 2 > bevaiour 3 > > all with an "equal standing" I have a library called "libBehaviorList" you could use to give any object a list of

Re: Can use assign multiple behaviors to a single object?

2016-08-11 Thread Dr. Hawkins
On Thu, Aug 11, 2016 at 3:26 PM, Richard Gaskin wrote: > With the current nesting setup we have the same ability to use multiple > scripts to define a single class of objects, but much greater clarity with > being able to know which will override/overload others. Multiple inheritance can have i

Re: Can use assign multiple behaviors to a single object?

2016-08-11 Thread Richard Gaskin
Sannyasin Brahmanathaswami wrote: > Richard… tks for devolution I had it before but downloaded a fresh > copy If yours is v4 or later it should have an option to notify you of updates automatically. > fyi that image " devo-mpath-nested.png" > > button "Main Button" > > shows three assigned b

Re: Can use assign multiple behaviors to a single object?

2016-08-11 Thread Sannyasin Brahmanathaswami
Richard… tks for devolution I had it before but downloaded a fresh copy. fyi that image " devo-mpath-nested.png" button "Main Button" shows three assigned behaviors in parallel, not nested? ?? On 8/11/16, 12:26 PM, "use-livecode on behalf of Richard Gaskin" wrote: Here's a view with n

Re: Can use assign multiple behaviors to a single object?

2016-08-11 Thread Richard Gaskin
Sannyasin Brahmanathaswami wrote: > The hierarchical behavior method obfuscates the architecture in the > sense that it is very hard to see the common parent behaviors that > are "hiding" behind the other child behaviors. That's a function of the tool, not a weakness in the language. The Projec

Re: Can use assign multiple behaviors to a single object?

2016-08-11 Thread Sannyasin Brahmanathaswami
agreed and done http://quality.livecode.com/show_bug.cgi?id=18176 please add more if my description is insufficient. Aloha! BR On 8/11/16, 11:40 AM, "use-livecode on behalf of Monte Goulding" wrote: Given the width it would probably be nice to support showing the full behavior hierarc

Re: Can use assign multiple behaviors to a single object?

2016-08-11 Thread Monte Goulding
> On 12 Aug 2016, at 7:34 AM, Sannyasin Brahmanathaswami > wrote: > > The hierarchical behavior method obfuscates the architecture in the sense > that it is very hard to see the common parent behaviors that are "hiding" > behind the other child behaviors. Given the width it would probably be

Re: Can use assign multiple behaviors to a single object?

2016-08-11 Thread Sannyasin Brahmanathaswami
Monte: yes I was aware of that option… but looking for OBJECT A (with behaviors) behavior 1 behavior 2 bevaiour 3 all with an "equal standing". I can see how from the engine's point of view this might be challenging vs a hierarchical/cascading layout. ergo, answer is "no,

Re: Can use assign multiple behaviors to a single object?

2016-08-11 Thread Monte Goulding
You can assign a behavior to a behavior object for common code you want to use in multiple behaviors. The IDE does support it. Cheers Monte Sent from my iPhone > On 12 Aug 2016, at 7:10 AM, Sannyasin Brahmanathaswami > wrote: > > Pursuant to the new text only script architecture possibiliti

Can use assign multiple behaviors to a single object?

2016-08-11 Thread Sannyasin Brahmanathaswami
Pursuant to the new text only script architecture possibilities: e.g. Group "portal-links" Can we assign more than 1 behavior to this(any) group(object)? Rumors are that it is possible. But, the IDE does not support it. Or at least the current property inspector UI as it looks today, does not s