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

Re: [Gambas-user] Ideas?

2011-02-10 Thread Jussi Lahtinen
Thanks! Works perfectly! Jussi On Thu, Feb 10, 2011 at 19:32, Doriano Blengino < doriano.bleng...@fastwebnet.it> wrote: > Jussi Lahtinen ha scritto: > > Hi! > > Any ideas how to implement following? > > > > I need to make open forms to refresh when they get signal from main > module. > > User n

Re: [Gambas-user] Ideas?

2011-02-10 Thread Doriano Blengino
Jussi Lahtinen ha scritto: > Hi! > Any ideas how to implement following? > > I need to make open forms to refresh when they get signal from main module. > User need to be freely open or close forms as like. So I don't know are they > valid objects or not. > > So, form should have some kind of event

[Gambas-user] Ideas?

2011-02-10 Thread Jussi Lahtinen
Hi! Any ideas how to implement following? I need to make open forms to refresh when they get signal from main module. User need to be freely open or close forms as like. So I don't know are they valid objects or not. So, form should have some kind of event handler, and event should be able to ris

Re: [Gambas-user] A little perplexed...

2011-02-10 Thread Stephen Bungay
Thank you for the reply Benoit. On 02/07/2011 02:15 PM, BenoƮt Minisini wrote: >> Trying to get the dev environment up and running on CentOS 5.5, no QT >> installed. "./configure" reports that qt is disabled and successfully >> completes. "make install" also successfully completes, gambas2

Re: [Gambas-user] Movieplayer example Gambas 3.0

2011-02-10 Thread Stephen Bungay
On 02/10/2011 08:18 AM, Jussi Lahtinen wrote: > Try latest revision of Gambas 3. > This is fixed to Cstr(lblMoviePlayer.Handle) . > > Jussi > > > > On Thu, Feb 10, 2011 at 06:51, Stephen Bungay wrote: > >> Line # 39 >> >> $hProcess = Exec ["mplayer", "-wid", lblMoviePlayer.Handle, >> Conv$($sP

Re: [Gambas-user] Movieplayer example Gambas 3.0

2011-02-10 Thread Jussi Lahtinen
Try latest revision of Gambas 3. This is fixed to Cstr(lblMoviePlayer.Handle) . Jussi On Thu, Feb 10, 2011 at 06:51, Stephen Bungay wrote: > Line # 39 > > $hProcess = Exec ["mplayer", "-wid", lblMoviePlayer.Handle, > Conv$($sPath, Desktop.Charset, System.Charset)] For Read Write > > > result