2011/7/8 wally <wa...@voosen.eu>:
> 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 use this powerfull component.

look in the gambas sources :

trunk/comp/src/gb.form

(open gb.form with gambas ide)


the error say you are trying to use draw function when you have
selected paint base. In this case use the paint class.

if you want to use the draw class set painted to false.  (its like the
drawingarea)


The difference between drawingarea and scrollarea is that scroll area
have integrated scrollbar and a wheel event

>
> wally
>
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2d-c2
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>



-- 
Fabien Bodard

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to