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

2009-03-23 Thread M0E Lnx
On the object itself or it's parent? or both? 'cuz I'm trying it here, and none of these combos work -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform

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 >

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 textlabe

Re: [Gambas-user] New annoyances on gambas2-2.12

2009-03-23 Thread M0E Lnx
good to know 2009/3/23 Benoît Minisini : >> Just upgraded to gambas2-2.12 and noticed an annoyance on the IDE >> On the right panel, where you set the object properties, appears to be >> a gridview where other objects move into the cells and stuff. >> The dropdown boxes, textboxes width property s

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

2009-03-23 Thread Benoît Minisini
> 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 nee

Re: [Gambas-user] New annoyances on gambas2-2.12

2009-03-23 Thread Benoît Minisini
> Just upgraded to gambas2-2.12 and noticed an annoyance on the IDE > On the right panel, where you set the object properties, appears to be > a gridview where other objects move into the cells and stuff. > The dropdown boxes, textboxes width property seems out of proportion > > see attached screen

[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] '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 wrote: > 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 a little p

Re: [Gambas-user] file read and growing logfile

2009-03-23 Thread Ron
Benoît Minisini schreef: >> Ron schreef: >>> 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. >>>

Re: [Gambas-user] file read and growing logfile

2009-03-23 Thread Benoît Minisini
> Ron schreef: > > 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 t

Re: [Gambas-user] file read and growing logfile

2009-03-23 Thread Ron
Ron schreef: > > 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 fi

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

Re: [Gambas-user] Release of Gambas 2.12

2009-03-23 Thread Rolf-Werner Eilert
Benoît Minisini schrieb: > Hi, > > Here is a new release of the stable version. This release fixes many bugs in > the interpreter, the GTK+ component, the networking component, the PDF > component, and the XML/RPC component. > > Here is the full changelog: > > --8<-