Hello world - problem

How to fix these errors when creating “Hello World” app?

WebPage1.Button1.Pressed, line 1
This item does not exist
MessageDialog.Show(“Hello, World!”)

WebPage1.Button1.Pressed, line 1
Type “Int32” has no member named “Show”
MessageDialog.Show(“Hello, World!”)

Thanks

You look for MessageBox function, I think:

MessageBox "Hello World"

Thanks @Christian,
I guess I should be aware of the versions of Xojo and tutorials that I will use :slight_smile: .

2 Likes