Re: [Gambas-user] insert a form inside other form

2010-06-06 Thread admhardsoft
Hi but now I need to remove from a button and insert the new form belong to the option in that butoon, the idea is remove one and insert new one, all of this inside within a form. Thanks any help pls Tomas Sent on the TELUS Mobility network with BlackBerry -Original Message- From:

[Gambas-user] Internal compiler error: Bad stack drop!

2010-06-06 Thread Jussi Lahtinen
Hi! I run into error with Gambas3 rev 2994 on Ubuntu 10.04 64bit. Bug with byref command can be reproduced example with this code: Dim a As Integer nonsensesub(ByRef a) --- error here! Public Sub nonsensesub(ByRef n As Integer) Inc n End Jussi

[Gambas-user] GTK+ bug with transparent label.

2010-06-06 Thread Jussi Lahtinen
Hi! Empty transparent label doesn't be able to show any text, but if you put even one character (except space bar) to it from IDE, then it will work also at runtime. All works fine with Qt4. Gambas3 rev 2994 on Ubuntu 10.04 64bit. Jussi

Re: [Gambas-user] Internal compiler error: Bad stack drop!

2010-06-06 Thread Benoît Minisini
Hi! I run into error with Gambas3 rev 2994 on Ubuntu 10.04 64bit. Bug with byref command can be reproduced example with this code: Dim a As Integer nonsensesub(ByRef a) --- error here! Public Sub nonsensesub(ByRef n As Integer) Inc n End Jussi Eeerk... I hate ByRef! -- Benoît

Re: [Gambas-user] Internal compiler error: Bad stack drop!

2010-06-06 Thread Benoît Minisini
Hi! I run into error with Gambas3 rev 2994 on Ubuntu 10.04 64bit. Bug with byref command can be reproduced example with this code: Dim a As Integer nonsensesub(ByRef a) --- error here! Public Sub nonsensesub(ByRef n As Integer) Inc n End Jussi Eeerk... I hate ByRef!

Re: [Gambas-user] GTK+ bug with transparent label.

2010-06-06 Thread Benoît Minisini
Hi! Empty transparent label doesn't be able to show any text, but if you put even one character (except space bar) to it from IDE, then it will work also at runtime. All works fine with Qt4. Gambas3 rev 2994 on Ubuntu 10.04 64bit. Jussi Sorry, I don't understand what you depict. Can

[Gambas-user] Menu dialog save multiple judders

2010-06-06 Thread richard terry
Hi Benoit Upgraded gambas a couple of days ago and noticed that when one saves a menu, the IDE gui judders, like the code is going through some sort of loop, and the IDE is being refreshed many many times . Dosn't seem to affect anything or do any damage. Regards Richard

Re: [Gambas-user] Menu dialog save multiple judders

2010-06-06 Thread Benoît Minisini
Hi Benoit Upgraded gambas a couple of days ago and noticed that when one saves a menu, the IDE gui judders, like the code is going through some sort of loop, and the IDE is being refreshed many many times . Dosn't seem to affect anything or do any damage. Regards Richard Do you see