Re: [Gambas-user] (no subject)

2016-03-11 Thread Benoît Minisini
Le 12/03/2016 00:44, Ru Vuott a écrit : > To: Benoît > > No, it does not work. > In console I obtain simply like an empty newline (...carriage return). > Can you send me a little project? -- Benoît Minisini -- Transfor

Re: [Gambas-user] (no subject)

2016-03-11 Thread Ru Vuott
ated. regards vuott Ven 11/3/16, Gianluigi ha scritto: Oggetto: Re: [Gambas-user] (no subject) A: "mailing list for gambas users" Data: Venerdì 11 marzo 2016, 22:29 Hello vuott, It is true it works, if instead of "percorso" put "path&q

Re: [Gambas-user] (no subject)

2016-03-11 Thread Gianluigi
Hello vuott, It is true it works, if instead of "percorso" put "path" your code works. Regards Gianluigi 2016-03-11 22:01 GMT+01:00 Benoît Minisini : > Le 09/03/2016 11:46, Ru Vuott a écrit : > > Hello, > > > > "before", by using this simple code (gbdesktop and gb.desktop.x11): > > > > Public Sub

Re: [Gambas-user] (no subject)

2016-03-11 Thread Benoît Minisini
Le 09/03/2016 11:46, Ru Vuott a écrit : > Hello, > > "before", by using this simple code (gbdesktop and gb.desktop.x11): > > Public Sub Button1_Click() > > Dim df As DesktopFile > Dim path As String > >percorso = "/path/of/the/file" > > For Each df In DesktopFile.FromMime(DesktopMime.From

[Gambas-user] (no subject)

2016-03-09 Thread Ru Vuott
Hello, "before", by using this simple code (gbdesktop and gb.desktop.x11): Public Sub Button1_Click() Dim df As DesktopFile Dim path As String percorso = "/path/of/the/file" For Each df In DesktopFile.FromMime(DesktopMime.FromFile(path).Type) Print df.Program

[Gambas-user] (no subject)

2014-06-04 Thread Fabián Flores Vadell
Hi folks. I'm trying to implement a "decoration chain", but until now I can't get success. Let me explain the problem in detail. I have a class C, that is decorated by the class B, that is decorated by the class A. So, from the point of view of the client class, the class A must respond to messa

[Gambas-user] (no subject)

2013-12-30 Thread Ru Vuott
Hello, an our friend, member of italian Gambas forum (www.gambas-it.org), wrote that when he tries to put on a Form icon of "Printer" component, this icon does not show, it does not appear on the form. Here is his system: [System] Gambas=3.5.1 OperatingSystem=Linux Kernel=3.11.0-15-generic Arc

[Gambas-user] (no subject)

2013-12-07 Thread Mike Crean
Me to. Keep it the same as most BASIC's use the underscore _ as line extension.   Regards to all Mike   PS if you do it, have a merry Christmas -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps wit

Re: [Gambas-user] (no subject)

2013-12-02 Thread Jussi Lahtinen
Given string to exec is invalid. http://gambasdoc.org/help/lang/exec?v3 shell "sudo sh -c 'echo out /sys/class/gpio/gpio27/direction'" Why this would do anything? sudo is without any input, unnecessary "sh -c" and then command which output should be "out /sys/class/gpio/gpio27/direction". If you

[Gambas-user] (no subject)

2013-12-02 Thread Mike Crean
Hey boys, I am trying to emulate the terminal string sudo sh -c 'echo out /sys/class/gpio/gpio27/direction' (works OK in terminal, on BBB wheezy arm lxde) I run this from gambas3.5.90 Exec [system.shell, "sudo sh -c 'echo out /sys/class/gpio/gpio27/direction'"] and get an error /bin/sh: 0: Can't op

[Gambas-user] (no subject)

2013-04-30 Thread kadri Yusuf
-- Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download fo

Re: [Gambas-user] (no subject)

2013-02-22 Thread Randall Morgan
Just some thoughts Does your machine have the symbolic link gbw3 ? Is Apache setup to handle this as a CGI? On Fri, Feb 22, 2013 at 12:43 AM, Mike Crean wrote: > Thanks Bruce, > > Have tried the magic line although nothing like yours. I have now tried it > and again no joy. > As there is

[Gambas-user] (no subject)

2013-02-22 Thread Mike Crean
Thanks Bruce, Have tried the magic line although nothing like yours. I have now tried it and again no joy. As there is no env in /bin I have tried #!/user/bin/env and #!/usr/bin/gbw3 and many other combinations. I have saved the file as text named index.html from the text editor into /var/www.

[Gambas-user] (no subject)

2012-10-16 Thread Fabián Flores Vadell
Hi Benoît. I read you message in the french mailing list about that "class overriding" is retrospective now, saying more or less this: If you reimplements a existing class named A, the effect will be retroactive on other classes already loaded and optimized using the Class A. Before it was not

Re: [Gambas-user] (no subject)

2012-04-11 Thread Randall Morgan
Looks like you may not have all the dependencies installed. Try installing or re-installing qt3. On Wed, Apr 11, 2012 at 5:14 AM, pete b. wrote: > Hi all, > > I'm trying to run slcreator (a slide show creator) and it requires gambas. > I tried to build gambas but it did not configure correctly.

[Gambas-user] (no subject)

2012-04-11 Thread pete b.
Hi all, I'm trying to run slcreator (a slide show creator) and it requires gambas. I tried to build gambas but it did not configure correctly. So, then I ran 'yum install gambas'. Next, I ran the following: [root@user-desktop slcreator]# ./slcreator ERROR: ld.so: object 'libqt-mt.so.3' from LD_PR

[Gambas-user] (no subject)

2012-04-10 Thread Andreas Fröhlke
Hello, we read in a forum, that gambas3 searches in 2 pathes for gambas libraries. Is there a way to add pathes or edit them? If not, is gambas3 searching recursively, so we can put our library in a subfolder? Regards Andreas Fröhlke ---

Re: [Gambas-user] (no subject)

2012-03-22 Thread John Rose
In regard to Basic on Android, I have been checking out Basic4android. This works OK under Virtual Box & Windows XP. However, on Ubuntu Lucid under Wine 1.4rc6 it works (after running fixes for AndroidSDK use of Android AVD Manager and installation of .Net2.0) with one major problem. After creating

Re: [Gambas-user] (no subject)

2012-03-20 Thread richard terry
On Wednesday 21 March 2012 06:05:35 Benoît Minisini wrote: Hopefully windows will die out one day... and anyone buying a mac probably has rocks in their brain anyway... Viva Linux Richard > Le 20/03/2012 16:27, Rob Kudla a écrit : > > ... > > Someone did get the Gambas 1.x interpreter port

Re: [Gambas-user] (no subject)

2012-03-20 Thread Benoît Minisini
Le 20/03/2012 16:27, Rob Kudla a écrit : > ... > Someone did get the Gambas 1.x interpreter ported, > if I remember correctly, but porting gb.qt (at the time gb.gtk wasn't > mature) was problematic due to Windows having no X server. So it would > run command-line "hello world" type stuff but that w

Re: [Gambas-user] (no subject)

2012-03-20 Thread Rob Kudla
On 03/20/2012 09:14 AM, Mathias wrote: > Me neither, I never use Windows/Mac. > It's not really for us. More for the users we develop for. > It would be nice if we could distribute our app to 95% of all computerusers, > instead of 2%. At one time I did care, to the point where I developed an app

Re: [Gambas-user] (no subject)

2012-03-20 Thread Rolf-Werner Eilert
Hi Mathias, > GTK (the frontend that gambas can use) works perfectly under Windows. Wasn't Qt made for use with Windows, too? > I'm not a Windows user, but wouldn't it be great if you could sell your > product to Windows users? > Without porting your code? Because, if the interpreter is ported,

Re: [Gambas-user] (no subject)

2012-03-20 Thread Mathias
Me neither, I never use Windows/Mac. It's not really for us. More for the users we develop for. It would be nice if we could distribute our app to 95% of all computerusers, instead of 2%. As I said before: I'm not proposing to port Gambas to Windows, only the interpreter. > "We all" don't run

Re: [Gambas-user] (no subject)

2012-03-20 Thread Rob Kudla
On 03/20/2012 05:03 AM, Mathias Maes wrote: > If we all support a small donation, maybe we could hire a freelancer, who > ports the interpreter. > Any comments? "We all" don't run Windows. I haven't owned a machine running Windows in 10 years, and have never owned any Apple products. There was an

Re: [Gambas-user] (no subject)

2012-03-20 Thread Mathias Maes
Pretty cool story actually! I hope you make some profit this year! But, the underlying techniques you're using (postgrsql) works perfectly under Windows. GTK (the frontend that gambas can use) works perfectly under Windows. I'm not a Windows user, but wouldn't it be great if you could sell your p

Re: [Gambas-user] (no subject)

2012-03-20 Thread Bruce Bruen
On Tue, 2012-03-20 at 10:03 +0100, Mathias Maes wrote: > Hello, > > Gambas is great, but there is one small thing why it isn't widly used. No > cross-platform. > Well, I know only a little bit of the inner workings of Gambas, but: > > I've been looking to a lot of event-driven Basic dialects, and

[Gambas-user] (no subject)

2012-03-20 Thread Mathias Maes
Hello, Gambas is great, but there is one small thing why it isn't widly used. No cross-platform. Well, I know only a little bit of the inner workings of Gambas, but: I've been looking to a lot of event-driven Basic dialects, and the best one, that was most widely useable: RealBasic. Why? Just bec

Re: [Gambas-user] (no subject)

2012-01-30 Thread Andreas Fröhlke
Ok, i will try. Thanks a lot Regards, Andreas -Ursprüngliche Nachricht- Von: Benoît Minisini [mailto:gam...@users.sourceforge.net] Gesendet: Dienstag, 31. Januar 2012 01:04 An: mailing list for gambas users Betreff: Re: [Gambas-user] (no subject) Le 30/01/2012 14:23, Andreas Fröhlke a

Re: [Gambas-user] (no subject)

2012-01-30 Thread Benoît Minisini
Le 30/01/2012 14:23, Andreas Fröhlke a écrit : > Sorry, here it is > > Regards, > > Andreas > OK, I see: this is because of the widget theme (oxygen for example). I think if you change your widget theme, then you may find one that does not add any margin inside TextBox and other controls. Regar

Re: [Gambas-user] (no subject)

2012-01-30 Thread Andreas Fröhlke
Sorry, here it is Regards, Andreas -Ursprüngliche Nachricht- Von: Benoît Minisini [mailto:gam...@users.sourceforge.net] Gesendet: Samstag, 28. Januar 2012 02:14 An: mailing list for gambas users Betreff: Re: [Gambas-user] (no subject) Le 27/01/2012 11:36, Andreas Fröhlke a écrit

Re: [Gambas-user] (no subject)

2012-01-27 Thread Benoît Minisini
Le 27/01/2012 11:36, Andreas Fröhlke a écrit : > Hi again, > > thanks for the solution for question 1. I think i don't understood how the > parameters padding, margin and spacing work in gambas3. Now i understood and > it's fine :) > > 2. I've made a 2 screenshots of the same program in gambas3 a

Re: [Gambas-user] (no subject)

2012-01-27 Thread Andreas Fröhlke
mean. Regards Andreas -Ursprüngliche Nachricht- Von: Benoît Minisini [mailto:gam...@users.sourceforge.net] Gesendet: Mittwoch, 25. Januar 2012 17:21 An: mailing list for gambas users Betreff: Re: [Gambas-user] (no subject) Le 25/01/2012 16:08, Andreas Fröhlke a écrit : > Hi Benoît, &

Re: [Gambas-user] (no subject)

2012-01-25 Thread Benoît Minisini
Le 25/01/2012 16:08, Andreas Fröhlke a écrit : > Hi Benoît, > > > > we're using gambas about 6 years. Now we take a look at gambas3 and have two > questions: > > > > 1. Why did you make the spacing property of a container to a boolean, instead > of leaving it as an integer? It's really frustratin

[Gambas-user] (no subject)

2012-01-25 Thread Andreas Fröhlke
Hi Benoît, we're using gambas about 6 years. Now we take a look at gambas3 and have two questions: 1. Why did you make the spacing property of a container to a boolean, instead of leaving it as an integer? It's really frustrating, that we can't set the space between textboxes to 1 pixel

[Gambas-user] (no subject)

2011-12-20 Thread JOHN FERREIRA
Please remove my email address, I no longer wish to receive gambas updates. Thanx -- Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to c

[Gambas-user] (no subject)

2011-11-26 Thread Leo Sendra
.. http://www.supersaw.us/winterpharm.html?lelinkFriend=9xaf2 -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudul

[Gambas-user] (no subject)

2011-11-24 Thread Ext4
> gambas report work fine too ..; i need really to make some doc :/ > -- > Fabien Bodard Yes Fabien, documentation is missing for Gb.report. It's too hard for me to use it :( >What is it you are trying to print? >LaTex is really good > Richard I learned Latex at university 10 years ago :) It

[Gambas-user] (no subject)

2011-11-14 Thread Leo Sendra
hello! http://ygusin.by.ru/abulaharx.html?ocgmailID=32wi6 -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 ___ Gambas-user mailing li

[Gambas-user] (no subject)

2011-11-13 Thread Leo Sendra
. http://pospechova.ic.cz/abulaharx.html?uID=9ak1 -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 ___ Gambas-user mailing list Gamba

[Gambas-user] (no subject)

2011-08-28 Thread Christian DaGeek247 Stephens
-- If a packet hits a pocket on a socket on a port, and the bus is interrupted as a very last resort, and the address of the memory makes your floppy disk abort, then the socket packet pocket has an error to report :-) DaGeek247 of http://dageek247.tk/

