Re: [Gambas-user] Issue 576 in gambas: TextBox.Select not reliable

2014-11-07 Thread Christof Thalhofer
Hello Benoît, Am 07.11.2014 um 07:38 I wrote: > I'll ask Sebikul if he wants to backport that fix to > Gambas Beta Builds on Launchpad. And he answered "You will have to ask Benoît to backport it to the 3.6 branch so it is picked by the build system." So I ask you ... :-) Would be very nice, so

Re: [Gambas-user] Issue 576 in gambas: TextBox.Select not reliable

2014-11-06 Thread Christof Thalhofer
Hello Benoît, Am 07.11.2014 um 00:05 schrieb gam...@googlecode.com: > Updates: > Status: Fixed > > Comment #5 on issue 576 by benoit.m...@gmail.com: TextBox.Select not > reliable > https://code.google.com/p/gambas/issues/detail?id=576 > > I found a workaround in revision #6613. Fantasti

Re: [Gambas-user] Issue 576 in gambas: TextBox.Select not reliable

2014-11-06 Thread gambas
Updates: Status: Fixed Comment #5 on issue 576 by benoit.m...@gmail.com: TextBox.Select not reliable https://code.google.com/p/gambas/issues/detail?id=576 I found a workaround in revision #6613. Anyway, don't call WAIT during event handlers, you will often have strange problems. --

Re: [Gambas-user] Issue 576 in gambas: TextBox.Select not reliable

2014-11-05 Thread gambas
Comment #4 on issue 576 by chr4...@googlemail.com: TextBox.Select not reliable https://code.google.com/p/gambas/issues/detail?id=576 Yes, I tried WAIT before and after the change of Selection. And it did not work. I should have said that ... :/ -- You received this message because this proj

Re: [Gambas-user] Issue 576 in gambas: TextBox.Select not reliable

2014-11-05 Thread gambas
Comment #3 on issue 576 by benoit.m...@gmail.com: TextBox.Select not reliable https://code.google.com/p/gambas/issues/detail?id=576 Apparently the WAIT workaround does not wok all the time. This is worse that I thought... -- You received this message because this project is configured to se

Re: [Gambas-user] Issue 576 in gambas: TextBox.Select not reliable

2014-11-05 Thread gambas
Comment #2 on issue 576 by benoit.m...@gmail.com: TextBox.Select not reliable https://code.google.com/p/gambas/issues/detail?id=576 ...and I guess that happens because the text is changed inside an keyboard event handler. But I can't be sure! -- You received this message because this projec

Re: [Gambas-user] Issue 576 in gambas: TextBox.Select not reliable

2014-11-05 Thread gambas
Updates: Status: Accepted Comment #1 on issue 576 by benoit.m...@gmail.com: TextBox.Select not reliable https://code.google.com/p/gambas/issues/detail?id=576 It seems to be a weird behaviour of Qt. When you set the text, the selection is cleared and the cursor is moved to the end of t

[Gambas-user] Issue 576 in gambas: TextBox.Select not reliable

2014-11-04 Thread gambas
Status: New Owner: Labels: Version-3.6.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 576 by chr4...@googlemail.com: TextBox.Select not reliable https://code.google.com/p/gambas/issues/detail?id=576 Hi, 1) By developing an alternative combobox I found