Re: [Gambas-user] Image class and histogram

2011-03-12 Thread Benoît Minisini
> For Image.Equalize and Image.Normalize, the color values (histogram) of the > image must be internally read. > > Would it be possible to access those data? I would like to draw a > histogram. Right now, I can't find any method of image class that would > let me read the color values. > > Regard

Re: [Gambas-user] Drop Event not being raised... but Change is...

2011-03-12 Thread Benoît Minisini
> Gambas 2.22 > >I am dragging from a listview to a textarea testing drag and drop > functionality. The interesting thing is that when I drop the item the > text in the textarea receives it but the drop() event never fires, I can > trap the Change() event, but not the Drop... anyone else ever

Re: [Gambas-user] Signal 11 with callback functions

2011-03-12 Thread Benoît Minisini
> It's better, but there are other problems too... Something to do with > "select case" and callback functions. > I managed to isolate the problem. See attachment. > > Click coupleo of times that button, and you will see cumulative performance > problem leading practically to freeze. > > Gambas 3

Re: [Gambas-user] Signal 11 with callback functions

2011-03-12 Thread Jussi Lahtinen
It's better, but there are other problems too... Something to do with "select case" and callback functions. I managed to isolate the problem. See attachment. Click coupleo of times that button, and you will see cumulative performance problem leading practically to freeze. Gambas 3 rev 3644 @ Ubun

[Gambas-user] Issue 50 in gambas: [feature request] unicode support

2011-03-12 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 50 by cplopez: [feature request] unicode support http://code.google.com/p/gambas/issues/detail?id=50 It would be nice if gambas had unicode support. It would allow many new

Re: [Gambas-user] Signal 11 with callback functions

2011-03-12 Thread Benoît Minisini
> Forgot... press the button, and error is raised after the form is closed. > > Jussi > It should be fixed in revision #3644. Regards, -- Benoît Minisini -- Colocation vs. Managed Hosting A question and answer guide

Re: [Gambas-user] Weird error Gambas2

2011-03-12 Thread Benoît Minisini
> Benoit, > > http://gambas.svn.sourceforge.net/viewvc/gambas/gambas/branches/2.0/main/gb > x/gb_error.c?r1=3470&r2=3469&pathrev=3470 > > If I get that output does it mean anything, if not can you delete it > from the repos please? > > I get it when I try to read sockets with try, very annoing.

Re: [Gambas-user] Weird error Gambas2

2011-03-12 Thread Ron
Benoit, http://gambas.svn.sourceforge.net/viewvc/gambas/gambas/branches/2.0/main/gbx/gb_error.c?r1=3470&r2=3469&pathrev=3470 If I get that output does it mean anything, if not can you delete it from the repos please? I get it when I try to read sockets with try, very annoing. I haven't been abl

Re: [Gambas-user] Wizard Title Size grows changing the index

2011-03-12 Thread Toni Rosa
Benoît Minisini wrote: >> Hope someone can help me here. >> I noted a strange behaviour with the wizard title size. My wizard has >> count = 5, each time a go forward or back through the steps the title >> size increases till it gets the total size of the wizard. This happens >> in the IDE as l