you sort of understood what I meant.

Code:
;example
dialog kool_example {
  title "EXAMPLE"
  size -1 -1 97 82
  option dbu
  box "Logging", 1, 2 3 50 72
  button "Close", 2, 56 29 37 12, cancel
  text "Log All Channels", 3, 4 11 43 8
  text "Log All Privates", 4, 4 33 43 8
  text "Log status", 5, 5 52 43 8
  button "ON", 6, 4 19 20 12
  button "OFF", 7, 25 19 18 12
  button "ON", 8, 5 61 20 12
  button "OFF", 9, 26 61 18 12
  button "ON", 10, 5 39 20 12
  button "OFF", 11, 26 39 18 12
}
alias loggingexample dialog -mod kool_example kool_example 
on *:dialog:kool_example:init:0:echo -a meow





so what I want to do is to enable simplify the logging features to the way it apears on the dialog =o

Last edited by piker; 04/10/07 04:18 PM.