Re: [Gambas-user] MouseDown event and Gambas3

2011-01-20 Thread Benoît Minisini
> yes this bug has been fixed, thanks! > > but i think there is one more in event > > Form_Menu() > > right click of mouse does not show the menu. > Fixed in revison #3485. Regards, -- Benoît Minisini -- Protect Yo

Re: [Gambas-user] MouseDown event and Gambas3

2011-01-20 Thread Demosthenes Koptsis
yes this bug has been fixed, thanks! but i think there is one more in event Form_Menu() right click of mouse does not show the menu. On Thu, 2011-01-20 at 13:20 +0100, Benoît Minisini wrote: > > i attach the project. > > > > gambas3-svn3442 @ x32 > > gambas3-svn3475 @ x64 > > > > ubuntu, gt

Re: [Gambas-user] MouseDown event and Gambas3

2011-01-20 Thread Benoît Minisini
> i attach the project. > > gambas3-svn3442 @ x32 > gambas3-svn3475 @ x64 > > ubuntu, gtk > > none of mouse events are working. > The bug should have been fixed in revision #3480. Regards, -- Benoît Minisini -- Pro

Re: [Gambas-user] MouseDown event and Gambas3

2011-01-20 Thread Demosthenes Koptsis
here is a video which shows the behavior. http://www.youtube.com/watch?v=oC-U4N8JH7Y http://www.mediafire.com/?neds4adkys9w34o On Thu, 2011-01-20 at 11:25 +0100, Matti wrote: > Strange - both of the mouse events work fine here. > gb3 svn 3457 > OpenSuse, KDE, qt4 > > > Am 20.01.2011 07:03, sc

Re: [Gambas-user] MouseDown event and Gambas3

2011-01-20 Thread Matti
Strange - both of the mouse events work fine here. gb3 svn 3457 OpenSuse, KDE, qt4 Am 20.01.2011 07:03, schrieb Demosthenes Koptsis: > i attach the project. > > gambas3-svn3442 @ x32 > gambas3-svn3475 @ x64 > > ubuntu, gtk > > none of mouse events are working. > > On Thu, 2011-01-20 at 02:27

Re: [Gambas-user] MouseDown event and Gambas3

2011-01-19 Thread Demosthenes Koptsis
i attach the project. gambas3-svn3442 @ x32 gambas3-svn3475 @ x64 ubuntu, gtk none of mouse events are working. On Thu, 2011-01-20 at 02:27 +0100, Benoît Minisini wrote: > > Good morning, > > > > the following example is not working in gambas3-svn3475 > > > > -- >

Re: [Gambas-user] MouseDown event and Gambas3

2011-01-19 Thread Benoît Minisini
> Good morning, > > the following example is not working in gambas3-svn3475 > > -- > ' Gambas class file > > Public Function Color() As Integer > > Dim Red As Integer > Dim Green As Integer > Dim Blue As Integer > Dim sColor As String > Dim iColor As Intege

Re: [Gambas-user] MouseDown event and Gambas3

2011-01-19 Thread Fabien Bodard
2011/1/19 Demosthenes Koptsis : > ok i change it to RndColor, > > nothing > i dont have Mouse Events generally...! > > Also other Events of mouse does not work. ??? witch version of gambas , distrib, tootlkit > > -- > ' Gambas class file > > Public Function RndColor() As Integer > >  Dim

Re: [Gambas-user] MouseDown event and Gambas3

2011-01-19 Thread Fabien Bodard
2011/1/19 Matti : > Works perfect here, version 3457. > > The only thing I did was to rename Color() to RndColor(), because Color is a > gambas class name. Maybe that's the reason why? IT's the reason why ! : :) > > Regards > Matti > > > Am 19.01.2011 10:39, schrieb Demosthenes Koptsis: >> >> Goo

Re: [Gambas-user] MouseDown event and Gambas3

2011-01-19 Thread Demosthenes Koptsis
ok i change it to RndColor, nothing i dont have Mouse Events generally...! Also other Events of mouse does not work. -- ' Gambas class file Public Function RndColor() As Integer Dim Red As Integer Dim Green As Integer Dim Blue As Integer Dim sColor As String Dim iColor As I

Re: [Gambas-user] MouseDown event and Gambas3

2011-01-19 Thread Matti
Works perfect here, version 3457. The only thing I did was to rename Color() to RndColor(), because Color is a gambas class name. Maybe that's the reason why? Regards Matti Am 19.01.2011 10:39, schrieb Demosthenes Koptsis: > > Good morning, > > the following example is not working in gambas3-

[Gambas-user] MouseDown event and Gambas3

2011-01-19 Thread Demosthenes Koptsis
Good morning, the following example is not working in gambas3-svn3475 -- ' Gambas class file Public Function Color() As Integer Dim Red As Integer Dim Green As Integer Dim Blue As Integer Dim sColor As String Dim iColor As Integer Red = Rnd(0, 256)