[Gambas-user] file read and growing logfile

2009-03-23 Thread Ron
How to watch new data that's added to a logfile? I want to make an apache log monitor, so I thought I could do that with FILE READ WATCH, but thats not suited it seems, that one only seems keep generating File_Read events continuous. In short: I want to open a file readonly. Then seek to end

Re: [Gambas-user] 'su -c command' inside Gambas, how do I?

2009-03-23 Thread Mr. Robert
салют и спаситбо беноит и все осталное, эта проблема была тревожной меня также. On Fri, Mar 20, 2009 at 9:37 AM, Stefano Palmeri rospolo...@tiscali.itwrote: Il venerdì 20 marzo 2009 17:18:34 Ron_1st ha scritto: On Friday 20 March 2009, Stefano Palmeri wrote: Hi, Benoit. Hi all. I've

[Gambas-user] adjusting objects .width property in proportion to their .text property

2009-03-23 Thread M0E Lnx
I've always had this problem in gambas. Using gb.gtk I have buttons, textlabels and such objects on a form. My project is translatable, which means that the space needed for the their .text property is not always the same. Is there a way gambas could figure out exacly object's width needed to fit

Re: [Gambas-user] adjusting objects .width property in proportion to their .text property

2009-03-23 Thread M0E Lnx
Does the AutoResize property work when the object is a child to something like an hbox whose .expand property is set to true? I'm having a hard time getting this to work on mine here. I have an HBOX set expand=true All child objects of this hbox have their .expand property set to true but

Re: [Gambas-user] adjusting objects .width property in proportion to their .text property

2009-03-23 Thread Benoît Minisini
Does the AutoResize property work when the object is a child to something like an hbox whose .expand property is set to true? I'm having a hard time getting this to work on mine here. I have an HBOX set expand=true All child objects of this hbox have their .expand property set to true but