[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

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* *J

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 yea

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 a

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 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 s

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 wrote: > Yeah.. but even then doing that gives me a lot of raw contents to read > which is exactly what I'm trying to avoid.

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

2009-10-12 Thread M0E Lnx
Yeah.. but even then doing that gives me a lot of raw contents to read which is exactly what I'm trying to avoid. -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need

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

2009-10-12 Thread Jussi Lahtinen
wget http://irssi.org/files/ Creates 10.1 KB file, so it is not big! Jussi On Mon, Oct 12, 2009 at 18:51, M0E Lnx wrote: > I was hoping not to have to do that. > If I want to monitor large files, this would take forever. > I was king of hoping for a way to take a look at the contents of the >

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

2009-10-12 Thread M0E Lnx
I was hoping not to have to do that. If I want to monitor large files, this would take forever. I was king of hoping for a way to take a look at the contents of the remote directory. I know you can use curl -l and it will provide a listing similar to a local "ls" output. But that doesn't work wit

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 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 > > http://irssi.org/files/ >

[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 comparison

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...@gmail.com * *Website:* *http://www.johnyprovoost.net*

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 > You don't have to be sorry. I mean, I just fixed it. -- Benoît Minisini -- Come b

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 > > 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

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 ex

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] Sendmail problems

2009-10-12 Thread nospam.nospam.nos...@gmail.com
On Mon, 2009-10-12 at 10:46 +0200, Ron_1st wrote: > 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 a

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 rega

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 N

[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