newdialog - Forum

Forum Navigation
You need to log in to create posts and topics.

newdialog

hi, can we have several dialog screens on one page, if yes what should I do?

regards

Hi @kazem,

I don't undertand your question. Do you mean to show all of them at the same time?
How do you imagine it?

Regards.

Quote from luishp on July 13, 2021, 11:55 am

Hi @kazem,

I don't undertand your question. Do you mean to show all of them at the same time?
How do you imagine it?

Regards.

hi, suppose we have five options, by clicking each of them one of the dialog screens should appear. Then it is not at the same time.

thank you

@kazem yes, it's perfectly possible. Just use the "Page" menu option to add, duplicate, delete etc. aditional Dialogs.
It's the same for Master pages. Check attached sample app.

Best regards.

Uploaded files:
  • You need to login to have access to uploads.
Quote from luishp on July 14, 2021, 10:30 am

@kazem yes, it's perfectly possible. Just use the "Page" menu option to add, duplicate, delete etc. aditional Dialogs.
It's the same for Master pages. Check attached sample app.

Best regards.

Thank you very much, Great help with my app.

hi again, I put a video inside the dialog screen container, you must click it to play the video . Is it possible that whenever the dialog screen appears the video begins automatically?

thanks

@kazem just wait a little bit so the Dialog and Video are ready:

OpenDialog "NewDialog"
Wait 500
   VideoPlayerPlay "Container1"
EndWait

Regards.

Thank you very much.