Re: [Gambas-user] Gambas3: ScrollArea doesn't scroll

2012-01-17 Thread Benoît Minisini
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

Re: [Gambas-user] Gambas3: ScrollArea doesn't scroll

2012-01-16 Thread Rolf-Werner Eilert
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

Re: [Gambas-user] Gambas3: ScrollArea doesn't scroll

2012-01-11 Thread Rolf-Werner Eilert
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

Re: [Gambas-user] Gambas3: ScrollArea doesn't scroll

2012-01-11 Thread 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 draw to >>> 1,1 on the DrawingArea? >>> >>> Rolf >>> >

Re: [Gambas-user] Gambas3: ScrollArea doesn't scroll

2012-01-09 Thread Rolf-Werner Eilert
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

Re: [Gambas-user] Gambas3: ScrollArea doesn't scroll

2012-01-09 Thread 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 draw event, it is just a matter of translating the coord

Re: [Gambas-user] Gambas3: ScrollArea doesn't scroll

2012-01-09 Thread Rolf-Werner Eilert
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

Re: [Gambas-user] Gambas3: ScrollArea doesn't scroll

2012-01-09 Thread 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 > TreeView. So I decided to program that either based on HT