> On 26/08/10 03:30, Jussi Lahtinen wrote:
> > Hi!
> > I would like to have TimeLeft property to timer object.
> > It is only missing thing which forces me to write my own delay function.
> >
> > So, nothing very important, but if this is easy to implement...
> >
> > Jussi
>
> I think that's a v
> Salut Benoit,
>
> I tested the last version with the different components:
>
> gb.qt: still the same problem (ComboBox is read-only)
> gb.qtk: OK
> gb.gui: OK
>
> I use gb.qt.
>
> Robi
>
I have just tested your with gb.qt and Gambas 2, and I don't have the problem
anymore. Can you send me
> Is there a way to select both files and folders in Dialog? I want to select
> multi items in a folder no distinguish that they're file or folder.
You must use a FileChooser with "ShowDirectory = True" and "Multi = True", in
Gambas 3. But apparently that does not work with gb.gtk, as the gb.gtk
> Fabián Flores Vadell ha scritto:
> > When I try to adjust the width of a TextBox to its content, I use
> > txtSomeThing.Width = txtSomeThing.TextWidth(txtSomeThing.Text). But
> > doing that, the width of TextBox never be enought to show its content
> > completely.
> >
> > I tried to find a corre
> 2010/9/2 richard terry :
>
> Thanks Richard. I agree with your arguments about Gambas. Is a great tool.
>
> I'm writing examples and small proyects to use them in the docs I'm
> writing. Now I writing a graphic control, and I find that constraint.
> I hope that now, you can understand that I'm
> > I tested this only for control Label:
> >
> > When a control label is created in execution time using gb.qt, then
> >
> > control become visible just after assign a value at the Text property:
> > PUBLIC SUB _New()
> >
> > DIM lbl1 AS NEW Label(ME)
> >
> > lbl1.Text = "Hi pe
"If you forget to specify the Name part, your object will never raise events!"
http://gambasdoc.org/help/lang/new
Jussi
On Fri, Sep 3, 2010 at 09:49, Reynaldi Jansen wrote:
> Hello again.
>
> I have a form and textarea with tabstrip as parent...
> Then i create textarea1_cursor event in the fir
2010/9/3 Doriano Blengino :
> Perhaps you don't see the whole thing, which goes much deeper than the
> surface.
> Creating a label in Gambas+GTK means creating a gambas object which
> refers to a GTK object which refers to a GDK object which refers to a
> Xwindow object.
> Starting from XWindow and
Is there a way to select both files and folders in Dialog? I want to select
multi items in a folder no distinguish that they're file or folder.
--
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programmi