[Gambas-user] Error in example MoviePlayer in Gambas 3

2010-08-14 Thread craf
Hi. When I try to run the sample MoviePlayer, gives me this error: Wid = 4400040 (MoviePlayer:5144): Gtk-CRITICAL **: gtk_widget_set_events: assertion `! GTK_WIDGET_REALIZED (widget)' failed This error occurs by GNOME canvas control? Regards --

[Gambas-user] SVN and Distribution

2010-08-14 Thread Dag Jarle Johansen
Hi all. I will have to distribute a little programm, so I will have to install Gambas 2.x too, I asume. My question is: Will there be any conflicts between the SVN for Gambas 3.x rev. 3098 and a new installation of 2.x? I will mainly dewvelop with the SVN, so I'd rather seek another solution than

Re: [Gambas-user] Bug affecting to ShowModal

2010-08-14 Thread Jussi Lahtinen
Unfortunately not entirely. "Invalid object" from next showmodal form invoke. See attached project. Jussi 2010/8/15 Benoît Minisini : >> Hi! >> If form is invoked with ShowModal in certain situation it prevents >> form to close --> hang. >> See attached project. >> >> Gambas 3 revision 3109 @ Ub

Re: [Gambas-user] Bug affecting to ShowModal

2010-08-14 Thread Benoît Minisini
> Hi! > If form is invoked with ShowModal in certain situation it prevents > form to close --> hang. > See attached project. > > Gambas 3 revision 3109 @ Ubuntu 10.04 64bit > > Jussi And that one is fixed in revision #3111. Regards, -- Benoît Minisini

Re: [Gambas-user] Signal 11 from programming error

2010-08-14 Thread Jussi Lahtinen
Works correctly now. Jussi 2010/8/14 Benoît Minisini : >> Hi! >> I had error in way I calculated position in array, and it revealed >> error in it's handling. >> Way to reproduce problem: >> >> Private aa As New Integer[] >> >> Public Sub Form_Open() >> aa.Fill(1, -1, 1) >> End >> >> gdb outputs

Re: [Gambas-user] Signal 11 from programming error

2010-08-14 Thread Benoît Minisini
> Hi! > I had error in way I calculated position in array, and it revealed > error in it's handling. > Way to reproduce problem: > > Private aa As New Integer[] > > Public Sub Form_Open() > aa.Fill(1, -1, 1) > End > > gdb outputs: > > (gdb) run > Starting program: /usr/local/bin/gbx3 -p > [Thre

[Gambas-user] Bug affecting to ShowModal

2010-08-14 Thread Jussi Lahtinen
Hi! If form is invoked with ShowModal in certain situation it prevents form to close --> hang. See attached project. Gambas 3 revision 3109 @ Ubuntu 10.04 64bit Jussi FormTest-0.0.1.tar.gz Description: GNU Zip compressed data -

[Gambas-user] Signal 11 from programming error

2010-08-14 Thread Jussi Lahtinen
Hi! I had error in way I calculated position in array, and it revealed error in it's handling. Way to reproduce problem: Private aa As New Integer[] Public Sub Form_Open() aa.Fill(1, -1, 1) End gdb outputs: (gdb) run Starting program: /usr/local/bin/gbx3 -p [Thread debugging using libthread_db