Skip to main content

Dynamic dialog window

Hi Brian,
I want create a New Dialog Box. But it will be populated the controls during the execution of the routine. The no.of controls will be depends on the based on the data.
Is it posible to create a dynamic UI from script.
Thanks In Advance
Jiyaji

osaajah Sat, 07/28/2018 - 17:27

Hi Brian,
The first dialog is a splash screen, an EXE file created in C# (dot Net). It just contain an embedded image and timer. Second dialog is an IDEAScript dialog that use DlgVisible to get dynamic control effect.
Firdaus Sentosa