Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    isc.warn positioning

    Is there any way to reposition the warning popup?

    #2
    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


      #3
      Yup figured that would be the alternative. Thanks.

      Comment

      Working...
      X