Re: [Gambas-user] Sendmail problems

2009-10-12 Thread nospam.nospam.nos...@gmail.com
On Sun, 2009-10-11 at 19:38 +0200, Johny Provoost wrote: I work with gambas 2.8 in Ubuntu 9.04 and QT (GTK gives the same result) First, download and compile v2.16 of Gambas then retest. Download: http://linux.softpedia.com/get/Programming/Interpreters/Gambas-2-1180.shtml Easy instructions,

[Gambas-user] Bug in Socket connection and WAIT

2009-10-12 Thread Pietro Di Costanzo
Hi, I would like to signal a bug into the gambas interpreter. If I create a simple script that just create a socket and wait after a connection, the interpreter crashes. This does appen only if i don't use gb.qt or gb.gtk (I should run it into a pc without X ). This is the example code, the bug

Re: [Gambas-user] write to folder in windows network

2009-10-12 Thread Bill-Lancaster
Doriano - after many adventures I've done It! Thanks for all your help and also thanks to the other contributors Bill Lancaster -- View this message in context: http://www.nabble.com/write-to-folder-in-windows-network-tp25818529p25851687.html Sent from the gambas-user mailing list archive at

Re: [Gambas-user] Sendmail problems

2009-10-12 Thread Ron_1st
On Monday 12 October 2009, nospam.nospam.nos...@gmail.com wrote: Easy instructions, even I could follow them: http://www.ziddu.com/download/5849757/Install-Gambas-2.15-in-ubuntu.pdf.html OMG That link gives more advertisement as available in my country for a year. :) Be carefull. Best

Re: [Gambas-user] write to folder in windows network

2009-10-12 Thread Doriano Blengino
Bill-Lancaster ha scritto: Doriano - after many adventures I've done It! Thanks for all your help and also thanks to the other contributors Bill Lancaster Happy to hear it! Having you succeded, now you can tell it's easy! :-) Best regards, Doriano

Re: [Gambas-user] Bug in Socket connection and WAIT

2009-10-12 Thread Benoît Minisini
Hi, I would like to signal a bug into the gambas interpreter. If I create a simple script that just create a socket and wait after a connection, the interpreter crashes. This does appen only if i don't use gb.qt or gb.gtk (I should run it into a pc without X ). This is the example

Re: [Gambas-user] Bug in Socket connection and WAIT

2009-10-12 Thread Pietro Di Costanzo
Sorry, You're right, I had the revision 2388. Now with #2391 it works without problems, Thanks! 2009/10/12 Benoît Minisini gam...@users.sourceforge.net Hi, I would like to signal a bug into the gambas interpreter. If I create a simple script that just create a socket and wait after a

Re: [Gambas-user] Bug in Socket connection and WAIT

2009-10-12 Thread Benoît Minisini
Sorry, You're right, I had the revision 2388. Now with #2391 it works without problems, Thanks! 2009/10/12 Benoît Minisini gam...@users.sourceforge.net You don't have to be sorry. I mean, I just fixed it. -- Benoît Minisini

Re: [Gambas-user] Sendmail problems

2009-10-12 Thread Johny Provoost
OK, looks complicated for me but I give it a try. Give me a day. *Vriendelijke Groeten* *Johny Provoost* *mailto: johny.provo...@skynet.be mailto:johny.provo...@skynet.be* *mailto: johny.provo...@gmail.com mailto:johny.provo...@gmail.com* *Website:* *http://www.johnyprovoost.net*

[Gambas-user] best way to monitor remote URL/file in gambas2

2009-10-12 Thread M0E Lnx
I'm trying to figure out a way to do this guys. I want an application that can monitor a remote file or URL. For example, the following url http://irssi.org/files/ I want to run the program, and notify me if the contents of that dir have changed since the last time it was checked. The

Re: [Gambas-user] best way to monitor remote URL/file in gambas2

2009-10-12 Thread Jussi Lahtinen
Download file list with shell and wget, and compare it to older? Jussi On Mon, Oct 12, 2009 at 18:34, M0E Lnx m0e@gmail.com wrote: I'm trying to figure out a way to do this guys. I want an application that can monitor a remote file or URL. For example, the following url

Re: [Gambas-user] best way to monitor remote URL/file in gambas2

2009-10-12 Thread Jussi Lahtinen
So, you need to know is individual file added, changed, etc.? I you don't, you can compare wget results with diff or md5sum. Jussi On Mon, Oct 12, 2009 at 19:01, M0E Lnx m0e@gmail.com wrote: Yeah.. but even then doing that gives me a lot of raw contents to read which is exactly what I'm

Re: [Gambas-user] Sendmail problems

2009-10-12 Thread Johny Provoost
was'nt complicated at all, it's just looked that way (never did something like that before). I Think the programmers of the scripts did a great job. After the ./configure i got the message These components are disabeld - gb.qte, but no other errors. So now I'm working with Gamba's 2.16 But

Re: [Gambas-user] best way to monitor remote URL/file in gambas2

2009-10-12 Thread Benoît Minisini
Yeah.. but even then doing that gives me a lot of raw contents to read which is exactly what I'm trying to avoid. The HTTP protocol has commands to check if an URL has been updated. Does your web server handle that with your URL? -- Benoît Minisini

Re: [Gambas-user] Sendmail problems

2009-10-12 Thread Benoît Minisini
Hi, I want to send mail throug my program but I'm unable to use a attachement. The vTo, vSubject and vBody are filled in correctly in Thunderbird, but in vAttach I put the path to a jpg file and Thunderbird do not attach the file. If I Try to put an incorrect path in vAttach, I get an

Re: [Gambas-user] best way to monitor remote URL/file in gambas2

2009-10-12 Thread M0E Lnx
@ Benoit I'd be monitoring other people's URLs.. not mine, so that would be out of my control. -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this

Re: [Gambas-user] Sendmail problems

2009-10-12 Thread Johny Provoost
Thanks, did'nt knew that. The problem is indeed in the xdg-email script, or rather it's thunderbird. Tried a new version of xdg an then I saw on there website that attach not working with thunderbird. So don't look further. I still learned a lot so thank you all. *Vriendelijke Groeten*

[Gambas-user] WAIT and 2nd window

2009-10-12 Thread Matti
Even after reading the docs sometimes, I don't understand the Event Loop. I try to load many pictures, which takes some time. So I put a WAIT 0.1 (or 0.5 or...) into the code to let the user do something in the meantime. Works ok. But if I open a second window (e.g. a dialog for some task, or a