Announcement

Collapse
No announcement yet.

Dialog.Message Question

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

  • Dialog.Message Question

    Hi , i need help on this.

    Dialog.Message("Text1", "Text2");

    with this Form it shows me Dialogmessage like Text1 in Header and Text2 in Field.

    My Problem ist the "OK" Button. I need Automatic Press of the Button or Dialogmessage without "OK" Button.

    Please give me example for this. Thank you

  • #2
    if i replace Dialog.Message with Debug.Print i have following error: chunk has too many syntax levels

    Comment


    • #3
      The Dialog.Message action requires user interaction. As for your issue with Debug.Print, it's difficult to tell what the issue is without more context, however perhaps you're not showing the window first. Maybe the following example would help:



      I'm not sure what your intention is, however if you're just looking to log information, perhaps the SetupData.WriteToLogFile action would be what you're looking for?

      Comment


      • #4
        My Problem ist the "OK" Button. I need Automatic Press of the Button or Dialogmessage without "OK" Button.
        Please give me example for this. Thank you
        Perhaps you are looking for Dialog.TimedMessage()? This would show the text, and dismiss the dialog automatically after the specified amount of time has passed.

        Ulrich

        Comment

        Working...
        X