我正在尝试学习tornadofx,遇到一个错误,我想不出如何解决可悲的是,我正在使用filterwhen,它很有趣,但是效果很好,但是当我过滤数据时,我得到了错误处理程序,告诉我我有一个字符串超出范围,当我从文本字段中删除字符时,它经常随机发生,我知道代码是乱七八糟的:D
your components.ts;
@Input() value: string;
You create a new method lets say;
getOffsetValue() {
if (x === foo) {
this.value = '1';
}else {
this.value = '2';
}
return this.value
}
ngOnInit()
// call method
getOffsetValue();
So now you have a data on the value attribute
in your HTML;
offSet{{this.value}}
非常感谢您的光临!
错误是
java.lang.StringIndexOutOfBoundsException:字符串索引超出范围: 3在java.lang.String.charAt(String.java:658)在 com.sun.glass.ui.win.WinTextRangeProvider.GetBoundingRectangles(WinTextRangeProvider.java:314) 在com.sun.glass.ui.win.WinApplication._runLoop(本机方法)处 com.sun.glass.ui.win.WinApplication.lambda $ null $ 147(WinApplication.java:177) 在java.lang.Thread.run(Thread.java:748)