> 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
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
> 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
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
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
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
> >
> > --
>
> 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
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
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
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
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-
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)
12 matches
Mail list logo