Re: [Gambas-user] combo.find case sensitivity

2010-05-18 Thread richard terry
On Wednesday 19 May 2010 09:09:31 Benoît Minisini wrote: > > Hi List, > > > > I wondered if there was a way to over come case sensitivity in the > > combo.find property, the help dosn't indicate anything. > > > > cmbTitle.index = > > cmbTitle.Find(unmatched_staff[cvwUnmatchedStaff.item.key]!title)

Re: [Gambas-user] combo.find case sensitivity

2010-05-18 Thread Benoît Minisini
> Hi List, > > I wondered if there was a way to over come case sensitivity in the > combo.find property, the help dosn't indicate anything. > > cmbTitle.index = > cmbTitle.Find(unmatched_staff[cvwUnmatchedStaff.item.key]!title) > > eg if Title = "Dr" and my comb o entry = "Dr" then all is well,

[Gambas-user] combo.find case sensitivity

2010-05-18 Thread richard terry
Hi List, I wondered if there was a way to over come case sensitivity in the combo.find property, the help dosn't indicate anything. cmbTitle.index = cmbTitle.Find(unmatched_staff[cvwUnmatchedStaff.item.key]!title) eg if Title = "Dr" and my comb o entry = "Dr" then all is well, but if title =

Re: [Gambas-user] Feature request

2010-05-18 Thread richard terry
On Tuesday 18 May 2010 21:03:42 Fabien Bodard wrote: > like kopete does ? Don't user Kopete, but something would be great, rather than going to a shell, typing locate filename, seeing it is in .src/dir/ wheverever and then going looking via the IDE. REgard Richard > > Le 17 mai 2010 23:32, ric

[Gambas-user] Gambas, Midi and Timidity

2010-05-18 Thread Ru Vuott
Hello, I'ld like to build a program for playing and handling MIDI data. I have this first problem. I suppose I must use Timidity (as an interface between my program and sound card). How can I send MIDI data to Timidity ? Thanks Paolo ---

Re: [Gambas-user] Saving integer array into file

2010-05-18 Thread Fabien Bodard
>> Benoit, is there something about that in the help ? i don't see >> anything about a read or a wirte method :/ > > Yes, for a long time! I've never have to use that function :)... but if i've known its exixtance before, for sur, i used it. >> >> and what is array.bounds exactly ? (i know i'

Re: [Gambas-user] Saving integer array into file

2010-05-18 Thread Benoît Minisini
> Le 18 mai 2010 13:30, Benoît Minisini a écrit : > >> Am 18.05.2010 13:09, schrieb Fabien Bodard: > >> > 2010/5/18 Rolf-Werner Eilert: > >> >> Just had this idea: > >> >> > >> >> DIM myArray AS NEW Integer[] > >> >> > >> >> 'code filling myArray with integer values > >> >> > >> >> File.Save(m

Re: [Gambas-user] Saving integer array into file

2010-05-18 Thread Rolf-Werner Eilert
Am 18.05.2010 13:30, schrieb Benoît Minisini: >> Am 18.05.2010 13:09, schrieb Fabien Bodard: >>> 2010/5/18 Rolf-Werner Eilert: Just had this idea: DIM myArray AS NEW Integer[] 'code filling myArray with integer values File.Save(myArray) Well, this won't

Re: [Gambas-user] Saving integer array into file

2010-05-18 Thread Rolf-Werner Eilert
Am 18.05.2010 15:06, schrieb Fabien Bodard: > Le 18 mai 2010 13:30, Benoît Minisini a écrit : >>> Am 18.05.2010 13:09, schrieb Fabien Bodard: 2010/5/18 Rolf-Werner Eilert: > Just had this idea: > > DIM myArray AS NEW Integer[] > > 'code filling myArray with integer values

Re: [Gambas-user] Saving integer array into file

2010-05-18 Thread Fabien Bodard
Le 18 mai 2010 13:30, Benoît Minisini a écrit : >> Am 18.05.2010 13:09, schrieb Fabien Bodard: >> > 2010/5/18 Rolf-Werner Eilert: >> >> Just had this idea: >> >> >> >> DIM myArray AS NEW Integer[] >> >> >> >> 'code filling myArray with integer values >> >> >> >> File.Save(myArray) >> >> >> >> Well

Re: [Gambas-user] Saving integer array into file

2010-05-18 Thread Benoît Minisini
> Am 18.05.2010 13:09, schrieb Fabien Bodard: > > 2010/5/18 Rolf-Werner Eilert: > >> Just had this idea: > >> > >> DIM myArray AS NEW Integer[] > >> > >> 'code filling myArray with integer values > >> > >> File.Save(myArray) > >> > >> Well, this won't be possible: File.Save only saves strings.

Re: [Gambas-user] Saving integer array into file

2010-05-18 Thread Rolf-Werner Eilert
Am 18.05.2010 13:09, schrieb Fabien Bodard: > 2010/5/18 Rolf-Werner Eilert: >> Just had this idea: >> >> DIM myArray AS NEW Integer[] >> >> 'code filling myArray with integer values >> >> File.Save(myArray) >> >> Well, this won't be possible: File.Save only saves strings. Or is there >> another way

Re: [Gambas-user] Saving integer array into file

2010-05-18 Thread Fabien Bodard
2010/5/18 Rolf-Werner Eilert : > Just had this idea: > > DIM myArray AS NEW Integer[] > > 'code filling myArray with integer values > > File.Save(myArray) > > Well, this won't be possible: File.Save only saves strings. Or is there > another way by somehow copying the integer array into a string and

Re: [Gambas-user] Feature request

2010-05-18 Thread Fabien Bodard
like kopete does ? Le 17 mai 2010 23:32, richard terry a écrit : > I wondered if there was any easy way to find a file (class/form/module) in > ones > code tree. Maybe this feature already exists in gambas3 > > As I've hundreds of forms, classes and modules, I've got to the point where I > occasi

[Gambas-user] Saving integer array into file

2010-05-18 Thread Rolf-Werner Eilert
Just had this idea: DIM myArray AS NEW Integer[] 'code filling myArray with integer values File.Save(myArray) Well, this won't be possible: File.Save only saves strings. Or is there another way by somehow copying the integer array into a string and saving that instead? Anyway, this would mak

[Gambas-user] Feature request

2010-05-18 Thread richard terry
I wondered if there was any easy way to find a file (class/form/module) in ones code tree. Maybe this feature already exists in gambas3 As I've hundreds of forms, classes and modules, I've got to the point where I occasinally 'mislay' one. Yes I know I can search my HDD easily with locate, but

Re: [Gambas-user] I am new and am just saying hello

2010-05-18 Thread Stefano Palmeri
Il martedì 18 maggio 2010 09:17:46 girardhe...@hotmail.com ha scritto: > Salut, > Joyeux retraité, je pense que tu l'as bien gagné (1096) : lol > Moi j'y suis depuis 2005 et je ne m'en plaints pas (même si elle est mal > payée ici) > J'aime bien gambas et des tutoriels (anglais, français) seront le

Re: [Gambas-user] I am new and am just saying hello

2010-05-18 Thread girardhenri
Salut, Joyeux retraité, je pense que tu l'as bien gagné (1096) : lol Moi j'y suis depuis 2005 et je ne m'en plaints pas (même si elle est mal payée ici) J'aime bien gambas et des tutoriels (anglais, français) seront le bienvenus, (désolé je ne connais pas le dutch) En fait il commence à y avoir u