Re: [Gambas-user] Issue 37 in gambas: GTK+ Application does not exit if balloon was displayed

2011-02-21 Thread gambas
Updates: Status: Fixed Comment #2 on issue 37 by benoit.m...@gmail.com: GTK+ Application does not exit if balloon was displayed http://code.google.com/p/gambas/issues/detail?id=37 Fixed in revision #3589. -- T

Re: [Gambas-user] Issue 6 in gambas: signal #11 with Gtk+

2011-02-21 Thread gambas
Updates: Labels: -Type-Bug Type-Crash Comment #13 on issue 6 by benoit.m...@gmail.com: signal #11 with Gtk+ http://code.google.com/p/gambas/issues/detail?id=6 (No comment was entered for this change.) -- The ult

Re: [Gambas-user] Issue 20 in gambas: Network socket read string[] fails - seg11 crash

2011-02-21 Thread gambas
Updates: Status: Invalid Comment #5 on issue 20 by benoit.m...@gmail.com: Network socket read string[] fails - seg11 crash http://code.google.com/p/gambas/issues/detail?id=20 OK. If you get it again, create another issue. ---

Re: [Gambas-user] Issue 37 in gambas: GTK+ Application does not exit if balloon was displayed

2011-02-21 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 37 by benoit.m...@gmail.com: GTK+ Application does not exit if balloon was displayed http://code.google.com/p/gambas/issues/detail?id=37 (No comment was entered for this change.) -

Re: [Gambas-user] Issue 38 in gambas: GTK+ Application.MainWindow is read only

2011-02-21 Thread gambas
Updates: Status: Fixed Comment #2 on issue 38 by benoit.m...@gmail.com: GTK+ Application.MainWindow is read only http://code.google.com/p/gambas/issues/detail?id=38 Fixed in revision #3588 -- The ultimate all-

Re: [Gambas-user] Issue 38 in gambas: GTK+ Application.MainWindow is read only

2011-02-21 Thread gambas
Updates: Status: Accepted Labels: -Version -GUI-Any Version-TRUNK GUI-GTK Comment #1 on issue 38 by benoit.m...@gmail.com: GTK+ Application.MainWindow is read only http://code.google.com/p/gambas/issues/detail?id=38 (No comment was entered for this change.) ---

[Gambas-user] Issue 38 in gambas: GTK+ Application.MainWindow is read only

2011-02-21 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 38 by sot...@gmail.com: GTK+ Application.MainWindow is read only http://code.google.com/p/gambas/issues/detail?id=38 1) Describe the problem. Application.MainWindow is read

[Gambas-user] Issue 37 in gambas: GTK+ Application does not exit if balloon was displayed

2011-02-21 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 37 by sot...@gmail.com: GTK+ Application does not exit if balloon was displayed http://code.google.com/p/gambas/issues/detail?id=37 1) Describe the problem. If you use a

Re: [Gambas-user] 2 Forms on one form!

2011-02-21 Thread charlesg
Baris Bicer wrote: > > When clicking one button the form will be shown on the same form using > panels etc.Is it possible? > Most objects have a visible property. You can, for example, layer panels on a form (one on top of the other) and control the visible property from a button. Here's an ex

[Gambas-user] 2 Forms on one form!

2011-02-21 Thread Baris Bicer
Hi, i am new to gambas. I have a form consisting 4 buttons for each form.When clicking one button the form will be shown on the same form using panels etc.Is it possible? I am waiting for your help.Thank you. -- The ultimat