hello again,
i seem to be having a brain fart on this, since this is like mirc 101..
but, i can't remember how to have it, in a popup menu to have a sub item appear only if a condition is satisfied..
example:
menu menubar,status,channel {
Test System
.test $chr(9) $iif($group(#test) == on, On, Off): $iif($group(#test) == on, .disable, .enable) #test
..Test2:testdisabled
.Unload Test:TestUnload
}
i trying to have it so test2 is only available when test is enabled..
how is this done, again??
thanks in advance