i have this code

' Gambas class file

Public Sub Form_Open()

Draw.Begin(drawArea)

End

Public Sub drawArea_Draw()
Draw.Circle(10, 10, 5)


End


and i get these errors.


(Project99:15758): Gdk-CRITICAL **: gdk_drawable_get_colormap: assertion
`GDK_IS_DRAWABLE (drawable)' failed

(Project99:15758): Gdk-CRITICAL **: gdk_gc_set_background: assertion
`GDK_IS_GC (gc)' failed

(Project99:15758): Gdk-CRITICAL **: gdk_drawable_get_colormap: assertion
`GDK_IS_DRAWABLE (drawable)' failed

(Project99:15758): Gdk-CRITICAL **: gdk_gc_set_foreground: assertion
`GDK_IS_GC (gc)' failed

(Project99:15758): Gdk-CRITICAL **: gdk_drawable_get_colormap: assertion
`GDK_IS_DRAWABLE (drawable)' failed

(Project99:15758): Gdk-CRITICAL **: gdk_gc_set_background: assertion
`GDK_IS_GC (gc)' failed

(Project99:15758): Gdk-CRITICAL **: gdk_drawable_get_colormap: assertion
`GDK_IS_DRAWABLE (drawable)' failed

(Project99:15758): Gdk-CRITICAL **: gdk_gc_set_foreground: assertion
`GDK_IS_GC (gc)' failed

(Project99:15758): Gdk-CRITICAL **: gdk_gc_set_clip_rectangle: assertion
`GDK_IS_GC (gc)' failed

(Project99:15758): Gdk-CRITICAL **: gdk_draw_arc: assertion
`GDK_IS_DRAWABLE (drawable)' failed


i use Ubuntu 10.04 AMD64.



-- 
Regards,
Demosthenes Koptsis.

Attachment: Project99.tar.gz
Description: application/compressed-tar

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to