Announcement

Collapse
No announcement yet.

open 2 DialogEx In parallel from 1 page?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • open 2 DialogEx In parallel from 1 page?

    how can i open 2 DialogEx In parallel from 1 page?

    result = DialogEx.Show("Dialog1", true, nil, nil);
    result = DialogEx.Show("Dialog2", true, nil, nil);

    this code open the second DialogEx Only after I close the first. Is it possible to open them in parallel?

  • #2
    Open the second dialog from the first dialog or if your feeling adventurous create your own dialog with MemoryEx and open as many as you want.

    Comment

    Working...
    X
    😀
    🥰
    🤢
    😎
    😡
    👍
    👎