Magno Lima - 2014-09-23

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?