How to make customize dialog

MercuryNo2
MercuryNo2 Member Posts: 4
Hello all, I have a function which need a dialog to display how many time past. Both of all the system providing dialog can not meet needs, Does there have a way to make a customize dialog. Thanks for any reply.

Answers

  • PatrickSchiefer
    PatrickSchiefer Member Posts: 3
    What are you expecting from the custom Dialog?

    You could just use a simple Page and show some readonly fields.
  • MercuryNo2
    MercuryNo2 Member Posts: 4
    Actually, I expect the custom dialog to look like a Message dialog and dynamically display a timer. I am trying to use control addin, but it seems confined to a samll area
  • vaprog
    vaprog Member Posts: 1,161
    What's wrong with a dialog created by a variable of datatype Dialog?
  • MercuryNo2
    MercuryNo2 Member Posts: 4
    vaprog wrote: »
    What's wrong with a dialog created by a variable of datatype Dialog?

    Emm, because there is no button to trigger code except "cancel" and it will popup another confirm dialog.