Le 17/01/2012 08:48, Rolf-Werner Eilert a écrit :
> Am 12.01.2012 06:36, schrieb Benoît Minisini:
>> Le 10/01/2012 08:19, Rolf-Werner Eilert a écrit :
>>> Am 09.01.2012 13:39, schrieb Benoît Minisini:
>
> Ok, I think I understand: With the help of ScrollX and ScrollY I have to
> decide
Am 12.01.2012 06:36, schrieb Benoît Minisini:
> Le 10/01/2012 08:19, Rolf-Werner Eilert a écrit :
>> Am 09.01.2012 13:39, schrieb Benoît Minisini:
Ok, I think I understand: With the help of ScrollX and ScrollY I have to
decide at which coordinate within my large drawing I start to dr
Am 12.01.2012 06:36, schrieb Benoît Minisini:
> Le 10/01/2012 08:19, Rolf-Werner Eilert a écrit :
>> Am 09.01.2012 13:39, schrieb Benoît Minisini:
Ok, I think I understand: With the help of ScrollX and ScrollY I have to
decide at which coordinate within my large drawing I start to dr
Le 10/01/2012 08:19, Rolf-Werner Eilert a écrit :
> Am 09.01.2012 13:39, schrieb Benoît Minisini:
>>>
>>> Ok, I think I understand: With the help of ScrollX and ScrollY I have to
>>> decide at which coordinate within my large drawing I start to draw to
>>> 1,1 on the DrawingArea?
>>>
>>> Rolf
>>>
>
Am 09.01.2012 13:39, schrieb Benoît Minisini:
>>
>> Ok, I think I understand: With the help of ScrollX and ScrollY I have to
>> decide at which coordinate within my large drawing I start to draw to
>> 1,1 on the DrawingArea?
>>
>> Rolf
>>
>
> Yes. If you don't care with drawing everything at each d
>
> Ok, I think I understand: With the help of ScrollX and ScrollY I have to
> decide at which coordinate within my large drawing I start to draw to
> 1,1 on the DrawingArea?
>
> Rolf
>
Yes. If you don't care with drawing everything at each draw event, it is
just a matter of translating the coord
Am 09.01.2012 12:51, schrieb Benoît Minisini:
> Le 09/01/2012 09:08, Rolf-Werner Eilert a écrit :
>> Here I am definitely understanding something wrong.
>>
>> I need a graphical object that allows for drawing some sort of
>> specialized table that can expand and collapse certain rows like a
>> Tree
Le 09/01/2012 09:08, Rolf-Werner Eilert a écrit :
> Here I am definitely understanding something wrong.
>
> I need a graphical object that allows for drawing some sort of
> specialized table that can expand and collapse certain rows like a
> TreeView. So I decided to program that either based on HT