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
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(
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
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
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
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
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
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
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