Re: [Gambas-user] Q:how to save a file.png into Postgresql
snip > Yet another unhelpful post :-( Ah, no not true. Will look at the DICOM if/when get around to imaging stuff. Much of the medical stuff is viewable over the web, and one wouldn't download CT's etc. My little drawings as 2K are miniscule things. My App is currently only a prototype in progress or rather should I say a feasability study in progress for myself to see if is possible/worthwhile completing it for my use next year. As I mentioned I've written medical software in the past, and what I didn't mention is that I was involved with the gnuMed project for quite some time (www.gnumed.net), but quit my involvment a couple of years back, because of the slow pace of develolpment and philosophical differences with some other team members. I became very proficient in gui-design on wxPython/python - liked the python language, but wx I still think sucks compared to Gambas. Gambas is pure joy for a gui designer. Having said that I still contribute to gnumed through both some of my legacy work and by passing on to Karsten the main developer, any new postgres schema structures that I've come up with for my own use which are AU specific, and we remain on good terms. My main interest in programming is the functionality and not the programming, as I am not (as you will have noticed from my posts) a particularly talented programmer - I often have huge amounts of trouble getting me head around it. Regards Richard > If it is medical, why not go all the way and use DICOM? There are heaps > of open source toolkits around. > > http://www.idoimaging.com/cgi-sys/cgiwrap/acrabb/imaging/programs.pl?func=4 >&page=7 > > Regards > Werner > > > - > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge Build the coolest Linux based applications with Moblin SDK & win > great prizes Grand prize is a trip for two to an Open Source event anywhere > in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] Q:how to save a file.png into Postgresql
On vendredi 29 août 2008, richard terry wrote: > snip > > > Yet another unhelpful post :-( > > Ah, no not true. > > Will look at the DICOM if/when get around to imaging stuff. Much of the > medical stuff is viewable over the web, and one wouldn't download CT's etc. > > My little drawings as 2K are miniscule things. > > My App is currently only a prototype in progress or rather should I say a > feasability study in progress for myself to see if is possible/worthwhile > completing it for my use next year. > > As I mentioned I've written medical software in the past, and what I didn't > mention is that I was involved with the gnuMed project for quite some time > (www.gnumed.net), but quit my involvment a couple of years back, because of > the slow pace of develolpment and philosophical differences with some other > team members. I became very proficient in gui-design on wxPython/python - > liked the python language, but wx I still think sucks compared to Gambas. > Gambas is pure joy for a gui designer. > > > Having said that I still contribute to gnumed through both some of my > legacy work and by passing on to Karsten the main developer, any new > postgres schema structures that I've come up with for my own use which are > AU specific, and we remain on good terms. > > My main interest in programming is the functionality and not the > programming, as I am not (as you will have noticed from my posts) a > particularly talented programmer - I often have huge amounts of trouble > getting me head around it. > > Regards > > Richard > Did you look at the "PictureDatabase" example? It stores images files from disk into a database, and retrieves them. Regards, -- Benoit Minisini - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] Feature request IDE
On mardi 26 août 2008, Ron wrote: > One small suggestion; > > When you edit a form, specially the code below it, when you switch to > another form to edit, and you go back to the previous form, you end up > in the GUI editor of that form, instead of the code window you where > before. > > Is it possible to remember this, and go directly back to the code window > of a form if that was open during the last edit of that form? > (hope my explanation is not to chaotic), now if you copy code from one > form to another, you have to switch modes everytime. > > Regards, > Ron_2nd > Can you give more explanation please? I am not sure to really understand... -- Benoit Minisini - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] about combobox
On mardi 26 août 2008, Fox wrote: > About combobox, we are talking about this control a little time ago. > There is a big difference from QT and GTK combobox. > Gtk combobox have trouble to manage long lists, try to fill with many > items, it make load for time and also you have trouble to search what > you need. > > QT combobox is not fast, is better, and also, when you have many items > you can find what you need very quickly because you can type the start > characters of you matching word. > > > I'm on a Debian sid 64b > Gambas 2.7 > > Are you talking about read-only combo-boxes or read/write combo-boxes? The implementation of GTK+ combo-box is not really optimal: can you detail what is slow exactly? With some code, or, better, a full project. Regards, -- Benoit Minisini - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] Feature request IDE
Benoit Minisini schreef: > On mardi 26 août 2008, Ron wrote: > >> One small suggestion; >> >> When you edit a form, specially the code below it, when you switch to >> another form to edit, and you go back to the previous form, you end up >> in the GUI editor of that form, instead of the code window you where >> before. >> >> Is it possible to remember this, and go directly back to the code window >> of a form if that was open during the last edit of that form? >> (hope my explanation is not to chaotic), now if you copy code from one >> form to another, you have to switch modes everytime. >> >> Regards, >> Ron_2nd >> >> > > Can you give more explanation please? I am not sure to really understand... > > I'll try.. If you have several forms opened in the editor, and for some you have opened the .class of it to edit code, if you switch documents by double clicking on the form entry in the treeview on the left you always go to the already opened form (gui editor mode), and not the .class file which belongs to it. I think it would be nice if it opened the .class file instead of the form if that was the last state you where in before you opened another file. So open FTest.class instead of FTest.form if you where editing code in that .class file before and it's already open in the project. (basically remember the state of editing a form, .form or .class lastly opened) Hmm dunno if this is more clear, or i'm (which isn't the first time) the only one with this request, if so disregard it... Regards, Ron_2nd PS: I have donated some a few days ago , buy a beer on me for it ;-) - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] Feature request IDE
On vendredi 29 août 2008, Ron wrote: > Benoit Minisini schreef: > > On mardi 26 août 2008, Ron wrote: > >> One small suggestion; > >> > >> When you edit a form, specially the code below it, when you switch to > >> another form to edit, and you go back to the previous form, you end up > >> in the GUI editor of that form, instead of the code window you where > >> before. > >> > >> Is it possible to remember this, and go directly back to the code window > >> of a form if that was open during the last edit of that form? > >> (hope my explanation is not to chaotic), now if you copy code from one > >> form to another, you have to switch modes everytime. > >> > >> Regards, > >> Ron_2nd > > > > Can you give more explanation please? I am not sure to really > > understand... > > I'll try.. > > If you have several forms opened in the editor, and for some you have > opened the .class of it to edit code, if you switch documents by double > clicking on the form entry in the treeview on the left you always go to > the already opened form (gui editor mode), and not the .class file which > belongs to it. > > I think it would be nice if it opened the .class file instead of the > form if that was the last state you where in before you opened another > file. > > So open FTest.class instead of FTest.form if you where editing code in > that .class file before and it's already open in the project. > (basically remember the state of editing a form, .form or .class lastly > opened) > > Hmm dunno if this is more clear, or i'm (which isn't the first time) the > only one with this request, if so disregard it... > > Regards, > Ron_2nd Do you know that pressing CTRL while double-clikcing opens the code and not the form? > > PS: I have donated some a few days ago , buy a beer on me for it ;-) > I don't drink beer, but thanks for the donation. I will go eating sorbets at Berthillon (http://www.berthillon.fr) instead. :-) Regards, -- Benoit Minisini - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] Feature request IDE
Benoit Minisini schreef: > On vendredi 29 août 2008, Ron wrote: > >> Benoit Minisini schreef: >> >>> On mardi 26 août 2008, Ron wrote: >>> One small suggestion; When you edit a form, specially the code below it, when you switch to another form to edit, and you go back to the previous form, you end up in the GUI editor of that form, instead of the code window you where before. Is it possible to remember this, and go directly back to the code window of a form if that was open during the last edit of that form? (hope my explanation is not to chaotic), now if you copy code from one form to another, you have to switch modes everytime. Regards, Ron_2nd >>> Can you give more explanation please? I am not sure to really >>> understand... >>> >> I'll try.. >> >> If you have several forms opened in the editor, and for some you have >> opened the .class of it to edit code, if you switch documents by double >> clicking on the form entry in the treeview on the left you always go to >> the already opened form (gui editor mode), and not the .class file which >> belongs to it. >> >> I think it would be nice if it opened the .class file instead of the >> form if that was the last state you where in before you opened another >> file. >> >> So open FTest.class instead of FTest.form if you where editing code in >> that .class file before and it's already open in the project. >> (basically remember the state of editing a form, .form or .class lastly >> opened) >> >> Hmm dunno if this is more clear, or i'm (which isn't the first time) the >> only one with this request, if so disregard it... >> >> Regards, >> Ron_2nd >> > > Do you know that pressing CTRL while double-clikcing opens the code and not > the form? > > Aha, no /I /didn't know that. Thats good enough, disregard my request! > >> PS: I have donated some a few days ago , buy a beer on me for it ;-) >> >> > > I don't drink beer, but thanks for the donation. I will go eating sorbets at > Berthillon (http://www.berthillon.fr) instead. :-) > > Ok, bon appetit! ;) Regards, Ron_2nd - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] Grideditor
Hi, I want to add a row to the gridedito from code, so i do this : PUBLIC SUB Button5_Click() ' on ajoute la selection du listbox gridd.GridEditor_Create() ' met les données dans le grid gridd.putData(gridd.Table.Row, 2, "Tout-Bien") gridd.putData(gridd.Table.Row, 4, "Request") gridd.putData(gridd.Table.Row, 3, Format(Now, "dd/mm/")) gridd.putData(gridd.Table.Row, 5, ListBox1.Text) END The data is visible and correct in the gridview. A little + is written in the fist column, so all is ok. Then a use the save button to save the row. Now a row is saved, but with no data in it. Any ideas ? Steven - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] gambasdoc.org bug
Le Wednesday 27 August 2008 10:55:56 Benoit Minisini, vous avez écrit : > On dimanche 24 août 2008, Laurent Carlier wrote: > > The title of the page is always added when using then syntax{} > > statement. > > > > See http://www.gambasdoc.org/help/tutorial/testloop > > When using the {syntax ... } box, you must specify "no-title" after > the "syntax" keyword, otherwise the page title is automatically repeated. > This is a feature, not a bug. :-) > > Regards, Damn an undocumented feature, i know now that gambas has some secret API to take some advantages from others :-p Will fix the wiki to document that s/bug/feature. Regards, - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] Autoconf tools question
Le Thursday 28 August 2008 16:21:00 M0E Lnx, vous avez écrit : > Any way to test this in gambas2 yet? > > my app is written in g2 > > On Wed, Aug 27, 2008 at 7:30 PM, Laurent Carlier <[EMAIL PROTECTED]> wrote: > > Le Wednesday 27 August 2008 14:54:07 M0E Lnx, vous avez écrit : > >> I'm willing to test (pretty much all I can do) but I do appreciate you > >> guys considering it. I suposse many people will write their > >> appliactions in gambas and will need to depend on something else... so > >> it'll help to have it run checks for those dependancies as well. Even > >> if it means specifying them by name (each developer should know what > >> his/her app depends on) > >> > >> On Wed, Aug 27, 2008 at 4:46 AM, Laurent Carlier <[EMAIL PROTECTED]> > > > > wrote: > >> > Le Wednesday 27 August 2008 10:45:13 Benoit Minisini, vous avez écrit : > >> >> On mardi 19 août 2008, M0E Lnx wrote: > >> >> > I've gotten my application to package with the autoconf tools > >> >> > creator from the IDE (very nice (in version 2.8 the DESTDIR is > >> >> > supported)). I have a question > >> >> > How can I make these scripts run additional tests?. > >> >> > My application for instance uses other things such as Python, > >> >> > CMake... etc, how can I make the configure script check for these > >> >> > too? > >> >> > > >> >> > Any help is appreciated > >> >> > > >> >> > Thanks > > > > You can find some preliminary work on the 3.0 branch. > > > > You can add extra tests (you need to know how configure script work (see > > autoconf.automake docs)). Your script will be add at the end of the > > configure script. > > > > See http://gambas.svn.sourceforge.net/gambas/?rev=1520&view=rev > > > > ++ > > I can put this in stable branch if benoit agrees, but as it's pretty untested, i prefer if you can test this feature i.e. install G3, just create a dummy project, then create a package with autotools, and add your test ! So you axtract the dummy package and run ./configure script. Try all these steps, so send your comments, feature missing, the bugs found. If it's pretty bugfree and useful them it will be backported for the next 2.x release. Regards, - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] Autoconf tools question
Will do as soon as I get a chance What are the chances of a g2 project to work under g3? On Fri, Aug 29, 2008 at 6:34 AM, Laurent Carlier <[EMAIL PROTECTED]> wrote: > Le Thursday 28 August 2008 16:21:00 M0E Lnx, vous avez écrit : >> Any way to test this in gambas2 yet? >> >> my app is written in g2 >> >> On Wed, Aug 27, 2008 at 7:30 PM, Laurent Carlier <[EMAIL PROTECTED]> > wrote: >> > Le Wednesday 27 August 2008 14:54:07 M0E Lnx, vous avez écrit : >> >> I'm willing to test (pretty much all I can do) but I do appreciate you >> >> guys considering it. I suposse many people will write their >> >> appliactions in gambas and will need to depend on something else... so >> >> it'll help to have it run checks for those dependancies as well. Even >> >> if it means specifying them by name (each developer should know what >> >> his/her app depends on) >> >> >> >> On Wed, Aug 27, 2008 at 4:46 AM, Laurent Carlier <[EMAIL PROTECTED]> >> > >> > wrote: >> >> > Le Wednesday 27 August 2008 10:45:13 Benoit Minisini, vous avez écrit : >> >> >> On mardi 19 août 2008, M0E Lnx wrote: >> >> >> > I've gotten my application to package with the autoconf tools >> >> >> > creator from the IDE (very nice (in version 2.8 the DESTDIR is >> >> >> > supported)). I have a question >> >> >> > How can I make these scripts run additional tests?. >> >> >> > My application for instance uses other things such as Python, >> >> >> > CMake... etc, how can I make the configure script check for these >> >> >> > too? >> >> >> > >> >> >> > Any help is appreciated >> >> >> > >> >> >> > Thanks >> > >> > You can find some preliminary work on the 3.0 branch. >> > >> > You can add extra tests (you need to know how configure script work (see >> > autoconf.automake docs)). Your script will be add at the end of the >> > configure script. >> > >> > See http://gambas.svn.sourceforge.net/gambas/?rev=1520&view=rev >> > >> > ++ >> > > > I can put this in stable branch if benoit agrees, but as it's pretty untested, > i prefer if you can test this feature i.e. install G3, just create a dummy > project, then create a package with autotools, and add your test ! > > So you axtract the dummy package and run ./configure script. > > Try all these steps, so send your comments, feature missing, the bugs found. > If it's pretty bugfree and useful them it will be backported for the next 2.x > release. > > Regards, > > > - > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] Question about var declaration
Variables declared with a DIM inside a SUB or FUNCTION can be put together like this: DIM sVar1, sVar2 AS String This is not valid syntax for public vars at the beginning of a module of class, like this: PUBLIC sVar1, sVar2 AS String This results in an error 'Missing AS' Is this on purpose? Or is the compiler too strict? Regards, Ron_2nd - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] Question about var declaration
On vendredi 29 août 2008, Ron wrote: > Variables declared with a DIM inside a SUB or FUNCTION can be put > together like this: > > DIM sVar1, sVar2 AS String > > This is not valid syntax for public vars at the beginning of a module of > class, like this: > > PUBLIC sVar1, sVar2 AS String > > This results in an error 'Missing AS' > > Is this on purpose? Or is the compiler too strict? > > Regards, > Ron_2nd > The compiler is too strict. :-) -- Benoit Minisini - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] Question about var declaration
Benoit Minisini schreef: > On vendredi 29 août 2008, Ron wrote: > >> Variables declared with a DIM inside a SUB or FUNCTION can be put >> together like this: >> >> DIM sVar1, sVar2 AS String >> >> This is not valid syntax for public vars at the beginning of a module of >> class, like this: >> >> PUBLIC sVar1, sVar2 AS String >> >> This results in an error 'Missing AS' >> >> Is this on purpose? Or is the compiler too strict? >> >> Regards, >> Ron_2nd >> >> > > The compiler is too strict. :-) > > Hmm, I smell a little VB like inconsistancy, yukk! ;-) Regards, Ron_2nd - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] Autoconf tools question
Le Friday 29 August 2008 14:55:20 M0E Lnx, vous avez écrit : > Will do as soon as I get a chance > > What are the chances of a g2 project to work under g3? > There is pretty good chances of success. Regards, - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] Gambas Apps Dependencies
Gambas Apps Dependencies Hi, I have reach a point where I cant code all by me, so I have decide to use a program to send emails notifications from sendmail. So I want my app check for the program, if found, use it, if not, install it. For check the app existence I was thinking something like "whereis sendmail" But how do I catch the console answer? Now, another question, if the program exist, its Ok, but if not, what would be the best way to install it as easy as possible for the user? I was thinking: su (or sudo?), apt-get install sendmail, and then wait (how do I know when its done?) for the installation. Of course theres another issues like internet problems and so on, but will try ti figure out the solution later, now the most important is to catch console results. Thanks in advance, NxGTR -- http://tallerhuertas.googlepages.com/ http://systemarpi.googlepages.com/ - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] Feature request IDE
On Friday 29 August 2008, Ron wrote: > > Do you know that pressing CTRL while double-clikcing opens the code and not > > the form? > > > > > Aha, no /I /didn't know that. > Thats good enough, disregard my request! > Good news to me too, the CTRL key trick :) Would be nice to have those secret key/mouse combinations somewhere into the wiki. > > > >> PS: I have donated some a few days ago , buy a beer on me for it ;-) > >> > >> > > > > I don't drink beer, but thanks for the donation. I will go eating sorbets > > at > > Berthillon (http://www.berthillon.fr) instead. :-) > > Looks good, a nice place to get ideas and inspiration for gambas there. > > > > Ok, bon appetit! ;) > > Regards, > Ron_2nd > Ron_1st Ik mooet daar ook maar eens een sorbet gaan halen :) :) -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user