[Gambas-user] text interface apps

2009-08-12 Thread Tomas Eroles i Forner
Hello all! I would like to know if it's possible, working with text apps, write texts in the screen at any position. An example: I learned programming with dBase III, and we used the command: @2,5 SAY "Hello, what is your name?: " GET w_name to write on the coordinates 2,5 on the screen the phr

Re: [Gambas-user] Form refresh problem

2009-04-11 Thread Tomas Eroles i Forner
Grazie mille It seems it works I hope add more things and then publish the program for if anyone wants to add something Thanks Doriano El ds 11 de 04 del 2009 a les 09:53 +0200, en/na Doriano Blengino va escriure: > Tomas Eroles i Forner ha scritto: > > Hi all > > > > I&#

[Gambas-user] Form refresh problem

2009-04-10 Thread Tomas Eroles i Forner
Hi all I'm writing a program to present the results of the ping command in a TableView. The user can select the amount of times the program has to repeat the process. The program executes a While..Wend loop in which executes the ping command, analyzes the result, and inserts a row in the TableView

[Gambas-user] DrawingArea capabilities

2009-04-04 Thread Tomas Eroles i Forner
Hi all Is there any way to draw mobile objects on a DrawingArea? That is, is it possible to draw something and after to move it with mouse? The idea is to draw things in a drawingarea? and when required, to move them using the mouse Thanks in advance --

Re: [Gambas-user] Beginers questions

2008-11-15 Thread Tomas Eroles i Forner
Hi all! El dv 14 de 11 del 2008 a les 11:40 -0500, en/na Stephen Bungay va escriure: > Demosthenes Koptsis wrote: > > Hi to all, > > > > i have two simple questions as a beginner, > > > > 1) how to have access to control values from different forms? > > > >Set the controls in all forms to

Re: [Gambas-user] Best control for a game

2008-09-06 Thread Tomas Eroles i Forner
no wrote: > > Werner ha scritto: > > > Tomas Eroles i Forner wrote: > > >> commands in a Draw.Begin(DrawingArea)...Draw.End group of code. > > >> > > >> It seems to work, but, I see that you can start drawing if you put a > > >>

Re: [Gambas-user] Best control for a game

2008-09-04 Thread Tomas Eroles i Forner
e that you can start drawing if you put a command button, or a menu or something like this, but it does not work in a Form_Open event. Is it like this? Thanks El dj 28 de 08 del 2008 a les 11:57 +0200, en/na Benoit Minisini va escriure: > On jeudi 28 août 2008, Tomas Eroles i Forner wrote: >

Re: [Gambas-user] Best control for a game

2008-08-28 Thread Tomas Eroles i Forner
Thanks Benoit. I will work on it El dj 28 de 08 del 2008 a les 11:57 +0200, en/na Benoit Minisini va escriure: > On jeudi 28 août 2008, Tomas Eroles i Forner wrote: > > Hi all > > I'm trying to write a gambas scrabble (yes, I'm in holidays :-), and I'm > > t

Re: [Gambas-user] Best control for a game

2008-08-28 Thread Tomas Eroles i Forner
Hello anyway. Don't worry, I've found it. I will use a GridView. It seems to work: I can colour the cells, put some text and so on. Thanks anyway El dj 28 de 08 del 2008 a les 11:51 +0200, en/na Tomas Eroles i Forner va escriure: > Hi all > I'm trying to write a gambas

[Gambas-user] Best control for a game

2008-08-28 Thread Tomas Eroles i Forner
Hi all I'm trying to write a gambas scrabble (yes, I'm in holidays :-), and I'm thinking which is the best control to do that. I've tried to use a 15x15 matrix text label, but I think perhaps there is a better control. What do you think about? If using a GridView or TableView, is it possible to pa

Re: [Gambas-user] Gambas as language for web development

2008-06-09 Thread Tomas Eroles i Forner
anybody help me? That is, which steps must I follow? Thanks in advance El dc 14 de 05 del 2008 a les 21:27 +0200, en/na Benoit Minisini va escriure: > On mercredi 14 mai 2008, Tomas Eroles i Forner wrote: > > Very good example! > > But I have more questions: > > - As Jose Luis s