[Gambas-user] (no subject)

2011-03-29 Thread Leo Sendra
http://lbuchta.com/drugstore.html -- Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro

[Gambas-user] (no subject)

2011-03-06 Thread Leo Sendra
http://74.52.152.213/FAT.html -- What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative so

Re: [Gambas-user] (no subject)

2011-03-03 Thread Rolf-Werner Eilert
Am 03.03.2011 10:33, schrieb vikram: > Hi, > > An application I am working on allows users to select .sql dump files and the > "source" them into MySQL. I am storing the paths of .sql files obtained via > Dialog.OpenFile() in a array and then iterating through the array with the > following comm

[Gambas-user] (no subject)

2011-03-03 Thread vikram
Hi, An application I am working on allows users to select .sql dump files and the "source" them into MySQL. I am storing the paths of .sql files obtained via Dialog.OpenFile() in a array and then iterating through the array with the following command(via SHELL) to "source" the .sql database dum

[Gambas-user] (no subject)

2011-01-22 Thread Leo Sendra
http://www.allmyshirts.com/bestchoice.php -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_

[Gambas-user] (no subject)

2010-03-20 Thread Henri Girard
Hi, If David Villalobos Cambronero reads this message : I am translating mysql-gui that you are developing... Can you contact me on this email as I can't connect on google mail. kind regards Henri _

