Re: [Gambas-user] clipboard paste doesn't work

2009-09-28 Thread Charlie Reinl
Am Montag, den 28.09.2009, 18:55 +0200 schrieb Charlie Reinl: > Am Montag, den 28.09.2009, 16:00 +0200 schrieb Stefano Palmeri: > > Il lunedì 28 settembre 2009 09:48:31 Charlie Reinl ha scritto: > > > Am Samstag, den 26.09.2009, 21:55 +0200 schrieb Benoît Minisini: > > > > > Hi, Benoit. > > > > > >

Re: [Gambas-user] clipboard paste doesn't work

2009-09-28 Thread Charlie Reinl
Am Montag, den 28.09.2009, 16:00 +0200 schrieb Stefano Palmeri: > Il lunedì 28 settembre 2009 09:48:31 Charlie Reinl ha scritto: > > Am Samstag, den 26.09.2009, 21:55 +0200 schrieb Benoît Minisini: > > > > Hi, Benoit. > > > > > > > > It seems that Clipboard.Paste() doesn't work (see example pastecl

Re: [Gambas-user] how to start a file?

2009-09-28 Thread Benoît Minisini
> Benoît Minisini ha scritto: > >> Hi, > >> > >> Probably I'll try to do it directly with the files as you told. > >> About the project: it is a small project follower with different users. > >> And I only want to make the files accesible for those who participate in > >> the project. So it isn't p

Re: [Gambas-user] how to start a file?

2009-09-28 Thread Doriano Blengino
Benoît Minisini ha scritto: >> Hi, >> >> Probably I'll try to do it directly with the files as you told. >> About the project: it is a small project follower with different users. And >> I only want to make the files accesible for those who participate in the >> project. So it isn't possible to def

Re: [Gambas-user] stop file COPY

2009-09-28 Thread zerkowski sur bouquiniste.biz
-- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahea

Re: [Gambas-user] clipboard paste doesn't work

2009-09-28 Thread Stefano Palmeri
Il lunedì 28 settembre 2009 09:48:31 Charlie Reinl ha scritto: > Am Samstag, den 26.09.2009, 21:55 +0200 schrieb Benoît Minisini: > > > Hi, Benoit. > > > > > > It seems that Clipboard.Paste() doesn't work (see example pasteclip). > > > > > > I select a text somewhere, then press in the example "Pas

Re: [Gambas-user] stop file COPY

2009-09-28 Thread nando
You would have to find the pid of the copy program such as something like the following to help find the exact command: pgrep "cp..." then use kill, pkill This may lesd you in a direction. -Fernando -- Original Message --- From: Dimitris Anogiatis To: mailing list for gambas user

Re: [Gambas-user] serial port

2009-09-28 Thread Robert JUHASZ
thanks a lot !!! 2009/9/28 Werner > Robert JUHASZ wrote: > > Hello, > > > > One more question to the same project. > > It is a measurement program where the user can give equations for > calculated > > quantities. Is there an easy way in Gambas to execute them? For example > if I > > have a stri

Re: [Gambas-user] how to start a file?

2009-09-28 Thread Benoît Minisini
> Hi, > > Probably I'll try to do it directly with the files as you told. > About the project: it is a small project follower with different users. And > I only want to make the files accesible for those who participate in the > project. So it isn't possible to define on the system level. The best

Re: [Gambas-user] stop file COPY

2009-09-28 Thread Benoît Minisini
> Hey guys, > > Does anyone if it's possible to cancel a file COPY of a pretty big file > (a few hundred megabytes) in the middle of the action? > > I'm trying to add this functionality to my backup project but I can't find > any parameters on the Copy command within the documentation. > > Regar

Re: [Gambas-user] clipboard paste doesn't work

2009-09-28 Thread Benoît Minisini
> Am Samstag, den 26.09.2009, 21:55 +0200 schrieb Benoît Minisini: > > > Hi, Benoit. > > > > > > It seems that Clipboard.Paste() doesn't work (see example pasteclip). > > > > > > I select a text somewhere, then press in the example "Paste from > > > clipboard", but it does not return the text I've

Re: [Gambas-user] serial port

2009-09-28 Thread Werner
Robert JUHASZ wrote: > Hello, > > One more question to the same project. > It is a measurement program where the user can give equations for calculated > quantities. Is there an easy way in Gambas to execute them? For example if I > have a string (formula) of "2*3+6*(4-1)" how can I calculate the r

Re: [Gambas-user] serial port

2009-09-28 Thread Robert JUHASZ
Hello, One more question to the same project. It is a measurement program where the user can give equations for calculated quantities. Is there an easy way in Gambas to execute them? For example if I have a string (formula) of "2*3+6*(4-1)" how can I calculate the result? Thanks, Robi 2009/9/21

Re: [Gambas-user] how to start a file?

2009-09-28 Thread Robert JUHASZ
Hi, Probably I'll try to do it directly with the files as you told. About the project: it is a small project follower with different users. And I only want to make the files accesible for those who participate in the project. So it isn't possible to define on the system level. The best could have

Re: [Gambas-user] Bouncing emails ?missed posts/emails

2009-09-28 Thread Werner
richard terry wrote: > Hi LIst/benoit, > > My mailbox apparently overflowed and my ISP bounced all my emails for the > last > 24/24rs, so I wondered if anyone posted me or replied to my question about > images if you could re-post. > > I'll repost it anyway to ensure it got to the list. > > Sorr

[Gambas-user] stop file COPY

2009-09-28 Thread Dimitris Anogiatis
Hey guys, Does anyone if it's possible to cancel a file COPY of a pretty big file (a few hundred megabytes) in the middle of the action? I'm trying to add this functionality to my backup project but I can't find any parameters on the Copy command within the documentation. Regards Dimitris --

Re: [Gambas-user] clipboard paste doesn't work

2009-09-28 Thread Charlie Reinl
Am Samstag, den 26.09.2009, 21:55 +0200 schrieb Benoît Minisini: > > Hi, Benoit. > > > > It seems that Clipboard.Paste() doesn't work (see example pasteclip). > > > > I select a text somewhere, then press in the example "Paste from > > clipboard", but it does not return the text I've selected. T