Re: [Gambas-user] Application_Read

2010-06-06 Thread Rolf-Werner Eilert
It is accepted, but still doesn't give any result. Am 04.06.2010 23:27, schrieb Fabien Bodard: > READ #LAST, Keys, -256 > > 2010/6/3 Rolf-Werner Eilert: >> >>> >>> Public Application_Read() >>> >>> Dim Keys As String >>> >>> ' Read up to (so the negative sign) 256 characters from the stand

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 D

[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] 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 dep

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 >

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!

[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 ---

[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 --

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: admha