Re: [Gambas-user] ScrollArea Problem

2011-07-12 Thread Benoît Minisini
> Problems persists in SVN 3931 > see attachment > > wally > Oops. Fixed in revision #3932. Regards, -- Benoît Minisini -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a

Re: [Gambas-user] ScrollArea Problem

2011-07-11 Thread Benoît Minisini
> Hi, > > Gambas 3, ScrollArea (painted=true) > > when i set "Painted" property to True i get the following Message: > see attachment and IDE crashes. > > Is there some ScrollArea example code available or some infos > how to use this widget ? > > wally The bug should be fixed in revision #393

Re: [Gambas-user] ScrollArea Problem

2011-07-08 Thread Fabien Bodard
This is a bug !!! 2011/7/8 wally : > > > any line code is written yet. > Just started to put scrollarea on form and set properties > > > > On Friday, July 08, 2011 11:55:37 Fabien Bodard wrote: >> show me your code for _draw >> >> 2011/7/8 wally : >> > Fabian, >> > >> > i thoughr ScrollArea is t

Re: [Gambas-user] ScrollArea Problem

2011-07-08 Thread wally
any line code is written yet. Just started to put scrollarea on form and set properties On Friday, July 08, 2011 11:55:37 Fabien Bodard wrote: > show me your code for _draw > > 2011/7/8 wally : > > Fabian, > > > > i thoughr ScrollArea is the same as DrawingArea + Scollbars. > > So it should

Re: [Gambas-user] ScrollArea Problem

2011-07-08 Thread Fabien Bodard
show me your code for _draw 2011/7/8 wally : > Fabian, > > i thoughr ScrollArea is the same as DrawingArea + Scollbars. > So it should be possible to use the draw_event. > I paint my curve data in this event routine but the Painted property must be > set true. > What is my mistake ? > > wally > >

Re: [Gambas-user] ScrollArea Problem

2011-07-08 Thread wally
Fabian, i thoughr ScrollArea is the same as DrawingArea + Scollbars. So it should be possible to use the draw_event. I paint my curve data in this event routine but the Painted property must be set true. What is my mistake ? wally On Friday, July 08, 2011 10:00:59 Fabien Bodard wrote: > 201

Re: [Gambas-user] ScrollArea Problem

2011-07-08 Thread Fabien Bodard
2011/7/8 wally : > Hi, > > Gambas 3, ScrollArea (painted=true) > > when i set "Painted" property to True i get the following Message: > see attachment and IDE crashes. > > Is there some ScrollArea example code available or some infos > how to use this widget ? you have the iconview widget that us

[Gambas-user] ScrollArea Problem

2011-07-08 Thread wally
Hi, Gambas 3, ScrollArea (painted=true) when i set "Painted" property to True i get the following Message: see attachment and IDE crashes. Is there some ScrollArea example code available or some infos how to use this widget ? wally <>