Woot! I never considered using unicode! (not that you actually typed the
word, but that's what I took from your comment)
My working copy of navigator now has:
An empty box for all false
A - in a box for mixed
A check in a box for all true.
Thanks!
On Wed, Oct 17, 2018 at 3:08 PM Kay C Lan via u
On Tue, Oct 16, 2018 at 7:58 AM Geoff Canyon via use-livecode
wrote:
>
>
> 1. the property is not boolean -- display nothing with the menu.
> 2. the property is boolean and is true for all the selected controls --
> display a !c check.
> 3. the property is boolean and is false for all the selected
I went with submenus, and that works, it's just annoying for a binary value
(even if binary really ends up being four options, as described). I'm going
to leave it alone for now and wait for inspiration to hit.
On Tue, Oct 16, 2018 at 8:58 AM Bob Sneidar via use-livecode <
use-livecode@lists.runre
> On Oct 16, 2018, at 08:51 , Bob Sneidar via use-livecode
> wrote:
>
>
>
>> On Oct 15, 2018, at 13:57 , Geoff Canyon via use-livecode
>> wrote:
>>
>> For displaying a simple binary choice in a menu, a !c checkmark works well.
>> But in Navigator's property menu, there are four possibili
> On Oct 15, 2018, at 13:57 , Geoff Canyon via use-livecode
> wrote:
>
> For displaying a simple binary choice in a menu, a !c checkmark works well.
> But in Navigator's property menu, there are four possibilities:
>
> 1. the property is not boolean -- display nothing with the menu.
> 2. the
For displaying a simple binary choice in a menu, a !c checkmark works well.
But in Navigator's property menu, there are four possibilities:
1. the property is not boolean -- display nothing with the menu.
2. the property is boolean and is true for all the selected controls --
display a !c check.
3