Re: Custom properties of IDE palettes?

2018-01-10 Thread Geoff Canyon via use-livecode
AHA! (thanks)

gc

On Wed, Jan 10, 2018 at 3:56 AM, Mark Waddingham via use-livecode <
use-livecode@lists.runrev.com> wrote:
>
>
> The 'cLocked' is a getProp/setProp (virtual) custom property, which is why
> it doesn't appear in the customKeys.
>
> Warmest Regards,
>
> Mark.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Custom properties of IDE palettes?

2018-01-10 Thread Mark Waddingham via use-livecode

On 2018-01-10 02:20, Geoff Canyon via use-livecode wrote:

But they do. Specifically, stack "revPropertyInspector 1" is not a
script-only stack. It has many objects, and it does have custom 
properties.

For example, this locks the inspector to its current object:

set the cLocked of stack "revPropertyInspector 1" to true


The 'cLocked' is a getProp/setProp (virtual) custom property, which is 
why it doesn't appear in the customKeys.


Warmest Regards,

Mark.

--
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Custom properties of IDE palettes?

2018-01-09 Thread Geoff Canyon via use-livecode
(I should add that I am using 8.1.8, the community edition, on Mac)

On Tue, Jan 9, 2018 at 8:20 PM, Geoff Canyon  wrote:

> But they do. Specifically, stack "revPropertyInspector 1" is not a
> script-only stack. It has many objects, and it does have custom properties.
> For example, this locks the inspector to its current object:
>
> set the cLocked of stack "revPropertyInspector 1" to true
>
>
>
> On Tue, Jan 9, 2018 at 6:07 PM, Ali Lloyd via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
>> I don't think they have any custom properties... at least, if they do then
>> they don't do anything. They are script-only stacks & behaviors that
>> generate the UI; they don't use custom props for their functionality.
>>
>> On Tue, Jan 9, 2018 at 8:40 PM Geoff Canyon via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>>
>> > I'm exploring the LC 8 IDE. If I type in the message box:
>> >
>> > put the customkeys of the mouseStack
>> >
>> > and put the pointer over the message box, I press return and see a list
>> of
>> > custom properties:
>> >
>> > cREVIntelligenceObject
>> > cREVLeft
>> > cREVTopLeft
>> > etc
>> >
>> > But if I put the pointer over the Tools palette or the Properties
>> palette,
>> > I get nothing. It's not a mouseStack issue; I can put the name of the
>> > mouseStack and get "revPropertyInspector 1". And this doesn't work
>> either:
>> >
>> > lock messages;put the customkeys of stack "revPropertyInspector 1"
>> >
>> > Any ideas?
>> > ___
>> > use-livecode mailing list
>> > use-livecode@lists.runrev.com
>> > Please visit this url to subscribe, unsubscribe and manage your
>> > subscription preferences:
>> > http://lists.runrev.com/mailman/listinfo/use-livecode
>> >
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
>
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Custom properties of IDE palettes?

2018-01-09 Thread Geoff Canyon via use-livecode
But they do. Specifically, stack "revPropertyInspector 1" is not a
script-only stack. It has many objects, and it does have custom properties.
For example, this locks the inspector to its current object:

set the cLocked of stack "revPropertyInspector 1" to true



On Tue, Jan 9, 2018 at 6:07 PM, Ali Lloyd via use-livecode <
use-livecode@lists.runrev.com> wrote:

> I don't think they have any custom properties... at least, if they do then
> they don't do anything. They are script-only stacks & behaviors that
> generate the UI; they don't use custom props for their functionality.
>
> On Tue, Jan 9, 2018 at 8:40 PM Geoff Canyon via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > I'm exploring the LC 8 IDE. If I type in the message box:
> >
> > put the customkeys of the mouseStack
> >
> > and put the pointer over the message box, I press return and see a list
> of
> > custom properties:
> >
> > cREVIntelligenceObject
> > cREVLeft
> > cREVTopLeft
> > etc
> >
> > But if I put the pointer over the Tools palette or the Properties
> palette,
> > I get nothing. It's not a mouseStack issue; I can put the name of the
> > mouseStack and get "revPropertyInspector 1". And this doesn't work
> either:
> >
> > lock messages;put the customkeys of stack "revPropertyInspector 1"
> >
> > Any ideas?
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Custom properties of IDE palettes?

2018-01-09 Thread Ali Lloyd via use-livecode
I don't think they have any custom properties... at least, if they do then
they don't do anything. They are script-only stacks & behaviors that
generate the UI; they don't use custom props for their functionality.

On Tue, Jan 9, 2018 at 8:40 PM Geoff Canyon via use-livecode <
use-livecode@lists.runrev.com> wrote:

> I'm exploring the LC 8 IDE. If I type in the message box:
>
> put the customkeys of the mouseStack
>
> and put the pointer over the message box, I press return and see a list of
> custom properties:
>
> cREVIntelligenceObject
> cREVLeft
> cREVTopLeft
> etc
>
> But if I put the pointer over the Tools palette or the Properties palette,
> I get nothing. It's not a mouseStack issue; I can put the name of the
> mouseStack and get "revPropertyInspector 1". And this doesn't work either:
>
> lock messages;put the customkeys of stack "revPropertyInspector 1"
>
> Any ideas?
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Custom properties of IDE palettes?

2018-01-09 Thread Geoff Canyon via use-livecode
I'm exploring the LC 8 IDE. If I type in the message box:

put the customkeys of the mouseStack

and put the pointer over the message box, I press return and see a list of
custom properties:

cREVIntelligenceObject
cREVLeft
cREVTopLeft
etc

But if I put the pointer over the Tools palette or the Properties palette,
I get nothing. It's not a mouseStack issue; I can put the name of the
mouseStack and get "revPropertyInspector 1". And this doesn't work either:

lock messages;put the customkeys of stack "revPropertyInspector 1"

Any ideas?
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode