Announcement

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

    Dialog yesClick(), noClick() and so on

    There are following line in Javadoc for Dialog:
    "YES Button object to fire dialog's "yesClick()" method on click".
    In 3.1 and prior there was such method yesClick (onClick, noClick and so on). Now in 4.0 there is only cancelClick method.
    Could you please explain why you remove yesClick and similar methods?? I have extension of Dialog class and use such methods internally. Now my code is broken and I cannot upgrade to 4.0.

    #2
    These APIs were non-functional. Whatever you attempted to do with yesClick() did nothing, so just remove that code.

    Comment


      #3
      Ok. Many thanks for quick response.

      Comment

      Working...
      X