[Gambas-user] (no subject)

2009-08-15 Thread Виталий
Est li sredi chitaushih russkoyazichniye? Pishite mne vitaf{cat)rbcmail(point]ru Vitaliy -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and

[Gambas-user] (no subject)

2009-05-19 Thread programacion
-- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment.

Re: [Gambas-user] (no subject)

2009-04-03 Thread Simonart Dominique
Hi, vlahonick vlahonick a écrit : > thanks to all of you (special thanks to dominique tha solved the previous > problem) the project going on :D > but now another problem appears... > THE DIFTHONGS and the finishing greek sigma... > the code below is about the sigma but in greek is one more "ς" t

Re: [Gambas-user] (no subject)

2009-04-02 Thread Dimitris Anogiatis
For the trailing S problem since the nouns with male gender and our verbs always end in "ς" you can either do an rInstr (reverse Instr) or you can use right$ to get the trailing character of your word and check if it is a trailing s or not. as for the difthongs you can always do an instr(tmpString

Re: [Gambas-user] (no subject)

2009-04-01 Thread Emil Tchekov
micro-source.ch] Gesendet: Donnerstag, 2. April 2009 01:01 An: gambas-user@lists.sourceforge.net Betreff: Re: [Gambas-user] (no subject) First you set the Return String to the Input value and none of the If's is proceed. So, what goes In is coming Out. Regards, Werner FUNCTION Gronverter(sI

