Hey guys, question.. I am trying to create a `useR...
# tornadofx
t
Hey guys, question.. I am trying to create a
useRegexField()
function that will format a
TableView
textfield cell with a red border if the text doesn't compile into a regex. I'm not very good at this stuff, and I'm getting messy and using
Label
objects as values. Does anybody know how to do this? I suppose this could also be solved if we find a solution for the `cellformat()`/`useTextField()` issue above...