Hello! I am trying to use TDPFJAlertDialog doing simple that:
DPFJAlertDialog1.ViewStyle := TDPFAlertViewStyle.avsSecureTextInput; DPFJAlertDialog1.ShowMessageDialog('title','messagm',['OK','Cancel']);
But I get a runtime exception: "can't create handler inside thread that has not called Looper.prepare()"
Am I missing something here?
Log in to post a comment.
Hello!
I am trying to use TDPFJAlertDialog doing simple that:
DPFJAlertDialog1.ViewStyle := TDPFAlertViewStyle.avsSecureTextInput;
DPFJAlertDialog1.ShowMessageDialog('title','messagm',['OK','Cancel']);
But I get a runtime exception: "can't create handler inside thread that has not called Looper.prepare()"
Am I missing something here?