[Gambas-user] context menu

Eilert eilert-sprachen at ...221...
Fri Dec 16 10:24:17 CET 2005


I've been trying to make a contextual menu. This is what I did:

in Form1 I inserted

PUBLIC testmenue AS Menu

in the Menu sub of one of the elements (a TableView) I inserted

PUBLIC SUB tbd_Menu()

  testmenue.popup
  testmenue.Visible = TRUE
  testmenue.Text = "hallo"
 
END

Of course, this doesn't work. The question is: how to do it better?

Thx for all your tips!

Rolf





More information about the User mailing list