Menu hidden query

Started by garry23, December 10, 2017, 11:03:55 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

garry23

@dmilligan @anyone

I wish to hide a menu item from users and am using the following:

        {
            name = "update",
            help = "Not under user control",
            choices = {CON,COFF},
            value = COFF, -- start up default
            hidden = true
        }


However, the menu item, ie update, remains shown.

Any ideas where I'm going wrong.

Cheers

Garry

a1ex

Fixed and found a few other fields with the same defect.

garry23

@a1ex

This is the reporting I like, ie it is not my stupidity  :) ;)

Cheers

Garry