Re: [Gambas-user] Help with DrawingArea and class design

2013-01-20 Thread Ulrich Hartmann
mages? Uli Am 20.01.2013 19:08, schrieb Benoît Minisini: > Le 20/01/2013 16:03, Ulrich Hartmann a écrit : >> ok, I tried to use Paint.ZoomImage but I get an error "unknown symbol in >> class Paint" >> >> The Documentation states gb.qt4 is the class nee

Re: [Gambas-user] Help with DrawingArea and class design

2013-01-20 Thread Ulrich Hartmann
ok, I tried to use Paint.ZoomImage but I get an error "unknown symbol in class Paint" The Documentation states gb.qt4 is the class needed and I already have gb.qt4 imported/ activated... I'm using Gambas 3.3.4 on Ubuntu Uli Am 20.01.2013 15:30, schrieb Ulrich Hartma

Re: [Gambas-user] Help with DrawingArea and class design

2013-01-20 Thread Ulrich Hartmann
Hi Benoît, thanks for the tip. I would then I guess have to create a Image object in the desired size (32x50 for example) in memory, black and white and use Paint.ZoomImage to display and edit it? Uli Am 20.01.2013 14:22, schrieb Benoît Minisini: > Le 20/01/2013 14:17, Ulrich Hartman

Re: [Gambas-user] Help with DrawingArea and class design

2013-01-20 Thread Ulrich Hartmann
it takes quite a while to initially draw it (editing works fine though). I currently use a picturebox for each pixel representation so I guess it takes a while to initialize all those PictureBoxes... Thanks Uli Am 17.01.2013 15:24, schrieb Tobias Boege: On Thu, 17 Jan 2013, Ulrich

Re: [Gambas-user] Help with DrawingArea and class design

2013-01-20 Thread Ulrich Hartmann
["4", "0100"], ["5", "0101"], ["6", "0110"], ["7", "0111"], > ["8", "1000"], ["9", "1001"], ["A", "1010"], ["B", "1011"], &g

[Gambas-user] Help with DrawingArea and class design

2013-01-17 Thread Ulrich Hartmann
Hi all, I'm trying to create a class which can draw a pixel-font character on screen and would let me edit the pixels (this is for my graphic lcd connected to an arduino project). So I started playing around with the Paint class in Gambas3. So here are my questions: If I wanted to create my ow