Re: [Gambas-user] Normal behaviour for GTK+?

2009-10-13 Thread nospam.nospam.nos...@gmail.com
On Tue, 2009-10-13 at 18:58 +0200, Benoît Minisini wrote: > > This has me pulling my hair out. I think I have narrowed the problem > > down to the GTK+ toolkit for Gambas. > > > > If I create a GTK+ project and put a TextBox and a ValueBox on a form > > and set their default values, when I tab to

Re: [Gambas-user] Trash

2009-10-13 Thread Matti
Now I found an even easier way. The solution is already on board. Under KDE, just use SHELL "kioclient move /home/user/filename trash:/" That's all. Moves the file to trash with all the recover informations and even shows the correct desktop icon. For Gnome, there should be a similar command av

Re: [Gambas-user] serial port

2009-10-13 Thread Robert JUHASZ
Salut, I tried to follow what you wrote, here you are the result. >From the other side when working on it and waiting for a little longer time, I recognised that the program is not permanently frozen, after several 10 seconds it came back to normal. So at the end it's not so serious as expected.

Re: [Gambas-user] serial port

2009-10-13 Thread Benoît Minisini
> Hello, > > At the end it works almost fine to try to open the serial port and if no > error I suppose that it works. > Now I try to use it. I do the same for ttyS0..S9. > > On the ttyS0 it finds the serial port correctly, on the S1, S3-S9 it finds > out that there is no serial port. > On the tt

Re: [Gambas-user] Normal behaviour for GTK+?

2009-10-13 Thread Benoît Minisini
> NNNOO > > Please do not depricate gb.gtk. > > I use it all the time, and I refuse to use qt (stubborn me!) > I'm not a gnome user, The closest I get is xfce4, but most of the time > I'd use something like flux/openbox or awesome. The gtk toolkit is too > popular to be de

Re: [Gambas-user] Normal behaviour for GTK+?

2009-10-13 Thread Benoît Minisini
> This has me pulling my hair out. I think I have narrowed the problem > down to the GTK+ toolkit for Gambas. > > If I create a GTK+ project and put a TextBox and a ValueBox on a form > and set their default values, when I tab to the TextBox I can over-type > the text, but when I tab to the ValueB

Re: [Gambas-user] serial port

2009-10-13 Thread Robert JUHASZ
Hello, At the end it works almost fine to try to open the serial port and if no error I suppose that it works. Now I try to use it. I do the same for ttyS0..S9. On the ttyS0 it finds the serial port correctly, on the S1, S3-S9 it finds out that there is no serial port. On the ttyS2 it finds somet

Re: [Gambas-user] Normal behaviour for GTK+?

2009-10-13 Thread Dimitris Anogiatis
Ricardo, If I may express my opinion I think it was a very wise choice on Benoit's side to support both GTK+ and QT (even though it seems like it's a rat race trying to debug both components every time qt works gtk doesn't and vice versa or both don't work at the same time) I believe that both te

Re: [Gambas-user] Normal behaviour for GTK+?

2009-10-13 Thread M0E Lnx
NNNOO Please do not depricate gb.gtk. I use it all the time, and I refuse to use qt (stubborn me!) I'm not a gnome user, The closest I get is xfce4, but most of the time I'd use something like flux/openbox or awesome. The gtk toolkit is too popular to be depricated. -

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

2009-10-13 Thread M0E Lnx
That sounds exacly like what I need. If anyone has an idea how to implement that into a gambas program, please shoot. -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you

Re: [Gambas-user] Normal behaviour for GTK+?

2009-10-13 Thread Ricardo Díaz Martín
When I started programing gambas I used gtk+ components because I'm gnome users. I like to try my apps in kde and gnome and it's a fact at the moment, the same code works different in both (and sometimes doen't work in gtk+). For this reason, and because I know Benoit use KDE I allways use qt comp

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

2009-10-13 Thread Doriano Blengino
M0E Lnx ha scritto: > All I want is to compare the contents. For exmple, say yesterday I > checked ftp://ftp-osl.osuosl.org and it reported this > foo/ > bar/ > > And today, I check again and it has > foo/ > bar/ > foo-bar-1.0.tar.gz > > I Want to be able to detect the new "foo-bar-1.0.tar.gz" >

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

2009-10-13 Thread M0E Lnx
All I want is to compare the contents. For exmple, say yesterday I checked ftp://ftp-osl.osuosl.org and it reported this foo/ bar/ And today, I check again and it has foo/ bar/ foo-bar-1.0.tar.gz I Want to be able to detect the new "foo-bar-1.0.tar.gz" ---

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

2009-10-13 Thread Doriano Blengino
M0E Lnx ha scritto: > Exacly, so I would very much rather not have to jack with a generated > index.html > > I was thinking maybe the gambas http client had some useful > functionality for this matter. But i've never used it. > > For ftp sites for example, curl works perfectly for what I need... f

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

2009-10-13 Thread M0E Lnx
Exacly, so I would very much rather not have to jack with a generated index.html I was thinking maybe the gambas http client had some useful functionality for this matter. But i've never used it. For ftp sites for example, curl works perfectly for what I need... for instance, SHELL curl -l ftp:/

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

2009-10-13 Thread Doriano Blengino
M0E Lnx ha scritto: > @ Benoit > I'd be monitoring other people's URLs.. not mine, so that would be out > of my control. > (About http check command)... But this mechanism is an http standard functionality, and even proxies must (should) have support for it. Otherwise, there is no other way th

[Gambas-user] Normal behaviour for GTK+?

2009-10-13 Thread nospam.nospam.nos...@gmail.com
This has me pulling my hair out. I think I have narrowed the problem down to the GTK+ toolkit for Gambas. If I create a GTK+ project and put a TextBox and a ValueBox on a form and set their default values, when I tab to the TextBox I can over-type the text, but when I tab to the ValueBox, the numb