[Gambas-user] re: Trying to do a confirm window

John Rittinghouse jr at ...1090...
Wed Oct 12 19:41:38 CEST 2005


Why not use the Gambas MessageBoxes.  Here is an example:



SELECT Message.Delete("Quit?", "Yes","No","Cancel")

CASE 1

TextLabel1.Text = "Quitting"

CASE 2

TextLabel1.Text = "Not Quitting"

CASE 3

TextLabel1.Text = "Canceled!"

END SELECT


-- 
regards,
jr

__________________________________
John W. Rittinghouse, Ph.D., CISM






More information about the User mailing list