Re: [Gambas-user] (no subject)

2009-04-01 Thread Doriano Blengino
vlahonick vlahonick ha scritto: > thanks to all of you (special thanks to dominique tha solved the previous > problem) the project going on :D > but now another problem appears... > THE DIFTHONGS and the finishing greek sigma... > the code below is about the sigma but in greek is one more "ς" tha

[Gambas-user] (no subject)

2009-04-01 Thread vlahonick vlahonick
thanks to all of you (special thanks to dominique tha solved the previous problem) the project going on :D but now another problem appears... THE DIFTHONGS and the finishing greek sigma... the code below is about the sigma but in greek is one more "ς" tha goes only if a word ENDS with SIGMA (Σ/σ

Re: [Gambas-user] (no subject)

2009-04-01 Thread ad...@micro-source.ch
First you set the Return String to the Input value and none of the If's is proceed. So, what goes In is coming Out. Regards, Werner FUNCTION Gronverter(sInChar AS String) AS String DIM sRetChar AS String = sInChar IF sInChar = "?" THEN sRetChar = "a" IF sInChar = "?" THEN sRetChar = "v" IF sInC

Re: [Gambas-user] (no subject)

2009-04-01 Thread Charlie Reinl
Am Mittwoch, den 01.04.2009, 20:52 +0300 schrieb vlahonick vlahonick: > > > > From: karl.re...@fen-net.de > > To: gambas-user@lists.sourceforge.net > > Date: Wed, 1 Apr 2009 18:14:32 +0200 > > Subject: Re: [Gambas-user] (no subject) > > > > Am Mit

Re: [Gambas-user] (no subject)

2009-04-01 Thread Simonart Dominique
vlahonick vlahonick a écrit : > > >> From: karl.re...@fen-net.de >> To: gambas-user@lists.sourceforge.net >> Date: Wed, 1 Apr 2009 18:14:32 +0200 >> Subject: Re: [Gambas-user] (no subject) >> >> Am Mittwoch, den 01.04.2009, 18:55 +0300 schrieb vlahonic

Re: [Gambas-user] (no subject)

2009-04-01 Thread vlahonick vlahonick
> From: karl.re...@fen-net.de > To: gambas-user@lists.sourceforge.net > Date: Wed, 1 Apr 2009 18:14:32 +0200 > Subject: Re: [Gambas-user] (no subject) > > Am Mittwoch, den 01.04.2009, 18:55 +0300 schrieb vlahonick vlahonick: > > > > > > > From: karl

Re: [Gambas-user] (no subject)

2009-04-01 Thread Doriano Blengino
Charlie Reinl ha scritto: > >>> first: tell us what version of Gambas you are using. >>> second: am I right, you are writing a kind of CONVERTER ? >>> >>> if so this is what I would write quickly. >>> >>> FUNCTION myConvert(sInChar AS String) AS String >>> DIM sRetChar AS String = sInChar ' m

Re: [Gambas-user] (no subject)

2009-04-01 Thread Charlie Reinl
Am Mittwoch, den 01.04.2009, 18:55 +0300 schrieb vlahonick vlahonick: > > > > From: karl.re...@fen-net.de > > To: gambas-user@lists.sourceforge.net > > Date: Wed, 1 Apr 2009 17:16:38 +0200 > > Subject: Re: [Gambas-user] (no subject) > > > > Am Mit

Re: [Gambas-user] (no subject)

2009-04-01 Thread vlahonick vlahonick
> From: karl.re...@fen-net.de > To: gambas-user@lists.sourceforge.net > Date: Wed, 1 Apr 2009 17:16:38 +0200 > Subject: Re: [Gambas-user] (no subject) > > Am Mittwoch, den 01.04.2009, 17:06 +0300 schrieb vlahonick vlahonick: > > Thanks you all for your replies

Re: [Gambas-user] (no subject)

2009-04-01 Thread vlahonick vlahonick
> From: karl.re...@fen-net.de > To: gambas-user@lists.sourceforge.net > Date: Wed, 1 Apr 2009 17:16:38 +0200 > Subject: Re: [Gambas-user] (no subject) > > Am Mittwoch, den 01.04.2009, 17:06 +0300 schrieb vlahonick vlahonick: > > Thanks you all for your replies

Re: [Gambas-user] (no subject)

2009-04-01 Thread Charlie Reinl
Am Mittwoch, den 01.04.2009, 17:06 +0300 schrieb vlahonick vlahonick: > Thanks you all for your replies > For those that they propuse me to put "end if" at the end of the code of > course i did that > In the screenshot i send you all it was just a part of the code,the theme of > the scree

Re: [Gambas-user] (no subject)

2009-04-01 Thread Doriano Blengino
vlahonick vlahonick ha scritto: > Thanks you all for your replies > For those that they propuse me to put "end if" at the end of the code of > course i did that > In the screenshot i send you all it was just a part of the code,the theme of > the screenshot was to show u the error. > If i

[Gambas-user] (no subject)

2009-04-01 Thread vlahonick vlahonick
Thanks you all for your replies For those that they propuse me to put "end if" at the end of the code of course i did that In the screenshot i send you all it was just a part of the code,the theme of the screenshot was to show u the error. If i didnt close the code with as many end if we

Re: [Gambas-user] (no subject)

2009-04-01 Thread Benoît Minisini
> Charlie Reinl ha scritto: > > Am Dienstag, den 31.03.2009, 22:23 +0200 schrieb Doriano Blengino: > >> Charlie Reinl ha scritto: > >>> Salut, > >>> > >>> you have to close 'If Then Else' by an 'Endif' > >>> Or you could write : > >>> > >>> If TextBox1.Text = "T" then TextBox2.Text = "T" > >>> If T

Re: [Gambas-user] (no subject)

2009-04-01 Thread Doriano Blengino
Charlie Reinl ha scritto: > Am Dienstag, den 31.03.2009, 22:23 +0200 schrieb Doriano Blengino: > >> Charlie Reinl ha scritto: >> >>> Salut, >>> >>> you have to close 'If Then Else' by an 'Endif' >>> Or you could write : >>> >>> If TextBox1.Text = "T" then TextBox2.Text = "T" >>> If TextBox

Re: [Gambas-user] (no subject)

2009-04-01 Thread Doriano Blengino
Charlie Reinl ha scritto: > Am Dienstag, den 31.03.2009, 22:23 +0200 schrieb Doriano Blengino: > >> Charlie Reinl ha scritto: >> >>> Salut, >>> >>> you have to close 'If Then Else' by an 'Endif' >>> Or you could write : >>> >>> If TextBox1.Text = "T" then TextBox2.Text = "T" >>> If TextBox

Re: [Gambas-user] (no subject)

2009-04-01 Thread Benoît Minisini
> Hi!First of all many thanks to the developer and everybody that helped to > the creation and the now shape of this programming language... It was > really was linux missed... > Anyway... > I have a problem or "bug" at programming with gambas...I really searched > and googled to find out how to so

Re: [Gambas-user] (no subject)

2009-03-31 Thread Charlie Reinl
Am Dienstag, den 31.03.2009, 22:23 +0200 schrieb Doriano Blengino: > Charlie Reinl ha scritto: > > Salut, > > > > you have to close 'If Then Else' by an 'Endif' > > Or you could write : > > > > If TextBox1.Text = "T" then TextBox2.Text = "T" > > If TextBox1.Text = "Y" then TextBox2.Text = "I" > >

Re: [Gambas-user] (no subject)

2009-03-31 Thread Doriano Blengino
Charlie Reinl ha scritto: > Salut, > > you have to close 'If Then Else' by an 'Endif' > Or you could write : > > If TextBox1.Text = "T" then TextBox2.Text = "T" > If TextBox1.Text = "Y" then TextBox2.Text = "I" > If it is so, then the gambas parser has a problem: if textbox1.text="0" then

Re: [Gambas-user] (no subject)

2009-03-31 Thread Charlie Reinl
Salut, you have to close 'If Then Else' by an 'Endif' Or you could write : If TextBox1.Text = "T" then TextBox2.Text = "T" If TextBox1.Text = "Y" then TextBox2.Text = "I" . and so on or Select Case or If TextBox1.Text = "T" then TextBox2.Text = "T" Else If TextBox1.Text = "Y" th

Re: [Gambas-user] (no subject)

2009-03-31 Thread Werner
lol lolovic wrote: > Hi!First of all many thanks to the developer and everybody that helped to the > creation and the now shape of this programming language... > It was really was linux missed... > Anyway... > I have a problem or "bug" at programming with gambas...I really searched and > googled

Re: [Gambas-user] (no subject)

2009-03-31 Thread Jussi Lahtinen
I can't say anything about error message, where is the limit etc. BUT I highly recommend that you use "select case" instead of "if then else"! I think you don't run into problems with select case, and also it is easier way... Jussi 2009/3/31 lol lolovic : > > Hi!First of all many thanks to the