Re: [Gambas-user] Message Dialog Question

2011-02-12 Thread Benoît Minisini
> @ Benoît: > Message.Title doesn't work with Message.Optional. > > Regards > Matti > Fixed in revision #3561. Regards, -- Benoît Minisini -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:

Re: [Gambas-user] Message Dialog Question

2011-02-10 Thread Matti
A better understandable key in my example would be of course "DontShowAgain"... ;-) Am 10.02.2011 22:40, schrieb richard terry: > On Friday 11 February 2011 06:59:15 Matti wrote: > > Thanks, Matti, I'll digest this tonight when I get home. > > Richard > >> 1. Key parameter: >> Looking at the s

Re: [Gambas-user] Message Dialog Question

2011-02-10 Thread richard terry
On Friday 11 February 2011 06:59:15 Matti wrote: Thanks, Matti, I'll digest this tonight when I get home. Richard > 1. Key parameter: > Looking at the source code, I found: key is just a string for a settings > entry, you can choose it as you like. > You could for example do > Message.Optional(

Re: [Gambas-user] Message Dialog Question

2011-02-10 Thread Matti
1. Key parameter: Looking at the source code, I found: key is just a string for a settings entry, you can choose it as you like. You could for example do Message.Optional("This is my message", "OK", "ShowAgain") The message is displayed. If you click on "Don't show this message again", an entry in