Is there any way to reposition the warning popup?
Announcement
Collapse
No announcement yet.
X
-
No, by design, you're not given a reference to the automatically generated widget because it's reused across different calls to isc.warn(). If you need to do something other than what the built-in isc.warn() dialog does, you should create your own Dialog instance (very easy, and there's some sample code in the class comment for Dialog).
Comment