Re: [Gambas-user] 1755 build failed! (sob sob) gambas3

2008-12-31 Thread richard terry
On Tue, 30 Dec 2008 07:43:04 pm David Paleino wrote: > On Tue, 30 Dec 2008 17:33:54 +1100, richard terry wrote: > > /usr/bin/ld: cannot find -lqt-mt > > Do you have qt3 headers installed? > > On Debian (and -like) systems it would be "libqt3-mt-dev". > > Just my two cents, > David I'll look at tha

Re: [Gambas-user] 1755 build failed! (sob sob) gambas3

2008-12-31 Thread richard terry
On Tue, 30 Dec 2008 07:43:04 pm David Paleino wrote: > On Tue, 30 Dec 2008 17:33:54 +1100, richard terry wrote: > > /usr/bin/ld: cannot find -lqt-mt > > Do you have qt3 headers installed? > > On Debian (and -like) systems it would be "libqt3-mt-dev". > > Just my two cents, > David I'll look at tha

Re: [Gambas-user] URL encoding "%20"

2008-12-31 Thread nando
Quite funny! Mine was called decodeurl but I cut and pasted your function name without even thinking the opposite meaning. Very funny indeed! Everyone, have a drink and make it worth it! Happy New Year -- Original Message --- From: werner 007 To: gambas-user@lists.sourceforge.net

Re: [Gambas-user] gambas-mpg123player

2008-12-31 Thread Doriano Blengino
Demosthenes Koptsis ha scritto: > Hi list, > > i wrote a simple front-end for mpg123 console player in gambas2, > have a look > > http://gambas-mpg123pl.sourceforge.net/index.html > Had a look to your application; simple but effective. If I didn't have Beep Media Player, now I could use your ap

Re: [Gambas-user] URL encoding "%20"

2008-12-31 Thread werner 007
@Rob: Yes you are right. @Benoit: Thanks @Doriano: http://www.blooberry.com/indexdot/html/topics/urlencoding.htm @Nando: All the samples does not only %20 ;) Wish a good New Year to all Regards, Werner(007) -- View this message in context: http://www.nabble.com/URL-encoding-%22-20%22-tp212166

[Gambas-user] Another present!

2008-12-31 Thread Benoit Minisini
Hi, After the gb.image.info component, here is a new present, for the new year: `` Automatic shortcut configuration '' Well, what's that? As soon as you use the gb.form.mdi component, and that you define the Action property of all menus / buttons accordingly, you just have to call the Action.

Re: [Gambas-user] URL encoding "%20"

2008-12-31 Thread Benoit Minisini
On mercredi 31 décembre 2008, Doriano Blengino wrote: > Rob ha scritto: > > On Tuesday 30 December 2008 19:44, werner 007 wrote: > >> First when i read your solution i was thinking "damn, i was lazy to make > >> a good job". > >> But then, we are not looking for single chars but for three at once.