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
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
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
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
["4", "0100"], ["5", "0101"], ["6", "0110"], ["7", "0111"],
> ["8", "1000"], ["9", "1001"], ["A", "1010"], ["B", "1011"],
&g
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