Re: [Gambas-user] In Plain English- A definition of the Datatypes please?

2009-04-13 Thread jbskaggs
Thank you, I shall search more. One of the problems I find is that many of the terms have multiple meanings for example their meaning in mathmetics does not always equal the definition in gambas or basic and basic terms do not always match terms in other langauges so that finding meanings in wi

Re: [Gambas-user] Input box incorrect size of the text control. My first problem.

2009-04-13 Thread Benoît Minisini
> > Hi, everybody! Excuse my English. > > > > I've noticed an embarrasing 'bug' when I use an Input Box in my programs. > > Functionality isn't put at risk but looks horrible. I think an image is > > better than words... > > > > http://www.nabble.com/file/p23013689/inputbox.png > > > > > > > > How

Re: [Gambas-user] X coordinate of a Form Frame. My Second Problem.

2009-04-13 Thread Benoît Minisini
> I wrote some code to center a Form window, even the Desktop Size is > different. Here it is: > > FMain.X = Int((Desktop.Width - FMain.Width) / 2) > > FMain.Y = Int((Desktop.Height - FMain.Height) / 2) > > > Meanwhile the Form is resized regarding to the Y coordinate, it doesn't > work as well f

Re: [Gambas-user] A random sort of listview

2009-04-13 Thread jbskaggs
It is Gambas related! Where else are noobs like me going to learn this? Please continue as you are both teaching me Maestros! To stop now would be like taking candy from a baby just after the wrapper was opened. JB SKaggs Simonart Dominique wrote: > > Hi Doriano, > > > I agree to everyth

Re: [Gambas-user] In Plain English- A definition of the Datatypes please?

2009-04-13 Thread Jussi Lahtinen
Hi! For me, because of my experience, documentation of datatypes is self evident. I think you should be more precise with your question. What you don't understand? Short, integer and long are pretty much all same thing, but they can hold different maximum (and minimum [negative]) values. Short, in

Re: [Gambas-user] A random sort of listview

2009-04-13 Thread Simonart Dominique
Hi Doriano, > I agree to everything you wrote. I thought the same about what you wrote! :) >... Then, recalling to my mind >the way a person shuffles cards by hand, I tried to express another >algorithm, which in a certain way lets you to adjust the randomness: a >person can shuffle very

Re: [Gambas-user] shared librarry into gambas

2009-04-13 Thread M0E Lnx
Thanks a lot man... This certainly helps. I'll see if I can follow your example into making something useful with libparted. I found the API references here http://www.gnu.org/software/parted/api/modules.html -- This SF.

Re: [Gambas-user] Busy with theatre...

2009-04-13 Thread Jorge Carrión
Good luck with the play 2009/4/13 jbskaggs > > Theatre and drama is hardwork- to do that and Gambas is impressive. > > Wish I could see the play - but Im stuck in Kansas. > > JB > > > Bugzilla from gam...@users.sourceforge.net wrote: > > > > Hi, > > > > I will play at the "festival du théâtre un

Re: [Gambas-user] Busy with theatre...

2009-04-13 Thread jbskaggs
Theatre and drama is hardwork- to do that and Gambas is impressive. Wish I could see the play - but Im stuck in Kansas. JB Bugzilla from gam...@users.sourceforge.net wrote: > > Hi, > > I will play at the "festival du théâtre universitaire de Cabourg" > (academic > theatre festival of Cabour

[Gambas-user] Busy with theatre...

2009-04-13 Thread Benoît Minisini
Hi, I will play at the "festival du théâtre universitaire de Cabourg" (academic theatre festival of Cabourg - http://www.cabourg.net/spip.php?article388), and so won't be in front of my computer between Wednesday, 15th and Sunday, 19th. There are two or three pending bugs, so people must be pa

Re: [Gambas-user] Input box incorrect size of the text control. My first problem.

2009-04-13 Thread Benoît Minisini
> Hi, everybody! Excuse my English. > > I've noticed an embarrasing 'bug' when I use an Input Box in my programs. > Functionality isn't put at risk but looks horrible. I think an image is > better than words... > > http://www.nabble.com/file/p23013689/inputbox.png > > > > How can I fix this problem