Announcement

Collapse
No announcement yet.

Interact with other pages/dialogs

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

  • Interact with other pages/dialogs

    Hi all,

    how can I interact with objects in other page/dialogs?
    So, how can I press a button in the dialog "B" that activates (for example) a progress bar in the page "A"?

    Thanks a lot
    Regards
    Marco

  • #2
    why would you activate something on a page you don't see?
    programming is very easy, just put the characters in the right order....

    Comment


    • #3
      You cannot interact with objects which do not reside on the current page and/or dialog. This matter has been discussed many times here.

      What you can do is set a global variable as the result of the interaction on the current page/dialog, and once the page/dialog where the action should happen becomes visible or active, you would check for the contents of that global variable, and show/hide/select/set etc. the desired object.

      Ulrich

      Comment

      Working...
      X