in my regex dialogs, I modified function setCntStatus by adding: 

static regex_mark
....

if (length(regex_mark) gt 0) do
  st_hDlg["stMark"] = "Mark: " ++ regex_mark
else
  st_hDlg["stMark"] = ""
endif


and distributed a few "static regex_mark"s around appropriate other 
functions...and added a line in txt file defining dialog for a static called 
stMark, with a pretty colour...



Reply via email to