Re: [Gambas-user] Or inside a Case

2008-06-17 Thread Charlie Reinl
Salut, just CASE "hola", "hello", "Hallo", hALLO" Am Dienstag, den 17.06.2008, 09:29 -0700 schrieb Nx GT-R BOY: > Hi, I have a problem, I am not really sure how to get an Or working inside a > case, the compiler doesn't complain about any syntax problems, but the code > just doesn't works: >

Re: [Gambas-user] Or inside a Case

2008-06-17 Thread bruno
this work: SELECT CASE "adios" CASE "hola", "hello" TextBox1.text = "Hola Hello" CASE "adios", "bye" TextBox1.text = "Adios Bye" END SELECT Bye. Il giorno mar, 17/06/2008 alle 09.29 -0700, Nx GT-R BOY ha scritto: > Hi, I have a problem, I am not really sure how to

Re: [Gambas-user] Or inside a Case

2008-06-17 Thread Stefano Palmeri
Il martedì 17 giugno 2008 18:29:11 Nx GT-R BOY ha scritto: > Hi, I have a problem, I am not really sure how to get an Or working inside > a case, the compiler doesn't complain about any syntax problems, but the > code just doesn't works: > > > > SELECT CASE something.text > > CASE "hola" or "hello"

[Gambas-user] Or inside a Case

2008-06-17 Thread Nx GT-R BOY
Hi, I have a problem, I am not really sure how to get an Or working inside a case, the compiler doesn't complain about any syntax problems, but the code just doesn't works: SELECT CASE something.text CASE "hola" or "hello" do something1 CASE "adios" or "bye" do someth

[Gambas-user] Form editor group functionality

2008-06-17 Thread Ron
Hi, I'm missing a group function inside the form editor, ie you select a bunch of controls (main object first, then children) and choose 'group' from the menu to make them stick together. Is this possible? Now I cut them from the form, select the frame or whatever I want to join them to, and p

[Gambas-user] Re error launch Gambas 2.2.7.0

2008-06-17 Thread bruno
Re Post Scriptum installed Trunk Gambas3 2.99 Work Well - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/servi

[Gambas-user] Error lauching Gambas 2.2.7.0

2008-06-17 Thread bruno
Hello All. When i launch Gambas 2.2.7.0 a message Box Appear with this Message: [11] unknown symbol 'border' in class 'container'. sidepanel.border_write.57 I use Ubuntu 8.0.4 P.S Gambas 2.2.4.1 Work OK. Someone has an Idea --