Re: [Gambas-user] unattach an event ( Data on tableview )

2011-10-07 Thread Fabien Bodard
Le 7 octobre 2011 22:31, Benoît Minisini a écrit : >> If I'll to load a lot of Rows into a tableview ( > 2500 ) the time for >> reading this data will grow. ( 1000 needs 1 second, 5000 need nearly 1 >> minute ! ) >> >> Is it possible to stop the DATA event, ( and acitvate it after reading the >> d

Re: [Gambas-user] unattach an event ( Data on tableview )

2011-10-07 Thread Benoît Minisini
> If I'll to load a lot of Rows into a tableview ( > 2500 ) the time for > reading this data will grow. ( 1000 needs 1 second, 5000 need nearly 1 > minute ! ) > > Is it possible to stop the DATA event, ( and acitvate it after reading the > data ) I think it will be called for every cell and that c

Re: [Gambas-user] Maybe new editor feature - code folding in IF, FOR, WHILE etc code blocks (not only in SUB).

2011-10-07 Thread Dag-Jarle Johansen
Hi, I am not a Dev, jsut a user of gambas. It would make me crazy if all gets highligted all the time, just because I am hovering or rightklicking on something. Perhaps it would be better to use a Key-combination to achive your needs, I surly understand the benefits. Apropos, Benoit, What is with

[Gambas-user] A little off topic - internet

2011-10-07 Thread Dag-Jarle Johansen
Hi All, after shuffelling through pages after pages of so called know how, I still can't get my Wireless adapter to work. Some of you may have got the information - I moved from Argentina (cabled and no problem) to Oslo, where I can't use a cable.. I really know, this is off topic, and I have a ba

[Gambas-user] Maybe new editor feature - code folding in IF, FOR, WHILE etc code blocks (not only in SUB).

2011-10-07 Thread None None
Maybe new editor feature - code folding in IF,FOR,WHILE etc code blocks (not only in SUB). Devs, please add this in TODO Also good feature would be : when the variable is chosen/highlighted with mouse then its also highlighted in all source file. I want to hear your opinion about that -

[Gambas-user] unattach an event ( Data on tableview )

2011-10-07 Thread J_Mischk3
If I'll to load a lot of Rows into a tableview ( > 2500 ) the time for reading this data will grow. ( 1000 needs 1 second, 5000 need nearly 1 minute ! ) Is it possible to stop the DATA event, ( and acitvate it after reading the data ) I think it will be called for every cell and that cost a lot o

[Gambas-user] ToolButtons do not appear correct in Toolbar

2011-10-07 Thread Demosthenes Koptsis
Hi, i add some toolbuttons on a Toolbar. Each button has an image but at runtime it does not appear correct. See png How to correct this? <>-- All of the data generated in your IT infrastructure is seriously valuable. Why

Re: [Gambas-user] gb3: tooltip color sources in Qt/KDE

2011-10-07 Thread Kevin Fishburne
On 10/07/2011 05:06 AM, Benoît Minisini wrote: >> On 10/07/2011 04:47 AM, Benoît Minisini wrote: What foreground and background colors in Qt/KDE does gb3 pull its tooltip color settings from? Tooltip colors aren't programmable from gb3's settings, and I tested them with different KDE

Re: [Gambas-user] gb3: tooltip color sources in Qt/KDE

2011-10-07 Thread Benoît Minisini
> On 10/07/2011 04:47 AM, Benoît Minisini wrote: > >> What foreground and background colors in Qt/KDE does gb3 pull its > >> tooltip color settings from? Tooltip colors aren't programmable from > >> gb3's settings, and I tested them with different KDE color schemes and > >> they are affected. I can

Re: [Gambas-user] Issue 125 in gambas: No display of background and foreground colors for some controls in IDE mode

2011-10-07 Thread Kevin Fishburne
On 10/07/2011 04:58 AM, gam...@googlecode.com wrote: > Updates: > Status: Invalid > Labels: -Version Version-TRUNK > > Comment #1 on issue 125 by benoit.m...@gmail.com: No display of background > and foreground colors for some controls in IDE mode > http://code.google.com/p/gambas/issue

Re: [Gambas-user] gb3: tooltip color sources in Qt/KDE

2011-10-07 Thread Kevin Fishburne
On 10/07/2011 04:47 AM, Benoît Minisini wrote: >> What foreground and background colors in Qt/KDE does gb3 pull its >> tooltip color settings from? Tooltip colors aren't programmable from >> gb3's settings, and I tested them with different KDE color schemes and >> they are affected. I can't figure

Re: [Gambas-user] Issue 125 in gambas: No display of background and foreground colors for some controls in IDE mode

2011-10-07 Thread gambas
Updates: Status: Invalid Labels: -Version Version-TRUNK Comment #1 on issue 125 by benoit.m...@gmail.com: No display of background and foreground colors for some controls in IDE mode http://code.google.com/p/gambas/issues/detail?id=125 The background and foreground color of widg

Re: [Gambas-user] Issue 124 in gambas: Configure script mistype - SMTP word

2011-10-07 Thread gambas
Updates: Status: Fixed Comment #2 on issue 124 by benoit.m...@gmail.com: Configure script mistype - SMTP word http://code.google.com/p/gambas/issues/detail?id=124 Fixed in revision #4175. -- All of the data ge

Re: [Gambas-user] Issue 122 in gambas: Save Project As routine retains previous project path

2011-10-07 Thread gambas
Updates: Status: Fixed Comment #2 on issue 122 by benoit.m...@gmail.com: Save Project As routine retains previous project path http://code.google.com/p/gambas/issues/detail?id=122 Fixed in revision #4174. -- A

Re: [Gambas-user] gb3: tooltip color sources in Qt/KDE

2011-10-07 Thread Benoît Minisini
> What foreground and background colors in Qt/KDE does gb3 pull its > tooltip color settings from? Tooltip colors aren't programmable from > gb3's settings, and I tested them with different KDE color schemes and > they are affected. I can't figure out which colors their settings are > taken from (t

Re: [Gambas-user] gb3: tooltip color sources in Qt/KDE

2011-10-07 Thread Girard Henri
Le 07/10/2011 08:43, Kevin Fishburne a écrit : > On 10/07/2011 02:23 AM, Girard Henri wrote: >> Le 07/10/2011 08:14, Kevin Fishburne a écrit : >>> On 10/07/2011 01:26 AM, Girard Henri wrote: Le 07/10/2011 07:06, Kevin Fishburne a écrit : > What foreground and background colors in Qt/KDE do