[Gambas-user] [Gambas-devel-svn] SF.net SVN: gambas:[6414] gambas/trunk

Benoît Minisini gambas at ...1...
Sun Aug 3 03:23:39 CEST 2014


Le 03/08/2014 02:16, Tobias Boege a écrit :
> On Sat, 02 Aug 2014, gambas at ...1... wrote:
>> Revision: 6414
>>            http://sourceforge.net/p/gambas/code/6414
>> Author:   gambas
>> Date:     2014-08-02 22:50:08 +0000 (Sat, 02 Aug 2014)
>> Log Message:
>> -----------
>> [...]
>> [GB.FORM]
>> * NEW: ListContainer has been deprecated. It has design problems.
>> [...]
>>
>
> Design problems in theory or in the current interface? I liked this thing.
> Will there be a replacement?
>
> I have (visually, not source-wise) looked at the new IDE's "recent projects"
> listing. It looks as if it was made with something that can replace the
> ListContainer. I don't know what it is and how difficult it was to write but
> it seems to have a noticeable latency here, in both drawing (scroll away one
> entire view quickly) and reaction to hovering with the mouse...
>
> Regards,
> Tobi
>

Mmm. What's the power of your computer?

I removed the ListContainer, and used a ScrollView instead with custom 
control inside. As a ListContainer is a ScrollView with custom control 
inside too, this should not make a huge difference.

But the control that represents a project is drawn with a radial 
gradient inside, maybe the slowness comes from that? If you want to do 
some tests, the control is the class named 'ProjectBox'.

Regards,

-- 
Benoît Minisini




More information about the User mailing list