Re: [Gambas-user] Side panel example??

2009-06-30 Thread Stephen Bungay
Hi Richard; Thanks for that, at least I was starting to think I was becoming thick-in-the-head. You're probably right, I hate second-guessing the tools, no error on run-time, but no button showing up either. I'm using the package from the KUbuntu 8.04 repo.. perhaps it has problems. ric

Re: [Gambas-user] Bug in package creator?

2009-06-30 Thread Benoît Minisini
> Le mardi 30 juin 2009 23:26:06 Leonardo Miliani, vous avez écrit : > > Benoît Minisini ha scritto: > > > In revision #2044, you can now use any database driver as a component > > > and check it in the IDE project property dialog. This way, they can be > > > an explicit dependency when generating

Re: [Gambas-user] Example MoviePlayer in Black

2009-06-30 Thread Benoît Minisini
> ¡Was absolutely right!. > > Thank you very much > > Regards > Anyway, it should work with gb.gtk too. This needs some investigation... -- Benoît -- ___ Gambas-user mailing l

Re: [Gambas-user] Side panel example??

2009-06-30 Thread richard terry
On Wed, 1 Jul 2009 02:00:54 am Stephen Bungay wrote: >Using Gambas 2.1.2 on KUbuntu 8.04. > >Perhaps I've been away from Gambas for far too long, either that or > I'm just thick, but whichever it is I can't seem to get the side panel > working as 'I' think it should, and that is perhaps the

Re: [Gambas-user] TreeView example doesn't work

2009-06-30 Thread craf
Did you try with version 2.14?. It seems to have no problems -Mensaje original- De: Stefano Palmeri Reply-to: mailing list for gambas users Para: mailing list for gambas users Asunto: [Gambas-user] TreeView example doesn't work Fecha: Tue, 30 Jun 2009 23:47:04 +0200 TreeView example

Re: [Gambas-user] Example MoviePlayer in Black

2009-06-30 Thread craf
¡Was absolutely right!. Thank you very much Regards -Mensaje original- De: Stefano Palmeri Reply-to: mailing list for gambas users Para: mailing list for gambas users Asunto: Re: [Gambas-user] Example MoviePlayer in Black Fecha: Tue, 30 Jun 2009 23:45:32 +0200 Il martedì 30 giugn

[Gambas-user] TreeView example doesn't work

2009-06-30 Thread Stefano Palmeri
TreeView example doesn't work. It simply does nothing. Gambas 2.13.1. Stefano -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lis

Re: [Gambas-user] Example MoviePlayer in Black

2009-06-30 Thread Stefano Palmeri
Il martedì 30 giugno 2009 22:50:20 craf ha scritto: > Hello. > > I'm trying the example that comes with Gambas, called movieplayer. When > the executive, control Movieplay stays black, and only appears sound. > > System to use: > > Ubuntu Jaunty Jackalope > Shrimp 2.14 > mplayer 2.1.0 > > any idea?

Re: [Gambas-user] Bug in package creator?

2009-06-30 Thread Laurent Carlier
Le mardi 30 juin 2009 23:26:06 Leonardo Miliani, vous avez écrit : > Benoît Minisini ha scritto: > > In revision #2044, you can now use any database driver as a component and > > check it in the IDE project property dialog. This way, they can be an > > explicit dependency when generating a package.

Re: [Gambas-user] Bug in package creator?

2009-06-30 Thread Leonardo Miliani
Benoît Minisini ha scritto: > In revision #2044, you can now use any database driver as a component and > check it in the IDE project property dialog. This way, they can be an > explicit > dependency when generating a package. > > So you will get it in the upcoming 2.14 version. Several users

[Gambas-user] Example MoviePlayer in Black

2009-06-30 Thread craf
Hello. I'm trying the example that comes with Gambas, called movieplayer. When the executive, control Movieplay stays black, and only appears sound. System to use: Ubuntu Jaunty Jackalope Shrimp 2.14 mplayer 2.1.0 any idea? Regards --

[Gambas-user] V4L2 backport do-able?

2009-06-30 Thread Ron
Is it do-able to backport V4L2 to Gambas stable? I find a lot of video cams/devices using this version, and they do not seem to work with the current component. It gets a bit useless as time goes by Anyone has taken a shot at this yet? Kind regards, Ron_2nd. -

[Gambas-user] Side panel example??

2009-06-30 Thread Stephen Bungay
Using Gambas 2.1.2 on KUbuntu 8.04. Perhaps I've been away from Gambas for far too long, either that or I'm just thick, but whichever it is I can't seem to get the side panel working as 'I' think it should, and that is perhaps the problem. Has anyone got a simple example of using the si

Re: [Gambas-user] gb.net.smtp doubt!!

2009-06-30 Thread Diego Fernández
Benoît Minisini escribió: >> Hi all, >> >> I am implementing a notification system on an app. The thing is i need >> to be able to conect to a mail server with authentication. Ive been >> playing around with the component all day but seems i cant do that. >> Correct me if i am wrong. >> >> Also i

Re: [Gambas-user] Using gb.web in my own gambas web server

2009-06-30 Thread guiodic
Benoît Minisini wrote: > > It depends on what you will do with your CGI script. > my CGI must save the file that browser send via the form. -- View this message in context: http://www.nabble.com/Using-gb.web-in-my-own-gambas-web-server-tp24266408p24269830.html Sent from the gambas-user ma

Re: [Gambas-user] something very strange with the compiler

2009-06-30 Thread Benoît Minisini
> I found something very strange with the compiler . I have a variable that I > declare it public in a module . I use the variable in a form code . then I > change the name of the variable and select compile all and make . no error > show up . but when I run the program and hit the line where I usi

Re: [Gambas-user] Using gb.web in my own gambas web server

2009-06-30 Thread Benoît Minisini
> Benoît Minisini wrote: > > As stated in the documentation, gb.web allows you to implement *CGI* > > scripts, > > i.e. executables that are run by the HTTP server and that return the HTTP > > response on their standard output stream. > > > > Regards, > > > > -- > > Benoît > > yes, of course. So, t

Re: [Gambas-user] Using gb.web in my own gambas web server

2009-06-30 Thread guiodic
Benoît Minisini wrote: > > As stated in the documentation, gb.web allows you to implement *CGI* > scripts, > i.e. executables that are run by the HTTP server and that return the HTTP > response on their standard output stream. > > Regards, > > -- > Benoît > > > yes, of course. So, the

Re: [Gambas-user] Using gb.web in my own gambas web server

2009-06-30 Thread Benoît Minisini
> Hi Benoit, hi to all. > > You kwon I'm the author of BaShare, a simple web server with a GUI useful > in file sharing. > > I'm trying to implement file reception in BaShare from a web form like > this: > > enctype='multipart/form-data'> > type='submit'> > > > > So it was very useful if was po