Re: [Gambas-user] setfocus eats way too much time

2009-08-18 Thread Jean-Yves F. Barbier
Benoît Minisini a écrit : >> Benoît Minisini a écrit : >> ... >> (PG_RIGHTS_MGT.gambas:12328): Gtk-CRITICAL **: gtk_tree_view_get_path_at_pos: assertion `tree_view->priv->bin_window != NULL' failed >>> Can you provide a project that shows this behaviour? >>> And BTW I was not sh

Re: [Gambas-user] setfocus eats way too much time

2009-08-18 Thread Benoît Minisini
> Benoît Minisini a écrit : > ... > > >> (PG_RIGHTS_MGT.gambas:12328): Gtk-CRITICAL **: > >> gtk_tree_view_get_path_at_pos: assertion `tree_view->priv->bin_window != > >> NULL' failed > > > > Can you provide a project that shows this behaviour? > > > >> And BTW I was not shure till now, but I confi

Re: [Gambas-user] setfocus eats way too much time

2009-08-18 Thread Jean-Yves F. Barbier
Benoît Minisini a écrit : >> BTW2: having the possibility to switch from RAD tabs by CTRL-PgUP/PgDwn >> would be VERY nice AND useful: as I formerly told you, that's the way to >> switch tabs into iceweasel/firefox so I guess many people should be used to >> that command too. >> >> Pointing the wan

Re: [Gambas-user] setfocus eats way too much time

2009-08-18 Thread Benoît Minisini
> Benoît Minisini a écrit : > >> Doriano Blengino a écrit : > >> ... > >> > >>> Fabien was asking what toolkit you are using: GTK or QT? > >> > >> Qt > > > > I've heard of a bug in the clipboard management of recent Qt4 versions. > > Could it be the source of your delay? > > > >>> Try the other one

Re: [Gambas-user] setfocus eats way too much time

2009-08-18 Thread Benoît Minisini
> BTW2: having the possibility to switch from RAD tabs by CTRL-PgUP/PgDwn > would be VERY nice AND useful: as I formerly told you, that's the way to > switch tabs into iceweasel/firefox so I guess many people should be used to > that command too. > > Pointing the wanted tab takes much longer than u

Re: [Gambas-user] setfocus eats way too much time

2009-08-17 Thread Jean-Yves F. Barbier
BTW2: having the possibility to switch from RAD tabs by CTRL-PgUP/PgDwn would be VERY nice AND useful: as I formerly told you, that's the way to switch tabs into iceweasel/firefox so I guess many people should be used to that command too. Pointing the wanted tab takes much longer than use the key

Re: [Gambas-user] setfocus eats way too much time

2009-08-17 Thread Jean-Yves F. Barbier
Benoît Minisini a écrit : >> Doriano Blengino a écrit : >> ... >> >>> Fabien was asking what toolkit you are using: GTK or QT? >> Qt >> > > I've heard of a bug in the clipboard management of recent Qt4 versions. Could > it be the source of your delay? > >>> Try the other one, who knows... it's a

Re: [Gambas-user] setfocus eats way too much time

2009-08-16 Thread Jean-Yves F. Barbier
Benoît Minisini a écrit : >>> Fabien was asking what toolkit you are using: GTK or QT? >> Qt > > I've heard of a bug in the clipboard management of recent Qt4 versions. Could > it be the source of your delay? IDTS: it is V. 2.15.2 official debian sid package (QT3 I think) >>> Try the other one

Re: [Gambas-user] setfocus eats way too much time

2009-08-16 Thread Benoît Minisini
> Doriano Blengino a écrit : > ... > > > Fabien was asking what toolkit you are using: GTK or QT? > > Qt > I've heard of a bug in the clipboard management of recent Qt4 versions. Could it be the source of your delay? > > Try the other one, who knows... it's a quick way to know if the problem > >

Re: [Gambas-user] setfocus eats way too much time

2009-08-15 Thread Jean-Yves F. Barbier
Doriano Blengino a écrit : ... > Fabien was asking what toolkit you are using: GTK or QT? Qt > Try the other one, who knows... it's a quick way to know if the problem > is in the toolkit. a real mess: permanent scrolling of GTK errors in console, unusable because printing errors takes all cycle

Re: [Gambas-user] setfocus eats way too much time

2009-08-15 Thread Doriano Blengino
Jean-Yves F. Barbier ha scritto: > Doriano Blengino a écrit : > >> Jean-Yves F. Barbier ha scritto: >> >>> Jean-Yves F. Barbier a écrit : >>> >>> Hi list, I've got a popup that is a small frame containing a TextArea & 2 buttons. In order to do things right

Re: [Gambas-user] setfocus eats way too much time

2009-08-15 Thread Jean-Yves F. Barbier
Fabien Bodard a écrit : > strange ... it not happen to me ... > > have you a long text ? very: "Nouveau Groupe" for the frame and: "Nom" into the textbox > on what toolkit ? debian sid official package 2.15.2 > have you other process in execution ? (timer event ?) Timer's on but it only dri

Re: [Gambas-user] setfocus eats way too much time

2009-08-15 Thread Jean-Yves F. Barbier
Doriano Blengino a écrit : > Jean-Yves F. Barbier ha scritto: >> Jean-Yves F. Barbier a écrit : >> >>> Hi list, >>> >>> I've got a popup that is a small frame containing a TextArea & 2 buttons. >>> >>> In order to do things right, I've got a default text into TextArea; but to >>> make sure typin

Re: [Gambas-user] setfocus eats way too much time

2009-08-15 Thread Doriano Blengino
Jean-Yves F. Barbier ha scritto: > Jean-Yves F. Barbier a écrit : > >> Hi list, >> >> I've got a popup that is a small frame containing a TextArea & 2 buttons. >> >> In order to do things right, I've got a default text into TextArea; but to >> make sure typing will fill the TextArea, I must do 2

Re: [Gambas-user] setfocus eats way too much time

2009-08-15 Thread Fabien Bodard
strange ... it not happen to me ... have you a long text ? on what toolkit ? have you other process in execution ? (timer event ?) 2009/8/14 Jean-Yves F. Barbier <12u...@gmail.com>: > Jean-Yves F. Barbier a écrit : >> Hi list, >> >> I've got a popup that is a small frame containing a TextArea

Re: [Gambas-user] setfocus eats way too much time

2009-08-14 Thread Jean-Yves F. Barbier
Jean-Yves F. Barbier a écrit : > Hi list, > > I've got a popup that is a small frame containing a TextArea & 2 buttons. > > In order to do things right, I've got a default text into TextArea; but to > make sure typing will fill the TextArea, I must do 2 things: > TextArea1.SelectAll() > TextArea

[Gambas-user] setfocus eats way too much time

2009-08-14 Thread Jean-Yves F. Barbier
Hi list, I've got a popup that is a small frame containing a TextArea & 2 buttons. In order to do things right, I've got a default text into TextArea; but to make sure typing will fill the TextArea, I must do 2 things: TextArea1.SelectAll() TextArea1.SetFocus() however, SetFocus() introduce a w