[Gambas-user] ty for ur replies for any further replies plz c...

2009-05-08 Thread vlahonick vlahonick
ty for ur replies for any further replies plz contact me direct to my e-mail : tsopanotr...@hotmail.com herdandez i tried ur kind but didnt seems to work :( so how i can make the program to understand that it has to give a result after the user finishes the input ??? because at this moment th

[Gambas-user] Hello all!!! How i can make my program to under...

2009-05-07 Thread vlahonick vlahonick
Hello all!!! How i can make my program to understand when i write "c" is different from "cl" ? EXAMPLE if textbox1.text="c" then textbox1.text="1" else if textbox1.text="cl" then textbox1.text="2" end if end if The problem is that when i am trying to write "cl" the result i get is "1l" and th

[Gambas-user] Hello all :D Can anybody tell me how i can make a...

2009-05-07 Thread vlahonick vlahonick
Hello all :D Can anybody tell me how i can make a value to calculate something only if the user put specific numbers? EXAMPLE: Dim S As String Dim i, y, N, d As Integer S = TextBox1.Text y = Len(S) N = 0 For i = 1 To y d = Val(Mid(S, i,

[Gambas-user] ty

2009-04-14 Thread vlahonick vlahonick
THANKS YOU ALL for your replies... every anwser was very interesting but the simplest and best solution was Dominique's (special thanks). here is the final code : ' Gambas class file ' Designed by Vlahonick PUBLIC SUB _new() END PUBLIC SUB Form_Open() END PUBLIC SUB Button1_Click() DIM S AS

[Gambas-user] binary numeral system

2009-04-14 Thread vlahonick vlahonick
hello all :D i am trying to create a program that calculates a number from the binary numeral system and gives a result example of what the program will do : we have the number (at binary numeral system) 10011 so to have result we have to do (1*2^4)+(0*2^3)+(0*2^2)+(1*2^1)+(1*2^0)= 16+0+0+2+1

Re: [Gambas-user] icon...

2009-04-03 Thread vlahonick vlahonick
gh I have never tried it. > > 2009/4/3 vlahonick vlahonick > > > > > > > > > hello all :D > > > > does anybody knows how to change the icon that appears in the left of the > > program's name after u installed > > programs .deb package? &g

[Gambas-user] icon...

2009-04-02 Thread vlahonick vlahonick
hello all :D does anybody knows how to change the icon that appears in the left of the program's name after u installed programs .deb package? (i use ubuntu 8.10) (i am not talking about the icon that appears at the left of programs window when u run it-this one we can put it from the icon

[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] Function Len in gambas2

2009-04-01 Thread vlahonick vlahonick
> Date: Wed, 1 Apr 2009 23:50:15 +0200 > From: simonart.domini...@wanadoo.fr > To: gambas-user@lists.sourceforge.net > Subject: Re: [Gambas-user] Function Len in gambas2 > > vlahonick vlahonick a écrit : > > > > hi again...sorry about the delay in my r

Re: [Gambas-user] Function Len in gambas2

2009-04-01 Thread vlahonick vlahonick
> From: karl.re...@fen-net.de > To: gambas-user@lists.sourceforge.net > Date: Wed, 1 Apr 2009 22:14:47 +0200 > Subject: [Gambas-user] Function Len in gambas2 > > Salut, > > am I wrong? but I think thats use for nothing as LEN works actually in > gambas2 > > from .gambas2/help/help/lang/l

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

[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