Menu

#168 RxMessageBox rejects 3rd parameter

v3.1beta
closed
5
2012-08-14
2006-07-06
Jon Wolfers
No

this line:

call RxMessageBox 'This is the text of the box','this
is the title','ERROR'

fails with an error 40, however I think according to
the documentation it should work. Taking the 3rd parm
off works fine.

Windows XP
Open Object Rexx Interpreter Version 3.0.0
Build date: Mar 28 2005

Thanks,

Jon

Discussion

  • Rick McGuire

    Rick McGuire - 2006-07-06

    Logged In: YES
    user_id=1125291

    The icon parameter is the 4th parameter, not the 3rd. The
    3rd parameter is the button style, and "ERROR" is not a
    valid button style.

     
  • David Ashley

    David Ashley - 2006-07-06

    Logged In: YES
    user_id=931756

    Actually, the docs are in error. The QUERY, WARNING and
    ERROR styles are icon styles, not Button styles. This is now
    fixed and will be reflected in the 3.1 docs.

     

Anonymous
Anonymous

Add attachments
Cancel