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

2009-04-12 Thread Dominique SIMONART
times, but their content change each time (there is another card on these places each time). In no way you could loose a card in this process!!. The JBskaggs' problem, I think, is that, before he starts the process, there are twice 2 identical cards in h

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

2009-04-12 Thread Dominique SIMONART
-- This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _

Re: [Gambas-user] How to populate a gridview from keyboard (closed)

2009-02-22 Thread Dominique SIMONART
Please, consider this thread as closed as the subject is no mare relevant Dominique SIMONART a écrit : > Benoît Minisini a écrit : > >>> Hi everyone, >>> >>> it seemed so simple that I feel a bit stupid with that question, but... >>> I want to fill a g

[Gambas-user] How to know permanently the cursor coordinates in a gridview?

2009-02-22 Thread Dominique SIMONART
Hi, I've a main Gridview (grdGame) surrounded by 2 other grids, grdHdef on top and grdVdef on left of grdGame When the mouse cursor is over the main grid, I want to highlight a column of the top grid and a row of the left grid facing the cursor position. How to know at each instant where the curso

Re: [Gambas-user] How to populate a gridview from keyboard

2009-02-19 Thread Dominique SIMONART
t; >> Could someone give me a short sample or point me on the right direction? >> >> Thanks in advance for your help >> Dominique Simonart >> >> > > Just implement the cursor your self. Create a class named MyGridView that > inherits GridView. &g

Re: [Gambas-user] How to populate a gridview from keyboard

2009-02-17 Thread Dominique SIMONART
t; >> Could someone give me a short sample or point me on the right direction? >> >> Thanks in advance for your help >> Dominique Simonart >> >> > > Just implement the cursor your self. Create a class named MyGridView that > inherits GridView. &g

[Gambas-user] How to populate a gridview from keyboard

2009-02-17 Thread Dominique SIMONART
e any cursor on my grid. I want not to use the mouse cursor because my fingers are on the keyboard all the time. I wish to define the next cell with the cursor keys only. Could someone give me a short sample or point me on the right direction? Thanks in advance for your help Dominique Sim

[Gambas-user] Problem with Byte datatype ?

2009-01-29 Thread Dominique SIMONART
mory capture of an Amiga program ("Captive") running inside the emulator WinUAE. In those old days (twenty years ago), memory was 0.0005 Gb and byte usage was quite common! and more, the memory byte order was not compatible with the actual PC so you have to read memory byte by byte

Re: [Gambas-user] Signal 11 while initializing a property

2009-01-23 Thread Dominique SIMONART
Oups, forget to join the source! Dominique SIMONART a écrit : > Jussi (sorry for the preceding Julien) > > I wonder if our problems are really the same! > Here is more details of my situation. As you can see, the READ should > know that the datatype of hMyClas[i

Re: [Gambas-user] Signal 11 while initializing a property

2009-01-23 Thread Dominique SIMONART
these two 2 instructions works fine READ #hFile, N hMyClass[i].X = N ' using this one ends with Signal 11 message 'READ #hFile, hMyClass[i].X NEXT If you want to test, I join the complete source (with the file to read) as it is very small (15.4K) regards Dominique Sim

[Gambas-user] Signal 11 while initializing a property

2009-01-21 Thread Dominique SIMONART
ends with a signal 11! READ #hFile, hMyClass[i].X Why? Thanks for your help Dominique Simonart -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.ne

Re: [Gambas-user] Gambas is slower than Python??

2009-01-17 Thread Dominique SIMONART
ing) IF i = 0 THEN RETURN "" ' or i = 1 it's a choice j = InStr(doc, endstring, i) IF j = 0 THEN RETURN "" ' or j = len(doc) RETURN String.Mid(doc, i, j - i) END PUBLIC SUB Button1_Click() DIM i AS Integer, t AS Float, s

Re: [Gambas-user] Emulating wizard Back/Next navigation

2008-12-11 Thread Dominique SIMONART
e created a small project what I'm trying to do... See attachment >>>>>>> >>>>>>> Any help is appreciated >>>>>>> >>>>>>> Thanks >>>>>>> >>>>>> --- En

Re: [Gambas-user] about compilation of Gambas

2008-06-18 Thread Dominique SIMONART
proposed updates from OpenSuse repositories. any ideas? The problem is also that now I don't have gambas anymore :'( regards, Dominique Simonart - Check out the new SourceForge.net Marketplace. It's

Re: [Gambas-user] about compilation of Gambas

2008-06-16 Thread Dominique SIMONART
Benoit Minisini a écrit : > On lundi 16 juin 2008, Dominique SIMONART wrote: > <- removed lines here --> >> So, in order to install the last version I just have to type >> $ svn checkout >> https://gambas.svn.sourceforge.net/svnroot/gamba

Re: [Gambas-user] about compilation of Gambas

2008-06-16 Thread Dominique SIMONART
Thanks Benoit, sorry for my evident ignorance! Benoit Minisini a écrit : > On lundi 16 juin 2008, Dominique SIMONART wrote: > >> Hi everybody, >> >> I'm not familiar with Linux, know nothing about svn and use OpenSuse 10.3. >> I actually use Gambas2 V2.0 and

[Gambas-user] about compilation of Gambas

2008-06-15 Thread Dominique SIMONART
t ended with the following messages (see the joined text file) so I did not start the 'make install' process) 2) What is wrong here? Thanks in advance, regards Dominique Simonart many, many lines discarded here, followed by... Making all in gb.qt make[2]: entrant dans le répertoire « /h