Re: [Gambas-user] Release of Gambas 3 RC7

2011-12-25 Thread M. Cs.
Oh, you are right! Cheers! 2011/12/25, Caveat : > Huh? Perhaps I'm enjoying my box of English beers too much (Christmas > present so I feel obliged to drink them today) but how do you expect "Im > the text" to turn into "Im The Text" (with apologies to the apostrophe > police) when you don't use

Re: [Gambas-user] Release of Gambas 3 RC7

2011-12-25 Thread Caveat
Huh? Perhaps I'm enjoying my box of English beers too much (Christmas present so I feel obliged to drink them today) but how do you expect "Im the text" to turn into "Im The Text" (with apologies to the apostrophe police) when you don't use any Upper functions? Or is your code deliberately obscur

Re: [Gambas-user] Release of Gambas 3 RC7

2011-12-25 Thread M. Cs.
Hello Benoit! Congrats for the RC7 and a possible bug with string functions: This function should return the string in mixed case, but it won't: Public Sub TextTog2_Click() Dim intet, gig, a, b As String Dim insta As String[] Dim i As Integer gig = editTitle.Text insta = Split(gig, " ") intet = ""

[Gambas-user] Release of Gambas 3 RC7

2011-12-24 Thread BenoƮt Minisini
As promised, but a bit late, here is the seventh release candidate of Gambas 3! As many bugs as possible were fixed, and a few last-minute new features were implemented. Mainly: * A new "Gambas" highlighting theme for the IDE. * A new TabPanel control, that is a TabStrip with thin borders. * Th