Custom Dialogs - Forum

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

Custom Dialogs

What's the advantage of using the "Dialogs" tab instead of using a standard container with fields and buttons?

Thanks.

 

@fkapnist you can reuse it from different pages. It offers a popup window interface.
Apart from that, no other advantages.
Regars.

fkapnist has reacted to this post.
fkapnist
Quote from luishp on April 12, 2025, 6:10 pm

@fkapnist you can reuse it from different pages. It offers a popup window interface.
Apart from that, no other advantages.
Regars.

@luishp

I tried it. But with the OpenDialog action the dialog doesn't popup where I want it to. The screen slightly dims and the app is disabled.

 

.

 

@fkapnist that's the way it works. It popups centered.

fkapnist has reacted to this post.
fkapnist
Quote from luishp on April 13, 2025, 7:11 pm

@fkapnist that's the way it works. It popups centered.

if I do this before running the dialog I can see it, otherwise dialog box is at the top and out of view

BeginJS
scroll(0,0);
EndJS

or this

AppScrollTo 0 0

 

 

@fkapnist I have tested the OpenDialog command in both standard and responsive apps.
It works perfectly, allways centered, no need to scrolll up.
Please try it in a fresh new app.

fkapnist has reacted to this post.
fkapnist
Open chat
1
Do you need more info?
Hi, do you have any doubt?